Any ideas as to why I can't seem to get any audio from my Ubuntu? I have a Dell Studio XPS 1645 and a fresh, hardly modified installation of Ubuntu.
-
Do you hear the startup Ubuntu jungle sound? What happens when you try to play audio?
-
ALLurGroceries Vegan Vermin Super Moderator
I can't find any thread or anything that has the correct option line, so you'll have to figure it out yourself.
First run:
Code:aplay -l | grep -i alc
Code:card 0: Intel [HDA Intel], device 0: ALC663 Analog [ALC663 Analog] card 0: Intel [HDA Intel], device 1: ALC663 Digital [ALC663 Digital]
http://www.kernel.org/doc/Documentation/sound/alsa/HD-Audio-Models.txt
Then find an option that says Dell, or a generic one, and try it by editing /etc/modprobe.d/alsa-base.conf:
Code:gksudo gedit /etc/modprobe.d/alsa-base.conf
Code:options snd-hda-intel model=dell-whatever
Code:sudo alsa force-reload
Go back to the list of models and try a new one, replace model=dell-whatever with the new model to try. Then reload alsa again. Eventually it should work. -
Installing Ubuntu 9.10 Karmic Koala on the Dell XPS 16 i7 laptop is pretty straight forward. Everything pretty much worked out of the box. The only thing that needed to be modified to work was the sound drivers.
Sound:
To get the sound to work add the following to /etc/modprobe.d/alsa-base.conf:
Configure the sound card
Codec: IDT 92HD73C1X5
options snd-hda-intel model=dell-m6
options snd-hda-intel enable_msi=1 -
Hey !
Thanks a lot : those 2 lines did the trick for me on an XPS 1645 very similar to the one you should be receiving soon per your signature.
Tnx again & merry xmas to u all
No audio on Ubuntu 9.10
Discussion in 'Linux Compatibility and Software' started by fred2028, Dec 2, 2009.