Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
		Hardware Troubleshooting in Linux => Linux Audio Support => Topic started by: dheerajrav on February 05, 2009, 06:40:19 PM
		
			
			- 
				I have a compaq presario cq40-10TU n i'm not able to play any audio files in it though i've installed all the updates. While playing video files, only video is seen n no audio is played
 Pls help
- 
				download the lattest ALSA drivers from ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2.
 
 extract the file, go to the folder & execute the following -
 
 ./configure
 make
 make install.
 
 now open /etc/modprobe.d/alsa-base and try it with following lines-
 options snd-hda-intel model=auto
 options snd-hda-intel model=lenovo
 options snd-hda-intel model=laptop-eapd
 options snd-hda-intel model=3stack
 
 reboot & see.