Welcome to the Linux Foundation Forum!

UBS DRIVER

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

  • Posts: 216
    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
    1. modprobe usbcore
    If you don't then see it with lsmod, then it is probably built into your kernel.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training