Hi,

On Sat, 15 Oct 2005, Gunnar Håland wrote:

Alsa is enabled in runlevel, but Via82xx is not there if a do a "lsmod".
when I does a "modprobe via82xx" and run alsaconf yhe sound is working, but only to the next reboot, yes I shut my computer of.

alsasound is not working here, too. Turion64 notebook with ATI chips.
I added "modprobe snd_atiixp" into /etc/init.d/alsasound like this:

...
# See how we were called.
case "$1" in
  start)
        modprobe snd_atiixp
        if [ -d /proc/asound ]; then
            start_rest
        fi
        ;;
...

and that made it work.

Cheers -e
--
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to