Re: Sound stopped working after update

2005-01-01 Thread Jim McCloskey
Another thing you might check is this. /dev/dsp is the device-node used by the OSS system. `play' uses this device (as does wavp and realplayer and many other sound applications). To access hardware via /dev/dsp under Alsa, then, you need to make sure that you have oss-emulation set up. The norm

Re: Sound stopped working after update

2005-01-01 Thread Hank Marquardt
I got bit by this too and posted here and on devel -- I was referred to these two bugs: http://bugs.debian.org/287483 http://bugs.debian.org/284356 If you read through them you'll find that they changed some symbol references in the new kernel you installed and any modules compiled a

Re: Sound stopped working after update

2004-12-31 Thread Jason Chagas
> Just to verify - 'modprobe via82cxxx_audio' returns no errors, but does not > affect the outcome of sound tests done afterwards? Nope, here is a copy of the test I ran: sarge:~# modprobe via82cxxx_audio sarge:~# play /usr/share/sounds/pop.wav playing /usr/share/sounds/pop.wav sox: Can't open o

Re: Sound stopped working after update

2004-12-31 Thread Adam Aube
Jason Chagas wrote: > Adam Aube wrote: >> I notice that via82cxxx_audio isn't loaded. Have you tried loading it >> via modprobe before testing your sound? > Yes, I had tried running "modprobe via82cxxx_audio" before but it simply > returned without errors. However, lsmod didn't show 'via82cxxx_au

Re: Sound stopped working after update

2004-12-31 Thread Jason Chagas
>I notice that via82cxxx_audio isn't loaded. Have you tried loading it via > modprobe before testing your sound? > Yes, I had tried running "modprobe via82cxxx_audio" before but it simply returned without errors. However, lsmod didn't show 'via82cxxx_audio' as loaded. I just attepted to 'insmod'

Re: Sound stopped working after update

2004-12-31 Thread Adam Aube
Jason Chagas wrote: > I recently updated my Sarge system with the latest packages and sound > stopped working. > All sound applications fails to open /dev/dsp. Here is an example: > % play /usr/share/sounds/pop.wav > playing /usr/share/sounds/pop.wav > sox: Can't open output file '/dev/dsp': No

Sound stopped working after update

2004-12-31 Thread Jason Chagas
I recently updated my Sarge system with the latest packages and sound stopped working. Apparently I'm not the only one who ran into this problem. I've tried following the suggestions (except for statically rebuilding sound core into the kernel) from the threaded discussions below but I still haven'