[Bug 1648183] Re: Crackling and popping sound when using headphones

2017-09-18 Thread Erikas
For those who wants a proper workaround using systemd - see https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX430#Headphones_audio_is_too_low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1648183

[Bug 1648183] Re: Crackling and popping sound when using headphones

2017-09-20 Thread Erikas
Slight updated SYSTEMD workaround script from my previous comment (used to fail on boot). See updated at https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX430#Headphones_audio_is_too_low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1648183] Re: Crackling and popping sound when using headphones

2017-10-10 Thread Erikas
Since we are talking about bash commands, shouldn't this be more elegant solution? = #!/bin/bash hda-verb /dev/snd/hwC[[:print:]]*D0 0x20 SET_COEF_INDEX 0x67 hda-verb /dev/snd/hwC[[:print:]]*D0 0x20 SET_PROC_COEF 0x3000

[Bug 1648183] Re: Crackling and popping sound when using headphones

2017-12-09 Thread Erikas
I've updated script for systemd systems. It fixes comment #30 issue and now does not leave any error messages during boot (script issue): https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX430/UX530#Headphones_audio_is_too_low -- You received this bug notification because you are a member of

[Bug 1648183] Re: Crackling and popping sound when using headphones

2018-03-02 Thread Erikas
Chris (#38) - try to put your computer to sleep and wake up while listening to something. Issue still persists, but once you plug out and plug in your headset - it returns back to normal volume as expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-05-14 Thread Erikas
Hey. You probably tried USB-C headphones that include external audio card. Any USB headphones that include external audio card would work just fine. Also via Bluetooth audio works just fine too. The issue (at least for me) is literally no audio through integrated speakers, and audio is barely

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-05-09 Thread Erikas
Here are the only options to have sound on any Asus Zenbook UX33*/UX43*/UX53* laptops: * External USB audio card. * Bluetooth headphones. And there seem to be no workaround available too... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-01 Thread Erikas
I can also confirm that using these 4 commands sound works perfectly fine on UX533FTC. It seems that the only last 2 commands are needed to be executed in sequence, but using all 4 commands works fine too (or maybe I can't tell the difference? lol). hda-verb /dev/snd/hwC0D0 0x20 0x500 0x1b

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-01 Thread Erikas
For me (Asus UX533FTC) sound works fine when I execute those 2 commands after boot. However, when I was testing all those commands, sound did not always worked. These steps fixed it (run either after or before commands, or even right after boot): 1. Go to pavucontrol --> configuration 2. Change

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-01 Thread Erikas
A bit background on how I figured out those 2 commands. So let's say you have 6 commands in total: A command B command C command D command E command F command Start executing commands one by one, from top to bottom (do NOT resort them). Let's assume your sound starts to work after command E. So

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-01 Thread Erikas
Nice. One more thing - if you can't get sound to work, then you need to: 1. Completely shutdown the laptop 2. Unplug charger 3. Wait few seconds 4. (optional) plug charger back 5. power on and apply commands. Sound works. Is there something else we are missing? Like power reset command or

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-01 Thread Erikas
These seem to be bare minimum of commands to get audio working on my Asus Zenbook UX533FTC: hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74 For anyone wondering where to get "hda-verb" utility - install "alsa- tools". -- You received this bug notification

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-02 Thread Erikas
Here is mine. Microphone is not working too. http://alsa-project.org/db/?f=bc27c07ba139a31dc9ff561666554eabbbaeb924 My exact model is UX533FTC-A8221R -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-09 Thread Erikas
@Taha Soomro (suryaya) - I assume you have UX533FTC laptop (and not UX534* laptop). 1. Disable all commands that are performed on boot. 2. Reboot laptop - sound is not working 3. Apply only these manually: hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74 4.

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-09 Thread Erikas
Just a thought. Since we have list of commands in here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439/comments/132 and more commands/debugging here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439/comments/134

[Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-05 Thread Erikas
Kailiang suggested trying these: hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf hda-verb /dev/snd/hwC0D0 0x20 0x400 0x7774 hda-verb /dev/snd/hwC0D0 0x20 0x500 0x45 hda-verb /dev/snd/hwC0D0 0x20 0x400 0x5289 Unfortunately, on my Asus Zenbook UX533FTC those commands did not fix microphone, even when