Mark Constable wrote: > . are there any searchable archives of either of these > lists anywhere ? http://sourceforge.net/mailarchive/forum.php?forum_id=1751 > . would anyone know if this driver is compilable yet for > AMD64 from CVS perhaps ? I just committed the patch below to the developer CVS. > . or, would anyone know the "trick" to get this module > compiled on Gentoo ? (for AMD64/k2.6.10/a1.0.8) After running configure, set CONFIG_SND_USB_USX2Y=m in the toplevel.config file. HTH Clemens -- Index: alsa-driver/configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- alsa-driver/configure.in 7 Feb 2005 08:40:37 -0000 1.293 +++ alsa-driver/configure.in 14 Feb 2005 09:30:15 -0000 1.294 @@ -1047,6 +1047,7 @@ KLD="ld -m elf_x86_64 -e stext" c_opts="-mno-red-zone -mcmodel=kernel -fno-reorder-blocks -fno-strength-reduce -finline-limit=2000" CONFIG_SND_BIT32_EMUL=m + CONFIG_X86=y test "$CONFIG_ISA" = "probe" && CONFIG_ISA= ;; sa1100)