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
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:
'"`UNIQ--pre-00000000-QINU`"'
Memory Card Reader
TODO
Video Chipset
Integrated Intel HD Graphics uses I915 driver:
'"`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.
/etc/default/grub
Brightness Keys SupportGRUB_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.
/etc/portage/make.conf
Input Device SupportINPUT_DEVICES="evdev synaptics"
Also you must enable CONFIG_MOUSE_PS2_ELANTECH in kernel.
'"`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:
'"`UNIQ--pre-00000009-QINU`"'
802.11 Wifi
Wifi is provided by Qualcomm Atheros AR9485 Wireless Network Adapter. ath9k driver is needed:
'"`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:
'"`UNIQ--pre-0000000F-QINU`"'
USB/USB3.0
TODO (not tested)
Webcam
Webcam is supported with standart UVC:
'"`UNIQ--pre-00000012-QINU`"'