Skip to content

Instantly share code, notes, and snippets.

@jlyon
Last active December 16, 2015 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlyon/2b0730bcefd08077c573 to your computer and use it in GitHub Desktop.
Save jlyon/2b0730bcefd08077c573 to your computer and use it in GitHub Desktop.
Manual installation steps for Jeff's Asus Zenbook

###Model name: UX303LA

Fix touchpad

 Thanks a lot, Pilot6! I have an ASUS ZenBook UX303LN and I'm running Ubuntu 15.04, and using this the touchpad works perfectly. To possibly help clarify for others, these are the steps you need to do:

Code:
sudo add-apt-repository ppa:hanipouspilot/focaltech-dkms
sudo apt-get update
sudo apt-get install focaltech-dkms
Then reboot, or do this to get things working instantly, as documented in README:
Code:
sudo modprobe -r psmouse
sudo modprobe psmouse

From http://ubuntuforums.org/showthread.php?t=2253069&page=10

Fix wifi:

echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf

Make headphones show up

sudo nano analog-output-headphones.conf Look for the section called [Element Speaker] and change it so that it looks like this:

[Element Speaker]
switch = on
volume = ignore

http://askubuntu.com/questions/132440/headphone-jack-not-working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment