-
Notifications
You must be signed in to change notification settings - Fork 133
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 onboard audio for Medion E15443 (Core Ultra 5 125H) #5226
Comments
@RDust4, can you share the full kernel log as well? The same issue present with the legacy stack (options snd_intel_dspcfg dsp_driver=0 or 1)? If so, this is a codec configuration problem, some quirk is missing for your machine. If I understand right that audio via the 3.5mm jack is working. Can you also attach the output of |
The 3.5mm jack is working with options snd_intel_dspcfg dsp_driver=0. When I set it to 1, it stops working. I uploaded the output of alsa-info.sh here: Here the full kernel logs: |
@RDust4, thank you for the logs!
However the HDA generic machine driver is selected because we have HDA codec:
and
This is some sort of permutation of #5099, #4981 ? But, the SOF stack is in HDA mode and the headphone jack is working, the same jack must work with legacy mode as well, this laptop has HDA audio. Can you add this file sof-dyndbg.conf.txt @bardliao, @kv2019i, @ranj063 do you have hints what to try? @RDust4, does this thread helps https://forums.linuxmint.com/viewtopic.php?t=430520 ? |
Here are the new logs while using your file: There seems to be no changes when it comes to the audio output. I also tried to use the hdajackretask like in the link you gave me, but it did not work. |
Thank you for the log but unfortunately it is missing the early part of the boot process. Is there any difference if you switch to legacy HDA stack by modifying the /etc/modprobe.d/sof-dyndbg.conf line |
This is the updated log: dmesg_log.txt I changed Should I leave it at the changed state or should I insert the old sof-dyndbg.conf? |
I don't see audio errors in the dmesg log. We may need a quirk on patch_realtek.c. I will email Kailang [email protected] to ask for help. |
@RDust4 Can you try Ubuntu 24.04? That was suggested by Realtek. |
@RDust4 Can you also provide the alsa-info output with options snd_intel_dspcfg dsp_driver=1? And, get the alsa-info output again with Ubuntu 24.04 installed. |
@RDust4 Please do |
Arch Linux with dsp_driver=1: alsa-info I'm downloading Ubuntu for a Live USB right now, I'll give updates when it is finished. |
Here on a persistent live Ubuntu USB: alsa-info |
@RDust4 please do alsa-info.sh again in your original OS with dsp_driver=0 |
0000-medion-e15443-spk.patch |
The patch is installed, but my audio is still not playing. The jack works as usual. |
If it patched suscessful, it will show in dump file as below./sys/class/sound/hwC0D0/driver_pin_configs: |
Please be remember run command in terminal as below. |
The patch is now applied correctly. There were some issues because I downloaded the wrong kernel version. The sound is now working, thank you very much! |
Hello,
My onboard audio does not work for my Medion E15443 (Core Ultra 5 125H). The jack and audio via bluetooth works.
All packages (alsa, pipewire, sof) are installed freshly, so the configuration is completely default.
System:
The sound devices are detected correctly (I think):
speaker-test runs, but no audio can be heard.
Here are some logs that could be useful:
dmesg_audio.log
pipewire_debug.log
wireplumber.log
The text was updated successfully, but these errors were encountered: