Lenovo Yoga 2 11

HardwarePCI/USB IDWorking?
TouchpadYes
TouchscreenYes
KeyboardYes
VideoYes
WebcamYes
BluetoothYes
Card readerYes
AudioYes
WirelessYes

Installation

To access the boot menu and BIOS, use the "alternative" power button: a small circular one on the right, next to the main power button.

Disable secure boot from the BIOS. Only the UEFI boot mode appears to be available, but the Arch Linux install ISO used supports UEFI boot.

Power management

The power button works out of the box, however the system reboots after shutdown. This appears to be an xhci-hcd kernel module bug and can be worked around by unloading the xhci_hcd module before shutdown. This can be done via systemd by creating a unit file /etc/systemd/system/xhci.service containing

[Unit]
Description=rmmod xhci_hcd

[Service]
Type=oneshot
ExecStart=/bin/true
ExecStop=/usr/bin/rmmod xhci_pci && /usr/bin/rmmod xhci_hcd
RemainAfterExit=yes

[Install]
WantedBy=default.target

and enable/start xhci.service.

Function keys

There is a Windows button by the screen, however key down events are only reported when the button is released (in tandem with the key release event).

gollark: Consider: Egypt is warm. Britain is not warm. You are likely used to higher temperatures.
gollark: See, with modern deep learning, my large set of known-good memes in the form of memeCLOUDâ„¢, and the existence of vast reams of probably bad ones on Reddit, I may be able to automatically classify memes as "good" or "bad".
gollark: FEAR the possible GTechâ„¢ meme classifier/autoharvester engines.
gollark: Oh. Huh.
gollark: What is it doing?
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.