WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: USB over IP  (Read 6171 times)

Offline Tuftec

  • Full Member
  • ***
  • Posts: 111
USB over IP
« on: November 24, 2011, 08:35:45 PM »
Has anyone attempted to develop an extension to handle remote USB connections over IP?
Possibly based on the USB/IP project. http://usbip.sourceforge.net/

It's beyond my skills, but something I would find usefull. Particularly if the usb connections could be achieved over the regular public internet through firewalls and all.

Peter.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: USB over IP
« Reply #1 on: December 05, 2011, 12:52:45 PM »
sounds really interesting...

Offline hiro

  • Hero Member
  • *****
  • Posts: 1229
Re: USB over IP
« Reply #2 on: December 05, 2011, 12:55:39 PM »
What exactly do you need this for?
I use my USB printer with CUPS and RAW protocol over wifi.

btw this message comes to you via IP over USB :D

Offline Mork

  • Newbie
  • *
  • Posts: 6
Re: USB over IP
« Reply #3 on: January 08, 2012, 08:58:11 AM »
Would love this, Then I can use som old thinclients as USB over IP servers

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: USB over IP
« Reply #4 on: January 08, 2012, 12:45:58 PM »
or an old scanner, too!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14740
Re: USB over IP
« Reply #5 on: January 09, 2012, 09:32:38 AM »
the latest stable linux version looks to be 0.1.7 from 2009 and will not compile with our kernel...
« Last Edit: January 09, 2012, 09:37:33 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14740
Re: USB over IP
« Reply #6 on: January 10, 2012, 03:17:48 AM »
after some more searching, I found the linux side of things has been moved into the kernel tree.

Compiling from the kernel git:
Code: [Select]
$ usbip version
usbip (usbip-utils 1.1.1)

..but:
Code: [Select]
$ sudo usbipd -d
usbipd: error: failed to open /usr/local/share/usb.ids
libusbip: debug: usbip_host_driver.c:244:[open_sysfs_host_driver] sysfs_open_driver_path failed
usbipd: error: please load usbip-core.ko and usbip-host.ko!
(should be smart enough to realise usb.ids is gzipped  :P

and, from the tinycore .config:
Code: [Select]
# CONFIG_USBIP_CORE is not set


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: USB over IP
« Reply #7 on: January 10, 2012, 05:13:01 AM »
Still marked experimental in 3.2.
The only barriers that can stop you are the ones you create yourself.