* [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
@ 2006-05-22 11:17 Andreas Burghardt
2006-05-22 13:22 ` Erick M
0 siblings, 1 reply; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:17 UTC (permalink / raw
To: gentoo-laptop
Hello everyone,
I'm new to gentoo and in general to linux too. I newly configured alsa
and it seems to work:
# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xd000c000 irq 17
# cat /proc/asound/pcm
00-01: ALC260 Digital : ALC260 Digital : playback 1
00-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1
# cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May 22
11:20:39 CEST 2006 i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
HDA Intel at 0xd000c000 irq 17
Audio devices:
0: ALC260 Analog (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices: NOT ENABLED IN CONFIG
Timers:
7: system timer
Mixers:
0: Realtek ALC260
Now I still don't here anything! Is there an option in the kernel to
make the speakers of my notebook (Extensa 6700) work? alsamixer is
already configured ... noting is muted and it seems to work fine too!
I would be very thankfull if anybody could help me.
Regards,
Andreas Burghardt
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:22 ` Erick M
@ 2006-05-22 11:27 ` Andreas Burghardt
2006-05-22 13:38 ` Erick M
2006-05-22 13:24 ` [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Erick M
1 sibling, 1 reply; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:27 UTC (permalink / raw
To: gentoo-laptop
Hello Erik,
how no unmute/mute a card? there is no 'master' in alsamixer ... there
is only 'pcm', 'Front','Line', ...
On Mon, 2006-05-22 at 15:22 +0200, Erick M wrote:
> first thought:
>
> have you unmute your card?
> if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'
>
> hope it helps
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> Hello everyone,
>
> I'm new to gentoo and in general to linux too. I newly
> configured alsa
> and it seems to work:
>
>
> # cat /proc/asound/cards
> 0 [Intel ]: HDA-Intel - HDA Intel
> HDA Intel at 0xd000c000 irq 17
>
> # cat /proc/asound/pcm
> 00-01: ALC260 Digital : ALC260 Digital : playback 1
> 00-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1
>
>
> # cat /proc/asound/oss/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
> Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May
> 22
> 11:20:39 CEST 2006 i686
> Config options: 0
>
> Installed drivers:
> Type 10: ALSA emulation
>
> Card config:
> HDA Intel at 0xd000c000 irq 17
>
> Audio devices:
> 0: ALC260 Analog (DUPLEX)
>
> Synth devices: NOT ENABLED IN CONFIG
>
> Midi devices: NOT ENABLED IN CONFIG
>
> Timers:
> 7: system timer
>
> Mixers:
> 0: Realtek ALC260
>
> Now I still don't here anything! Is there an option in the
> kernel to
> make the speakers of my notebook (Extensa 6700) work?
> alsamixer is
> already configured ... noting is muted and it seems to work
> fine too!
>
> I would be very thankfull if anybody could help me.
>
> Regards,
>
> Andreas Burghardt
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:24 ` [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Erick M
@ 2006-05-22 11:30 ` Andreas Burghardt
2006-05-22 13:39 ` Erick M
0 siblings, 1 reply; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:30 UTC (permalink / raw
To: gentoo-laptop
It is loaded as a module not buildin. Alsa has been started at boot
time. Im using xmms. alsa has been compiled into xmms (set as USE) so it
should be used!
bingung portage # lsmod
Module Size Used by
snd_pcm_oss 49184 1
snd_mixer_oss 17920 1 snd_pcm_oss
snd_hda_intel 15248 2
snd_hda_codec 127872 1 snd_hda_intel
snd_pcm 80388 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 22276 1 snd_pcm
snd 47460 8
snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 9352 2 snd_hda_intel,snd_pcm
On Mon, 2006-05-22 at 15:24 +0200, Erick M wrote:
> arf you did it already..
>
> is alsa compiled as modules or builtin? what gives lsmod?
> what about /etc/init.d/alsasound start?
>
> On 5/22/06, Erick M <balkira@gmail.com> wrote:
> first thought:
>
> have you unmute your card?
> if no, use alsamixer from alsa-utils to unmute the 'master'
> and 'pcm'
>
> hope it helps
>
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> Hello everyone,
>
> I'm new to gentoo and in general to linux too. I newly
> configured alsa
> and it seems to work:
>
>
> # cat /proc/asound/cards
> 0 [Intel ]: HDA-Intel - HDA Intel
> HDA Intel at 0xd000c000 irq 17
>
> # cat /proc/asound/pcm
> 00-01: ALC260 Digital : ALC260 Digital : playback 1
> 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
> capture 1
>
>
> # cat /proc/asound/oss/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation
> code)
> Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT
> Mon May 22
> 11:20:39 CEST 2006 i686
> Config options: 0
>
> Installed drivers:
> Type 10: ALSA emulation
>
> Card config:
> HDA Intel at 0xd000c000 irq 17
>
> Audio devices:
> 0: ALC260 Analog (DUPLEX)
>
> Synth devices: NOT ENABLED IN CONFIG
>
> Midi devices: NOT ENABLED IN CONFIG
>
> Timers:
> 7: system timer
>
> Mixers:
> 0: Realtek ALC260
>
> Now I still don't here anything! Is there an option in
> the kernel to
> make the speakers of my notebook (Extensa 6700) work?
> alsamixer is
> already configured ... noting is muted and it seems to
> work fine too!
>
> I would be very thankfull if anybody could help me.
>
> Regards,
>
> Andreas Burghardt
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
>
>
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. (alsamixer: Master disappeared)
2006-05-22 13:38 ` Erick M
@ 2006-05-22 11:46 ` Andreas Burghardt
2006-05-22 14:24 ` David Klaftenegger
0 siblings, 1 reply; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:46 UTC (permalink / raw
To: gentoo-laptop
Thank you very much for your attention Erick,
is this the right mailing-list for alsa problems? hmmm, I dont know... I
changed the subject a little bit.
On Mon, 2006-05-22 at 15:38 +0200, Erick M wrote:
> ahhh first clue..
>
> well you should have something like the png ive attached. The first
> sound controler on the left is the master.
>
> now, the right question is: why would the master controler in
> alsamixer disappear? I have personnally no idea, but the answer will
> solve your problem..
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> Hello Erik,
>
> how no unmute/mute a card? there is no 'master' in
> alsamixer ... there
> is only 'pcm', 'Front','Line', ...
>
>
>
> On Mon, 2006-05-22 at 15:22 +0200, Erick M wrote:
> > first thought:
> >
> > have you unmute your card?
> > if no, use alsamixer from alsa-utils to unmute the 'master'
> and 'pcm'
> >
> > hope it helps
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux too. I
> newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
> capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver: 3.8.1a-980706 (ALSA v1.0.11rc2
> emulation code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP
> PREEMPT Mon May
> > 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an option
> in the
> > kernel to
> > make the speakers of my notebook (Extensa 6700)
> work?
> > alsamixer is
> > already configured ... noting is muted and it seems
> to work
> > fine too!
> >
> > I would be very thankfull if anybody could help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:39 ` Erick M
@ 2006-05-22 11:53 ` Andreas Burghardt
2006-05-22 11:54 ` Andreas Burghardt
2006-05-22 14:04 ` Steev Klimaszewski
2 siblings, 0 replies; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:53 UTC (permalink / raw
To: gentoo-laptop
On Mon, 2006-05-22 at 15:39 +0200, Erick M wrote:
> have you tried to launch /etc/init.d/alsasound?
>
> is it complaining about alsasound.state?
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> It is loaded as a module not buildin. Alsa has been started at
> boot
> time. Im using xmms. alsa has been compiled into xmms (set as
> USE) so it
> should be used!
>
> bingung portage # lsmod
> Module Size Used by
> snd_pcm_oss 49184 1
> snd_mixer_oss 17920 1 snd_pcm_oss
> snd_hda_intel 15248 2
> snd_hda_codec 127872 1 snd_hda_intel
> snd_pcm 80388 3
> snd_pcm_oss,snd_hda_intel,snd_hda_codec
> snd_timer 22276 1 snd_pcm
> snd 47460 8
> snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
> snd_page_alloc 9352 2 snd_hda_intel,snd_pcm
>
>
> On Mon, 2006-05-22 at 15:24 +0200, Erick M wrote:
> > arf you did it already..
> >
> > is alsa compiled as modules or builtin? what gives lsmod?
> > what about /etc/init.d/alsasound start?
> >
> > On 5/22/06, Erick M <balkira@gmail.com> wrote:
> > first thought:
> >
> > have you unmute your card?
> > if no, use alsamixer from alsa-utils to unmute the
> 'master'
> > and 'pcm'
> >
> > hope it helps
> >
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de>
> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux
> too. I newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at
> 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital :
> playback 1
> > 00-00: ALC260 Analog : ALC260 Analog :
> playback 1 :
> > capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2
> emulation
> > code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9
> SMP PREEMPT
> > Mon May 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an
> option in
> > the kernel to
> > make the speakers of my notebook (Extensa
> 6700) work?
> > alsamixer is
> > already configured ... noting is muted and
> it seems to
> > work fine too!
> >
> > I would be very thankfull if anybody could
> help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
> >
> >
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:39 ` Erick M
2006-05-22 11:53 ` Andreas Burghardt
@ 2006-05-22 11:54 ` Andreas Burghardt
2006-05-22 14:04 ` Steev Klimaszewski
2 siblings, 0 replies; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 11:54 UTC (permalink / raw
To: gentoo-laptop
Yes, at boot time ... i restarted it ... but everything is fine :-( ...
On Mon, 2006-05-22 at 15:39 +0200, Erick M wrote:
> have you tried to launch /etc/init.d/alsasound?
>
> is it complaining about alsasound.state?
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> It is loaded as a module not buildin. Alsa has been started at
> boot
> time. Im using xmms. alsa has been compiled into xmms (set as
> USE) so it
> should be used!
>
> bingung portage # lsmod
> Module Size Used by
> snd_pcm_oss 49184 1
> snd_mixer_oss 17920 1 snd_pcm_oss
> snd_hda_intel 15248 2
> snd_hda_codec 127872 1 snd_hda_intel
> snd_pcm 80388 3
> snd_pcm_oss,snd_hda_intel,snd_hda_codec
> snd_timer 22276 1 snd_pcm
> snd 47460 8
> snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
> snd_page_alloc 9352 2 snd_hda_intel,snd_pcm
>
>
> On Mon, 2006-05-22 at 15:24 +0200, Erick M wrote:
> > arf you did it already..
> >
> > is alsa compiled as modules or builtin? what gives lsmod?
> > what about /etc/init.d/alsasound start?
> >
> > On 5/22/06, Erick M <balkira@gmail.com> wrote:
> > first thought:
> >
> > have you unmute your card?
> > if no, use alsamixer from alsa-utils to unmute the
> 'master'
> > and 'pcm'
> >
> > hope it helps
> >
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de>
> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux
> too. I newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at
> 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital :
> playback 1
> > 00-00: ALC260 Analog : ALC260 Analog :
> playback 1 :
> > capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2
> emulation
> > code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9
> SMP PREEMPT
> > Mon May 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an
> option in
> > the kernel to
> > make the speakers of my notebook (Extensa
> 6700) work?
> > alsamixer is
> > already configured ... noting is muted and
> it seems to
> > work fine too!
> >
> > I would be very thankfull if anybody could
> help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
> >
> >
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 14:04 ` Steev Klimaszewski
@ 2006-05-22 12:28 ` Andreas Burghardt
2006-05-22 15:05 ` Steev Klimaszewski
0 siblings, 1 reply; 14+ messages in thread
From: Andreas Burghardt @ 2006-05-22 12:28 UTC (permalink / raw
To: gentoo-laptop
[-- Attachment #1: Type: text/plain, Size: 3575 bytes --]
Hello Steeve,
I attached a screenshot of alsamixer ... there is no headset option! But
I tried every combination of unmute/mute ... no result :-(
(Before I had SuSE (for 2 days) ... and it worked fine .. so theres
still hope hehe)
Thank you
On Mon, 2006-05-22 at 09:04 -0500, Steev Klimaszewski wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Erick M wrote:
> > >
> > > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de
> > <mailto:a-burghardt@gmx.de>> wrote:
> > > Hello everyone,
> > >
> > > I'm new to gentoo and in general to linux too. I
> > newly
> > > configured alsa
> > > and it seems to work:
> > >
> > >
> > > # cat /proc/asound/cards
> > > 0 [Intel ]: HDA-Intel - HDA Intel
> > > HDA Intel at 0xd000c000 irq 17
> > >
> > > # cat /proc/asound/pcm
> > > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > > 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
> > > capture 1
> > >
> > >
> > > # cat /proc/asound/oss/sndstat
> > > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation
> > > code)
> > > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT
> > > Mon May 22
> > > 11:20:39 CEST 2006 i686
> > > Config options: 0
> > >
> > > Installed drivers:
> > > Type 10: ALSA emulation
> > >
> > > Card config:
> > > HDA Intel at 0xd000c000 irq 17
> > >
> > > Audio devices:
> > > 0: ALC260 Analog (DUPLEX)
> > >
> > > Synth devices: NOT ENABLED IN CONFIG
> > >
> > > Midi devices: NOT ENABLED IN CONFIG
> > >
> > > Timers:
> > > 7: system timer
> > >
> > > Mixers:
> > > 0: Realtek ALC260
> > >
> > > Now I still don't here anything! Is there an option in
> > > the kernel to
> > > make the speakers of my notebook (Extensa 6700) work?
> > > alsamixer is
> > > already configured ... noting is muted and it seems to
> > > work fine too!
> > >
> > > I would be very thankfull if anybody could help me.
> > >
> > > Regards,
> > >
> > > Andreas Burghardt
> > >
> > > --
> > > gentoo-laptop@gentoo.org
> > <mailto:gentoo-laptop@gentoo.org> mailing list
>
> A friend of mine has the same (or similar) sound device on his laptop
> (it is a Sager NP3880+ or some such) - according to him, he had to
> unmute either PCM/front or headphones (sometimes both) - depending on
> which it decides to use - you should see something like PCM front
> headphones - there isn't a Master volume control with the hda-intel
> sound device
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFEccTt1c+EtXTHkJcRAip5AJ9mmzxgxhlKjYfU86RjXO9oP7118ACfZV4r
> c7nQ/U/xnL1+uTSDqlqSTH4=
> =X52r
> -----END PGP SIGNATURE-----
[-- Attachment #2: Screenshot.png --]
[-- Type: image/png, Size: 219032 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 11:17 [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Andreas Burghardt
@ 2006-05-22 13:22 ` Erick M
2006-05-22 11:27 ` Andreas Burghardt
2006-05-22 13:24 ` [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Erick M
0 siblings, 2 replies; 14+ messages in thread
From: Erick M @ 2006-05-22 13:22 UTC (permalink / raw
To: gentoo-laptop
[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]
first thought:
have you unmute your card?
if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'
hope it helps
On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
>
> Hello everyone,
>
> I'm new to gentoo and in general to linux too. I newly configured alsa
> and it seems to work:
>
>
> # cat /proc/asound/cards
> 0 [Intel ]: HDA-Intel - HDA Intel
> HDA Intel at 0xd000c000 irq 17
>
> # cat /proc/asound/pcm
> 00-01: ALC260 Digital : ALC260 Digital : playback 1
> 00-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1
>
>
> # cat /proc/asound/oss/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
> Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May 22
> 11:20:39 CEST 2006 i686
> Config options: 0
>
> Installed drivers:
> Type 10: ALSA emulation
>
> Card config:
> HDA Intel at 0xd000c000 irq 17
>
> Audio devices:
> 0: ALC260 Analog (DUPLEX)
>
> Synth devices: NOT ENABLED IN CONFIG
>
> Midi devices: NOT ENABLED IN CONFIG
>
> Timers:
> 7: system timer
>
> Mixers:
> 0: Realtek ALC260
>
> Now I still don't here anything! Is there an option in the kernel to
> make the speakers of my notebook (Extensa 6700) work? alsamixer is
> already configured ... noting is muted and it seems to work fine too!
>
> I would be very thankfull if anybody could help me.
>
> Regards,
>
> Andreas Burghardt
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 2024 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:22 ` Erick M
2006-05-22 11:27 ` Andreas Burghardt
@ 2006-05-22 13:24 ` Erick M
2006-05-22 11:30 ` Andreas Burghardt
1 sibling, 1 reply; 14+ messages in thread
From: Erick M @ 2006-05-22 13:24 UTC (permalink / raw
To: gentoo-laptop
[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]
arf you did it already..
is alsa compiled as modules or builtin? what gives lsmod?
what about /etc/init.d/alsasound start?
On 5/22/06, Erick M <balkira@gmail.com> wrote:
>
> first thought:
>
> have you unmute your card?
> if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'
>
> hope it helps
>
>
> On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> >
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux too. I newly configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > 00-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an option in the kernel to
> > make the speakers of my notebook (Extensa 6700) work? alsamixer is
> > already configured ... noting is muted and it seems to work fine too!
> >
> > I would be very thankfull if anybody could help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
>
[-- Attachment #2: Type: text/html, Size: 2697 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 11:27 ` Andreas Burghardt
@ 2006-05-22 13:38 ` Erick M
2006-05-22 11:46 ` [gentoo-laptop] noob: alsa configured ... but no sound. (alsamixer: Master disappeared) Andreas Burghardt
0 siblings, 1 reply; 14+ messages in thread
From: Erick M @ 2006-05-22 13:38 UTC (permalink / raw
To: gentoo-laptop
[-- Attachment #1.1: Type: text/plain, Size: 2488 bytes --]
ahhh first clue..
well you should have something like the png ive attached. The first sound
controler on the left is the master.
now, the right question is: why would the master controler in alsamixer
disappear? I have personnally no idea, but the answer will solve your
problem..
On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
>
> Hello Erik,
>
> how no unmute/mute a card? there is no 'master' in alsamixer ... there
> is only 'pcm', 'Front','Line', ...
>
>
>
> On Mon, 2006-05-22 at 15:22 +0200, Erick M wrote:
> > first thought:
> >
> > have you unmute your card?
> > if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'
> >
> > hope it helps
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux too. I newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > 00-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May
> > 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an option in the
> > kernel to
> > make the speakers of my notebook (Extensa 6700) work?
> > alsamixer is
> > already configured ... noting is muted and it seems to work
> > fine too!
> >
> > I would be very thankfull if anybody could help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
[-- Attachment #1.2: Type: text/html, Size: 4947 bytes --]
[-- Attachment #2: 2006-05-22-153239_1280x1024_scrot.png --]
[-- Type: image/png, Size: 187347 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 11:30 ` Andreas Burghardt
@ 2006-05-22 13:39 ` Erick M
2006-05-22 11:53 ` Andreas Burghardt
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Erick M @ 2006-05-22 13:39 UTC (permalink / raw
To: gentoo-laptop
[-- Attachment #1: Type: text/plain, Size: 3450 bytes --]
have you tried to launch /etc/init.d/alsasound?
is it complaining about alsasound.state?
On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
>
> It is loaded as a module not buildin. Alsa has been started at boot
> time. Im using xmms. alsa has been compiled into xmms (set as USE) so it
> should be used!
>
> bingung portage # lsmod
> Module Size Used by
> snd_pcm_oss 49184 1
> snd_mixer_oss 17920 1 snd_pcm_oss
> snd_hda_intel 15248 2
> snd_hda_codec 127872 1 snd_hda_intel
> snd_pcm 80388 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
> snd_timer 22276 1 snd_pcm
> snd 47460 8
> snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
> snd_page_alloc 9352 2 snd_hda_intel,snd_pcm
>
>
> On Mon, 2006-05-22 at 15:24 +0200, Erick M wrote:
> > arf you did it already..
> >
> > is alsa compiled as modules or builtin? what gives lsmod?
> > what about /etc/init.d/alsasound start?
> >
> > On 5/22/06, Erick M <balkira@gmail.com> wrote:
> > first thought:
> >
> > have you unmute your card?
> > if no, use alsamixer from alsa-utils to unmute the 'master'
> > and 'pcm'
> >
> > hope it helps
> >
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux too. I newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
> > capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation
> > code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT
> > Mon May 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an option in
> > the kernel to
> > make the speakers of my notebook (Extensa 6700) work?
> > alsamixer is
> > already configured ... noting is muted and it seems to
> > work fine too!
> >
> > I would be very thankfull if anybody could help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
> >
> >
>
> --
> gentoo-laptop@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 8649 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 13:39 ` Erick M
2006-05-22 11:53 ` Andreas Burghardt
2006-05-22 11:54 ` Andreas Burghardt
@ 2006-05-22 14:04 ` Steev Klimaszewski
2006-05-22 12:28 ` Andreas Burghardt
2 siblings, 1 reply; 14+ messages in thread
From: Steev Klimaszewski @ 2006-05-22 14:04 UTC (permalink / raw
To: gentoo-laptop
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Erick M wrote:
> >
> > On 5/22/06, Andreas Burghardt <a-burghardt@gmx.de
> <mailto:a-burghardt@gmx.de>> wrote:
> > Hello everyone,
> >
> > I'm new to gentoo and in general to linux too. I
> newly
> > configured alsa
> > and it seems to work:
> >
> >
> > # cat /proc/asound/cards
> > 0 [Intel ]: HDA-Intel - HDA Intel
> > HDA Intel at 0xd000c000 irq 17
> >
> > # cat /proc/asound/pcm
> > 00-01: ALC260 Digital : ALC260 Digital : playback 1
> > 00-00: ALC260 Analog : ALC260 Analog : playback 1 :
> > capture 1
> >
> >
> > # cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation
> > code)
> > Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT
> > Mon May 22
> > 11:20:39 CEST 2006 i686
> > Config options: 0
> >
> > Installed drivers:
> > Type 10: ALSA emulation
> >
> > Card config:
> > HDA Intel at 0xd000c000 irq 17
> >
> > Audio devices:
> > 0: ALC260 Analog (DUPLEX)
> >
> > Synth devices: NOT ENABLED IN CONFIG
> >
> > Midi devices: NOT ENABLED IN CONFIG
> >
> > Timers:
> > 7: system timer
> >
> > Mixers:
> > 0: Realtek ALC260
> >
> > Now I still don't here anything! Is there an option in
> > the kernel to
> > make the speakers of my notebook (Extensa 6700) work?
> > alsamixer is
> > already configured ... noting is muted and it seems to
> > work fine too!
> >
> > I would be very thankfull if anybody could help me.
> >
> > Regards,
> >
> > Andreas Burghardt
> >
> > --
> > gentoo-laptop@gentoo.org
> <mailto:gentoo-laptop@gentoo.org> mailing list
A friend of mine has the same (or similar) sound device on his laptop
(it is a Sager NP3880+ or some such) - according to him, he had to
unmute either PCM/front or headphones (sometimes both) - depending on
which it decides to use - you should see something like PCM front
headphones - there isn't a Master volume control with the hda-intel
sound device
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEccTt1c+EtXTHkJcRAip5AJ9mmzxgxhlKjYfU86RjXO9oP7118ACfZV4r
c7nQ/U/xnL1+uTSDqlqSTH4=
=X52r
-----END PGP SIGNATURE-----
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. (alsamixer: Master disappeared)
2006-05-22 11:46 ` [gentoo-laptop] noob: alsa configured ... but no sound. (alsamixer: Master disappeared) Andreas Burghardt
@ 2006-05-22 14:24 ` David Klaftenegger
0 siblings, 0 replies; 14+ messages in thread
From: David Klaftenegger @ 2006-05-22 14:24 UTC (permalink / raw
To: gentoo-laptop
Andreas Burghardt wrote:
> Thank you very much for your attention Erick,
>
> is this the right mailing-list for alsa problems? hmmm, I dont know... I
> changed the subject a little bit.
>
> On Mon, 2006-05-22 at 15:38 +0200, Erick M wrote:
>
>>ahhh first clue..
>>
>>well you should have something like the png ive attached. The first
>>sound controler on the left is the master.
>>
>>now, the right question is: why would the master controler in
>>alsamixer disappear? I have personnally no idea, but the answer will
>>solve your problem..
on another list[1] it is said this is a common laptop issue and it is
recommended to try the following things:
1) unmute headphone
2) turn on a switch called "external amplifier" if available
3) turn digital output off (supposedly a switch named IEC-something)
Hope to help
[1] http://lists.debian.org/debian-user/2005/07/msg03019.html
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?
2006-05-22 12:28 ` Andreas Burghardt
@ 2006-05-22 15:05 ` Steev Klimaszewski
0 siblings, 0 replies; 14+ messages in thread
From: Steev Klimaszewski @ 2006-05-22 15:05 UTC (permalink / raw
To: gentoo-laptop
As someone else stated, try muting the digital channel - the IECXXX - my
buddy said he has it muted - it may work for you - some day, I will be
able to upgrade my machine and get all this exotic hardware everyone
else has, but for now, I still have my tried and true IBM Thinkpad 600E
:) Hope it works for you
-- Steev
--
gentoo-laptop@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2006-05-22 15:09 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 11:17 [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Andreas Burghardt
2006-05-22 13:22 ` Erick M
2006-05-22 11:27 ` Andreas Burghardt
2006-05-22 13:38 ` Erick M
2006-05-22 11:46 ` [gentoo-laptop] noob: alsa configured ... but no sound. (alsamixer: Master disappeared) Andreas Burghardt
2006-05-22 14:24 ` David Klaftenegger
2006-05-22 13:24 ` [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers? Erick M
2006-05-22 11:30 ` Andreas Burghardt
2006-05-22 13:39 ` Erick M
2006-05-22 11:53 ` Andreas Burghardt
2006-05-22 11:54 ` Andreas Burghardt
2006-05-22 14:04 ` Steev Klimaszewski
2006-05-22 12:28 ` Andreas Burghardt
2006-05-22 15:05 ` Steev Klimaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox