[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA: XMMS works after alsaconf - after reboot XMMS hangs again



As a temporary dirty, ugly and "out-of-hell" work-around I've created
this script:

#!/bin/sh
/etc/init.d/alsa force-unload
modprobe snd
modprobe soundcore
modprobe snd_seq_device 
modprobe snd_rawmidi
modprobe snd_mpu401_uart
modprobe snd_page_alloc
modprobe snd_timer
modprobe snd_pcm
modprobe snd_mixer_oss
modprobe snd_pcm_oss
modprobe snd_ac97_codec
modprobe snd_intel8x0
alsactl restore

After this, I have sound (and I don't have to run the interactive
alsaconf), but there is also the notification from GNOME that the
"Volume Control" quit unexpectedly.
I'm sick of fumbling around in modules.conf modprobe.d/ etc. since I
already spent 1.5 days with this, so I can live with this.

Best regards,
Hannes



Reply to: