ASUS Zenbook UM425

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: Hardware table needs some adjustments, page is missing a proper function keys table (Discuss in Talk:ASUS Zenbook UM425)
Device Status
AMD CPU Working
Radeon GPU Working
HDMI Working
Wireless Working
Audio Working
Touchpad Partially working
Camera Working
Card Reader Working
Bluetooth Working
Function keys Working
Battery charge threshold Working
Suspend to RAM Working

Configuration

Secure Boot (option)

In order to boot any Linux operating system, navigate to BIOS (hold F2 during power-on), 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 AMD Graphics and Hardware Acceleration.

Audio

See PulseAudio.

Touchpad

See Libinput.

The NumPad is working with asus-touchpad-numpad-driver implementation from GitHub. Be sure to install python-libevdev and i2c-tools before starting systemd's service, otherwise this script will not work.

Battery charge threshold

Battery charge threshold is working. Laptop's battery stops charging at certain percentage when value in /sys/class/power_supply/BATT/charge_control_end_threshold is set to either 60, 80, or 100. But upower may report the wrong charging status and percentage when the battery threshold is set below 100; You may see the status listed as "Charging" even when the battery is fully charged to the limit, and the percentage may be one point short of the limit. For example when charging to 80, the battery's charge may say 79. See https://gitlab.freedesktop.org/upower/upower/-/issues/142

In order to automatically change the value at boot, user can create the systemd service: refer to Laptop/ASUS#Battery charge threshold

Troubleshooting

Suspend

Suspend to RAM (s2idle) used not to work correctly. Starting from Linux Kernel 5.14, the problem has been solved and s2idle works perfectly.

Tips and tricks

Power saving and performance

As advertised by ASUS, both laptops are capable to last up to 20 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.