|
I assume here that you have your Fedora installed, and everything works nicely.
Now, download the ALSA driver and decompress it. Get into the directory, and do a
./configure --with-isapnp=no --with-cards=intel8x0
make
make install
./snddevices
modprobe snd-intel8x0
modprobe snd-pcm-oss
modprobe snd-mixer-oss
You are all set ! (The volume is set to 0 , turn it up !)
|