Menu

ipusb-kmod

daniel danzberger

ipusb-kmod

Description:
The linux kernel modules.

Contains:
iphci-hcd.ko, the ip/usb host controller driver. (client side)
ipusb-host.ko, the ip/usb host driver. (server side)

Source:
[git clone git://ddf-software.de/ipusb-kmod]

Compile:
Make sure your kernel headers have been installed.
Example for debian based distributions:

$ sudo apt-get install linux-headers

Building modules for the running kernel can be done by:
(Checkout Kconfig file for debugging options.)

$ make -C /lib/modules/`uname -r`/build M=`pwd` CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules

$ sudo insmod iphci-hcd.ko (running as client, attach usb devices from a host)
or
$ sudo insmod ipusb-host.ko (running as host, provide usb devices for clients)

Cross Compile for Raspberry Pi:
Example is comming when the final tests are done.

Openwrt:
A makefile to build ipusb-host.ko in openwrt is located in openwrt/ipusb-kmod/Makefile


Discussion


Log in to post a comment.