<div dir="ltr">Arun,<div><br></div><div>I guess, you need to select the xhci_hcd module in make menuconfig for building it as a module. Here are the steps to do it.</div><div><br></div><div><div>Device Drivers  ---&gt;</div>
<div>[*] USB support  ---&gt;</div><div><br></div><div>Make sure &quot;Support for Host-side USB&quot; is a dynamically loadable module by moving the cursor to that item and hitting the &#39;m&#39; key.</div><div><br></div>
<div>Choose to compile the xHCI (USB 3.0) host controller driver as a module by hitting &quot;m&quot;.</div><div><br></div><div>Turn off (hit &quot;n&quot;) on the &quot;USB selective suspend/resume and wakeup&quot; option, since that isn&#39;t supported by the driver yet.</div>
<div><br></div><div>Turn on debugging for the USB subsystem by hitting &quot;y&quot; on &quot;USB verbose debug messages&quot; and &quot;USB announce new devices&quot;. </div><div><br></div><div>Also turn on the &quot;Debugging for the xHCI host controller&quot; option.</div>
<div><br></div><div>Finally EXIT from all the sub sections and SAVE the CONFIG file.</div></div><div><br></div><div>I hope, this helps you.</div><div><br></div><div>Regards,</div><div>Srinivas G</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Aug 30, 2013 at 10:47 AM, Arun M Kumar <span dir="ltr">&lt;<a href="mailto:arunkr.linux@gmail.com" target="_blank">arunkr.linux@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am building Kernel 3.9.10<br>
<br>
and i have given the following Commands during the Process<br>
<br>
<br>
1. make mrproper<br>
<br>
2. make defconfig<br>
<br>
3. make oldconfig<br>
<br>
4. make -j 8<br>
<br>
5. make modules_install<br>
<br>
6. make install<br>
<br>
<br>
on the last step, i face the following error<br>
<br>
-------------------------------------------------------------------------------<br>
<br>
sh /home/temp/Linux_Build/linux-3.9.10/arch/x86/boot/install.sh 3.9.10<br>
arch/x86/boot/bzImage \<br>
     System.map &quot;/boot&quot;<br>
<br>
Kernel image:   /boot/vmlinuz-3.9.10<br>
Initrd image:   /boot/initrd-3.9.10<br>
Root device:<br>
/dev/disk/by-id/ata-HGST_HTS725050A7E630_TF655AY9JP1H5C-part2<br>
(/dev/sda2) (mounted on / as ext4)<br>
Resume device:<br>
/dev/disk/by-id/ata-HGST_HTS725050A7E630_TF655AY9JP1H5C-part1 (/dev/sda1)<br>
find: `/lib/modules/3.9.10/kernel/drivers/scsi&#39;: No such file or directory<br>
modprobe: Module xhci_hcd not found.<br>
WARNING: no dependencies for kernel module &#39;xhci-hcd&#39; found.<br>
modprobe: Module hid_logitech_dj not found.<br>
WARNING: no dependencies for kernel module &#39;hid-logitech-dj&#39; found.<br>
Features:       acpi plymouth block usb resume.userspace resume.kernel<br>
<br>
--------------------------------------------------------------------------------------<br>
<br>
what could have gone wrong during the process ?<br>
<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div><br></div>