Sivel
26th January 2005, 03:36 PM
You are gonna want to make a dir for the alsa src. You will probably want to be root for this. 'su' into root.
mkdir /usr/src/alsa
change directory to the alsa source directory
cd /usr/src/alsa
Then you need to download 4 packages to that directory. You can use wget for this or however you want to get them there.
http://www.alsa-project.org/alsa/ft...r-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...b-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...s-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...s-1.0.8.tar.bz2
extract all of files
bunzip2 alsa-driver-1.0.8.tar.bz2
tar -xf alsa-driver-1.0.8.tar
bunzip2 alsa-lib-1.0.8.tar.bz2
tar -xf alsa-lib-1.0.8.tar
bunzip2 alsa-oss-1.0.8.tar.bz2
tar -xf alsa-oss-1.0.8.tar
bunzip2 alsa-utils-1.0.8.tar.bz2
tar -xf alsa-utils-1.0.8.tar
Now complete the following. Now this will differ from what is listed on the alsa website for intel sound cards, you will not be specifying a card type. You will need to be root for this. So 'su' into root.
cd alsa-driver-1.0.8
./configure;make;make install
cd ../alsa-lib-1.0.8
./configure;make;make install
cd ../alsa-oss-1.0.8
./configure;make;make install
cd ../alsa-utils-1.0.8
./configure;make;make install
now just to be sure that everything is set right you will want to run snddevices
cd ../alsa-driver-1.0.8
./snddevices
after this reboot the machine.
After the machine has come back up. From the shell run 'alsamixer' and change your volume settings. Or just go to the sound icon on the panel and adjust them there.
And make sure your speakers are actually plugged in. I forgot to make sure and thought this whole process didn't work.
mkdir /usr/src/alsa
change directory to the alsa source directory
cd /usr/src/alsa
Then you need to download 4 packages to that directory. You can use wget for this or however you want to get them there.
http://www.alsa-project.org/alsa/ft...r-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...b-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...s-1.0.8.tar.bz2
http://www.alsa-project.org/alsa/ft...s-1.0.8.tar.bz2
extract all of files
bunzip2 alsa-driver-1.0.8.tar.bz2
tar -xf alsa-driver-1.0.8.tar
bunzip2 alsa-lib-1.0.8.tar.bz2
tar -xf alsa-lib-1.0.8.tar
bunzip2 alsa-oss-1.0.8.tar.bz2
tar -xf alsa-oss-1.0.8.tar
bunzip2 alsa-utils-1.0.8.tar.bz2
tar -xf alsa-utils-1.0.8.tar
Now complete the following. Now this will differ from what is listed on the alsa website for intel sound cards, you will not be specifying a card type. You will need to be root for this. So 'su' into root.
cd alsa-driver-1.0.8
./configure;make;make install
cd ../alsa-lib-1.0.8
./configure;make;make install
cd ../alsa-oss-1.0.8
./configure;make;make install
cd ../alsa-utils-1.0.8
./configure;make;make install
now just to be sure that everything is set right you will want to run snddevices
cd ../alsa-driver-1.0.8
./snddevices
after this reboot the machine.
After the machine has come back up. From the shell run 'alsamixer' and change your volume settings. Or just go to the sound icon on the panel and adjust them there.
And make sure your speakers are actually plugged in. I forgot to make sure and thought this whole process didn't work.