Hi All, I am using ubuntu(9.04) and i want to compile latest XHCI driver onto my kernel. So i went through Sarah Sharp's blog and followed the steps. I could compile and install the kernel.But when i tried giving --> sudo modprobe xhci i got FATAL:module xhci not found I even tried using insmod 1) sudo mv /lib/modules/2.6.35+/kernel/drivers/usb/host/xhci-hcd.ko /lib/modules/2.6.35+/kernel/drivers/usb/host/.xhci-hcd.ko 2) sudo insmod /lib/modules/2.6.35 /kernel/drivers/usb/host/.xhci-hcd.ko But here i could see the module xhci_hcd being loaded using cat/proc/modules or lsmod.But when i checked kern.log messages for xhci_hcd i couldn't find any messages. I tried grep xhci_hcd /var/log/kern.log. Can anyone help me out.Did i miss anything??How can i make latest XHCI driver code to compile onto my kernel?? Any help would be greatly appreciated. Regards, Thejus Regards, -- 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