Intel Corporation 82801G (ICH7 Family) +linux Ubuntu
Solo para que no se me olvide, una guía para configurar en Ubuntu la tarjeta de sonido 82801G:
Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
### COPIA Y PEGA:
sudo -s
apt-get install linux-source
cd /usr/src/
tar -zxvf linux-source-2.6.22.tar.bz2
ln -s linux-source-2.6.22 ./linux
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.14a.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.14.tar.bz2
mkdir alsa
cd alsa
tar -jxvf alsa-driver-1.0.14.tar.bz2
tar -jxvf alsa-lib-1.0.14a.tar.bz2
tar -jxvf alsa-utils-1.0.14.tar.bz2
### REALIZAR ACCIONES MANUALMENTE
# Ir a https://bugtrack.alsa-project.org/al...ew.php?id=3104
# y descargar el fichero realtek12.tar.gz, descomprimirlo y copiar los dos archivos en
# el directorio: /usr/src/alsa/alsa-driver-1.0.14/pci/hda/
cp patch_realtek.c hda_codec.c /usr/src/alsa/alsa-driver-1.0.14/pci/hda/
cd /usr/src/alsa/alsa-driver-1.0.14/
./configure && make && make install
cd /usr/src/alsa-lib-1.0.14a/
./configure && make && make install
cd /usr/src/alsa-utils-1.0.14/
./configure && make && make install
### CONFIGURACIÓN
# Editar como root el archivo : /etc/modprobe.d/alsa-base y añadir: options snd-hda-intel model=hp
### POR FIN!!!
/etc/init.d/alsasound stop
modprobe -r snd-hda-intel
modprobe snd-hda-intel
### FIN
Y ya, mágicamente empezé a escuchar un sonidito y no era mas que pidgin cuando me mandaban mensajito de conversación.
Todo esto fue en una Workstation HP xw4400, que no jalaba el audio ps que chingaos.


