Gentoo Archives: gentoo-laptop

From: Andreas Burghardt <a-burghardt@×××.de>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
Date: Mon, 22 May 2006 13:33:47
Message-Id: 1148297424.2635.18.camel@bingung
In Reply to: Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? by Erick M
1 It is loaded as a module not buildin. Alsa has been started at boot
2 time. Im using xmms. alsa has been compiled into xmms (set as USE) so it
3 should be used!
4
5 bingung portage # lsmod
6 Module Size Used by
7 snd_pcm_oss 49184 1
8 snd_mixer_oss 17920 1 snd_pcm_oss
9 snd_hda_intel 15248 2
10 snd_hda_codec 127872 1 snd_hda_intel
11 snd_pcm 80388 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
12 snd_timer 22276 1 snd_pcm
13 snd 47460 8
14 snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
15 snd_page_alloc 9352 2 snd_hda_intel,snd_pcm
16
17
18 On Mon, 2006-05-22 at 15:24 +0200, Erick M wrote:
19 > arf you did it already..
20 >
21 > is alsa compiled as modules or builtin? what gives lsmod?
22 > what about /etc/init.d/alsasound start?
23 >
24 > On 5/22/06, Erick M <balkira@×××××.com> wrote:
25 > first thought:
26 >
27 > have you unmute your card?
28 > if no, use alsamixer from alsa-utils to unmute the 'master'
29 > and 'pcm'
30 >
31 > hope it helps
32 >
33 >
34 > On 5/22/06, Andreas Burghardt <a-burghardt@×××.de> wrote:
35 > Hello everyone,
36 >
37 > I'm new to gentoo and in general to linux too. I newly
38 > configured alsa
39 > and it seems to work:
40 >
41 >
42 > # cat /proc/asound/cards
43 > 0 [Intel ]: HDA-Intel - HDA Intel
44 > HDA Intel at 0xd000c000 irq 17
45 >
46 > # cat /proc/asound/pcm
47 > 00-01: ALC260 Digital : ALC260 Digital : playback 1
48 > 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
49 > capture 1
50 >
51 >
52 > # cat /proc/asound/oss/sndstat
53 > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation
54 > code)
55 > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT
56 > Mon May 22
57 > 11:20:39 CEST 2006 i686
58 > Config options: 0
59 >
60 > Installed drivers:
61 > Type 10: ALSA emulation
62 >
63 > Card config:
64 > HDA Intel at 0xd000c000 irq 17
65 >
66 > Audio devices:
67 > 0: ALC260 Analog (DUPLEX)
68 >
69 > Synth devices: NOT ENABLED IN CONFIG
70 >
71 > Midi devices: NOT ENABLED IN CONFIG
72 >
73 > Timers:
74 > 7: system timer
75 >
76 > Mixers:
77 > 0: Realtek ALC260
78 >
79 > Now I still don't here anything! Is there an option in
80 > the kernel to
81 > make the speakers of my notebook (Extensa 6700) work?
82 > alsamixer is
83 > already configured ... noting is muted and it seems to
84 > work fine too!
85 >
86 > I would be very thankfull if anybody could help me.
87 >
88 > Regards,
89 >
90 > Andreas Burghardt
91 >
92 > --
93 > gentoo-laptop@g.o mailing list
94 >
95 >
96 >
97 >
98
99 --
100 gentoo-laptop@g.o mailing list

Replies