On Sun, 13 Mar 2005 19:29:33 +0100, Antonio Montagnani <anto.montagnani@xxxxxxxxxxx> wrote: > Paul Murtaugh ha scritto/wrote il giorno/on 13/03/2005 19:13: > > >I just upgraded from RH9 to FC2, and my Creative Sound Blaster > >AWE64 is not being detected. (When I run system-config-soundcard, > >I get 'No soundcards were detected'.) Nor does the hardware > >browser find a soundcard. > > > >>From 'dmesg': > > > >isapnp: Scanning for PnP cards... > >pnp: SB audio device quirk - increasing port range > >pnp: AWE32 quirk - adding two ports > >isapnp: Card 'Creative SB AWE64 PnP' > >isapnp: 1 Plug & Play card detected total > >Real Time Clock Driver v1.12 > > > >Does anyone have suggestions about what I might try? Would the > >problems likely go away if I just get a new soundcard? (This > >card is 5 or 6 years old, I think.) > > > >Thanks in advance, > >Paul > > > > > > > > > > > alias snd-card-0 snd-sb16 > install snd-sb16 /sbin/modprobe --ignore-install snd-sb16 && > /usr/sbin/alsactl restore >/dev/null 2>&1 || : > remove snd-sb16 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-sb16 > > if you insert these lines in modprobe.conf (you have to modify sb16 > with i guess sbawe (check at www.alsa.org ) > after reboot, the card in on. In any case you have to check sliders in > audio mixer. > > let me know > > -- > > Antonio M. > A new install of FC3 on my system has the following in /etc/modprobe.conf: alias snd-card-0 snd-sbawe options snd-card-0 index=0 install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-sbawe