Replies: 21 comments 1 reply
-
You could use mouse button to change the steps, I will check it if there is an issue. |
Beta Was this translation helpful? Give feedback.
-
I checked the mouse function, the mouse function has changed some time a go. The mouse buttons are used to manipulate the GUI. So for switching tab pages, pressing buttons etc. But to accomodate the step function I added it to the mouse wheel. So if you press the mouse wheel it will change the step to 1x, 10x, 100x. I think that is enough.
cd sdrberry |
Beta Was this translation helpful? Give feedback.
-
I tried the build branch but on make it gives error around 95% |
Beta Was this translation helpful? Give feedback.
-
sorry, you should build in build directory, best to use clean download rm -rf sdrberry I just tested it, it should work. |
Beta Was this translation helpful? Give feedback.
-
Hi! [100%] Linking CXX executable sdrberry |
Beta Was this translation helpful? Give feedback.
-
Ok, I added missing files to CMakeList.txt now it should work. You can follow the same steps as above or update the repo by: cd sdrberry |
Beta Was this translation helpful? Give feedback.
-
OK!!! Now it build complete. But when start it gives segmentation fault. Below text from sdrberry log: Option name: bass value: 4 RtApi::openStream: input device ID is invalid. ALSA lib control.c:1471:(snd_ctl_open_noupdate) Invalid CTL pulse RtApi::getDeviceInfo: deviceId argument not found. audio device = 0 USB Audio Device samplerate 48000 channels 0 RtApi::openStream: a non-NULL output StreamParameters structure cannot have an nChannels value less than one. ALSA lib control.c:1471:(snd_ctl_open_noupdate) Invalid CTL pulse -- Device identificationdriver=HackRF -- Peripheral summaryChannels: 1 Rx, 1 Tx -- RX Channel 0Full-duplex: NO -- TX Channel 0Full-duplex: NO Stack trace (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
I have to check it, right now there are issues with github |
Beta Was this translation helpful? Give feedback.
-
I have setup a clean install on a raspberry pi4 with hackrf, but I cannot replicate the issue. I use install script to build and install. After that I cd into sdrberry and change to build branch (using git switch build). cd sdrberry To start sdrberry I need to use sudo sudo sdrberry Maybe you can try this. |
Beta Was this translation helpful? Give feedback.
-
I fixed one item, that can be related to your issue, please pull latest version and try again. But please also share sdrberry_settings.cfg if issue still exists. |
Beta Was this translation helpful? Give feedback.
-
This is the sdrberry_settings.cfg [Agc] [Audio] [CAT] [ESP32] [Radio] [SDR Receivers] [Speech] [VFO1] [VFO2] [bands] [filter] [ft8] [hackrf] [hifiberry] [i2c] [input] [preselect] [probes] [radioberry] [rtlsdr] [samplerate] [samplerate_tx] [sdrplay] [wsjtx] |
Beta Was this translation helpful? Give feedback.
-
Will start a clean install. Just in case, what rpi os image did you use? Thanks for taking the time, Juan |
Beta Was this translation helpful? Give feedback.
-
The normal default 64 bit bookworm, after clean install I update and switch
to cli only using raspi-config.
Op ma 5 aug. 2024 19:04 schreef 3voltios ***@***.***>:
… Will start a clean install. Just in case, what rpi os image did you use?
Thanks for taking the time,
Juan
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOBYUCGEBXORL7NRJ3HIMLZP6WC7AVCNFSM6AAAAABL6PCPNOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRUGU2DEMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Should not be an issue. Sometimes the light version misses some packages
but in that case there should be compile issues. I will check later your
settings file.
Op ma 5 aug. 2024 19:18 schreef 3voltios ***@***.***>:
… I was using 64 bookworm lite. If it does not work will try the normal.
—
Reply to this email directly, view it on GitHub
<#34 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOBYUBFSONOJK5L7BQRUTTZP6XVRAVCNFSM6AAAAABL6PCPNOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRUGU2TCNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Well, did the clean install and everything works normal. When switch to build it gives segmentation fault. |
Beta Was this translation helpful? Give feedback.
-
I still cannot recreate the same issue, however I did find an issue in the code where the exception took place. Please pull the latest version and try again. cd sdrberry |
Beta Was this translation helpful? Give feedback.
-
Good day! Clean install but still segmentation fault. Main branch works normal. Juan |
Beta Was this translation helpful? Give feedback.
-
What type of raspberry pi are you using? Is it possible to email the output
of the exception? When you copy to in to github it is changed a bit.
You can find email in qrz.com
Op di 6 aug 2024 om 17:59 schreef 3voltios ***@***.***>:
… Good day! Clean install but still segmentation fault. Main branch works
normal.
Juan
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOBYUH7SVQMULVGY6BZOJ3ZQDXERAVCNFSM6AAAAABL6PCPNOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRVGU2TSNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Raspberry pi 4 with 7 inch dsi. Today also tried a rpi 400 with hdmi monitor. Same behavior. |
Beta Was this translation helpful? Give feedback.
-
Great news!!! Thanks a lot for your help!!! Juan WP3DN |
Beta Was this translation helpful? Give feedback.
-
Great, will add to read me to use bookworm |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there an alternative way to change the frequency steps? In my instalation the mouse scroll works but the buttons dont change the steps.
Thanks,
Juan
Beta Was this translation helpful? Give feedback.
All reactions