Hi, I am writing a device driver for USB on the host side. I have compiled the module and I can see the messages (in /var/log/messages) that I wrote within printk in the init and exit functions as I "insmod" and "rmmod" the module. Now, my question is, how do I make the kernel use the device driver I have programmed and not the default device driver? Thanks! / mgr -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/