Asus UX21E with Oneiric Ocelot and Linux 3.2

Touchpad

Elantech wird erkannt von Kernel 3.2rc2 . rc3 und rc4 erkennen es als PS/2 Mouse.

Ethernet USB-Adapter

The Ethernet USB adapater which comes with the ASUS UX31 and UX21 models is the Asix "USB to Fast Ethernet" adapter, model AX88772B. At the present, the device is not recognized by the currently available kernels. Once downloaded, the source needs to be compiled. First unzip the file.

Download essentials
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

make

Install the just compiled module:
sudo make install

Finally load the module:
sudo modprobe asix

That's it. You should be able to connect using a wired connection now.

Replace asix.c with the following file:

Bluetooth

KMS Crash

According to the intel-gfx list, the problem with rc6 seems to be related to VTd support, aka. virtualization. Adding "intel_iommu=off" to kernel boot line disables VTd, and should make rc6 stable, according to the reports

And got the screen working on 3.2-rc3 with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 i915.i915_enable_rc6=1 pcie_aspm=force"

-- MarcPilloud - 07 Dec 2011
Edit | Attach | Print version | History: r5 | r4 < r3 < r2 < r1 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r3 - 10 Dec 2011, MarcPilloud
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Seite genereriert um 20 May 2024 - 22:58
Ideas, requests, problems regarding wiki.doebe.li? Send feedback