Hi, I recently install fedora in my laptop Huawei MateBook D14. And I dont have audio. The icon in the top-left don’t is visible and in the setting doesn’t appear any sound device.
$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pipewire
PipeWire Sound Server
default
Default ALSA Output (currently PipeWire Media Server)
If you get message like aplay: main:xxx: audio open error: Device or resource busy, close all opened windows and leave only the terminal. Wait a moment and try again.
If you okay to follow (because it’s possible to make frustration ) I’ll explain first about what just we did.
When you run aplay -l it will give us available hardware that detected by the system. Then when we run aplay -D plughw:0,1 /usr/share/sounds/alsa/Front_Center.wav it’s test for each hardware available.
Notice the result aplay -l that mention card 0: sofhdadsp ...., device 1: HDMI ... , it’s translated to plughw:cardnumber,devicenumber or plughw:0,1.
Now you could try run this line sudo grubby --args="snd-intel-dspcfg.dsp_driver=1" --update-kernel=ALL.
After that check it with sudo grubby --info=ALL and you should get couple messages. Make sure that you have line reported args="<any-other-parameters> snd-intel-dspcfg.dsp_driver=1" . Then reboot.
Run aplay -l again. Then check each device presented with play -D plughw:X,Y /usr/share/sounds/alsa/Front_Center.wav with X is card number and Y is device number. Make a note which work.
Please, create a new bug for the alsa-sof-firmware package in our bugzilla - https://bugzilla.redhat.com for the alsa-sof-firmware package and attach output from alsa-info.sh --no-upload command (as root) there for the further analysis of your problem. Thank you.
Hi!
Any progress in this problem?
Just get new Huawei d14 laptop and have the same problem - no sound in fedora 35, 36 … even in ubuntu 20.04
Sympthoms are the same … looks like 100% same problem … ((
And I have no access to the bug info from prev. message…