<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ahoy fernando,<br>
<br>
thanks for the suggestion... my original /etc/modprobe.conf
contained the following:<br>
<br>
<small><font face="Courier New, Courier, monospace">alias eth0 3c59x<br>
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1
&& /usr/sbin/alsactl restore >/dev/null 2>&1 || :<br>
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1
|| : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1<br>
alias usb-controller uhci-hcd<br>
alias char-major-195* nvidia<br>
alias char-major-81 bttv<br>
alias char-major-195* nvidia<br>
alias char-major-195* nvidia</font></small><br>
<br>
just substituting "snd-sbawe" for "snd-emu10k1" did not work.. i still
had to do the "modprobe snd-sbawe" after boot to enable the soundcard.
however, my fc3 machine had a slightly different /etc/modprobe.conf ..
it had 3 lines before the "install" line:<br>
<br>
<small><font face="Courier New, Courier, monospace">alias eth0 3c59x<br>
#install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1
&& /usr/sbin/alsactl restore >/dev/null 2>&1 || :<br>
#remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1
|| : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1<br>
alias snd-card-0 snd-sbawe<br>
options snd-card-0 index=0<br>
install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :<br>
remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 ||
: ; }; /sbin/modprobe -r --ignore-remove snd-sbawe<br>
alias usb-controller uhci-hcd<br>
alias char-major-195* nvidia<br>
alias char-major-81 bttv<br>
alias char-major-195* nvidia<br>
alias char-major-195* nvidia<br>
</font></small><br>
.. after a reboot, the soundcard was setup automatically with those
lines added.. im no module/kernel/linux expert: just wondering what the
extra lines do? as always, your help is really appreciated... thanks,
wayne<br>
<br>
<br>
Fernando Lopez-Lezcano wrote:
<blockquote cite="mid1111982010.16839.6.camel@cmn37.stanford.edu"
type="cite">
<pre wrap="">On Fri, 2005-03-25 at 21:29, <a class="moz-txt-link-abbreviated" href="mailto:mrgrimm@radioactivecatfish.com">mrgrimm@radioactivecatfish.com</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">ahoy all..
i have a working fc2 system, all updated and had originally working
with a sblive pci... well, i found an old sb AWE 32 isa pnp card,
swapped, and had some problems getting it working..
when booting up, dmesg reports finding the card
isapnp: Scanning for PnP cards...
pnp: SB audio device quirk - increasing port range
pnp: AWE32 quirk - adding two ports
isapnp: Card 'Creative SB32 PnP'
isapnp: 1 Plug & Play card detected total
but system-config-soundcard detects nothing, and xmms indicates that
no output device is available, same with alsa.. however, after running
modprobe snd-sbawe
sound works, though system-config-soundcard still returns nothing...
is there a way to have the card automatically setup during boot to
avoid the modprobe step??
</pre>
</blockquote>
<pre wrap=""><!---->
Check what you have in /etc/modprobe.conf. Try replacing the references
to the sblive kernel module with the module for your replacement card
(snd-sbawe)...
-- Fernnado
</pre>
</blockquote>
</body>
</html>