On Wed, 20 Mar 2002, koeicjmm@21cn wrote: > I didnot find the information of usb microphone in the file, Does it > mean I can not use my usb microphone default or does it mean the current > linux kernel does not support usb microphone default,
If it confomrs to USB audio it is supported (I got one) and you can use it (in my case [notebook with neomagic chipset] it works much better than builtin sound card). USB audio works as normal one. You simply get new entries under: /dev/audioX, /dev/mixerX, /dev/dspX ls -la audi* dsp* mixer* lrwxrwxrwx 1 root root 6 Mar 14 00:58 audio -> audio0 crw------- 1 pliszka root 14, 4 Aug 30 2001 audio0 crw------- 1 pliszka root 14, 20 Aug 30 2001 audio1 crw------- 1 pliszka root 14, 7 Aug 30 2001 audioctl lrwxrwxrwx 1 root root 4 Mar 14 00:58 dsp -> dsp0 crw------- 1 pliszka root 14, 3 Aug 30 2001 dsp0 crw------- 1 pliszka root 14, 19 Aug 30 2001 dsp1 crw------- 1 pliszka root 55, 0 Aug 30 2001 dsp56k lrwxrwxrwx 1 root root 6 Mar 14 00:58 mixer -> mixer0 crw------- 1 pliszka root 14, 0 Aug 30 2001 mixer0 crw------- 1 pliszka root 14, 16 Aug 30 2001 mixer1 crw------- 1 pliszka root 14, 32 Mar 11 01:14 mixer2 Just use them (for example by linking /dev/audioX to /dev/audio or by giving your application the right parameter) instead of default ones. BR, Jacek _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
