-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not changing frequency #19
Comments
The error message you see is from SoapyFCDPP/SoapyFCDPP/SoapyFCDPP.cpp Lines 573 to 578 in f7858c8
which in turn got it from Lines 272 to 284 in f7858c8
as return from the hid_write() . This might be a USB or hardware problem, not sure. If you investigate further perhaps print that hidapi return code, if it's -1 call hid_error(device) to get the failure reason.
|
Now you mention it - the driver ought to collect |
phlash
added a commit
to phlash/SoapyFCDPP
that referenced
this issue
Sep 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Funcube plus on Rasperry Pi 4 on OpenWebSDR+
The demodulation mode changes but not the frequency when changing bands, the 1st RX frequency stays and does not change. I have to disable the funcube and and enable it to change 2024-09-03 08:55:52,496 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] listFrequencies
2024-09-03 08:55:52,496 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] getFrequency
2024-09-03 08:57:18,564 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] listFrequencies
2024-09-03 08:57:19,564 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: �[1m�[31m[ERROR] setFrequency failed to set device frequency�[0m
2024-09-03 08:57:19,564 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] getFrequency
2024-09-03 08:58:25,425 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] listFrequencies
2024-09-03 08:58:25,425 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] getFrequency
2024-09-03 09:19:10,880 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: received signal: 15
2024-09-03 09:19:10,949 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] deactivate stream
2024-09-03 09:19:20,894 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - Started sdr source: soapy_connector -s 192000 -f 24924600 -p 49205 -c 49471 -d driver=fcdpp
2024-09-03 09:19:20,899 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: setting up control socket...
2024-09-03 09:19:20,899 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: control socket started on 49471
2024-09-03 09:19:20,900 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: socket setup complete, waiting for connections
2024-09-03 09:19:20,958 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] makeFCDPP
2024-09-03 09:19:20,963 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] listFrequencies
2024-09-03 09:19:20,965 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] getFrequency
2024-09-03 09:19:20,967 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] setup stream
2024-09-03 09:19:20,997 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: client connection established
2024-09-03 09:19:20,998 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: control connection established
2024-09-03 09:19:21,004 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - WARNING - STDERR: [INFO] activate stream
2024-09-03 09:19:21,540 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: closing client socket
2024-09-03 09:27:44,683 - owrx.source.ffa774a3-e9a6-48f2-ab25-1c0410cb7210 - INFO - STDOUT: client connection established
The text was updated successfully, but these errors were encountered: