Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Audio - Module does not loaded
Date: Sun, 17 Jul 2016 11:31:38
Message-Id: 12142359.Bpt6RtVuO7@dell_xps
In Reply to: Re: [gentoo-user] Audio - Module does not loaded by Alex Thorne
1 On Sunday 17 Jul 2016 05:58:48 Alex Thorne wrote:
2 > Is snd_hda_intel built as a module or is it part of the kernel itself?
3
4 Please do not top post on this M/L.
5
6
7 > On 17 Jul 2016 3:42 a.m., "Facundo Curti" <facu.curti@×××××.com> wrote:
8 > > Hi there. I'm having troubles to get audio on gentoo :/
9 > >
10 > > aplay -l gave me 0 sound cards:
11 > > **** List of PLAYBACK Hardware Devices ****
12
13 As Alex suggested check that you have built your audio drivers as modules.
14 Then run 'alsactl init' to initialise your card and unmute it.
15
16
17 > > lspci -v
18 [snip ...]
19
20 > > 00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core
21 > > Processor HD Audio Controller (rev 06)
22 > > Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor HD
23 > > Audio Controller
24 > > Flags: bus master, fast devsel, latency 0, IRQ 32
25 > > Memory at f7c14000 (64-bit, non-prefetchable) [size=16K]
26 > > Capabilities: [50] Power Management version 2
27 > > Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
28 > > Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
29 > > Kernel driver in use: snd_hda_intel
30 [snip ...]
31
32
33
34 > > 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High
35 > > Definition Audio Controller (rev 05)
36 > > Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset High
37 > > Definition Audio Controller
38 > > Flags: bus master, fast devsel, latency 0, IRQ 31
39 > > Memory at f7c10000 (64-bit, non-prefetchable) [size=16K]
40 > > Capabilities: [50] Power Management version 2
41 > > Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
42 > > Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
43 > > Capabilities: [100] Virtual Channel
44 > > Kernel driver in use: snd_hda_intel
45 [snip ...]
46
47
48 > > As you can see, lspci says:
49 > > Kernel driver in use: snd_hda_intel
50
51 Run 'lspci -k -nn' and check the vendor and product IDs shown in [square
52 brackets]. Then Google for the right drivers and make sure they have been
53 enabled as modules in your current kernel.
54
55
56 > >
57 > > But when I do lsmod:
58 > >
59 > > Module Size Used by
60 > > psmouse 64754 0
61 > > atkbd 14084 0
62 > > aziokbd 5336 0
63 > > libps2 3843 2 atkbd,psmouse
64 > > x86_pkg_temp_thermal 4523 0
65 > > kvm_intel 140995 0
66 > > kvm 366276 1 kvm_intel
67 > > irqbypass 2552 1 kvm
68 > > xts 3079 0
69 > > aesni_intel 156770 0
70 > > lrw 3591 1 aesni_intel
71 > > gf128mul 5815 2 lrw,xts
72 > > glue_helper 3907 1 aesni_intel
73 > > ablk_helper 1820 1 aesni_intel
74 > > cryptd 7522 2 aesni_intel,ablk_helper
75 > > sha256_generic 9619 0
76 > > xfs 669263 0
77 > > libcrc32c 1170 1 xfs
78 > > nfs 148665 0
79 > > lockd 52704 1 nfs
80 > > grace 1858 1 lockd
81 > > sunrpc 188908 2 nfs,lockd
82 > > jfs 132808 0
83 > > reiserfs 173671 0
84 > > btrfs 768586 0
85 > > xor 10552 1 btrfs
86 > > zlib_deflate 17993 1 btrfs
87 > > raid6_pq 93587 1 btrfs
88 > >
89 > > There is no snd_hda_intel
90
91 They were probably not compiled as modules? ;-)
92
93
94 > > I already tryed doing modprobe snd_hda_intel. It does not gave me any
95 > > output.
96
97 Try:
98
99 modprobe -r snd_hda_intel
100 modprobe -v snd_hda_intel
101
102 but if you get no output, then they were not built as modules in your kernel.
103
104
105 > > On alsamixer, I can see 3 cards:
106 > > - Pulseaudio
107 > > - HDA Intel HDMI
108 > > - HDA Intel PCH
109 > >
110 > > But the intel cards says:
111 > > This sound device does not have any controls.
112 > >
113 > > Some ideas?
114 > > I already saw the kernel. It is everything according this:
115 > > https://wiki.gentoo.org/wiki/ALSA#Kernel
116 > >
117 > > Some ideas?
118
119 dmesg | grep 'snd\|audio'
120
121 --
122 Regards,
123 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Audio - Module does not loaded Facundo Curti <facu.curti@×××××.com>