Thread: USB Sound?
View Single Post
Old 7th May 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by BSDfan666 View Post
...try appending ./ and see if that helps.
If unclear, BSDfan666 is asking you do perform the following:
Code:
$ cd /dev
$ sudo ./MAKEDEV audio1
...after removing the original links. Most likely during installation you didn't have your USB device connected, so the device nodes created were based on what was found on the motherboard. Since you want to use an auxiliary device instead, you are having to change what audio device is referenced by the kernel.
Reply With Quote