[usbip-devel] missing usbip_common_mod
Status: Alpha
Brought to you by:
hirofuchi
From: Yuri S. <kin...@gm...> - 2012-02-03 07:38:59
|
Hello. I have 3.1.6 kernel with gentoo patches, and enabled config options: Device Drivers->Staging drivers->USB/IP support (M)VHCI hcd (M)Host driver localhost linux # cat .config | grep USBIP CONFIG_USBIP_CORE=m CONFIG_USBIP_VHCI_HCD=m CONFIG_USBIP_HOST=m # CONFIG_USBIP_DEBUG is not set Аfter compiling I have only: localhost usbip # ls /usr/src/linux/drivers/staging/usbip | grep ko usbip-core.ko usbip-host.ko vhci-hcd.ko I'am trying to use usbip-0.1.7 and I trying to start "usbipd -D" I ahve such output: usbip err: stub_server.c: 433 (do_standalone_mode) open usb.ids usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded localhost usbip # modprobe usbip FATAL: Module usbip not found. localhost usbip # modprobe usbip_common_mod FATAL: Module usbip_common_mod not found. So where are I can find usbip_common_mod and usbip modules? |