usbip-devel Mailing List for The USB/IP Project
Status: Alpha
Brought to you by:
hirofuchi
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
(9) |
Feb
|
Mar
(5) |
Apr
|
May
(3) |
Jun
(4) |
Jul
(8) |
Aug
(7) |
Sep
(6) |
Oct
|
Nov
(5) |
Dec
(10) |
2008 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
(30) |
May
(26) |
Jun
(12) |
Jul
(26) |
Aug
(14) |
Sep
(20) |
Oct
(9) |
Nov
(19) |
Dec
(36) |
2009 |
Jan
(16) |
Feb
(18) |
Mar
(18) |
Apr
(24) |
May
(52) |
Jun
(69) |
Jul
(44) |
Aug
(12) |
Sep
(9) |
Oct
(1) |
Nov
(3) |
Dec
(4) |
2010 |
Jan
(12) |
Feb
(34) |
Mar
(6) |
Apr
(14) |
May
(9) |
Jun
(33) |
Jul
(18) |
Aug
(8) |
Sep
(3) |
Oct
(3) |
Nov
|
Dec
(8) |
2011 |
Jan
(11) |
Feb
(11) |
Mar
(18) |
Apr
(10) |
May
(69) |
Jun
(22) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(10) |
Nov
(2) |
Dec
(4) |
2012 |
Jan
(13) |
Feb
(5) |
Mar
(16) |
Apr
(21) |
May
(8) |
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
(17) |
Nov
(4) |
Dec
(2) |
2013 |
Jan
|
Feb
(19) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
(3) |
Feb
(8) |
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(5) |
Nov
(1) |
Dec
|
2015 |
Jan
(5) |
Feb
(1) |
Mar
(9) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
(3) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Satyendra m. <sat...@gm...> - 2016-07-21 14:01:00
|
---------- Forwarded message ---------- From: *Satyendra mishra* <sat...@gm...> Date: Thursday, July 21, 2016 Subject: USB/IP project windows To: Tak...@is... Greetings. I need your help in setting up a label USB printer over a network with ip and port. I am having an application which requires a label printer to connect only through tcp ip and socket number I am using a USB label printer shared over a network. How can I use this project to achieve my interest? It would be really helpful. Please share your precious knowledge. Hope to hear from you soon. Regards, Satyendra. |
From: James G. <ja...@ma...> - 2016-07-12 13:15:35
|
I'm experimenting with USBIP as a server for USB audio interfaces for virtual machines running on XenServer. As a proof of concept I loaded up a laptop with Ubuntu Server 16.04 and created a XenServer VM running Ubuntu 16.04 desktop. Both systems are running USBIP-tools 2.0 (Kernel version 4.4.0-21). On the "server" I plugged a cheap USB sound card (Bus 003 Device 002: ID 1b3f:2007 Generalplus Technology Inc.) which I was able to export and connect to from the XenServer VM. This technically works which is promising. Unfortunately the guest VM is spewing an obscene amount of logs: rw-r----- 1 syslog adm 207259334 Jul 12 08:46 syslog That's less than an hour and the log file contains the same line over and over. Jul 12 07:53:13 streambox kernel: [219069.566757] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.571845] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.571850] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.576857] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.576864] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.581840] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.581843] vhci_hcd: Not yet implemented Jul 12 07:53:13 streambox kernel: [219069.581844] vhci_hcd: Not yet implemented This is obviously not a good thing. On the server side, I need the USBIPD server to start on boot and always export the same group of devices. To do so should be something like a script in /etc/init.d but it seems that USBIPD needs to be run as root? Any ideas on what's going on with the logging or how I can properly startup USBIPD? Thanks, James |
From: Tobias P. <tob...@fa...> - 2016-04-09 13:28:42
|
On 04/09/2016 03:53 AM, Qubyte wrote: > I am going to be looking into trying to implement SSL support in usbipd. Dominik Paulus and I made an attempt at supporting encryption for usbip in 2013. It wasn't perfect (and has not been merged), but a few people worked on it afterwards and the maintainer expressed interest in merging it in 2014 (https://lkml.org/lkml/2014/11/9/145). After that, nothing happened. > Obviously, for storage devices this would not be an optimal solution, > however, implementing an SSL transport for HID based devices would be nice. I am not sure what your rationale is here. While more encryption is almost always better, really securing HID devices in practise is difficult, e.g. look at "Timing Analysis of Keystrokes and Timing Attacks on SSH." by Song and Wagner. > usbipd also needs ACLs as well, especially if one host wants to restrict > access to certain usb devices. Some primitive ACLs already exist in the current code, which can be found in the drivers/usb/usbip subdirectory of the Linux kernel source. The Linux Kernel is currently the only actively maintained part of usbip, so you should definitely write to the kernel mailing list if you want to implement advanced capabilities. If on the other hand you are interested in the Windows code, I think it wants to be adopted ;). Regards Tobias Polzer |
From: Qubyte <qub...@gm...> - 2016-04-09 01:54:06
|
I am going to be looking into trying to implement SSL support in usbipd. Obviously, for storage devices this would not be an optimal solution, however, implementing an SSL transport for HID based devices would be nice. usbipd also needs ACLs as well, especially if one host wants to restrict access to certain usb devices. This should be really fun to implement. This will be somewhat a work related project, but one that strikes my interest so of course I'll release this open source and probably be criticized a lot but, hey, at least I contributed! |
From: Doris L. <dor...@el...> - 2015-10-06 08:22:00
|
Hello! I’m writing you on behalf of Eltima Software, the developer of USB Network Gate - one of the top USB sharing solutions on the market. We are interested in presenting our software product as alternative solution to your respected USB/IP Project onhttp://usbip.sourceforge.net/and ready to offer you high monthly recompense for placing information about USB Network Gate on this page (exclusively or along with USB/IP Project). Please let me know what do you think about our offer. -- Best regards, Dorris Lane Marketing Specialist. Eltima Software dor...@el... +1 360 312 7638 / US (CET) +44 131 208 3240 / UK Frankfurt Herriot's, Herriotstraße 1 Frankfurt, 60528 Germany Home: http://www.eltima.com Blog: http://blog.eltima.com |
From: Doris L. <dor...@el...> - 2015-10-05 12:58:43
|
Hello! My name is Doris Lane and I'm writing on behalf of Eltima software. Who may I talk to about the http://sourceforge.net/projects/usbip/ page purchase. Please let me know, if you are interested. -- Best regards, Dorris Lane Marketing Specialist. Eltima Software dor...@el... +1 360 312 7638 / US (CET) +44 131 208 3240 / UK Frankfurt Herriot's, Herriotstraße 1 Frankfurt, 60528 Germany Home: http://www.eltima.com Blog: http://blog.eltima.com |
From: Tobias P. <tob...@fa...> - 2015-09-06 16:28:54
|
Hello Petr! > Hi, I tried to use usbip on Linux 3.2 unsuccessfully. > So I tried to get it from the source and it wouldn't compile against 3.2. > I fixed the compilation errors and published the changes on > https://github.com/pjump/usbip.git If you look at the version history, this code is horribly out of date and will not apply against a modern kernel. The good news is that usbip is part of the mainline kernel now, so you should be able to just use the modules in /kernel/drivers/usb/usbip/ from your stock kernel (or from staging if it is an older one). The userspace tools' source is also distributed with the kernel, but most probably your distro packages it seperately (e.g. https://packages.debian.org/stretch/usbip). Regards, Tobias Polzer |
From: Petr S. <ps...@gm...> - 2015-09-06 16:01:54
|
Hi, I tried to use usbip on Linux 3.2 unsuccessfully. So I tried to get it from the source and it wouldn't compile against 3.2. I fixed the compilation errors and published the changes on https://github.com/pjump/usbip.git But even though it does compile now, I can't get it to work because I'm a newb who doesn't know what he's doing. I can only insmod the usbip_common_mod module from the driver directory and the other two complain about missing symbols. `nm usbip_comon_mod.ko` shows that usbip_common_mod does have the symbols the other two want, so I don't know what's wrong. It took me a while to resolve the compilation errors, so I hope it at least might be helpful to you (perhaps at least a little). Regards, Petr |
From: Julia R. <jul...@el...> - 2015-08-13 14:55:37
|
Dear Takahiro, I’m writing you on behalf of Eltima Software, the developer of USB Network Gate - USB over Network sharing solution. We noticed that your software hasn't been updated since 2011 and we are interested in presenting our continuously updating software product as alternative solution to your respected USB/IP Project on http://usbip.sourceforge.net/ <http://com0com.sourceforge.net/> and ready to offer you high monthly recompense for placing information about USB Network Gate on this page (exclusively or along with USB/IP Project). Please let me know what do you think about our offer. -- Sincerely yours, Julia Rixon Marketing Specialist Eltima Software jul...@el... <mailto:jul...@el...> +1 360 312 7638 / US (CET) +44 131 208 3240 / UK Frankfurt Herriot's, Herriotstraße 1 Frankfurt, 60528 Germany Home: http://www.eltima.com Blog: http://blog.eltima.com |
From: Lee M. <mo...@nt...> - 2015-03-30 11:49:36
|
(apologies to those on libusb mail list) Hi All, I have a very specific situation which I need advice. I have the following setup # # Remote machine # Linux running USBIP (server) with a binded usb device (mass storage) # # Local Machine # Windows7 running USBIP (client) attached to remote usb device (from above) The Windows device manager can see the mass storage device listed, but if I use libusb and specifically if I use the example for enumerating devices - listdevs.exe I see nothing listed. I would expect to see the mass storage device Can anyone suggest a way that I can get libusb to recognize the devices which are attached using USBIP ? FYI, I do not have this issue when running the USBIP client and libusb on another Linux machine unfortunately my requirement, is for the client to be running under Windows. Any help appreciated, but I have a hard restriction that the client is running under Windows7 The host usbip remote server, could be either Linux or Windows - but that does not appear to be the issue anyway Many Thx Lee |
From: Lee m. <mo...@im...> - 2015-03-30 11:46:57
|
(apologies to those on libusb mail list) Hi All, I have a very specific situation which I need advice. I have the following setup # # Remote machine # Linux running USBIP (server) with a binded usb device (mass storage) # # Local Machine # Windows7 running USBIP (client) attached to remote usb device (from above) The Windows device manager can see the mass storage device listed, but if I use libusb and specifically if I use the example for enumerating devices - listdevs.exe I see nothing listed. I would expect to see the mass storage device Can anyone suggest a way that I can get libusb to recognize the devices which are attached using USBIP ? FYI, I do not have this issue when running the USBIP client and libusb on another Linux machine unfortunately my requirement, is for the client to be running under Windows. Any help appreciated, but I have a hard restriction that the client is running under Windows7 The host usbip remote server, could be either Linux or Windows - but that does not appear to be the issue anyway Many Thx Lee |
From: <se...@hm...> - 2015-03-06 06:41:33
|
Better alternative Is the raspberry pi usb Project that works great If You habe raspberry pi so i suggest to use the raspi. Mit freundlichen Grüßen Sergej > Am 06.03.2015 um 01:52 schrieb nick pitlosh <nic...@gm...>: > > does anyone know a version that should be compatible with the last windows driver? > >> On Thu, Mar 5, 2015 at 7:22 PM, Xiaofan Chen <xia...@gm...> wrote: >> On Fri, Mar 6, 2015 at 8:16 AM, Xiaofan Chen <xia...@gm...> wrote: >> > On Fri, Mar 6, 2015 at 1:24 AM, Benjamin DeCamp >> > <ben...@gm...> wrote: >> >> An area where it "may" be continuing is related to the "freerdp" project >> >> seeking to duplicate the RDP protocol on linux/unix. >> >> >> >> RDP protocol now has USB redirection built in. So a Linux compatible >> >> implementation of RDP may provide what we need related to sharing USB >> >> devices across the network and across OS's. >> > >> > >> > Does Spice project fit the gap as well? >> > http://www.spice-space.org/features.html >> > http://www.spice-space.org/download.html >> > >> > They have also developed UsbDk for usb redireaction. >> > http://www.spice-space.org/page/UsbRedir >> >> Under Windows UsbRedir uses libusb Windows backend >> (which mainly support WinUSB driver, but also libusbK >> driver as well). Now Redhat have submitted patches >> to libusb project to include UsbDk support as well. >> http://cgit.freedesktop.org/spice/win32/usbdk/tree/ARCHITECTURE >> >> > RedHat does seem to have have good Windows driver development >> > capability. >> >> >> -- >> Xiaofan >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for all >> things parallel software development, from weekly thought leadership blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> usbip-devel mailing list >> usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbip-devel > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel |
From: nick p. <nic...@gm...> - 2015-03-06 00:53:29
|
does anyone know a version that should be compatible with the last windows driver? On Thu, Mar 5, 2015 at 7:22 PM, Xiaofan Chen <xia...@gm...> wrote: > On Fri, Mar 6, 2015 at 8:16 AM, Xiaofan Chen <xia...@gm...> wrote: > > On Fri, Mar 6, 2015 at 1:24 AM, Benjamin DeCamp > > <ben...@gm...> wrote: > >> An area where it "may" be continuing is related to the "freerdp" project > >> seeking to duplicate the RDP protocol on linux/unix. > >> > >> RDP protocol now has USB redirection built in. So a Linux compatible > >> implementation of RDP may provide what we need related to sharing USB > >> devices across the network and across OS's. > > > > > > Does Spice project fit the gap as well? > > http://www.spice-space.org/features.html > > http://www.spice-space.org/download.html > > > > They have also developed UsbDk for usb redireaction. > > http://www.spice-space.org/page/UsbRedir > > Under Windows UsbRedir uses libusb Windows backend > (which mainly support WinUSB driver, but also libusbK > driver as well). Now Redhat have submitted patches > to libusb project to include UsbDk support as well. > http://cgit.freedesktop.org/spice/win32/usbdk/tree/ARCHITECTURE > > > RedHat does seem to have have good Windows driver development > > capability. > > > -- > Xiaofan > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel > |
From: Xiaofan C. <xia...@gm...> - 2015-03-06 00:22:43
|
On Fri, Mar 6, 2015 at 8:16 AM, Xiaofan Chen <xia...@gm...> wrote: > On Fri, Mar 6, 2015 at 1:24 AM, Benjamin DeCamp > <ben...@gm...> wrote: >> An area where it "may" be continuing is related to the "freerdp" project >> seeking to duplicate the RDP protocol on linux/unix. >> >> RDP protocol now has USB redirection built in. So a Linux compatible >> implementation of RDP may provide what we need related to sharing USB >> devices across the network and across OS's. > > > Does Spice project fit the gap as well? > http://www.spice-space.org/features.html > http://www.spice-space.org/download.html > > They have also developed UsbDk for usb redireaction. > http://www.spice-space.org/page/UsbRedir Under Windows UsbRedir uses libusb Windows backend (which mainly support WinUSB driver, but also libusbK driver as well). Now Redhat have submitted patches to libusb project to include UsbDk support as well. http://cgit.freedesktop.org/spice/win32/usbdk/tree/ARCHITECTURE > RedHat does seem to have have good Windows driver development > capability. -- Xiaofan |
From: Xiaofan C. <xia...@gm...> - 2015-03-06 00:16:07
|
On Fri, Mar 6, 2015 at 1:24 AM, Benjamin DeCamp <ben...@gm...> wrote: > An area where it "may" be continuing is related to the "freerdp" project > seeking to duplicate the RDP protocol on linux/unix. > > RDP protocol now has USB redirection built in. So a Linux compatible > implementation of RDP may provide what we need related to sharing USB > devices across the network and across OS's. Does Spice project fit the gap as well? http://www.spice-space.org/features.html http://www.spice-space.org/download.html They have also developed UsbDk for usb redireaction. http://www.spice-space.org/page/UsbRedir RedHat does seem to have have good Windows driver development capability. -- Xiaofan |
From: <se...@hm...> - 2015-03-05 18:15:23
|
That is sad Mit freundlichen Grüßen Sergej E > Am 05.03.2015 um 18:24 schrieb Benjamin DeCamp <ben...@gm...>: > > As far as I can tell this project has been completely abandoned. Unfortunately it was abandoned in a period where certain aspects of the code were merged into the main linux kernel repository where development continued on the Linux side. The windows code was left behind to rot here and is no longer compatible with the Linux code that is developed in the kernel tree. > > A few efforts to re-invigorate it have failed due to lack of interest and high skill required of developers to build driver code for Windows. > > An area where it "may" be continuing is related to the "freerdp" project seeking to duplicate the RDP protocol on linux/unix. > > RDP protocol now has USB redirection built in. So a Linux compatible implementation of RDP may provide what we need related to sharing USB devices across the network and across OS's. > > Good luck! > > -Ben >> On Mar 5, 2015 5:33 AM, "Rene Arnhold" <ren...@je...> wrote: >> Helo list >> >> I try to export a USB Device on a Linux Host and attach it on Windows 7 x64. >> >> Sadly it does not work. >> >> I have installed the "USB/IP Enumerator" Driver and a "usbip -l >> $IP_ADDRESS" show me the Devices. >> But if I make a "usbip -a $IP_ADDRESS $BUSID" I get the error "cannot >> find device". >> >> Can anybody help me with this isue? >> >> Thanks >> >> -- >> Rene Arnhold >> Systemtechniker >> >> Kommunale Immobilien Jena >> Am Anger 15 >> 07743 Jena >> >> Telefon: 03641 49-5513 >> Fax: 03641 49-115513 >> E-Mail: ren...@je... >> Internet: www.kij.de >> >> >> >> Kommunale Immobilien Jena >> Eigenbetrieb der Stadt Jena >> Werkleiter: Dr. Götz Blankenburg >> >> >> >> __________ Information from ESET Mail Security, version of virus signature database 11272 (20150305) __________ >> >> The message was checked by ESET Mail Security. >> http://www.eset.com >> >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for all >> things parallel software development, from weekly thought leadership blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> usbip-devel mailing list >> usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbip-devel > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel |
From: Benjamin D. <ben...@gm...> - 2015-03-05 17:24:17
|
As far as I can tell this project has been completely abandoned. Unfortunately it was abandoned in a period where certain aspects of the code were merged into the main linux kernel repository where development continued on the Linux side. The windows code was left behind to rot here and is no longer compatible with the Linux code that is developed in the kernel tree. A few efforts to re-invigorate it have failed due to lack of interest and high skill required of developers to build driver code for Windows. An area where it "may" be continuing is related to the "freerdp" project seeking to duplicate the RDP protocol on linux/unix. RDP protocol now has USB redirection built in. So a Linux compatible implementation of RDP may provide what we need related to sharing USB devices across the network and across OS's. Good luck! -Ben On Mar 5, 2015 5:33 AM, "Rene Arnhold" <ren...@je...> wrote: > Helo list > > I try to export a USB Device on a Linux Host and attach it on Windows 7 > x64. > > Sadly it does not work. > > I have installed the "USB/IP Enumerator" Driver and a "usbip -l > $IP_ADDRESS" show me the Devices. > But if I make a "usbip -a $IP_ADDRESS $BUSID" I get the error "cannot > find device". > > Can anybody help me with this isue? > > Thanks > > -- > Rene Arnhold > Systemtechniker > > Kommunale Immobilien Jena > Am Anger 15 > 07743 Jena > > Telefon: 03641 49-5513 > Fax: 03641 49-115513 > E-Mail: ren...@je... > Internet: www.kij.de > > > > Kommunale Immobilien Jena > Eigenbetrieb der Stadt Jena > Werkleiter: Dr. Götz Blankenburg > > > > __________ Information from ESET Mail Security, version of virus signature > database 11272 (20150305) __________ > > The message was checked by ESET Mail Security. > http://www.eset.com > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel > |
From: Rene A. <ren...@je...> - 2015-03-05 12:33:27
|
Helo list I try to export a USB Device on a Linux Host and attach it on Windows 7 x64. Sadly it does not work. I have installed the "USB/IP Enumerator" Driver and a "usbip -l $IP_ADDRESS" show me the Devices. But if I make a "usbip -a $IP_ADDRESS $BUSID" I get the error "cannot find device". Can anybody help me with this isue? Thanks -- Rene Arnhold Systemtechniker Kommunale Immobilien Jena Am Anger 15 07743 Jena Telefon: 03641 49-5513 Fax: 03641 49-115513 E-Mail: ren...@je... Internet: www.kij.de Kommunale Immobilien Jena Eigenbetrieb der Stadt Jena Werkleiter: Dr. Götz Blankenburg __________ Information from ESET Mail Security, version of virus signature database 11272 (20150305) __________ The message was checked by ESET Mail Security. http://www.eset.com |
From: Arjan M. <arj...@gm...> - 2015-01-25 10:25:56
|
Hi, I have not been active for this project for a long time and I am going to resign as an admin. The two other admins are also not very active, so if somebody wants to take over that would be very welcome! Best Regards, Arjan Mels |
From: Bogumil R. <bog...@gm...> - 2015-01-23 16:46:17
|
Hello. My name is Bogumil. I really like USBIP project and the USB client that you provide. I've got the question regarding this tool. Namely, I want to connect my custom USB device over ethernet. When I try to do this I'm getting the following error: new usb device attached to usbvbus port 1 *** ERROR: get overlapping failed: 87 Can you please help me ? Is this enough to add my device to the ids list locally ? Or should I recompile the client code ? Regards |
From: Tobias P. <tob...@fa...> - 2014-10-23 08:14:02
|
Hello Mike, the most current usbip code (linux driver/userland) can be found in the linux kernel git, the windows driver is effectively abandoned AFAIK. Regards, Tobias Polzer On 10/23/2014 08:45 AM, Mike Wilmes wrote: > I wanted to confirm that the most current repository is the subversion > repo on Sourceforge. I'm looking for a way to create a networked USB > hub on a Windows server and am looking to contribute code to that end. > Thanks, > Mike > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel |
From: Mike W. <mw...@wi...> - 2014-10-23 07:13:51
|
I wanted to confirm that the most current repository is the subversion repo on Sourceforge. I'm looking for a way to create a networked USB hub on a Windows server and am looking to contribute code to that end. Thanks, Mike |
From: 孙德奎 <sun...@gm...> - 2014-04-22 02:03:33
|
Environment: server:linux-2.6.32 client win7(32)/windows xp issue: can attach camera in client side, and the according driver can install successfully. however when I open camera with player(such as vlc), issue occurs as follows: usbip err: usbip_vbus_ui.c: 266 (usbip_header_correct_endian) unknown command in pdu header: 0 anyone can help me? Thanks Dekui |
From: Benjamin D. <ben...@gm...> - 2014-02-11 18:32:38
|
Yes lets please move to github as most people seem to prefer it as a platform. Just clearing out the already moved linux host side would be beneficial. Maybe it would get more visibility on github as well. Then we can clarify on the sourceforge page where development has moved to; linux kernel staging drivers for the linux host side (it is on the page already, but not obvious to someone who just wants to use the project), and to github for the windows and future OS clients. You're right about the driver not being "stable" but it is certainly functional for basic usage once you get the pre-reqs correct. Although personally I had to spend few hours getting it to work at all with windows. But when I did get it to work, how happy I was, and pleased with the project progress overall. I'd love to begin bug-fixing the windows driver as well since that is my primary background. Most open source dev's seem to migrate towards the linux host portion now which is much more mature than the windows side. I feel like this mailing list is only read by the windows dev's anyway. The ReactOS team has USBIP still listed as a sponsored project on their site so I'm sure they will support us if we request another signed driver as development continues. My biggest concern is that we may have some talented people look at the project as it sits, attempt to use it, then write it off since it takes so long to even begin to use it. When in fact its a quite usable project if all the pieces and workarounds are presented clearly. Also to make visible how active the linux host driver side has become. I'd love to share my basic writeup on how to make an environment to test the project with a linux host and windows client. I think that is a very common (500+ downloads per week) scenario for end-users. So lets fix-up the front page text just a little to indicate the current status of the project. Let me know if this is something I can do for the project and team. Since most of the original dev's aren't involved anymore who can make the decision to move to github and to update the current "homepage" on sourceforge? If no one objects I suppose anyone could upload the code to github and call it the official home. I just wouldn't want to do that without updating the current home with a link or redirect since that could cause even more fragmentation of project info and code. -Benjamin On Tue, Feb 11, 2014 at 2:22 AM, Ricardo Gomes da Silva <ca...@gm...>wrote: > Hi Benjamin, > > Sounds good to me, but first I think we should check all the patches > people sent over the last two years of non-development. I was thinking > about personally moving the code to github and leaving sourceforge idle. > This is just because I prefer it ;) > > But anyway, I don't think the driver is stable, and I remember applying > some patches to it (mostly overflow protections as far as I can remember). > This requires the driver to be signed again, which is a problem - we have > access only to the testing certificate, not the real one. As far as I know > it was signed by the people on ReactOS, but I might be wrong, so we might > have to contact them as well. > > Right now I'm quite busy with some exams and my thesis at the university, > but as soon as I have some free hours I might boot my testing VMs again and > setup a new and proper development environment (last time I checked mine > was terrible to work with). > > > Best regards, > > Ricardo > > > 2014-02-11 Benjamin DeCamp <ben...@gm...>: > >> I'd like to fixup the main web page for the project to update the fact >> that no further linux development is happening at sourceforge. And to >> clarify how to make the windows client actually work with modern linux >> versions. >> >> Currently the data on where development is happening is in the message >> boards and mailing list. But for people getting exposed to the project for >> the first time it looks quite dead. However the opposite is true because it >> has been merged into the staging area of the linux kernel itself. >> >> The first quote on the page says "Download the latest version" with a >> link to the long dead repo on sourceforge instead of to the staging area of >> the linux kernel. >> >> We also need to fix the current "latest version" of the windows client. A >> fix has been contributed (commit r191) that allows usbip.exe to work with >> modern linux versions without re-compiling the driver (which is signed and >> quite stable). This would be a simple update to one file in the released >> .zip that would allow the 500+ people/week downloading to be able to >> actually use it without modifying the linux version strings as found here: >> http://jaxlucky.blogspot.com/2013/10/sharing-usb-devices-between-beaglebone.html >> >> Someone has also contributed a fix in the forums for a BSOD in windows, >> this needs to be committed to the windows driver so we can start testing >> the fix. I would love to become a contributor and keep this side of the >> project alive. >> >> -Ben >> >> >> >> ------------------------------------------------------------------------------ >> Android apps run on BlackBerry 10 >> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. >> Now with support for Jelly Bean, Bluetooth, Mapview and more. >> Get your Android app in front of a whole new audience. Start now. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk >> _______________________________________________ >> usbip-devel mailing list >> usb...@li... >> https://lists.sourceforge.net/lists/listinfo/usbip-devel >> >> > > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel > > |
From: Ricardo G. da S. <ca...@gm...> - 2014-02-11 09:22:40
|
Hi Benjamin, Sounds good to me, but first I think we should check all the patches people sent over the last two years of non-development. I was thinking about personally moving the code to github and leaving sourceforge idle. This is just because I prefer it ;) But anyway, I don't think the driver is stable, and I remember applying some patches to it (mostly overflow protections as far as I can remember). This requires the driver to be signed again, which is a problem - we have access only to the testing certificate, not the real one. As far as I know it was signed by the people on ReactOS, but I might be wrong, so we might have to contact them as well. Right now I'm quite busy with some exams and my thesis at the university, but as soon as I have some free hours I might boot my testing VMs again and setup a new and proper development environment (last time I checked mine was terrible to work with). Best regards, Ricardo 2014-02-11 Benjamin DeCamp <ben...@gm...>: > I'd like to fixup the main web page for the project to update the fact > that no further linux development is happening at sourceforge. And to > clarify how to make the windows client actually work with modern linux > versions. > > Currently the data on where development is happening is in the message > boards and mailing list. But for people getting exposed to the project for > the first time it looks quite dead. However the opposite is true because it > has been merged into the staging area of the linux kernel itself. > > The first quote on the page says "Download the latest version" with a link > to the long dead repo on sourceforge instead of to the staging area of the > linux kernel. > > We also need to fix the current "latest version" of the windows client. A > fix has been contributed (commit r191) that allows usbip.exe to work with > modern linux versions without re-compiling the driver (which is signed and > quite stable). This would be a simple update to one file in the released > .zip that would allow the 500+ people/week downloading to be able to > actually use it without modifying the linux version strings as found here: > http://jaxlucky.blogspot.com/2013/10/sharing-usb-devices-between-beaglebone.html > > Someone has also contributed a fix in the forums for a BSOD in windows, > this needs to be committed to the windows driver so we can start testing > the fix. I would love to become a contributor and keep this side of the > project alive. > > -Ben > > > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > usbip-devel mailing list > usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbip-devel > > |