ICH 8 family Audio controller, will not switch of speakers when audio jack is plugged in

Asked by Gary Janssen

When audio jack is plugged in the laptop I have sound in the laptop speakers and in the headphones, I have tried all settings available in the Alsa volume control, no luck. I run a standard ASUS F3E laptop dual boot with Vista Premium and Ububtu 7.10

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Zombie (initramfs) said :
#1

Gary Janssen,

Fire up a terminal (Applications > Accessories > Terminal) and execute the following command:
lspci | grep -i audio

Please do let us know the output of the command. . .

With Regards,
Zombie.

Revision history for this message
Gary Janssen (garyjans) said :
#2

output is "00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)"

Revision history for this message
Zombie (initramfs) said :
#3

Gary Janssen,

Try this updated Gusty l-u-m package:

just copy and paste these commands into a terminal:

wget http:people.ubuntu.com/~rtg/linux-ubuntu-modules-2.6.22-10-generic_2.6.22-10.24_i386.deb-122560.1
sudo dpkg -i linux-ubuntu-modules-2.6.22-10-generic_2.6.22-10.24_i386.deb-122560.1
sudo reboot

or

sudo apt-get install alsa-source
cd && mkdir alsa-patched && cd alsa-patched
tar -jxvf /usr/src/alsa-driver.tar.bz2
cd modules/alsa-driver/
wget -O alsa-kernel/pci/hda/patch_analog.c http://launchpadlibrarian.net/9021234/patch_analog.c
./configure --with-cards=hda-intel && make
sudo make install
sudo cp ./modules/snd-hda-intel.ko /lib/modules/$( uname -r )/ubuntu/media/snd-hda-intel/
sudo depmod -a

Source: https://bugs.launchpad.net/ubuntu/+bug/122560

With Regards,
Zombie.

Can you help with this problem?

Provide an answer of your own, or ask Gary Janssen for more information if necessary.

To post a message you must log in.