No Sound in ASUS ZenBook 14 UX433FN after installing ubuntu 18.04

11,891

Solution 1

I have an asus zenbook 14 ux433FN. Faced the same issue with Ubuntu 18.04 (it comes with the kernel 4.15). I upgraded to kernel to 4.20 through the "ukuu" utility and the sound/headphones seem to work fine.

Here are the commands that in case you need to update the kernel

  1. Check your kernel version

    uname -r

  2. install ukuu by following this link: https://ubuntoid.com/install-latest-ubuntu-kernel-ukuu/

  3. update the kernel with ukuu

    sudo ukuu --install v4.20

  4. reboot and check your kernel version

Note: I would also like to point out that the suspend function would not work in ubuntu 18.04 for ASUS ZenBook 14 UX433FN. It would eat up all your battery even if you are in suspend mode. The solution to that can be found in the following link: Ubuntu 18.04 - Dell XPS13 9370 no longer suspends on lid close

Solution 2

It seems like there is a patch for the linux kernel comming in to fix the problem soon.

https://lore.kernel.org/patchwork/patch/1022579/

So I think the two options you have is wait for the patch to hit mainline kernel, or to replace it yourself (disclaimer, I haven't done that yet myself)

Solution 3

I had the same problem, but it got fixed automatically on update of the kernel from 5.0.0-23-generic to 5.0.0-31-generic.

Check your kernel using the command:

uname -r

Solution 4

Installing a bios update (available on Asus website) solved the problem for me, without any further modification in Ubuntu.

Share:
11,891

Related videos on Youtube

user899635
Author by

user899635

Updated on September 18, 2022

Comments

  • user899635
    user899635 over 1 year

    I recently bought ASUS ZenBook 14 UX433FN which came with preloaded Windows 10 Home. I used it for a few days and everything was working perfectly fine. Then I uninstalled Win 10 and installed Ubuntu 18.04 LTS. And I could hear no sound. I tried many things found online but nothing worked. I tried installing 16.04 LTS as well but the same problem showed up. Unlike reported by many it doesn't show dummy output as audio output.What should I do?

    • Jon
      Jon almost 5 years
      For anyone else experiencing this issue, if you're not opposed to using Ubuntu 19.04, the kernal is already updated to 5.XX. Sound and NVIDIA graphics work well with this distro on ASUS UX433FN.
    • abstract_17
      abstract_17 almost 5 years
      I upgraded my kernel to 5.2.2 stable version and the sound problem is solved. How to update kernel : click here. NOTE: In kernel 5.2.2 the suspend problem is also solved.
  • user899635
    user899635 over 5 years
    Thank you for your comment. I tried implementing your suggestion but it didn't work. I want to add that sound doesn't work for Ubuntu 16.04/ 18.04 and Linux Mint as well.
  • user899635
    user899635 over 5 years
    Thanks a lot. In my case kernel v4.20.6 solved the issue. Big relief
  • user899635
    user899635 over 5 years
    Hi it has solved the issue. A big relief. Thanks a lot