RE: Mic boost in FreeBSD 5.3

2005-02-17 Thread Hauan David A


 -Original Message-
 From: Timo Nisula [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 17, 2005 4:14 AM
 To: freebsd-questions@freebsd.org
 Subject: Mic boost in FreeBSD 5.3
 
 
 How can I boost my mic? When I use my mic with skype my frend 
 complaits 
 my voice is so quiet? In windows I have to use mic boost options.
 
  From dmesg:
 pcm0: nVidia nForce2 port 0xd800-0xd87f,0xd400-0xd4ff mem 
 0xe000-0xefff irq 9 at device 6.0 on pci0
 pcm0: [GIANT-LOCKED]
 pcm0: Avance Logic ALC655 AC97 Codec

What is the mic vol when you run mixer?
If it is low try mixer -f /dev/your_mixer_device mic 80(or whatever)

dave

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


Re: Mic boost in FreeBSD 5.3

2005-02-17 Thread Michael C. Shultz
On Thursday 17 February 2005 04:14 am, Timo Nisula wrote:
 How can I boost my mic? When I use my mic with skype my frend
 complaits my voice is so quiet? In windows I have to use mic boost
 options.

  From dmesg:
 pcm0: nVidia nForce2 port 0xd800-0xd87f,0xd400-0xd4ff mem
 0xe000-0xefff irq 9 at device 6.0 on pci0
 pcm0: [GIANT-LOCKED]
 pcm0: Avance Logic ALC655 AC97 Codec

just mixer on the command line will give you current settings
and mixer mic 100
should max the mic but check man mixer to be sure

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