Am Montag, 3. August 2009 18:16:47 schrieb SZÉKELYI Szabolcs: > What do you mean "it knows that only for Audigy 2 NX"? Are you trying to > say that it currently only *does* it for Audigy (in which case IMHO it > would be simple to do it for the X-Fi, too) or that it's a kind of secret > information, and no one currently knows this command? In the latter case, > what should I do to find it out? /* SB Audigy 2 NX needs its own boot-up magic, too */ if (id == USB_ID(0x041e, 0x3020)) { if (snd_usb_audigy2nx_boot_quirk(dev) < 0) goto __err_val; } IIRC it is this code from snd_usb_audio_probe(). Replace the ID with your device's numbers and retry. HTH Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html