Hi All,

I want to compile my ubuntu kernel with latest linux xhci driver.So i followed the steps given in this Sarah Sharp's blog.

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 i couldn't find anything.
I tried grep xhci_hcd /var/log/kern.log but found nothing


Can anyone help me out and tell me where have i gone wrong.Any help is deeply appreciated.


Regards,