Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sound from frontal case jack AUX [MSI MAG Z690 Tomahawk Wifi] #371

Open
ricciolino opened this issue Dec 7, 2023 · 0 comments
Open

Comments

@ricciolino
Copy link

ricciolino commented Dec 7, 2023

I posted this some weeks ago and I thought I had been able to solve the issue.
Unfortunately, it does not seem like so.

Summary of the issue: attaching my headphone to the rear jack, sound is emitted correctly, whilst frontal AUX jack it just looks dead (headphone device is correctly recognized in sound system settings but no sound is emitted).

Summary of steps that brought me to the initial solution.

Check the sound card USB device with:

> lsusb | grep -i audio
Bus 001 Device 003: ID 0db0:b202 Micro Star International USB Audio

Execute the following commands in sequence:

sudo mv /usr/share/alsa/ucm /usr/share/alsa/ucm.bak
sudo mv /usr/share/alsa/ucm2 /usr/share/alsa/ucm2.bak
curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa-ucm-conf/archive/refs/heads/master.tar.gz
sudo tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2"
rm alsa-ucm-conf.tar.gz

Reboot... than check:

> cat /usr/share/alsa/ucm2/USB-Audio/USB-Audio.conf | grep 0db0:b202
        # 0db0:b202 MSI MAG Z690 Tomahawk Wifi

Attaching the headphone now sound is emitted correctly from frontal AUX jack.

After a few weeks I returned to the initial situation, the front AUX jack does not emit any sound. I checked USB-Audio.conf file for being sure still MSI MAG Z690 Tomahawk Wifi MoBo is supported and output is confirmed.

> cat /usr/share/alsa/ucm2/USB-Audio/USB-Audio.conf | grep 0db0:b202
        # 0db0:b202 MSI MAG Z690 Tomahawk Wifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant