Hello LQ,
the headphone jack on my laptop dosent seem to output any sound, so im trying to install this patch i found and i am encountering problems, here is what i did instructions found
here :
I downloaded all these files to my home directory. Then in the console I typed the follwing
$ tar -xjvf alsa-driver-1.0.12.tar.bz2
$ tar -xjvf alsa-lib-1.0.12.tar.bz2
$ tar -xjvf alsa-utils-1.0.12.tar.bz2
$ tar -xjvf alsa-oss-1.0.12.tar.bz2
$ cp hda-generic-hp-fix.diff alsa-driver-1.0.12/alsa-kernel
$ cd also-driver-1.0.12/alsa-kernel
$ patch -p1 < hda-generic-hp-fix.diff
$ cd ..
$ ./configure --with-oss=yes --with-cards=hda-intel
** make <<<<<< this is where i had my error!!
$ sudo make install
$ cd ../alsa-lib-1.0.12
$ ./configure
$ make
$ sudo make install
$ cd ../alsa-utils-1.0.12
$ ./configure
$ make
$ sudo make install
$ cd ../alsa-oss-1.0.12
$ ./configure
$ make
$ sudo make install
**heres the output**