[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-22 Thread Tessa
``` tessa@viper:~$ fuser -v /dev/snd/pcmC* USERPID ACCESS COMMAND /dev/snd/pcmC0D0c: tessa 11703 F...m pulseaudio /dev/snd/pcmC0D0p: tessa 11703 F...m pulseaudio tessa@viper:~$ pacmd list Daemon not responding. ``` -- You received this bug notification

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-22 Thread Tessa
@lissyx: so you're probably just experiencing #1797714. can you give the exact fuser command you ran and the output you saw though, so others can repeat that test on this bug? ** Tags added: apport-collected third-party-packages ** Description changed: After upgrading to 18.10, the sound in

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-22 Thread Pirouette Cacahuète
Ok, in my case, |fuser -v| reveals that it's being blocked by timidity. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1799007 Title: no sound after 18.10 upgrade

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-22 Thread Pirouette Cacahuète
I'm also facing the same issue, and "apport-collect 1799007" does not accept to run for me, stating I'm not on the bug :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-21 Thread Daniel van Vugt
Please run this command to send us more information about the system: apport-collect 1799007 ** Tags added: cosmic ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-21 Thread Tessa
Digging into the pulse config on 18.10, it looks like instead of using the daemon mode it's trying to setup up some sort of IPC socket, but this isn't getting run correctly: tessa@viper:~$ systemctl start pulseaudio.socket tessa@viper:~$ systemctl status pulseaudio.socket ● pulseaudio.socket -

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-21 Thread Tessa
hmmm. I tried that, but no dice for me. pulse starts in a terminal, but nothing in my session sees a sound device still. for the one started in a terminal, it doesn't respond to kill signals, and needs to be kill -9d. I suspect the "/usr/bin/pulseaudio --daemonize=no" process is just grabbing the

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-21 Thread Victor Perin
I've manage to get sound working again running: ``` $ sudo apt install --reinstall pulseaudio $ pulseaudio ``` And at every boot I need to open a terminal for pulseaudio. (It still doesn't start with the system). -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-21 Thread Victor Perin
Same problem here. Upgraded ubuntu from 18.04. $ pacmd list-cards No PulseAudio daemon running, or not running as session daemon. Does anyone know a way to fix it? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio

[Touch-packages] [Bug 1799007] Re: no sound after 18.10 upgrade

2018-10-20 Thread Tessa
other report in the wild: https://askubuntu.com/questions/1085176/sound- device-lost-after-update-to-18-10 note that their debugging steps don't even work for me, running pacmd just gets a complaint that the pulse daemon isn't running, even though it looks like systemd intentionally started it in