Re: [9fans] remote usb?

2009-12-04 Thread Don Bailey
What kind of USB device are you considering whose data can't be exported. i.e. why not export the FS on the USB flash drive? I have a feeling you're going for something else here, though. Perhaps USB audio or something without persistent storage. On Fri, Dec 4, 2009 at 2:43 PM, Tim Newsham

Re: [9fans] remote usb?

2009-12-04 Thread erik quanstrom
On Fri Dec 4 16:45:34 EST 2009, news...@lava.net wrote: Does remote USB make sense? Would it be possible to boot up a plan9 system on one machine, export its usb device to another machine and run usbd there and have the second machine make use of any usb device attached to the first machine?

Re: [9fans] remote usb?

2009-12-04 Thread Francisco J Ballesteros
usbd is part of the play. it has to enumerate and recover from errors. appart from that you can export #u, but don't use another usbd on it. one is enough. just start your driver. if you can, it may be better to export the driver fs instead. On 04/12/2009, at 22:48, news...@lava.net wrote:

Re: [9fans] remote usb?

2009-12-04 Thread Skip Tavakkolian
Would the latency be too high? my experience is similar to Erik's. as distance grows it's better to deal with a higher abstraction. there's less chatter and so not as affected by latency.

Re: [9fans] remote usb?

2009-12-04 Thread Axel Belinfante
For what it's worth: VirtualBox has USB over RDP. I have no experience with this, though. Axel. On Dec 4, 2009, at 22:43 , Tim Newsham wrote: Does remote USB make sense? Would it be possible to boot up a plan9 system on one machine, export its usb device to another machine and run usbd