Re: Setting up a microphone

2006-01-25 Thread Keith Beattie

On 01/24/06 15:40, Danny Pansters wrote:

mixer recsrc must be mic, do you have that?


yup.  Both mixer and aumix tell me so.

ugh.

ksb
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Setting up a microphone

2006-01-24 Thread Keith Beattie

Hello,

I'd like to try recording through the microphone both for skype and for 
general audio recording but can't figure out how to get sound out of the 
 microphone.


The Handbook's 7.2.2 Testing the Sound Card section is a great set of 
simple instructions for testing of playback (cat /dev/sndstat, cat 
filename  /dev/dsp) but I can't seem to find an equivalent for getting 
my microphone going.


Does anyone have a similar set of checks for testing microphone input?

$ uname -r
5.4-RELEASE-p3

$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: Creative CT5880-E at io 0xb000 irq 20 kld snd_es137x (1p/1r/0v 
channels duplex default)


Thanks,
ksb
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Setting up a microphone

2006-01-24 Thread uidzero

Keith Beattie wrote:

Hello,

I'd like to try recording through the microphone both for skype and 
for general audio recording but can't figure out how to get sound out 
of the  microphone.


The Handbook's 7.2.2 Testing the Sound Card section is a great set 
of simple instructions for testing of playback (cat /dev/sndstat, cat 
filename  /dev/dsp) but I can't seem to find an equivalent for 
getting my microphone going.


Does anyone have a similar set of checks for testing microphone input?

$ uname -r
5.4-RELEASE-p3

$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: Creative CT5880-E at io 0xb000 irq 20 kld snd_es137x (1p/1r/0v 
channels duplex default)


Thanks,
ksb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



newpc# uname -a
FreeBSD newpc 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #1: Mon Jan  9 
12:38:02 CST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BSD  i386

newpc# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: Creative EMU10K1 at io 0xd800 irq 16  (4p/2r/0v channels duplex 
default)

newpc#

It's worked flawlessly for me after I add recompiled the kernel with 
sound support. (I use Skype as well.)


Maybe try updating to RELEASE-p8?

Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up a microphone

2006-01-24 Thread Keith Beattie

On 01/24/06 07:11, uidzero wrote:


It's worked flawlessly for me after I add recompiled the kernel with 
sound support. (I use Skype as well.)


Thanks and glad to hear that Skype is working.  Listening to music, etc. 
works just fine for me too, it's how to get input from the mic which I'm 
stuck on.  The machine is dual boot so I know the hardware works and the 
things are plugged into the right place (Skype works when running XP). 
This must be a FreeBSD config thing.


I've tried, unsuccessfully, working with mixer, rawrec, wmrecord and 
audacity to capture sound, so I'm now looking for a simple 'is your 
microphone working' test akin to the 'cat some_small_file  /dev/dsp' 
for testing noise coming out of the speakers (which still works).


'cat /dev/dsp  foo', speaking for a bit into the mic, then cntl-c to 
stop, does create a non-empty file but then a 'cat foo  /dev/dsp' 
doesn't produce any sound.  The rawrec port seems promising but no love 
from 'rawrec foo.raw' / 'rawplay foo.raw'.  All this with mixer showing 
non-zero levels for all channels and trying it with the recording source 
as mic and then line.  Something's gotta give here.



Maybe try updating to RELEASE-p8?


Indeed I'll update anyway but I don't believe any of those patches are 
sound related.


Thanks,
ksb

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Setting up a microphone

2006-01-24 Thread Danny Pansters
mixer recsrc must be mic, do you have that?

Dan

On Tuesday 24 January 2006 17:35, Keith Beattie wrote:
 On 01/24/06 07:11, uidzero wrote:
  It's worked flawlessly for me after I add recompiled the kernel with
  sound support. (I use Skype as well.)

 Thanks and glad to hear that Skype is working.  Listening to music, etc.
 works just fine for me too, it's how to get input from the mic which I'm
 stuck on.  The machine is dual boot so I know the hardware works and the
 things are plugged into the right place (Skype works when running XP).
 This must be a FreeBSD config thing.

 I've tried, unsuccessfully, working with mixer, rawrec, wmrecord and
 audacity to capture sound, so I'm now looking for a simple 'is your
 microphone working' test akin to the 'cat some_small_file  /dev/dsp'
 for testing noise coming out of the speakers (which still works).

 'cat /dev/dsp  foo', speaking for a bit into the mic, then cntl-c to
 stop, does create a non-empty file but then a 'cat foo  /dev/dsp'
 doesn't produce any sound.  The rawrec port seems promising but no love
 from 'rawrec foo.raw' / 'rawplay foo.raw'.  All this with mixer showing
 non-zero levels for all channels and trying it with the recording source
 as mic and then line.  Something's gotta give here.

  Maybe try updating to RELEASE-p8?

 Indeed I'll update anyway but I don't believe any of those patches are
 sound related.

 Thanks,
 ksb
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]