From: LinArcX <LinArcX@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: awkward sound in boot up(just seen in recent versions of linux kernel)
Date: Sat, 12 Aug 2023 15:20:47 +0200 [thread overview]
Message-ID: <20230812132047.6mHWW3u9N2d2Qy6VTJQBAeguVIQQ3fFETGyp51OjSEg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45029@inbox.vuxu.org>
[-- 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.
next prev parent reply other threads:[~2023-08-12 13:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 8:54 [ISSUE] " LinArcX
2023-07-14 8:56 ` LinArcX
2023-08-12 13:20 ` LinArcX [this message]
2023-08-12 13:21 ` LinArcX
2023-08-12 13:21 ` LinArcX
2023-08-12 13:45 ` LinArcX
2023-08-12 13:46 ` LinArcX
2023-08-17 3:01 ` tornaria
2023-08-17 6:07 ` LinArcX
2023-08-17 7:03 ` LinArcX
2023-08-17 14:33 ` tornaria
2023-08-17 15:41 ` LinArcX
2023-08-22 20:39 ` LinArcX
2023-10-05 16:58 ` namgo
2023-10-05 17:35 ` LinArcX
2023-11-01 12:18 ` LinArcX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230812132047.6mHWW3u9N2d2Qy6VTJQBAeguVIQQ3fFETGyp51OjSEg@z \
--to=linarcx@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).