* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
@ 2023-07-14 8:56 ` LinArcX
2023-08-12 13:20 ` LinArcX
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-07-14 8:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1635533417
Comment:
These are information related to my audio devices:
```
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
DeviceName: Onboard Audio
Subsystem: ASUSTeK Computer Inc. Device 1ac3
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at df600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
!!! Unknown header type 7f
Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
2023-07-14 8:56 ` LinArcX
@ 2023-08-12 13:20 ` LinArcX
2023-08-12 13:21 ` LinArcX
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-12 13:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2898 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1675912418
Comment:
this is the log of dmesg on `6.1.30_1`:
```
↳ sudo dmesg | grep -i 'audio\|sound\|module_name'
[ 11.198875] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 11.293797] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 11.293811] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.293816] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 11.293820] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 11.293823] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 11.293825] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 11.293829] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 11.300573] hdaudio hdaudioC1D0: no AFG or MFG node found
[ 11.300608] hdaudio hdaudioC1D1: no AFG or MFG node found
[ 11.300631] hdaudio hdaudioC1D2: no AFG or MFG node found
[ 11.300653] hdaudio hdaudioC1D3: no AFG or MFG node found
[ 11.300675] hdaudio hdaudioC1D4: no AFG or MFG node found
[ 11.300697] hdaudio hdaudioC1D5: no AFG or MFG node found
[ 11.300719] hdaudio hdaudioC1D6: no AFG or MFG node found
[ 11.300741] hdaudio hdaudioC1D7: no AFG or MFG node found
[ 11.531032] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[ 11.531151] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[ 11.531272] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
```
If i boot with higher vresions of kernel, i will stuck at the first line, and other lines won't print. meaning that something wrong with one of my sound modules. here are the list of all my sound modules:
```
↳ lsmod | grep snd
snd_hda_codec_hdmi 77824 0
snd_hda_codec_realtek 147456 0
snd_hda_codec_generic 90112 1 snd_hda_codec_realtek
snd_intel_sdw_acpi 20480 0
snd_hda_codec 143360 3 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_codec_realtek
snd_hda_core 94208 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 135168 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_core
ledtrig_audio 16384 2 snd_hda_codec_generic,asus_wmi
snd_seq 90112 0
snd_seq_device 16384 1 snd_seq
snd_timer 45056 2 snd_seq,snd_pcm
snd 102400 9 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
soundcore 16384 1 snd
```
maybe `snd_hda_codec_realtek` is the root of issue? i still don't know.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
2023-07-14 8:56 ` LinArcX
2023-08-12 13:20 ` LinArcX
@ 2023-08-12 13:21 ` LinArcX
2023-08-12 13:21 ` LinArcX
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-12 13:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1635533417
Comment:
These are information related to my audio devices:
```
> sudo lspci -v
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
DeviceName: Onboard Audio
Subsystem: ASUSTeK Computer Inc. Device 1ac3
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at df600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
!!! Unknown header type 7f
Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (2 preceding siblings ...)
2023-08-12 13:21 ` LinArcX
@ 2023-08-12 13:21 ` LinArcX
2023-08-12 13:45 ` LinArcX
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-12 13:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 885 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1635533417
Comment:
These are information related to my audio devices:
```
↳ sudo lspci -v
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
DeviceName: Onboard Audio
Subsystem: ASUSTeK Computer Inc. Device 1ac3
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at df600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
!!! Unknown header type 7f
Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (3 preceding siblings ...)
2023-08-12 13:21 ` LinArcX
@ 2023-08-12 13:45 ` LinArcX
2023-08-12 13:46 ` LinArcX
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-12 13:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1675923381
Comment:
ok, I found the issue. by disabling this kernel module: ` sudo modprobe -r snd_hda_intel` i can log in successfully but without no sound for sure. if I try to enable it again, I'll hear the same harsh sound again.
I think my sound card have some problems with newer versions of linux kernel.
This is the information about it:
```
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
DeviceName: Onboard Audio
Subsystem: ASUSTeK Computer Inc. Device 1ac3
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at df600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (4 preceding siblings ...)
2023-08-12 13:45 ` LinArcX
@ 2023-08-12 13:46 ` LinArcX
2023-08-17 3:01 ` tornaria
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-12 13:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1675923381
Comment:
ok, I found the issue. by disabling this kernel module: ` sudo modprobe -r snd_hda_intel` i can log in successfully but without no sound for sure. if I try to enable it again, I'll hear the same harsh sound again.
I think one of my audio devices has some problems with newer versions of Linux kernel.
This is the information about them:
```
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
DeviceName: Onboard Audio
Subsystem: ASUSTeK Computer Inc. Device 1ac3
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at df600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
```
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (5 preceding siblings ...)
2023-08-12 13:46 ` LinArcX
@ 2023-08-17 3:01 ` tornaria
2023-08-17 6:07 ` LinArcX
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: tornaria @ 2023-08-17 3:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
New comment by tornaria on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1681538394
Comment:
Try:
```
$ echo 0 | sudo tee -a /sys/module/snd_hda_intel/parameters/power_save
```
If this fixes the issue for you, make it permanent by adding
```
power_save=0
```
into `/etc/modprobe.d/sound.conf` (create this file if necessary).
What this does is disabling power save for `snd_hda_intel`. It seems that since 6.4 sometimes the audio outputs white noise when in power save mode (it does for me, and the fix above stops it).
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (6 preceding siblings ...)
2023-08-17 3:01 ` tornaria
@ 2023-08-17 6:07 ` LinArcX
2023-08-17 7:03 ` LinArcX
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-17 6:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1681667976
Comment:
@tornaria you mean this option?
`options snd_hda_intel power_save=0`
No, it doesn't work for me.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (7 preceding siblings ...)
2023-08-17 6:07 ` LinArcX
@ 2023-08-17 7:03 ` LinArcX
2023-08-17 14:33 ` tornaria
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-17 7:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1681667976
Comment:
@tornaria you mean this option?
`options snd-hda-intel power_save=0`
No, it doesn't work for me.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (8 preceding siblings ...)
2023-08-17 7:03 ` LinArcX
@ 2023-08-17 14:33 ` tornaria
2023-08-17 15:41 ` LinArcX
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: tornaria @ 2023-08-17 14:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 597 bytes --]
New comment by tornaria on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1682397068
Comment:
> @tornaria you mean this option?
>
> `options snd-hda-intel power_save=0`
>
> No, it doesn't work for me.
Yes, I meant that, sorry for the typo. Not sure if `snd-hda-intel` is the same as `snd_hda_intel`, and you need to remove/reload the module for this to take effect.
It did fix a similar issue I had myself: starting recently, I think on 6.4, the power save for this driver will turn my audio into static noise (as opposed to silence).
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (9 preceding siblings ...)
2023-08-17 14:33 ` tornaria
@ 2023-08-17 15:41 ` LinArcX
2023-08-22 20:39 ` LinArcX
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-17 15:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1682507476
Comment:
this is the correct syntax: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/sound/alsa-configuration.rst?h=linux-6.3.y#n995
i didn't reload the module. just restarted my pc. i don't know if they have the same behavior.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (10 preceding siblings ...)
2023-08-17 15:41 ` LinArcX
@ 2023-08-22 20:39 ` LinArcX
2023-10-05 16:58 ` namgo
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-08-22 20:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1688901644
Comment:
A weird thing happened. even sometimes recently I have had this issue with the 6.1.30_1 version of the kernel. maybe a hardware issue?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (11 preceding siblings ...)
2023-08-22 20:39 ` LinArcX
@ 2023-10-05 16:58 ` namgo
2023-10-05 17:35 ` LinArcX
2023-11-01 12:18 ` LinArcX
14 siblings, 0 replies; 16+ messages in thread
From: namgo @ 2023-10-05 16:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
New comment by namgo on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1749314019
Comment:
If I'm following this issue correctly, I have the same issue at log-in. I'm on a x270 laptop without modifications. I don't remember when I started noticing it.
I would add that if I have no audio playing and then launch something that uses audio like firefox, the sound will happen.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (12 preceding siblings ...)
2023-10-05 16:58 ` namgo
@ 2023-10-05 17:35 ` LinArcX
2023-11-01 12:18 ` LinArcX
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-10-05 17:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 263 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1749364882
Comment:
I see this issue even with older versions os kernels.
i still not sure is it related to void or its a general issue.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: awkward sound in boot up(just seen in recent versions of linux kernel)
2023-07-14 8:54 [ISSUE] awkward sound in boot up(just seen in recent versions of linux kernel) LinArcX
` (13 preceding siblings ...)
2023-10-05 17:35 ` LinArcX
@ 2023-11-01 12:18 ` LinArcX
14 siblings, 0 replies; 16+ messages in thread
From: LinArcX @ 2023-11-01 12:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
New comment by LinArcX on void-packages repository
https://github.com/void-linux/void-packages/issues/45029#issuecomment-1788858589
Comment:
@namgo I was thinking maybe because my laptop is old. (it was made in 2011) but your laptop is newer than me and you have also the same issue.
I don't know if is it related to specific hardware or if it's related to Alsa or something like this.
^ permalink raw reply [flat|nested] 16+ messages in thread