Author Topic: [solved replaced] USB microphone  (Read 2235 times)

Offline stealth

  • Hero Member
  • *****
  • Posts: 635
[solved replaced] any one with experience using a USB microphone
« Reply #15 on: February 03, 2010, 12:50:55 PM »
I got tired of messing with this. I replaced the usb mic with a regular mic that plugs into the mic plug on the sound board.

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4520
  • Philosophy= Bigger Hammer
Re: [solved replaced] any one with experience using a USB microphone
« Reply #16 on: February 03, 2010, 01:12:20 PM »
I got tired of messing with this. I replaced the usb mic with a regular mic that plugs into the mic plug on the sound board.

bummer dude... and here I was having fun trying to learn geek speak from you and O-P  ;D
Please Donate Today..Or I Will Make You Wish You Had

Offline stealth

  • Hero Member
  • *****
  • Posts: 635
Re: [solved replaced] USB microphone
« Reply #17 on: February 03, 2010, 01:26:48 PM »
LOL!!!  ;D

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11547
  • ----IOFLU----
Re: any one with experience using a USB microphone
« Reply #18 on: February 03, 2010, 01:30:20 PM »
What does the blacklist mean in /etc/modprobe.conf:
blacklist audio
blacklist snd-usb-audio


I realize it's a bit late, but a blacklist command tells the kernel to not use the blacklisted item. If you actually need that item, you can either remove the line, or comment it by placing a # in front of it.

# blacklist audio
# blacklist snd-usb-audio
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline stealth

  • Hero Member
  • *****
  • Posts: 635
Re: [solved replaced] USB microphone
« Reply #19 on: February 03, 2010, 01:32:13 PM »
Thanks old-polack, its still useful info.