<html><body style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 12px;">Hi<br /><br />I want to record using my headset microphone.<br /><br />I tried Sound Recorder in Debian Squeeze, but after pressing the red record button, the timer indicator doesn't progress and the Save menu item is greyed out. Closing the application gives me a save option and a file is created with a duration but is silent.<br /><br />My Google search string was:<br />debian squeeze record "from headphone microphone"<br /><br />I followed the directions at http://linux.chrissweeney.co.uk/topic.php?t=56.<br />It looks like he uses Debian / Ubuntu and the site as a whole was last updated on 13/09/2012.<br /><br />These are the results I got with the suggested commands:<br /><br />fay@jill:~$ cat /proc/asound/modules <br /> 0 snd_hda_intel<br /><br /><br />fay@jill:~$ aplay -l <br />**** List of PLAYBACK Hardware Devices ****<br />card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]<br />  Subdevices: 1/1<br />  Subdevice #0: subdevice #0<br />card 0: NVidia [HDA NVidia], device 1: ALC888 Digital [ALC888 Digital]<br />  Subdevices: 1/1<br />  Subdevice #0: subdevice #0<br /><br /><br />fay@jill:~$ arecord -l<br />**** List of CAPTURE Hardware Devices ****<br />card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]<br />  Subdevices: 0/1<br />  Subdevice #0: subdevice #0<br />card 0: NVidia [HDA NVidia], device 2: ALC888 Analog [ALC888 Analog]<br />  Subdevices: 1/1<br />  Subdevice #0: subdevice #0<br /><br /><br />So the type of sound card I have is: [ALC888 Analog] <br />This is exactly the same as the author's card.<br /><br />The next step was to run:<br /><br />fay@jill:~$ gunzip -c /usr/share/doc/alsa-base/driver/ALSA-Configuration.txt.gz > temp_sound.txt<br /><br />The author found his card in that file, but I opened it in gedit and searched for my card but there wasn't any "ALC" string at all as a card name.<br /><br />Do I need to download something?<br /><br />Many Google results mention ALSA, PulseAudio, etc and seem to involve adding a line to the end of a file, but I don't want to make a mistake.<br /><br />Any suggestions please?<br /><br /><br />Best Regards,<br />Fay<br />East Grinstead Linux User Group<br />www.eglug.org.uk<br /><br /><br /></body></html>