This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

ASUS X201E

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This article is a stub. You can help by expanding it.

Asus x201e is ultra-slim and light notebook manufactured by Asus. It has Intel Core i3, Pentium or Celeron processors with integrated graphics with up to 4GB of RAM. This article can help you to install Gentoo Linux on Asus X201E and point to typical problems during installation and setting the system.

Hardware

General Configuration

There is no need for any specific configuration except drivers and one GRUB hack to make function keys work.

Hard Disks and DVD Drives

The only hard drive is connected via SATA. There is no empty space to place another hard drive or cd/dvd drive. Driver in use for hard drive is ahci:

KERNEL SATA Hard Drive Support
'"`UNIQ--pre-00000000-QINU`"'

Memory Card Reader

TODO

Video Chipset

Integrated Intel HD Graphics uses I915 driver:

KERNEL Video Support
'"`UNIQ--pre-00000003-QINU`"'

Input Devices

The keyboard support for X11 is provided by evdev.

To make Fn + F5 (brightness down) and Fn + F6 (brightness up) function keys work it is needed to unspecify acpi_osi in GRUB.

FILE /etc/default/grubBrightness Keys Support
GRUB_CMDLINE_LINUX_DEFAULT='quiet splash acpi_osi='

Nevertheless brightness set with keyboard will not synchronize with brightness set with KDE.

Touchpad support is provided through synaptics.

FILE /etc/portage/make.confInput Device Support
INPUT_DEVICES="evdev synaptics"

Also you must enable CONFIG_MOUSE_PS2_ELANTECH in kernel.

KERNEL Touchpad Support
'"`UNIQ--pre-00000006-QINU`"'

Double- and triple- tapping and scroll will work, although 4- and 5- finger tap will not be recognized (driver issue?).

Ethernet

Networking is provided by Qualcomm Atheros AR8162 Fast Ethernet. Alx driver is needed:

KERNEL Ethernet Support
'"`UNIQ--pre-00000009-QINU`"'

802.11 Wifi

Wifi is provided by Qualcomm Atheros AR9485 Wireless Network Adapter. ath9k driver is needed:

KERNEL Wifi Support
'"`UNIQ--pre-0000000C-QINU`"'

Bluetooth

Though Atheros AR9485 has integrated bluetooth, ath9k driver doesn't support it.

Sound

Sound system is based on Intel HD Audio and could be easily brought up by snd_hda_intel driver:

KERNEL Audio Support
'"`UNIQ--pre-0000000F-QINU`"'

USB/USB3.0

TODO (not tested)

Webcam

Webcam is supported with standart UVC:

KERNEL Webcam Support
'"`UNIQ--pre-00000012-QINU`"'