Comment 111 for bug 394500

Revision history for this message
jss (jsantossilva) wrote :

My PA has been peacefully coexisting with slmodemd since my post #105 above.

Today, the upgrade just popped-up on my upgrade manager and, after installation, the bug showed-up again on my system: PA can't coexist with slmodemd again. So, for me, it is un-fixed instead of fixed.

~$ pulseaudio --version
pulseaudio 0.9.21-341-g62bf
~$ sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
                     USER PID ACCESS COMMAND
/dev/snd/controlC0: Slmodemd 1342 F.... slmodemd
/dev/snd/pcmC0D6c: Slmodemd 1342 F...m slmodemd
/dev/snd/pcmC0D6p: Slmodemd 1342 F...m slmodemd
~$ sudo alsa force-reload
~$ sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
~$ killall pulseaudio
pulseaudio: no process found
~$ pulseaudio -D
~$ sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
                     USER PID ACCESS COMMAND
/dev/snd/controlC0: jss 3887 F.... pulseaudio

If I stop slmodemd from starting at boot, everything is normal.

I had to post this twice because, the first time, I clicked "Post Comment" and it just kept "Saving...". So, if this results on double-posting, please understand.
jss