Re: How to debug microphone?

2011-04-28 Thread shams
On Wed, 27 Apr 2011 18:29:56 + (UTC), Camaleón wrote:
 On Wed, 27 Apr 2011 20:15:53 +0200, Felix Natter wrote:
 
 Camaleón writes:

 Try with a more simple approach:

 # will start recording from the default input source arecord -d 
10
 /tmp/foo.wav

 And when it finishes, play it with:

 aplay /tmp/foo.wav

 This records only noise.
 
 Noise is something :-P
 
 Here is the output of arecord -l:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx 
Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
 
 - Check that you are connecting the microphone into the right 
socket 
 (usually colored as pink on desktop computers).
 
 - Check that the mic volume is set to a high level.
 
 - Check that the system has configured the proper default mic 
device as 
 input source (there can be more than one: front, rear... and must 
match 
 to the one you have your mic connected to).
 
 If none of the above works, you can try to define a model= for 
your 
 sound card (STAC92xx).
 
 Greetings,
 
 -- 
 Camaleón

Run the alsamixer and adjust the mic volumes, as root in a terminal 
type:
alsamixer


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201104281530.49744.sham...@gmail.com



Re: How to debug microphone?

2011-04-27 Thread Felix Natter
Camaleón noela...@gmail.com writes:

 On Sun, 24 Apr 2011 13:18:21 +0200, Felix Natter wrote:

 Volkan YAZICI writes:
 
 2) Start arecord with vumeter enabled, that is,

  arecord -V /tmp/foo.wav

and see if vumeter changes.
 
 The -V option is not recognized on Lenny (and -v doesn't produce a
 vumeter).

hello Camaleon,

 Try with a more simple approach:

 # will start recording from the default input source
 arecord -d 10 /tmp/foo.wav

 And when it finishes, play it with:

 aplay /tmp/foo.wav

This records only noise.

Here is the output of arecord -l:
 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1

Thanks,
-- 
Felix Natter


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87liyvy2zq@smail.inf.fh-brs.de



Re: How to debug microphone?

2011-04-27 Thread Camaleón
On Wed, 27 Apr 2011 20:15:53 +0200, Felix Natter wrote:

 Camaleón writes:
 
 Try with a more simple approach:

 # will start recording from the default input source arecord -d 10
 /tmp/foo.wav

 And when it finishes, play it with:

 aplay /tmp/foo.wav
 
 This records only noise.

Noise is something :-P

 Here is the output of arecord -l:
  List of CAPTURE Hardware Devices  
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1

- Check that you are connecting the microphone into the right socket 
(usually colored as pink on desktop computers).

- Check that the mic volume is set to a high level.

- Check that the system has configured the proper default mic device as 
input source (there can be more than one: front, rear... and must match 
to the one you have your mic connected to).

If none of the above works, you can try to define a model= for your 
sound card (STAC92xx).

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.04.27.18.29...@gmail.com



How to debug microphone?

2011-04-24 Thread Felix Natter
hi,

I'd like to use my microphone, but when I use gnome-sound-recorder, and
- select Record from input: Front Mic it doesn't record anything.
- select Record from input: Line In and attach a headset to the 3.5mm
  mic input (Laptop) it doesn't record anything.

Audio play works fine in all applications.

I am running Debian Lenny. How can I debug this?

Thanks!
-- 
Felix Natter


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/871v0sgkqm@smail.inf.fh-brs.de



Re: How to debug microphone?

2011-04-24 Thread Volkan YAZICI
On Sun, 24 Apr 2011 09:40:49 +0200, Felix Natter writes:
 I'd like to use my microphone, but when I use gnome-sound-recorder, and
 - select Record from input: Front Mic it doesn't record anything.
 - select Record from input: Line In and attach a headset to the 3.5mm
   mic input (Laptop) it doesn't record anything.

 Audio play works fine in all applications.

 I am running Debian Lenny. How can I debug this?

The steps I would recommend are as follows.

1) Make sure with alsamixer that mics are not muted.

2) Start arecord with vumeter enabled, that is,

 arecord -V /tmp/foo.wav

   and see if vumeter changes.

3) On failure, go to (1).


Best.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87hb9o5bky@alamut.ozu.edu.tr



Re: How to debug microphone?

2011-04-24 Thread Felix Natter
Volkan YAZICI yazic...@ttmail.com writes:

 On Sun, 24 Apr 2011 09:40:49 +0200, Felix Natter writes:
 I'd like to use my microphone, but when I use gnome-sound-recorder, and
 - select Record from input: Front Mic it doesn't record anything.
 - select Record from input: Line In and attach a headset to the 3.5mm
   mic input (Laptop) it doesn't record anything.

 Audio play works fine in all applications.

 I am running Debian Lenny. How can I debug this?

 The steps I would recommend are as follows.

 1) Make sure with alsamixer that mics are not muted.

I don't see the mics in alsamixer, but they aren't muted in
gnome-volume-control, see this screenshot:
https://rapidshare.com/files/458938323/mixer.png

 2) Start arecord with vumeter enabled, that is,

  arecord -V /tmp/foo.wav

and see if vumeter changes.

The -V option is not recognized on Lenny (and -v doesn't produce a
vumeter).

 3) On failure, go to (1).

Thanks,
-- 
Felix Natter


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87tydnrj7m@smail.inf.fh-brs.de



Re: How to debug microphone?

2011-04-24 Thread Camaleón
On Sun, 24 Apr 2011 13:18:21 +0200, Felix Natter wrote:

 Volkan YAZICI writes:
 
 2) Start arecord with vumeter enabled, that is,

  arecord -V /tmp/foo.wav

and see if vumeter changes.
 
 The -V option is not recognized on Lenny (and -v doesn't produce a
 vumeter).

Try with a more simple approach:

# will start recording from the default input source
arecord -d 10 /tmp/foo.wav

And when it finishes, play it with:

aplay /tmp/foo.wav

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.04.24.11.34...@gmail.com