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

svxlink takes control of soundcard, blocking it for other applications #666

Open
wwortel opened this issue Mar 27, 2024 · 1 comment
Open

Comments

@wwortel
Copy link

wwortel commented Mar 27, 2024

After a Linux Debian11 upgrade I was left without sound in general. Only a dummy output was shown under Sound Preferences.
Some googling revealed this sometimes is a symptom of some user having taken control of the audio card and driver. Pulseaudio then cannot access it. The application blocking sound for other applications turned out to be svxlink, even though svxlink was not active at the time.

sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/pcmC0D0c: svxlink 916 F...m remotetrx

Removal of the svxlink Debian packages returned audio functionality.
sudo fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: wwortel 1985 F.... pulseaudio

Please adapt the audio functionality such that it uses Pulseaudio but not blocks it.

@Dloranger
Copy link
Contributor

Depending on your usage, we at open repeater team actually disable the remotetrx service as it would even cause svxlink to fail to run many years ago due to lack of a sound card.

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