Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Erick M
first thought:have you unmute your card?if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'hope it helpsOn 5/22/06, Andreas Burghardt
 [EMAIL PROTECTED] wrote:Hello everyone,
I'm new to gentoo and in general to linux too. I newly configured alsaand it seems to work:# cat /proc/asound/cards 0 [Intel]: HDA-Intel - HDA IntelHDA Intel at 0xd000c000 irq 17
# cat /proc/asound/pcm00-01: ALC260 Digital : ALC260 Digital : playback 100-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1# cat /proc/asound/oss/sndstatSound Driver:3.8.1a-980706
 (ALSA v1.0.11rc2 emulation code)Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May 2211:20:39 CEST 2006 i686Config options: 0Installed drivers:Type 10: ALSA emulationCard config:
HDA Intel at 0xd000c000 irq 17Audio devices:0: ALC260 Analog (DUPLEX)Synth devices: NOT ENABLED IN CONFIGMidi devices: NOT ENABLED IN CONFIGTimers:7: system timerMixers:
0: Realtek ALC260Now I still don't here anything! Is there an option in the kernel tomake the speakers of my notebook (Extensa 6700) work? alsamixer isalready configured ... noting is muted and it seems to work fine too!
I would be very thankfull if anybody could help me.Regards, Andreas Burghardt--[EMAIL PROTECTED] mailing list



Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Erick M
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
 [EMAIL PROTECTED] wrote:first thought:
have you unmute your card?if no, use alsamixer from alsa-utils to unmute the 'master' and 'pcm'hope it helpsOn 5/22/06, 
Andreas Burghardt
 [EMAIL PROTECTED] wrote:
Hello everyone,
I'm new to gentoo and in general to linux too. I newly configured alsaand it seems to work:# cat /proc/asound/cards 0 [Intel]: HDA-Intel - HDA IntelHDA Intel at 0xd000c000 irq 17
# cat /proc/asound/pcm00-01: ALC260 Digital : ALC260 Digital : playback 100-00: ALC260 Analog : ALC260 Analog : playback 1 : capture 1# cat /proc/asound/oss/sndstatSound Driver:3.8.1a-980706

 (ALSA v1.0.11rc2 emulation code)Kernel: Linux bingung 2.6.16-gentoo-r7 #9 SMP PREEMPT Mon May 2211:20:39 CEST 2006 i686Config options: 0Installed drivers:Type 10: ALSA emulationCard config:
HDA Intel at 0xd000c000 irq 17Audio devices:0: ALC260 Analog (DUPLEX)Synth devices: NOT ENABLED IN CONFIGMidi devices: NOT ENABLED IN CONFIGTimers:7: system timerMixers:
0: Realtek ALC260Now I still don't here anything! Is there an option in the kernel tomake the speakers of my notebook (Extensa 6700) work? alsamixer isalready configured ... noting is muted and it seems to work fine too!
I would be very thankfull if anybody could help me.Regards, Andreas Burghardt--
[EMAIL PROTECTED] mailing list




Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Andreas Burghardt
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 [EMAIL PROTECTED] 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
 
 --
 [EMAIL PROTECTED] mailing list
 
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Andreas Burghardt
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_oss49184  1
snd_mixer_oss  17920  1 snd_pcm_oss
snd_hda_intel  15248  2
snd_hda_codec 127872  1 snd_hda_intel
snd_pcm80388  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer  22276  1 snd_pcm
snd47460  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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Erick M
have you tried to launch /etc/init.d/alsasound?is it complaining about alsasound.state?On 5/22/06, Andreas Burghardt 
[EMAIL PROTECTED] 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 itshould be used!bingung portage # lsmodModuleSizeUsed bysnd_pcm_oss491841snd_mixer_oss179201 snd_pcm_oss
snd_hda_intel152482snd_hda_codec 1278721 snd_hda_intelsnd_pcm803883 snd_pcm_oss,snd_hda_intel,snd_hda_codecsnd_timer222761 snd_pcmsnd474608
snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timersnd_page_alloc93522 snd_hda_intel,snd_pcmOn 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 -- [EMAIL PROTECTED] mailing list
--[EMAIL PROTECTED] mailing list


Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Andreas Burghardt
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 [EMAIL PROTECTED] 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_oss49184  1
 snd_mixer_oss  17920  1 snd_pcm_oss 
 snd_hda_intel  15248  2
 snd_hda_codec 127872  1 snd_hda_intel
 snd_pcm80388  3
 snd_pcm_oss,snd_hda_intel,snd_hda_codec
 snd_timer  22276  1 snd_pcm
 snd47460  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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
 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
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-laptop] noob: alsa configured ... but no sound. laptop speakers?

2006-05-22 Thread Steev Klimaszewski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Erick M wrote:
 
  On 5/22/06, Andreas Burghardt [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 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
 
  --
  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 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-
-- 
[EMAIL PROTECTED] mailing list