On Tue, 2006-05-23 at 09:46 -0500, Hollis Blanchard wrote: > > Could you also add a sample modules.conf? For example, users should be > told to remove snd-powermac. Here's what I have ATM, on an FC5 system: > alias snd-card-0 i2sbus > remove snd-card-0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 > || : ; }; /sbin/modprobe -r --ignore-remove snd-powermac
Oops, obviously that last "snd-powermac" shouldn't be there; I just edited what FC5 had put there and I missed a spot. Maybe this will be better: alias snd-card-0 i2sbus remove i2sbus { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove i2sbus Also, the file is called modprobe.conf... :) -Hollis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]