ASUS X421IA

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: Stub (Discuss in Talk:ASUS X421IA)
Device Status
AMD APU Working
HDMI Working
Wireless Working
Audio Working
Integrated microphone Working
Touchpad Working
Fingerprint sensor Not working
Camera Working
Card Reader Working
Bluetooth Working
Battery autonomy ~8-10 hours
Battery charge threshold Working
Suspend Only S2idle
Fan speed control Only max and auto

This article contains information about running Linux on the laptop ASUS X421IA which are known as ASUS Vivobook S14 M433 in Malaysia. The laptop are almost fully functional on Linux out of the box, requiring a few tweaks to meet a user's basic needs.

Booting into Linux

Secure boot

In order to boot Arch (or any OS not supporting Secure Boot), enter the UEFI parameters by holding F2 (or ESC key and then selecting "Firmware Setup"), then navigate with the keyboard arrows to the "Security" tab and set "Secure Boot" to Off.

Fast startup

If you are planning to dual boot with Windows, it is advisable to disable Fast Startup in the BIOS menu at the "Boot" tab. For more information, see Fast Startup.

Hardware

Battery charge threshold

See Laptop/ASUS#Battery charge threshold.

Limitation

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

Reason: The limitations below are mostly updated as of 2020-07-31 (kernel 5.7.11) and may not be subjected to all models. (Discuss in Talk:ASUS X421IA)

Suspend and Hibernation

Unfortunately, Suspend to RAM is not available in this model. The supported suspension methods are suspend to idle and hibernate. To wake from suspend, simply press any keyboard keys other than the power button. Note that suspend may not work consistently. See #Freezing issue.

Note: As the laptop does not suspend fully, it may overheat so do not leave the laptop unsupervised. Alternatively, hibernation works fine and the laptop is able to boot up quickly (~3s with boot screen).

Fingerprint sensor

The fingerprint sensor (available to some models) are too small to be able to be enrolled and used successfully.

Fan speed control

Full fan speed control is not supported in this laptop. Only pwm1_enable is available for the asus-nb-wmi driver which can be set to 2 for automatic and 0 for maximum fan speed (6000 RPM). See Fan speed control#ASUS laptops.

Troubleshooting

Freezing issue

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

Reason: Not tested fully yet, will be updated in the future (Discuss in Talk:ASUS X421IA)

Under certain circumstances (such as gaming or resuming from suspend), the screen may freeze and the user are not able to do anything except doing a force reboot. Before proceeding, make sure that the kernel, AMDGPU, AMD microcode and BIOS is updated.

Gaming

kernel: [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!
kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, but soft recovered

If you encounter freezing and the above error log while gaming, try adding amdgpu.noretry=0 to the kernel parameters. See freedesktop issue.

Resuming from suspend

kernel: amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on gfx
kernel: [drm:process_one_work] *ERROR* ib ring test failed

If you encounter freezing and the above error log while resuming from suspend (particularly when suspend time is longer), try adding amd_iommu=on iommu=pt to the kernel parameters. See kernel issue.

Backlight brightness cannot be restored at boot

Failed to start Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0

If the backlight brightness cannot be restored at boot and is therefore always set to a value of 100% or (close to) 0%, you can add fbcon=nodefer as a workaround to the kernel parameters. See kernel issue.

Tips and tricks

There are a few ways that can be done to improve the battery life and performance of laptop. 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.
  • Improving performance - List of general recommendations to increase performance.
  • SSD - Tips and tricks for Solid State Drives.