Hello Community

Today we tested USBIP for getting access to USB ports over the network.

Here is how it works:

On the server(one sharing usb devices):

modprobe usbip_common_mod
modprobe usbip
modprobe vhci_hcd
usbipd -D
bind_driver --list #got the list)
bind_driver --usbip 2-6 #successfully completed


On the client(PC that accesses the USB devices from the server via usbip):

modprobe usbip_common
modprobe usbip
modprobe vhci_hcd

usbip --list "IP address of the usbip server"
usbip --attach "IP address of the usbip server" 2-6

At this point USB stick inserted on the usbip server pops up on the client.

USBIP is integrated in kernel, and packages are in the
distributions(at lease openSUSE 11.1). Hopefully we will get this
integrated in LTSP if possible.

Cheers

-J

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to