On 2007-09-25 16:42, Bill Unruh wrote: > Just recompile Alsa 1.0.15rcx and install the drivers ( make install) > Ie, > ./configure > make > make install > in the alsa-driver directory. I pulled in the latest sources but unfortuntely my US-122 is still distorted and unusable. Advanced Linux Sound Architecture Driver Version 1.0.15rc3. Compiled on Sep 26 2007 for kernel 2.6.22-ARCH (SMP). filename: /lib/modules/2.6.22-ARCH/kernel/sound/usb/usx2y/snd-usb-usx2y.ko license: GPL description: TASCAM US-X2Y Version 0.8.7.2 author: Karsten Wiese <annabellesgarden@xxxxxxxx> alias: usb:v1604p8005d*dc*dsc*dp*ic*isc*ip* alias: usb:v1604p8007d*dc*dsc*dp*ic*isc*ip* alias: usb:v1604p8001d*dc*dsc*dp*ic*isc*ip* depends: snd-usb-lib,snd-page-alloc,snd-pcm,snd,usbcore,snd,snd-hwdep vermagic: 2.6.22-ARCH SMP preempt mod_unload 686 parm: nrpacks:Number of packets per URB. (int) parm: index:Index value for US-X2Y. (array of int) parm: id:ID string for US-X2Y. (array of charp) parm: enable:Enable US-X2Y. (array of bool) And for the mailing-list record, to save others some time... #!/bin/bash # aabuild v0.1.0 20070926 markc@xxxxxxxxx GPL # http://alsa.opensrc.org/aabuild SRCDIR=$(pwd) function fetch_all { rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg alsa } function build_all { for i in driver lib plugins utils tools firmware oss; do cd $SRCDIR/alsa/alsa-$i && ./hgcompile done } function install_all { for i in driver lib plugins utils tools firmware oss; do cd $SRCDIR/alsa/alsa-$i && make install done # cd $SRCDIR/alsa/alsa-python && ./setup.py } #fetch_all #build_all #install_all --markc ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user