Quote:
=================================
Installing the Driver Package
=================================
1. Log onto the system as root.
2. Go to the directory where you downloaded the driver installation package. If you downloaded the driver installation package to "/tmp":
cd /tmp
3. Run the sound installation and configuration script ./audio_install
4. Reboot the system.
NOTE: You might see some error and warning messages regarding uninstalled packages. This script attempts to remove any old ALSA* driver packages that may be on the system (depending on the distribution). If there are no old packages to remove, these warning and error messages will be issued. You may ignore them.
============================================
Verifying Driver Was Installed Correctly
============================================
Use the 'lsmod' command to verify the Intel(R) AC'97* ALSA* Open Source Audio Driver installed correctly. If the returned result "snd_intel8x0", then the audio driver installation completed successfully.
lsmod | grep -i 'snd_intel8x0'
So, following this instructions, when I do ./audio_install I get the following errors: