cat /proc/bus/input/devices | grep -i pad
xinput -list
xinput list-props 12
open dconf-editor, then check /org/gnome/settings-daemon/peripherals/touchpad/touchpad-enabledElantech
echo -n 0x90 0x80 > /sys/devices/platform/i8042/serio4/setreg echo -n c > /sys/devices/platform/i8042/serio4/flagsSynaptics
Systemeinstellungen > Tastatur > Tastaturkürzel
$xmodmap -pkesudo apt-get install cheese gconftool-2 -s /desktop/gnome/keybindings/custom0/name -t string 'Web Cam' gconftool-2 -s /desktop/gnome/keybindings/custom0/binding -t string 'XF86WebCam' gconftool-2 -s /desktop/gnome/keybindings/custom0/action -t string 'cheese'
gconftool-2 -s /desktop/gnome/keybindings/custom2/name -t string 'Touchpad Toggle' gconftool-2 -s /desktop/gnome/keybindings/custom2/binding -t string 'XF86TouchpadToggle' gconftool-2 -s /desktop/gnome/keybindings/custom2/action -t string '/etc/acpi/asus-touchpad.sh'
apt-get install build-essential linux-headers-`uname -r`Next, go into the unzipped directory and compile the source as follows:
cd AX88772B_772A_760_772_178_LINUX_Driver_v4.2.0_Source makeInstall the just compiled module:
sudo make installFinally load the module:
sudo modprobe asix
That's it. You should be able to connect using a wired connection now.
If anyone interested I found a way to make WiFi fast:
Code:
echo "options ath9k nohwcrypt=1" >> /etc/modprobe.d/ath9k.conf | |
he bluetooth module is the Atheros AR3012, which requires loading a firmware before it can be used. For now, patching the kernel is required to recognize this module as AR3012 one.
The patch, and it's upstream progress, can be seen here: http://thread.gmane.org/gmane.linux.bluez.kernel/18801 More info: http://ubuntuforums.org/showthread.php?t=1867447&highlight=zenbooksudo aptitude install lm-sensors sudo tee -a /etc/modules <<-EOF coretemp EOF
# Powertop tunables case $1 in true) ## VM writeback timeout echo 1500 > /proc/sys/vm/dirty_writeback_centisecs ## Autosuspend for USB devices ### USB2.0-CRW (Generic) echo auto > /sys/bus/usb/devices/1-1.7/power/level ### Bluetooth USB Host Controller (Atheros Communications) echo auto > /sys/bus/usb/devices/1-1.8/power/level ## Runtime PM for PCI devices ### Atheros Communications Inc. AR9485 Wireless Network Adapter echo auto > /sys/bus/pci/devices/0000:02:00.0/power/control ### Fresco Logic Device 1009 echo auto > /sys/bus/pci/devices/0000:03:00.0/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller echo auto > /sys/bus/pci/devices/0000:00:1f.2/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 # echo auto > /sys/bus/pci/devices/0000:00:1d.0/power/control # Causes machine to freeze on shutdown, should work with kernels 3.0.11, 3.1.3 or newer ### Intel Corporation 2nd Generation Core Processor Family DRAM Controller echo auto > /sys/bus/pci/devices/0000:00:00.0/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 echo auto > /sys/bus/pci/devices/0000:00:16.0/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller echo auto > /sys/bus/pci/devices/0000:00:1b.0/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 echo auto > /sys/bus/pci/devices/0000:00:1c.0/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 echo auto > /sys/bus/pci/devices/0000:00:1c.1/power/control ### Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 echo auto > /sys/bus/pci/devices/0000:00:1c.3/power/control ### Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller echo auto > /sys/bus/pci/devices/0000:00:02.0/power/control ## SATA link power management echo min_power > /sys/class/scsi_host/host0/link_power_management_policy # 50% screen brightness on battery echo 5 > /sys/bus/pci/devices/0000:00:02.0/backlight/acpi_video0/brightness ;; false) # 90% screen brightness on AC echo 9 > /sys/bus/pci/devices/0000:00:02.0/backlight/acpi_video0/brightness ;; esac exit 0
GRUB_CMDLINE_LINUX_DEFAULT="pcie_aspm=force"and then
sudo update-grub
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
aml | dsdt.aml | manage | 62.5 K | 03 Feb 2012 - 20:58 | MarcPilloud |