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

FYI - sudo / pulseaudio conflict #175

Open
unixpunk opened this issue Jan 18, 2024 · 0 comments
Open

FYI - sudo / pulseaudio conflict #175

unixpunk opened this issue Jan 18, 2024 · 0 comments

Comments

@unixpunk
Copy link
Contributor

unixpunk commented Jan 18, 2024

I wanted to post and let others know of a workaround to the issue that doing anything with caiboulite requires root / sudo which then breaks pulseaudio.

  1. Edit /etc/group and add your user to the dialout and root groups.
  2. Edit /etc/rc.local and directly above the 'exit 0' line, insert a new line with this: chmod g+rw /dev/gpiomem
  3. Reboot

Doing this on DragonOS where the cariboulite was working in SDR++ but not CubicSDR - this allows you to run CubicSDR without root and use the sdr fine. I have best success on my pi4 4gb using 4mhz sample rate. Remember to swap IQ each time, as well.

Maybe this goes in a doc somewhere.

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

1 participant