Sponsored Content
Operating Systems Linux Can USB Devices Be Exported Over a Network? Post 302302620 by deckard on Tuesday 31st of March 2009 12:47:15 PM
Old 03-31-2009
Can USB Devices Be Exported Over a Network?

While I know that it's possible to use something like SANE to share a USB scanner over a network, or use NBD or iSCSI to share a USB flash or external HD over the network, I've been wondering about a raw USB <--> TCP/IP transport. Back in the late 90s, I swear I remember hearing about a project for the Linux kernel to be able to export USB devices over a network using SCSI packets over TCP. Did this evolve into the iSCSI projects, or is there still something out there that would allow me to take something like a support USB graphics tablet and export the USB device to another host?

My application for this is the thin client model I'm using at home. I use NX for the thin client and FreeNX for the server side. While I can connect my graphics tablet and use it on the thin client with it's local X server, I am not able to have an application like Gimp on the application server recognize my tablet. I think this would only be possible if I could take the raw USB device and export it to the application server which would then map it to the server's /dev/input hierarchy.

However, the uses go farther than that. In general, I'm really just looking for a way to plug a USB device into my thin client (a laptop) and export it to the application server. This would help me out with a number of applications. Anything like that out there?
 

9 More Discussions You Might Find Interesting

1. Red Hat

USB Devices

I am trying to get a flash card reader to work with my machine. My question is, are all of my USB ports screwed up? Do I need to buy a seperate USB controller? I does not appear that the onboard USB ports work. In trying to get it to work, I typed cat /proc/scsi/scsi and got this: # cat... (2 Replies)
Discussion started by: davidkretsch
2 Replies

2. Shell Programming and Scripting

disableing my USB devices using a script

hi guys I would like to disable my USB devices using a shell script(Linux machine) i.e(hoteplug,kernelpcmciacs,pcmciacs) Kindly suggest me at the earliest Thnks in advance regards ash (0 Replies)
Discussion started by: whizkidash
0 Replies

3. UNIX for Advanced & Expert Users

How to enumerate USB Mass Storage devices?

Hi all, I want to write a program in C that can enumerate all USB massand their mount point storage on my system. i want to give ability to copy one file to desired USB mass storage or read a file from it. I have posted another question about how can recieve USB arrival in this forum. I think... (0 Replies)
Discussion started by: aghashahi
0 Replies

4. Shell Programming and Scripting

1 usb stick -> 2 mounted devices

Hello, i am using a solaris thinclient that tries to connecting to a terminalserver. (RDP) Everything works fine, but the usb redirection. If i put in a usb stick i always get 2 usb-drives mounted. If i look in /tmp/SUNWut/mnt/<name of the host> i see 2 devices. One with the name of the... (2 Replies)
Discussion started by: anarcy
2 Replies

5. Cybersecurity

How to disable USB for storage devices in Suse?

Hello folks, for some confidential reason, I need to disable the USB to access the storage devices in Suse11.2, but I still need two USB for the mouse and keyboard. Anyone knows? Thanks a lot in advance! (3 Replies)
Discussion started by: gnsxhj
3 Replies

6. Shell Programming and Scripting

Perl: connect to network devices, run set of commands

I am trying to write a script for my own use that will allow me to connect to network devices, then run a set of commands. I start with a list of ips in a text file. Each ip is on its own line. I start with a second file of commands. Each command on one line. for illustration .. the cmd.txt... (2 Replies)
Discussion started by: popeye
2 Replies

7. Linux

Ports,number of slots,network devices - UNIX

Hi All, Can someone help me in finding out below information from ReHat linux,Solaris,AIX, hp-ux machine : 1. How to find total number of ports in supported by each slot. 2. name of ports that are used to transmit data to the printer 3. total number of slots on a network device (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

8. Solaris

Questions about remote access and install USB devices.

I have a server running openindiana, it hosts virtualbox and several VMs on it. My first question is if I can run openindiana desktop from my windows on same network, now I am using XWin server under cygwin-X, I can run GUI of VirtualBox etc. but can I have the openindiana desktop show on my... (2 Replies)
Discussion started by: wyx2000
2 Replies

9. Solaris

Configuring central logging server for network devices

Hi I am very well aware of configuring central logging (syslog)server on solaris to capture logs of other solaris servers. But don't know how to capture the logs of network devices like Juniper , cisco etc on solaris server. Is this possible through syslog server of solaris. Is there any way we... (1 Reply)
Discussion started by: amity
1 Replies
USBREDIRSERVER(1)						   User Commands						 USBREDIRSERVER(1)

NAME
usbredirserver - exporting an USB device for use from another (virtual) machine SYNOPSIS
usbredirserver [-p|--port <port>] [-v|--verbose <0-5>] <usbbus-usbaddr|vendorid:prodid> DESCRIPTION
usbredirserver is a small standalone server for exporting an USB device for use from another (virtual) machine through the usbredir proto- col. You can specify the USB device to export either by USB id in the form of <vendorid>:<prodid>, or by USB bus number and device address in the form of <usbbus>-<usbaddr>. Notice that an instance of usbredirserver can only be used to export a single USB device. If you want to export multiple devices you can start multiple instances listening on different TCP ports. OPTIONS
-p, --port=PORT Set the TCP port to listen on to PORT -v, --verbose=VERBOSE Set usbredirserver's verbosity level to VERBOSE, this mostly affects USB redirection related messages. Valid values are 0-5: 0:Silent 1:Errors 2:Warnings 3:Info 4:Debug 5:Debug++ AUTHOR
Written by Hans de Goede <hdegoede@redhat.com> REPORTING BUGS
Report bugs to the spice-devel mailinglist: http://lists.freedesktop.org/mailman/listinfo/spice-devel COPYRIGHT
Copyright 2010-2012 Red Hat, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. usbredirserver 0.4.3 April 2012 USBREDIRSERVER(1)
All times are GMT -4. The time now is 10:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy