View previous topic :: View next topic |
Author |
Message |
Ichika-Zou n00b
Joined: 03 Jan 2023 Posts: 9 Location: Kyoto, Japan
|
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed Jan 04, 2023 12:12 am Post subject: |
|
|
Hi Ichika-Zou,
welcome to the Gentoo forums! And thanks for all the data you posted. Your first post is perfect.
I see the error message below in your output of 'dmesg':
Code: | sof_sdw sof_sdw: snd_soc_register_card failed -517 |
I searched for that error and I saw this page: https://bbs.archlinux.org/viewtopic.php?id=278572
Have you tried the solution suggested in the second post?
What happens if you use kernel 6.1?
Mike |
|
Back to top |
|
|
Ichika-Zou n00b
Joined: 03 Jan 2023 Posts: 9 Location: Kyoto, Japan
|
Posted: Wed Jan 04, 2023 12:38 am Post subject: |
|
|
The solution from arch is to address this https://github.com/thesofproject/sof/issues/6111, which is already solved in kernel update 6.0.13
The driver do loaded in the end and ALSA hardware level test work, I ran this command Code: | speaker-test -Dhw:0,2 -c2 -r48000 | and there is white noise output but alsamixer still present like the picture in my post, both YouTube and local sound file don’t work and I can’t adjust any volume.
The thing keeps bugging is that there is no pcm output with , maybe it’s relate to my problem?
I can’t use kernel 6.1.* since zfs haven't add support yet. |
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed Jan 04, 2023 1:05 am Post subject: |
|
|
I think I would start changing things until it works. For example, I would compile the whole soundsystem directly into kernel ([*], not [M]). Sometimes that helps. If you do that, it's also necessary to build all sound related firmware directly into the kernel. Otherwise you will get firmware load errors in the output of 'dmesg'.
It's a pity you can't switch to kernel 6.1. Can you at least test whether it works under Linux kernel 6.1? Or is your root filesystem on ZFS? |
|
Back to top |
|
|
Ichika-Zou n00b
Joined: 03 Jan 2023 Posts: 9 Location: Kyoto, Japan
|
Posted: Wed Jan 04, 2023 1:15 am Post subject: |
|
|
[quote="mike155"]I think I would start changing things until it works. For example, I would compile the whole soundsystem directly into kernel ([*], not [M]). Sometimes that helps. If you do that, it's also necessary to build all sound related firmware directly into the kernel. Otherwise you will get firmware load errors in the output of 'dmesg'.
Yeah, this is what I gonna try in later days, I use Gentoo-kernel-bin right now and for some post on forums that related to audio problem usually solved by builtin module.
My rootfs is zfs Indeed but I don’t think zfs 2.18 would be a long wait, since kernel 6.1.* should be the next lts kernel.
Thank god audio is not necessary to me but it’s still annoying to have this problem. |
|
Back to top |
|
|
|