[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: SB Audigy not detected
- From: Robert Crowther <robertc gmail com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: SB Audigy not detected
- Date: Sun, 1 May 2005 11:15:49 +0100
On 5/1/05, david walcroft <david_walcroft yahoo com au> wrote:
> What is in your /etc/modprobe.conf
>
> david
>
The following:
>
alias snd-card-0 snd-emu10k1
options snd-card-0 index=0 extin="0x3fc3" extout="0x1fc3"
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-emu10k1
alias snd-card-1 snd-ac97
options snd-card-1 index=1
install snd-ac97 /sbin/modprobe --ignore-install snd-ac97 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-ac97 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-ac97
>
But even if I remove the ac97 card altogether modules still get loaded
for it. And the modules for the Audigy are getting loaded fine, they
are there when I lsmod, but they are not being used to drive the card.
Rob
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]