Hello,
If you have correctly configure your sound drivers in alsa
if your mixer is also ok (capture on, input device micro, no mute etc...)
this is probably because your sound card don't accept to do several thing in the same time. To fix it you just need a sound serveur. I'm using Esound under Debian Etch (I didn't manage configuring pulseaudio)
So install Esound (or an other sound serveur)
launch it (the command for Esound is esd)
then if it dont work either, you need to put your sound input on cd and then back to micro to enable the input.
it should work !
You can launch it from the startup software menu with the option:
"esd -nobeeps" so you'll get not anoying noise when it launch.
you can use amixer (alsa package compoment) to automate the mixer configuration in the same startup software menu.
to do so type the command line :
QUOTE
$ amixer contents
for exemple it give me this:
QUOTE
numid=13,iface=MIXER,name='PCM Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=255,step=0
: values=230,225
numid=5,iface=MIXER,name='CD Playback Switch'
; type=BOOLEAN,access=rw---,values=2
: values=on,on
numid=4,iface=MIXER,name='CD Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=23,step=0
: values=19,19
numid=3,iface=MIXER,name='Mic Playback Switch'
; type=BOOLEAN,access=rw---,values=2
: values=off,off
numid=2,iface=MIXER,name='Mic Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=23,step=0
: values=0,0
numid=7,iface=MIXER,name='Capture Switch'
; type=BOOLEAN,access=rw---,values=2
: values=on,on
numid=6,iface=MIXER,name='Capture Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=13,step=0
: values=13,13
numid=9,iface=MIXER,name='IEC958 Playback Con Mask'
; type=IEC958,access=r----,values=1
: values=?
numid=10,iface=MIXER,name='IEC958 Playback Pro Mask'
; type=IEC958,access=r----,values=1
: values=?
numid=11,iface=MIXER,name='IEC958 Playback Default'
; type=IEC958,access=rw---,values=1
: values=?
numid=12,iface=MIXER,name='IEC958 Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=1,iface=MIXER,name='Front Playback Switch'
; type=BOOLEAN,access=rw---,values=2
: values=on,on
numid=8,iface=MIXER,name='Input Source'
; type=ENUMERATED,access=rw---,values=1,items=2
; Item #0 'Mic'
; Item #1 'CD'
: values=0
now search for a input source or sound input or something like that and look to the micro parameter for it (here item #0 'Mic' show the parameter should be 0)
In this exemple the parameter is already correctly set but it doesn't means that it works by default!!!
so let type now the command, the name of the controller and the parameter:
amixer cset numid=8,iface=MIXER,name='Input Source' 0put this command line in your startup software launch menu and if the problem is the same as for me it should be solve
enjoy
note : the problem had nothing to do with skipe but with the capture configuration in Debian, for example before doing this I could not either use sound rec to make a simple .wav file