Re: [arch-general] No sound after hal update
Also, make sure your user is a member of the group 'audio'? If you're still having problems then run ls -l /dev/snd and show us the output On Tue, Nov 10, 2009 at 5:54 AM, Jozsef <jozefk@gmx.com> wrote:
On Tue, 10 Nov 2009, A Rojas wrote:
I just updated to hal 0.5.13-3 and after rebooting the soundcard is not accessible to non-root users anymore, so there is no sound. Any idea how to solve this? Thanks
-- Best, Jozsef Kurucity | Web & Graphic Designer +971 50 6783113 | jozefk@gmx.com
On Tue, Nov 10, 2009 at 10:59 AM, Christopher Daley <crdaley@gmail.com> wrote:
Also, make sure your user is a member of the group 'audio'?
If you're still having problems then run
ls -l /dev/snd
and show us the output
I'm having the same problem as OP. Re-configuring fails: % groups wheel audio users vboxusers pulse-access pulse-rt magnus % alsamixer ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused cannot open mixer: Connection refused % ll /dev/snd total 0 drwxr-xr-x 2 root root 60 2009-11-06 16:43 by-path crw-rw----+ 1 root audio 116, 7 2009-11-06 16:43 controlC0 crw-rw----+ 1 root audio 116, 6 2009-11-06 16:43 hwC0D0 crw-rw----+ 1 root audio 116, 5 2009-11-10 11:19 pcmC0D0c crw-rw----+ 1 root audio 116, 4 2009-11-10 11:19 pcmC0D0p crw-rw----+ 1 root audio 116, 3 2009-11-06 16:43 seq crw-rw----+ 1 root audio 116, 2 2009-11-06 16:43 timer Any ideas of how to get my sound back? /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Have you tried running pulseaudio as a daemon? e.g. "/etc/rc.d/pulseaudio start' This would likely be a fix for now... OR If you're feeling daring, then maybe try out this udev-acl package I just put up on AUR. I have no idea if it will work, I just threw it together with the patch that was provided, and I'm not on an Arch box right now so I can't test it. I figured it would be interesting to see if this solved the problem though. http://aur.archlinux.org/packages.php?ID=31904 I think the default way of starting pulse has become dependent on consolekit & policykit ever since the pulse user was removed. On Tue, Nov 10, 2009 at 9:34 AM, Magnus Therning <magnus@therning.org>wrote:
On Tue, Nov 10, 2009 at 10:59 AM, Christopher Daley <crdaley@gmail.com> wrote:
Also, make sure your user is a member of the group 'audio'?
If you're still having problems then run
ls -l /dev/snd
and show us the output
I'm having the same problem as OP. Re-configuring fails:
% groups wheel audio users vboxusers pulse-access pulse-rt magnus % alsamixer ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
cannot open mixer: Connection refused % ll /dev/snd total 0 drwxr-xr-x 2 root root 60 2009-11-06 16:43 by-path crw-rw----+ 1 root audio 116, 7 2009-11-06 16:43 controlC0 crw-rw----+ 1 root audio 116, 6 2009-11-06 16:43 hwC0D0 crw-rw----+ 1 root audio 116, 5 2009-11-10 11:19 pcmC0D0c crw-rw----+ 1 root audio 116, 4 2009-11-10 11:19 pcmC0D0p crw-rw----+ 1 root audio 116, 3 2009-11-06 16:43 seq crw-rw----+ 1 root audio 116, 2 2009-11-06 16:43 timer
Any ideas of how to get my sound back?
/M
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Never mind about that package on AUR, I can't get it to build. On Tue, Nov 10, 2009 at 12:11 PM, Christopher Daley <crdaley@gmail.com>wrote:
Have you tried running pulseaudio as a daemon? e.g. "/etc/rc.d/pulseaudio start' This would likely be a fix for now...
OR If you're feeling daring, then maybe try out this udev-acl package I just put up on AUR. I have no idea if it will work, I just threw it together with the patch that was provided, and I'm not on an Arch box right now so I can't test it. I figured it would be interesting to see if this solved the problem though. http://aur.archlinux.org/packages.php?ID=31904
I think the default way of starting pulse has become dependent on consolekit & policykit ever since the pulse user was removed.
On Tue, Nov 10, 2009 at 9:34 AM, Magnus Therning <magnus@therning.org>wrote:
On Tue, Nov 10, 2009 at 10:59 AM, Christopher Daley <crdaley@gmail.com> wrote:
Also, make sure your user is a member of the group 'audio'?
If you're still having problems then run
ls -l /dev/snd
and show us the output
I'm having the same problem as OP. Re-configuring fails:
% groups wheel audio users vboxusers pulse-access pulse-rt magnus % alsamixer ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
cannot open mixer: Connection refused % ll /dev/snd total 0 drwxr-xr-x 2 root root 60 2009-11-06 16:43 by-path crw-rw----+ 1 root audio 116, 7 2009-11-06 16:43 controlC0 crw-rw----+ 1 root audio 116, 6 2009-11-06 16:43 hwC0D0 crw-rw----+ 1 root audio 116, 5 2009-11-10 11:19 pcmC0D0c crw-rw----+ 1 root audio 116, 4 2009-11-10 11:19 pcmC0D0p crw-rw----+ 1 root audio 116, 3 2009-11-06 16:43 seq crw-rw----+ 1 root audio 116, 2 2009-11-06 16:43 timer
Any ideas of how to get my sound back?
/M
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
On Tue, Nov 10, 2009 at 12:11:04PM -0500, Christopher Daley wrote:
I think the default way of starting pulse has become dependent on consolekit & policykit ever since the pulse user was removed.
If you (like me) don't like all this kiddy stuff, both are easy to disable. For Consolekit, just remove or rename the daemon binary (/usr/sbin/console-kit-daemon), you will then have 63 useless threads less. For Policykit, edit the config file /etc/PolicyKit/PolicyKit.conf, and remove everything between <config ...> and </config>. Ciao, -- FA Io lo dico sempre: l'Italia è troppo stretta e lunga.
On Tue, Nov 10, 2009 at 5:11 PM, Christopher Daley <crdaley@gmail.com> wrote:
Have you tried running pulseaudio as a daemon? e.g. "/etc/rc.d/pulseaudio start' This would likely be a fix for now...
First, it's not recommended to run pulseaudio in system mode. Second it fails: Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, but --disallow-exit not set! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, but --disallow-module-loading not set! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, forcibly disabling SHM mode! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, forcibly disabling exit idle time! Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that. Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: If you do it nonetheless then it's your own fault if things don't work as expected. Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea. Nov 11 08:35:28 bryma pulseaudio[19872]: module.c: module-hal-detect is deprecated: Please use module-udev-detect instead of module-hal-detect! Nov 11 08:35:28 bryma pulseaudio[19872]: module.c: module-volume-restore is deprecated: Please use module-stream-restore instead of module-volume-restore! Nov 11 08:35:28 bryma pulseaudio[19872]: module-volume-restore.c: We will now load module-stream-restore. Please make sure to remove module-volume-restore from your configuration. I noticed there's a new HAL package available, I'll upgrade to see if things improve. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
Magnus Therning wrote:
On Tue, Nov 10, 2009 at 5:11 PM, Christopher Daley <crdaley@gmail.com> wrote:
Have you tried running pulseaudio as a daemon? e.g. "/etc/rc.d/pulseaudio start' This would likely be a fix for now...
First, it's not recommended to run pulseaudio in system mode. Second it fails:
Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, but --disallow-exit not set! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, but --disallow-module-loading not set! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, forcibly disabling SHM mode! Nov 11 08:35:27 bryma pulseaudio[19871]: main.c: Running in system mode, forcibly disabling exit idle time! Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that. Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: If you do it nonetheless then it's your own fault if things don't work as expected. Nov 11 08:35:28 bryma pulseaudio[19872]: main.c: Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea. Nov 11 08:35:28 bryma pulseaudio[19872]: module.c: module-hal-detect is deprecated: Please use module-udev-detect instead of module-hal-detect! Nov 11 08:35:28 bryma pulseaudio[19872]: module.c: module-volume-restore is deprecated: Please use module-stream-restore instead of module-volume-restore! Nov 11 08:35:28 bryma pulseaudio[19872]: module-volume-restore.c: We will now load module-stream-restore. Please make sure to remove module-volume-restore from your configuration.
I noticed there's a new HAL package available, I'll upgrade to see if things improve.
/M
Hello, my sound card did not work after hal update. I added the user to the audio group and now it works. Thanks for the help! Bye Lars
On Wed, Nov 11, 2009 at 8:40 AM, Magnus Therning <magnus@therning.org> wrote:
Have you tried running pulseaudio as a daemon? e.g. "/etc/rc.d/pulseaudio start' This would likely be a fix for now... [..] I noticed there's a new HAL package available, I'll upgrade to see if
On Tue, Nov 10, 2009 at 5:11 PM, Christopher Daley <crdaley@gmail.com> wrote: things improve.
Seems to have been fixed with the recent set of updates... thanks! /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe
participants (4)
-
Christopher Daley
-
fons@kokkinizita.net
-
Lars Tennstedt
-
Magnus Therning