Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ALSA - Still No Sound
Date: Mon, 14 Feb 2011 02:03:21
Message-Id: 1297648866.31454.6.camel@troll
In Reply to: [gentoo-user] ALSA - Still No Sound by dhk
1 what does "lsmod" say?
2
3 This is on a jetway MB with an onboard nvidia chipset so not quite the
4 same as yours (only sound and the nvidia module are modularised) - in
5 particular make sure that you are building the "Intel HD Audio" codecs -
6 it isnt immediately obvious that its required.
7
8 BillK
9
10
11 myth3 linux # lsmod
12 Module Size Used by
13 snd_pcm_oss 37091 0
14 snd_mixer_oss 14409 1 snd_pcm_oss
15 snd_seq_dummy 1335 0
16 snd_seq_oss 26582 0
17 snd_seq_midi_event 5148 1 snd_seq_oss
18 snd_seq 47261 5
19 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
20 snd_usb_audio 76036 0
21 snd_usb_lib 16911 1 snd_usb_audio
22 snd_rawmidi 17403 1 snd_usb_lib
23 snd_seq_device 4917 4
24 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
25 snd_hda_codec_nvhdmi 12443 1
26 snd_hda_codec_realtek 261601 1
27 easycap 1258666 0
28 nvidia 10078248 36
29 snd_hda_intel 20392 4
30 snd_hda_codec 67766 3
31 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
32 lirc_wb677 22727 1
33 snd_hwdep 5724 2 snd_usb_audio,snd_hda_codec
34 lirc_dev 10091 3 lirc_wb677
35 snd_pcm 68302 5
36 snd_pcm_oss,snd_usb_audio,easycap,snd_hda_intel,snd_hda_codec
37 snd_timer 17708 2 snd_seq,snd_pcm
38 snd 49975 23
39 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_usb_audio,snd_usb_lib,snd_rawmidi,snd_seq_device,snd_hda_codec_realtek,easycap,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
40 soundcore 5135 1 snd
41 snd_page_alloc 6641 2 snd_hda_intel,snd_pcm
42 myth3 linux #
43
44 On Sun, 2011-02-13 at 18:19 -0500, dhk wrote:
45 > I still can't get sound to work. Can someone tell me what's wrong? In
46 > addition to my earlier thread below I have INPUT_DEVICES="evdev" and
47 > ALSA_CARDS="AC97" in my make.conf.
48 >
49 > The following that someone suggented does nothing.
50 > > modprobe snd-intel8x0; modprobe snd-pcm-oss; modprobe snd-mixer-oss;
51 > modprobe snd-seq-oss
52 >
53 > I've also tried a second sound card and alternate set of speakers. Also
54 > nothing is muted or turned down.
55 >
56 > According to http://kmuto.jp/debian/hcl/ my card works.
57 > 10de00ea Yes nVidia Corporation nForce3 250Gb AC'97 Audio Controller
58 > snd-intel8x0 v2.6.25-
59 >
60 >
61 > On 01/22/2011 08:16 PM, dhk wrote:
62 > > Can someone tell me why I don't have sound? I've followed the
63 > > instructions at http://www.gentoo.org/doc/en/alsa-guide.xml and
64 > > everything seems to be working, but there's still no sound. I've also
65 > > swapped out the speakers, made sure they were powered on, and the volume
66 > > turned up. Also I'm in the audio group and the channels are unmuted
67 > > with the volume at 75%.
68 > >
69 > > One thing I did notice is that after running alsaconf there aren't any
70 > > modules in /etc/modules.d/, in fact the directory doesn't even exist.
71 > > Now if there aren't any modules to load that's fine, but since I don't
72 > > hear anything I'm not so sure.
73 > >
74 > > Below is what's on my ~amd64 system.
75 > >
76 > > Thanks.
77 > >
78 > > # rc-update show | grep -i alsa
79 > > alsasound | boot
80 > >
81 > > # /etc/init.d/alsasound restart
82 > > * WARNING: you are stopping a boot service.
83 > > * Storing ALSA Mixer Levels ...
84 > > [ ok ]
85 > > * Loading ALSA modules ...
86 > > * Loading: snd-card-0 ...
87 > > [ ok ]
88 > > * Restoring Mixer Levels ...
89 > > [ ok ]
90 > >
91 > > # lspci -v | grep -i audio
92 > > 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb
93 > > AC'97 Audio Controller (rev a1)
94 > >
95 > > # cat /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 | egrep -i
96 > > 'sound|ac97|alsa'
97 > > CONFIG_SOUND=m
98 > > CONFIG_SOUND_OSS_CORE=y
99 > > CONFIG_SOUND_OSS_CORE_PRECLAIM=y
100 > > CONFIG_SND_AC97_CODEC=m
101 > > # CONFIG_SND_AC97_POWER_SAVE is not set
102 > > # CONFIG_SOUND_PRIME is not set
103 > > CONFIG_AC97_BUS=m
104 > > CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
105 > > # CONFIG_CRYPTO_SALSA20 is not set
106 > > CONFIG_CRYPTO_SALSA20_X86_64=m
107 > >
108 > > # cat /proc/asound/cards
109 > > 0 [CK8S ]: NFORCE - NVidia CK8S
110 > > NVidia CK8S with ALC850 at irq 20
111 > > 1 [UART ]: MPU-401 UART - MPU-401 UART
112 > > MPU-401 UART at 0x300, irq 5
113 > >
114 > > # cat /proc/asound/version
115 > > Advanced Linux Sound Architecture Driver Version 1.0.23.
116 > >
117 > > # cat /proc/asound/oss/sndstat
118 > > Sound Driver:3.8.1a-980706 (ALSA v1.0.23 emulation code)
119 > > Kernel: Linux jenny 2.6.36-gentoo-r5 #1 SMP Wed Jan 12 16:53:04 EST 2011
120 > > x86_64
121 > > Config options: 0
122 > >
123 > > Installed drivers:
124 > > Type 10: ALSA emulation
125 > >
126 > > Card config:
127 > > NVidia CK8S with ALC850 at irq 20
128 > > MPU-401 UART at 0x300, irq 5
129 > >
130 > > Audio devices:
131 > > 0: NVidia CK8S (DUPLEX)
132 > >
133 > > Synth devices: NOT ENABLED IN CONFIG
134 > >
135 > > Midi devices:
136 > > 1: MPU-401 UART MIDI
137 > >
138 > > Timers:
139 > > 31: system timer
140 > >
141 > > Mixers:
142 > > 0: Realtek ALC850 rev 0
143 > > 1: mixer10
144 >
145 > Thanks again,
146 >
147 > dhk
148 >

Replies

Subject Author
Re: [gentoo-user] ALSA - Still No Sound dhk <dhkuhl@×××××××××.net>