Gonzalo Servat wrote:
> On 26/08/2003 11:59 AM +0200, Clemens Ladisch wrote:
> Am I using the wrong /dev device for my USB sound system? Which device
> would it be mapped under?

The first device of card 0 is /dev/dsp0 (your snd-intel8x0).
The first device of card 1 is /dev/dsp1 (your snd-usb-audio).
/dev/dsp usually is a symbolic link to /dev/dsp0.

You can either tell your programs to use /dev/dsp1, or you can
exchange both drivers in modules.conf so that the USB device is card
0, or you can change /dev/dsp to point to /dev/dsp1:
        rm /dev/dsp
        ln -s /dev/dsp1 /dev/dsp


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to