View previous topic :: View next topic |
Author |
Message |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Wed Jul 02, 2025 7:28 pm Post subject: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
Had this problem a few months ago where I could not get any audio out of my speakers until i increased the volume on the muted headphones that were not plugged in. I did not have to un-mute the headphones, I simply had to increase the volume thereof to get any sounds out of the speakers.
After a kernel update which used the same configuration in /etc/kernels as my old build just renamed I am now unable to get any audio to play through my speakers at all. HDMI works, headphones work, speakers do not.
I have scoured the inter-webs for solutions and there seem to be a tremendous number of people having exactly this issue on raptor lake hardware and none of the solutions given have worked for me.
lspci https://bpa.st/CHSA
lsmod https://bpa.st/U6AQ
aplay -l https://bpa.st/XA4Q
did i miss anything that needs pasting that can help?
actually yes I did
.config http://dpaste.com/4NLJGHRJP
and this too...
mark4@localhost ~ $ dmesg | grep audio
[ 2.506351] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 2.506424] usbcore: registered new interface driver snd-usb-audio
[ 2.516992] snd_hda_codec_realtek hdaudioC0D0: ALC1220: picked fixup for PCI SSID 1558:0000
[ 2.517469] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker
[ 2.517517] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 2.517550] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 2.517581] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 2.517607] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 2.517632] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 2.517655] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 2.517680] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
Those speaker outs seem weird to me, does that mean none ? |
|
Back to top |
|
 |
jburns Veteran

Joined: 18 Jan 2007 Posts: 1237 Location: Massachusetts USA
|
Posted: Thu Jul 03, 2025 8:30 pm Post subject: |
|
|
You could try the sound open firmware ( SOF ) driver or
install the gentoo-kernel-bin kernel and look at how it configures sound or
Load the LiveGUI USB Image on a USB drive, boot from it and look at how it configures sound |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 8:35 pm Post subject: |
|
|
jburns wrote: | You could try the sound open firmware ( SOF ) driver or
install the gentoo-kernel-bin kernel and look at how it configures sound or
Load the LiveGUI USB Image on a USB drive, boot from it and look at how it configures sound |
I have the SOF drivers loaded |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 8:36 pm Post subject: |
|
|
mark4 wrote: | jburns wrote: | You could try the sound open firmware ( SOF ) driver or
install the gentoo-kernel-bin kernel and look at how it configures sound or
Load the LiveGUI USB Image on a USB drive, boot from it and look at how it configures sound |
I have the SOF drivers loaded |
I cant use the gentoo binary kernel, I tried. I have an encrypted root partition and im NOT using LVM, just LUKS. I have not found any way to make an "it should just work (tm)" mechanism to actually work, I tried lol. |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 8:38 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
pietinger wrote: |
gives me a "Page not found" |
it worked immediately after I pasted it so they deleted it after one day?
attempting to resubmit |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 8:40 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
mark4 wrote: | pietinger wrote: |
gives me a "Page not found" |
it worked immediately after I pasted it so they deleted it after one day?
attempting to resubmit |
Ok, i pasted it again to http://0x0.st/804G.4-gentoo but I cannot see if anything is there because firefox literally refuses to open that page. All I get is a "This page could be risky!" page with a "proceed anyway" link that just results in a "This page could be risky" page :/ |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
Posted: Thu Jul 03, 2025 9:16 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
mark4 wrote: | Ok, i pasted it again to [...] |
Got it.
You have a ALC1220 ... yes, a really good part ... usually you dont need any SOF or SOC, just a normal snd_hda_intel ... but you have a weird mix between built-in modules and <M>odules ... I can say at a glance:
Code: | 1.
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
2.
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_INTEL8X0=m
3.
# CONFIG_SND_HDA_CODEC_HDMI is not set
4.
# CONFIG_SND_DEBUG is not set |
1. Do you really need OSS and Jack?
2. I dont think you need these very old drivers
3. This could be one reason of your problem ... enable it
4. Enable it to get more information in "dmesg"
What happens if you configure your ALSA with this minimal sound configuration? ->
https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_kernel_configuration#Sound_and_others
I had an ALC1220 in my old i7 mschine ... only this minimal config was necessary ... if you have still problems we need more information:
- Do you use pulseaudio?
- Do you have a /etc/asound.conf?
- Output of "aplay -l" AND "aplay -L"
Have you ever read this article? ->
https://wiki.gentoo.org/wiki/User:Pietinger/New_at_Gentoo
... there is an interesting section about our Gentoo forum ...
...What actually happened back then? ->
https://forums.gentoo.org/viewtopic-t-1172228-highlight-.html _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 10:24 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
pietinger wrote: | mark4 wrote: | Ok, i pasted it again to [...] |
Got it.
You have a ALC1220 ... yes, a really good part ... usually you dont need any SOF or SOC, just a normal snd_hda_intel ... but you have a weird mix between built-in modules and <M>odules ... I can say at a glance:
Code: | 1.
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
2.
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_INTEL8X0=m
3.
# CONFIG_SND_HDA_CODEC_HDMI is not set
4.
# CONFIG_SND_DEBUG is not set |
1. Do you really need OSS and Jack?
2. I dont think you need these very old drivers
3. This could be one reason of your problem ... enable it
4. Enable it to get more information in "dmesg"
What happens if you configure your ALSA with this minimal sound configuration? ->
https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_kernel_configuration#Sound_and_others
I had an ALC1220 in my old i7 mschine ... only this minimal config was necessary ... if you have still problems we need more information:
- Do you use pulseaudio?
- Do you have a /etc/asound.conf?
- Output of "aplay -l" AND "aplay -L"
Have you ever read this article? ->
https://wiki.gentoo.org/wiki/User:Pietinger/New_at_Gentoo
... there is an interesting section about our Gentoo forum ...
...What actually happened back then? ->
https://forums.gentoo.org/viewtopic-t-1172228-highlight-.html |
Do not need jack, just could not remove it. If i do a / search on it it has no number associated with it so i can shortcut to it.
I removed the ones I could find, some of them have the same issue as above.
I had CONFIG_SND_HDA_CODEC_HDMI enabled before and im not sure why it was removed but ive been fighting this for a while now so I have been making various changes.
I have seen the Peitinger tutorials but nothing in there helped this time or I missed something vital lol
I dont use pulse, I switched to pipewire
aplay -l https://bpa.st/DDPQ
aplay -L https://bpa.st/UN6Q
/etc/asound.conf https://bpa.st/DPMA
With regards to your last question on a previous plea for help I basically abandoned ever getting that thing working right and my .xinitrc now has xinput set-prop 16 "Device Enabled" 0 in it to totally disable the touchpad.
I did this because the "disable touchpad while typing" option in the gentoo version of Cinnamon Desktop just outright does not work and my hand can be 3 inches away from the touchpad and it keeps getting "touched" and moving my cursor lol. very annoying :) |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
Posted: Thu Jul 03, 2025 10:48 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
What happens if you delete (move to /home) /etc/asound.conf?
mark4 wrote: | [...] I did this because the "disable touchpad while typing" option in the gentoo version of Cinnamon Desktop just outright does not work and my hand can be 3 inches away from the touchpad and it keeps getting "touched" and moving my cursor lol. very annoying  |
Yes, that is very annoying ... ... but don't blame the kernel ... it's innocent ... but on Cinnamon  _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 10:51 pm Post subject: Re: No speakers (again) Raptor Lake High Def Audio Controll |
|
|
pietinger wrote: | What happens if you delete (move to /home) /etc/asound.conf?
mark4 wrote: | [...] I did this because the "disable touchpad while typing" option in the gentoo version of Cinnamon Desktop just outright does not work and my hand can be 3 inches away from the touchpad and it keeps getting "touched" and moving my cursor lol. very annoying :) |
Yes, that is very annoying ... :lol: ... but don't blame the kernel ... it's innocent ... but on Cinnamon :evil: |
I dont expect perfection from the kernel, this hardware is pretty new and I always expect teething problems. I ccan live without the touchpad for the most part.
Removing the asound.conf does not do anything for my problem :/ |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
Posted: Thu Jul 03, 2025 11:00 pm Post subject: |
|
|
Hmmm ... strange ... RaptorLake should not have any problems ... but ... I miss an answer to this question:
jburns wrote: | Load the LiveGUI USB Image on a USB drive, boot from it [...] |
... and check if the sound is working.
This gives us more information ... because you can do all what I have described in my Wiki article ... I'm sure you've read it in full. _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Thu Jul 03, 2025 11:03 pm Post subject: |
|
|
pietinger wrote: | Hmmm ... strange ... RaptorLake should not have any problems ... but ... I miss an answer to this question:
jburns wrote: | Load the LiveGUI USB Image on a USB drive, boot from it [...] |
... and check if the sound is working.
This gives us more information ... because you can do all what I have described in my Wiki article ... I'm sure you've read it in full. |
I tried in cinnamon and I think audio did not work there. let me try with ubuntu (download time) |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
Posted: Thu Jul 03, 2025 11:11 pm Post subject: |
|
|
mark4 wrote: | [...] let me try with ubuntu (download time) |
I often suggest to use Ubuntu (as a second opinion), but in this case our GentooLiveCD could/would give you more concrete infos (please watch out the used kernel version; it should be the same). _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Fri Jul 04, 2025 1:38 am Post subject: |
|
|
pietinger wrote: | mark4 wrote: | [...] let me try with ubuntu (download time) |
I often suggest to use Ubuntu (as a second opinion), but in this case our GentooLiveCD could/would give you more concrete infos (please watch out the used kernel version; it should be the same). |
No audio at all with ubuntu, will do the gentoo live cd now.
download time again :) |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Fri Jul 04, 2025 2:19 am Post subject: |
|
|
mark4 wrote: | pietinger wrote: | mark4 wrote: | [...] let me try with ubuntu (download time) |
I often suggest to use Ubuntu (as a second opinion), but in this case our GentooLiveCD could/would give you more concrete infos (please watch out the used kernel version; it should be the same). |
No audio at all with ubuntu, will do the gentoo live cd now.
download time again :) |
Audio dead as a dodo in the gentoo live cd too so I rebooted to windows (ick) just to make sure and yup, i get all the bleeps and bloops just fine |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Fri Jul 04, 2025 4:52 pm Post subject: |
|
|
mark4 wrote: | mark4 wrote: | pietinger wrote: | mark4 wrote: | [...] let me try with ubuntu (download time) |
I often suggest to use Ubuntu (as a second opinion), but in this case our GentooLiveCD could/would give you more concrete infos (please watch out the used kernel version; it should be the same). |
No audio at all with ubuntu, will do the gentoo live cd now.
download time again :) |
Audio dead as a dodo in the gentoo live cd too so I rebooted to windows (ick) just to make sure and yup, i get all the bleeps and bloops just fine |
Really starting to think Linux just does not support my hardware any more. it **WAS** working but with stupid issues like having to increase the volume on a muted device that was not plugged in or no audio from the speakers but now i just get nothing. The devices are all there, audio plays, it just wont come out the speaker :/ |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5869 Location: Bavaria
|
Posted: Fri Jul 04, 2025 6:15 pm Post subject: |
|
|
mark4 wrote: | Really starting to think Linux just does not support my hardware any more. it **WAS** working [...] |
If something doesn't work with our LiveCD and also not with Ubuntu, that's usually always a bad sign. However, since your sound has already worked, the question immediately arises as to which kernel versions are/were involved. It may really be the case that you can only get the sound under Linux with your old version (which I would classify as unusual, unless your notebook is really very old).  _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Fri Jul 04, 2025 6:31 pm Post subject: |
|
|
pietinger wrote: | mark4 wrote: | Really starting to think Linux just does not support my hardware any more. it **WAS** working [...] |
If something doesn't work with our LiveCD and also not with Ubuntu, that's usually always a bad sign. However, since your sound has already worked, the question immediately arises as to which kernel versions are/were involved. It may really be the case that you can only get the sound under Linux with your old versihttps://forums.gentoo.org/posting.php?mode=editpost&p=8865868on (which I would classify as unusual, unless your notebook is really very old). :( |
I cannot remember what version I had it "Semi" working under but it is not working on 6.15.4 or if it does I cant make it do so lol
I tried to get 6.12.35 to work but had exactly the same problems there as I am having here. EVERYTHING works just fine except getting sound out the speakers :/ |
|
Back to top |
|
 |
mark4 Tux's lil' helper

Joined: 26 Feb 2011 Posts: 130
|
Posted: Sun Jul 06, 2025 4:38 pm Post subject: Now things are going from bad to worse... |
|
|
Tried a 6.6.x kernel, couldnt even get a mixer top open so rebooted back to 6.15.4 and yup, cant get a mixer to open
cannot open mixer: No such file or directory
:(
Deleted everything in /etc/kernels and rebuilt with only minimal changes like changing the compression method to xz which I use as a flag to show I made changes.... reboot... no mixer |
|
Back to top |
|
 |
|