ASUS Zenbook UX430/UX530

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tango-edit-clear.pngThis article or section does not follow the Laptop page guidelines.Tango-edit-clear.png

Reason: Some missing sections, such as the function keys section. (Discuss in Talk:ASUS Zenbook UX430/UX530)
Device PCI/USB ID Working?
Intel Yes
GPU (nvidia) Yes
Ethernet (via USB) Yes
Wireless Yes
Audio Yes
Touchpad Yes
Webcam Yes
SD-card reader Yes
Bluetooth Yes
Fingerprint reader Partially
Ambient light sensor Partially

ASUS announced UX430 and UX530 models. Since these models share almost the same hardware (the only difference is screen size and discrete NVidia GPU), this article covers hardware specific configuration for all UX430UA, UX430UQ, UX530UQ and UX530UX models.

Configuration

Secure Boot (option)

In order to boot any Linux operating system, navigate to BIOS, then hit F7 or click on Advanced Menu, then the Security tab and set Secure Boot to Off.

If the aforementioned Secure Boot option is a menu rather than an on-or-off option, click on Secure Boot, Key Management, then Reset to Setup Mode and confirm in the dialog.

Video

See Intel Graphics and Hardware Acceleration. For models with discrete Nvidia graphics card, also see NVIDIA Optimus.

Audio

See PulseAudio.

Touchpad

See Libinput.

Fingerprint sensor

Note: This is likely not going to work at all. See Talk:ASUS Zenbook UX430/UX530#Fingerprint Reader.

The fingerprint sensor is supported since Fprint v0.99.0, even through it is supported it does not work reliably. This is due to the fingerprint small sensor[1].

Ambient Light Sensor

The Ambient Light Sensor should work on UX430UQ[2] and UX430UNR[3].

Battery charge threshold

See Laptop/ASUS#Battery charge threshold.

Troubleshooting

Microcode

During boot you might get the message [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later). See Microcode to resolve it.

Nvidia issues with Bumblebee

It is likely that it is one of these issues:

Headset Microphone

You may encounter an issue where your headset microphone is not being detected. To fix this, create this file and restart your system:

/etc/modprobe.d/fix_headset_microphone.conf
# Fix an issue where your headset microphone is not being detected:
options snd-hda-intel model=dell-headset-multi

No sound (after Windows)

Tango-inaccurate.pngThe factual accuracy of this article or section is disputed.Tango-inaccurate.png

Reason: Someone please check and confirm if this is working alternative solution. (Discuss in Talk:ASUS Zenbook UX430/UX530)

There seems to be a bug in the firmware that prevents the embedded sound card from working in Arch after Windows has been restarted. A complete shutdown of the laptop is required to get the sound card working again.

Suspend

Linux (4.17 at least) default to suspend-to-idle which is not very power effective. This is probably due to this change in 4.14-rc1. For better power effective you can use suspend-to-ram by adding mem_sleep_default=deep to the kernel cmdline.

Fan always active

See Fan speed control#NBFC.

Tips and tricks

Power saving and performance

As advertised by ASUS, both laptops are capable to last up to 9 hours on battery. In order to achieve this, see:

  • BIOS update - It is generally recommended to update BIOS, as it usually brings performance, power-saving and security features.
  • Power Saving - List of general recommendations to increase battery life.
  • SSD - Tips and tricks for Solid State Drives. Both laptops ship M.2 SSD by default.
  • Undervolting CPU - Decrease voltage for Intel CPU (reduce battery drain, reduce heat and therefore - reduce fan speed)

Extract Windows 10 license key

The laptop comes with Windows 10 preinstalled and the activation key is hardcoded into the firmware. If you replace Windows with Linux, then hardcoded activation key is useless. You might want to extract it and use somewhere else (e.g. virtualized Windows 10):

# grep -aPo '[\w]{5}-[\w]{5}-[\w]{5}-[\w]{5}-[\w]{5}' /sys/firmware/acpi/tables/MSDM
Note: Microsoft online support confirmed that the code is valid, but because you are unable to activate it (Windows fails to activate and asks for another code), they offered 2 options - replace activation code with another one for 40$ or contact OEM (ASUS) about this issue. ASUS confirmed, that in order to "use" this activation key, you need to bring this laptop to repair service so they can "restore" system using ASUS OEM Windows 10 image. They do not provide this image for download.