DELL XPS M1730

HOW TO INSTALL ALSA and hear sounds, to complete your Ubuntu installation you need to properli configure your ALSA driver.

« Older   Newer »
  Share  
Petengy
view post Posted on 17/2/2008, 18:14




To hear sound on your XPS and to solve all gnome bugs and error messages you have to compile ALSA driver for 82801H (ICH8 Family) HD Audio Controller.

To do that you have to compile latest ALSA driver (TnX to the helpers of ubuntu IRC support):

follow these steps in a shell:



you can try to sobstitute "alsa-driver-1.0.15rc3.tar.bz2" with the latest ALSA version, if work please post to me :)

QUOTE
cd alsa-driver-1.0.15rc3

QUOTE
./configure --with-cards=hda-intel && make

QUOTE
sudo make install

QUOTE
sudo cp ./modules/snd-hda-intel.ko /lib/modules/$( uname -r )/ubuntu/media/snd-hda-intel/

QUOTE
sudo depmod -a

reboot and good luck

rember that the channels in ALSA drivers are muted by default, so use :

QUOTE
alsamixer

in a shell and in the alsamixer window turn on all volume bars.

In my experience all get well, but if no sounds come from your speakers try to remove and install libasound using synaptic.

There's the last think to fix.... the internal MIC.

But I really don't know how to fix now. Suggestions are appreciated.

 
Top
0 replies since 17/2/2008, 18:14   93 views
  Share