View Single Post
  #2   (View Single Post)  
Old 13th August 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

You have a PCI device that takes precedence..

cmpci0 at pci0 dev 15 function 0 "C-Media Electronics CMI8738/C3DX Audio" rev 0x10: irq 9
audio0 at cmpci0


You can change the device nodes so that it uses your USB device instead..
# cd /dev; ln -s audio1 audio; ln -s audioctl1 audioctl; ln -s mixer1 mixer; ln -s sound1 sound

Other alternatives would be:
1) Disabling cmpci in UKC..
2) Disabling it in your BIOS (..if it's embedded), or physically removing the card.
3) Using -f /dev/{mixer1,audioctl1} when posting mixerctl/audioctl output.

Hope that helps.
Reply With Quote