Op woensdag 11-03-2009 om 10:14 uur [tijdzone -0400], schreef Devin Heitmueller: > I hate to be the one to point this out, but isn't the notion of > automatically rebuilding the modules for *your* hardware broken right > from the start? What this would mean that if I own a laptop and my > USB based capture device happens to not be connected when I upgrade my > kernel, then my drivers are going to be screwed up? Not at all. Hardware detection needs to be done only once: when you first plug in a new device. The result of this detection is then used to generate a dkms.conf file, which specifies exactly which driver needs to be (re-)built. During initial install, and whenever you upgrade your kernel (Whether you have the device plugged in or not), DKMS will (re-)build the driver to match the (current or new) kernel and install its modules on your system. Whenever you plug in your device, the modules making up its driver will get loaded. Kind regards, Alain -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html