Errata corrige

This is the correct command sequence:

"install libcurses5"
$ sudo apt-get install libncurses5-dev build-essential

"download alsa 1.0.15 from  alsa-driver, alsa-lib e alsa-utils."

"create a folder"
$ mkdir -p /usr/src/alsa

"Copy the donloaded files in the created folder"
$ cp alsa* /usr/src/alsa

"untar the files"
$ tar jxvf alsa-driver-1.0.15.tar.bz2
$ tar jxvf alsa-lib-1.0.15.tar.bz2
$ tar jxvf alsa-utils-1.0.15.tar.bz2 


"go in first directory untarred:"

$ cd alsa-driver-1.0.15
$ ./configure –with-cards=hda-intel && make
$ sudo make install

"now in second:"

$ cd alsa-lib-1.0.15
$ ./configure && make
$ sudo make install

"now in third:"

$ cd alsa-utils-1.0.15
$ ./configure && make
$ sudo make install


in synaptic remove alsa 1.0.14

restart the system

That's all

Francesco

-- 
sound goes through speakers with headphones connected
https://bugs.launchpad.net/bugs/116310
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to