At Wed, 26 Jun 2002 13:47:29 +0900 (KST),
Song KiSun wrote:
> 
> Hello, I have a USB audio interface 24bit 96khz.
> Since The kernel doen't support that, so I have finded solution,
> and I know ALSA is the best choice, cause I read alsa web page.
> 
> My USB Audio Device is OPTOPlay of AutdioTrak(R).
> The kernel recognizes that, but /dev/dsp doesn't attatched.
> 
> I downloaded alsa files, and I compiled them.
> But, What is the correct module which I should load.
 
the module is snd-usb-audio.
please check if "audio" module is not loaded.
it's an oss driver, and if you activate hotplug, it might be inserted
even automatically.


> The information of settings is all concerned with ISA or PCI cards.
> 
> In case of USB, What Can I do?

nothing special.

i guess you didn't set up /etc/modules.conf for oss compatibilty
modules.
please check alsa-driver/INSTALL (the section modprobe/kmod support)
for more details.
alternatively, you can load "snd-pcm-oss" and "snd-mixer-oss" module
manually.  that's ok, too.

btw, 24bit format on usb device is not supported by 0.9.0rc2.
it was recently added on cvs.
so, please consider to build from the cvs version, too.
there is the instruction to download the cvs sources on the web page.
to compile cvs version, you need to use cvscompile scrip on the
alsa-driver tree.
also, you'll need to update both alsa-driver and alsa-lib.


Takashi


-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to