Score:0

Ubuntu 20.04 on Asus ZenBook 14 UM433IQ-A5024 - Suspend does not work

cn flag

I recently installed Ubuntu 20.04 on my new Asus ZenBook 14 UM433IQ-A5024. This is not my first time using Ubuntu but I am a relative beginner.

The problem: After being suspended, the laptop has some trouble to start again. The light on the ON switch keeps blinking, but the laptop takes a while to wake up. After starting again the background light of the keyboard does not work and the light on the Fn- key is inactive. If I try to turn the light on, the keys work. I get the graphical output on my screen, but the keyboard does not light up. Everything else seems to work fine.

I tried to look for others with a similar problem, but was not successful. I don't even know where to start looking and what could cause this problem, so any help is appreciated.

Thanks ahead!

ChanganAuto avatar
us flag
As always update UEFI. That may or may not correct the very minor issues bugging you. Nothing else can be done with hardware designed to work with Windows and *only* with Windows, although similar issues happen with Windows as well hence the suggestion to update the firmware.
Score:1
cd flag

I've managed to solve this issue in two Asus Notebooks, one Zenbook Q407I and a X441B model. In both cases the problem came from the kernel that comes out of the box with Ubuntu, version 21.10 in my case (the kernel version was 5.13).

Important! You may need to know a little about rebooting in recovery and rolling back some changes before doing this, because this might have helped me, but not all notebooks are the same.

The solution was to install the Mainline app following this tutorial: Mainline - Another Tool to Install Latest Kernel in Ubuntu / Linux Mint

  1. To add the PPA, open terminal from system application launcher and run command:

    sudo add-apt-repository ppa:cappelikan/ppa
    
  2. Then check updates and install the tool via commands:

    sudo apt update
    sudo apt install mainline
    

Then, after installing and running this app, my recommendation is to install the latest version of 5.14 kernel (5.15 won't install correctly because some dependencies aren't supported by Ubuntu yet). The GUI is pretty straightforward:

  1. Click the version.
  2. Install.
  3. Wait until it succeeds.
  4. After you reboot, Ubuntu will use the latest version of the kernel installed (in this case 5.14).

After doing this I was able to suspend/resume OK. This also fixed some problems with my sound card (it sounded like with very low quality in the Zenbook one) and brightness configuration persistence (brightness returned to lowest on every reboot).

cd flag
Thanks for the corrections! @BeastOfCaerbannog
BeastOfCaerbannog avatar
ca flag
No problem at all! :)
cn flag
Awesome! This solved it for me as well. Thanks a lot!
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.