Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need CMakeLists.txt for version 1.5 #449

Closed
wf5w opened this issue Feb 23, 2023 · 2 comments
Closed

need CMakeLists.txt for version 1.5 #449

wf5w opened this issue Feb 23, 2023 · 2 comments

Comments

@wf5w
Copy link

wf5w commented Feb 23, 2023

I read somewhere there might be a bug in 1.6 for the problem I am having.

I am on Linux Mint 21, using a digirig [logic levels] ( a CM108 device )

I am in the following groups:
groups=4(adm),5(tty),8(mail),20(dialout),21(fax),24(cdrom),27(sudo),29(audio),30(dip),46(plugdev),112(lpadmin),115(ssh),128(sambashare),131(vboxusers)

from the arecord -l, and using dmesg --follow

I have direwolf.conf appropriately configured as
ADEVICE=plughw:3,0
PTT /dev/ttyUSB0 RTS

When running direwolf -p
I get device or resource busy.

I went into alsamixer, chose my device, changed output to about 40, and mic to about 40 and found out there is also a L R Capture too (which I set to about 40 just to make sure)

Anyway, I stumbled on somebody who said it worked in 1.5 but doesn't in 1.6, so I thought I'd revert to 1.5 and try that out.

So I cloned
Did a $ git reset --hard '1.5'
Did a mkdir build && cd build
Did a cmake .. (no CMakeLists.txt)
So I reverted the head back to current version, copied out the the CMakeLists.txt from there, redid the 1.5, copied the CMakeLists.txt back in. And this time got errors

I would like to test 1.5, so where is the CMakeLists that works with tag 1.5?

Or am I doing this ALL wrong!

Jerry

@wb2osz
Copy link
Owner

wb2osz commented Feb 23, 2023

Version 1.5 used multiple target specific manually constructed makefiles.
Version 1.6 started using CMake to make multiple platforms easier.

There is no reason to go back to an earlier version that I know of.
You can use the default 1.6 or the "dev" development branch which has many improvements.

There was recently someone using Linux Mint who found out that using a USB3 port was unreliable but a USB2 port was fine. Watch out for that.

What is the context of the "device or resource busy" error?

@wb2osz
Copy link
Owner

wb2osz commented Apr 10, 2023

No response from originator for a couple months. Closing.

@wb2osz wb2osz closed this as completed Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants