First, you can already find this excelent article on Reddit :
But the package hda-jack-retask is stuck in raring. The goal here is to allow you to install the package in your brand new Ubuntu. Replace « utopic » each time it is mentionned velow by your version.
sudo apt-add-repository -s ppa:diwic/hda
sudo apt-get update
Then edit the file « /etc/apt/sources.list.d/diwic-ubuntu-hda-utopic.list » to replace utopic by saucy.
cd Downloads
mkdir hda-jack-retask
sudo apt-get build-dep hda-jack-retask
apt-get source hda-jack-retask
cd hda-jack-retask-0.20130613+raring
Now, you have to edit the debian/control file to sign the archive with you gpg key.
All spaces are important.
All spaces are important.
hda-jack-retask (0.20130613+utopic) utopic; urgency=low
* No-change upload for utopic
– Encolpe Degoute <encolpe.degoute@free.fr> Fri, 16 Jan 2015 11:00:00 +0200
Now, prepare your local package ans install it :
dpkg-buildpackage -rfakeroot
sudo dpkg -i ../hda-jack-retask_0.20130613+utopic_amd64.deb
Remove the PPA:
sudo apt-add-repository -r ppa:diwic/hda
The overall process should take less than 10 minutes.
