Welcome to the Linux Foundation Forum!

UBS DRIVER

Options
sodagar
sodagar Posts: 1

I am working on USB driver. I not find usbcore in linux-2.6.18. How I view usbcore in this kernel version. The Shell command "lsmod" show loaded modules but usbcore is not viewed in this list.

Any one, help me to explor usbcore in linux-2.6

Comments

  • atreyu
    atreyu Posts: 216
    Options
    sodagar wrote:
    I am working on USB driver. I not find usbcore in linux-2.6.18. How I view usbcore in this kernel version. The Shell command "lsmod" show loaded modules but usbcore is not viewed in this list.

    Any one, help me to explor usbcore in linux-2.6
    Load the module first, with
    modprobe usbcore
    
    If you don't then see it with lsmod, then it is probably built into your kernel.

Categories

Upcoming Training