Hans-Peter Holler wrote:
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.
Same for me. I use this more general hack:
case "$1" in
# start)
# if [ -d /proc/asound ]; then
# start_rest
# fi
# ;;
...
start|reload|restart)
$0 unload
echo -n "Starting sound driver"
load_modules && start_rest
# hack - in case the mixer isn't restored
(sleep 1; $alsactl -f $asoundcfg restore)
rc_status
;;
Hans-Peter
BTW: Same behaviour in opensuse 10.1 Alpha1 (alsa-1.0.9-25)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Somehow I think this did it. After a reboot I have sound.
But can someone tell me why Yast and Opensuse does not like my soundcard
anymore.
Gunnar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]