Page 1 of 1

Solution to headphones and speakers working at the same time

PostPosted: Sat Nov 16, 2013 5:01 pm
by Gilgamesh777
For intel simply install the lastest drivers from alsa-project. It worked for me on Ultimate Edition 3.6:


Code: Select all
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.25.tar.bz2
tar -jxf alsa-driver-1.0.25.tar.bz2
cd alsa-driver-1.0.25/
./configure --with-cards=hda-intel --with-oss=yes
make
sudo make install