LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-30-2005, 11:02 PM   #1
sabre307
LQ Newbie
 
Registered: Oct 2005
Location: Atlanta, GA
Distribution: Fedora 14
Posts: 12

Rep: Reputation: 0
Angry Can't record from Mic


Linux localhost 2.6.8.1-12mdk #1 Tue Feb 22 16:05:56 EST 2005 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz unknown GNU/Linux

Running Mandrake 10.1, using a SB PCI512 soundcard. Everything sound wise works fine, I can even hear a side tone from the mic in the headset, but no matter what I try I have yet to be able to get any sound to record to a file. I have tried plugging in to the mic and line inputs on the sound card. I have tried changing permissions on /dev/dsp to 777. I have played with the alsamixer until I'm cross-eyed. I've even tried numerous recording tools, including rosegarden, ardour, audacity, arecord, and the plain ol vanilla kde sound recorder. If anyone has any idea as to what I can do, please let me know. I would really like to get this computer to record. Thanks!
 
Old 10-31-2005, 12:37 AM   #2
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
Try running alsamixer, press F4, then make sure that the correct input is set as the recording device (by pressing 'space'). In general line in is much better quality than mic. You also might need to increase input gain as well to see any waveform. If you find alsamixer hard to work with you could try aumix as well.
 
Old 10-31-2005, 06:31 PM   #3
sabre307
LQ Newbie
 
Registered: Oct 2005
Location: Atlanta, GA
Distribution: Fedora 14
Posts: 12

Original Poster
Rep: Reputation: 0
Tried what you said, had actually already done it, but figured it wouldn't hurt to try. Still no joy. Any other suggestions. It just baffles me that I can hear myself, but I'm just not getting any recording. Tried messing with Jack, but I'm not really sure if I did anything right with that or not. Thanks for the quick reply though.
 
Old 11-01-2005, 01:44 PM   #4
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
You really shouldn't be able to hear yourself - when recording it's best to mute the input. Maybe by default if you're not muted it won't record to avoid feedback. In other words, try muting the input. You can use a tool like ameter with arecord to see the input levels:
Code:
arecord -D ameter -f cd a.wav
 
Old 11-01-2005, 02:03 PM   #5
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
There may be also permission problem. Try resolving it by:
Code:
chgrp audio /dev/dsp
chgrp audio /dev/dsp*
 or
 
chmod 777 /dev/dsp
or
chmod 666 /dev/dsp !!!! DANGEROUS for Security
 
Old 11-01-2005, 02:11 PM   #6
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
Add yourself to the audio group as well:
Code:
gpasswd -a user audio
 
Old 11-06-2005, 08:38 PM   #7
sabre307
LQ Newbie
 
Registered: Oct 2005
Location: Atlanta, GA
Distribution: Fedora 14
Posts: 12

Original Poster
Rep: Reputation: 0
I've tried all of that. I've even tried recording as root using sudo. Recording as root should resolve any permission problems. I'm starting to think it's something with the driver for the sound card. Everything works fine under XP.
 
Old 11-06-2005, 11:10 PM   #8
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
Am I safe to assume you've already run alsaconf?
 
Old 12-31-2005, 05:54 PM   #9
spuzzzzzzz
Member
 
Registered: Sep 2003
Location: Australia
Distribution: Gentoo
Posts: 465

Rep: Reputation: 30
Kind of an old thread, but maybe this will be useful anyway...

The microphone has 2 sets of levels, capture and playback. The playback level controls how loudly you hear the mic, the capture level controls how loudly the mic records. In order to set the capture levels (instead of the playback levels as is the default), start alsamixer with "alsamixer -V capture"
 
Old 04-15-2006, 10:26 AM   #10
Treviño
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
Talking

Quote:
Originally Posted by spuzzzzzzz
Kind of an old thread, but maybe this will be useful anyway...

The microphone has 2 sets of levels, capture and playback. The playback level controls how loudly you hear the mic, the capture level controls how loudly the mic records. In order to set the capture levels (instead of the playback levels as is the default), start alsamixer with "alsamixer -V capture"
Thanks so much... I didn't know the 2 levels mic... So, simply using KDE's KMix I've opened the mixer and just enabled the «Capture» «Input» interface and actived Mic (both "green" and "red" lights"). Now my krecorder works good.

Many thanks
 
Old 05-27-2006, 06:06 PM   #11
dmcinnis63
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
Cool It worked for me too

Thank you,

I had the exact same problem with my SoundBlaster Live.

I run Fedora Core and now my microphone works perfectly!


Dave
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can't record voice through mic irvken Linux - Software 2 04-28-2005 01:48 AM
Unable to record mic-in with SoundBlaster Live! while able to record other sources max76230 Linux - Newbie 2 03-14-2005 04:31 AM
SB Live! cannot record from mic german Linux - Hardware 5 12-27-2004 05:27 AM
Unable to record soun from mic ptafflogic Linux - Newbie 4 08-30-2004 03:44 PM
record from mic to mp3 danxl Linux - Software 1 01-21-2004 10:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration