Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Project23D on February 24, 2014, 09:42:24 AM

Title: USB/IP
Post by: Project23D on February 24, 2014, 09:42:24 AM
while ser2net works great for reading and writing commands to the Arduino, the arduino IDE does not, however, allow me to program the arduino.

I see there is a program/daemon called USB/IP that is on a host and client, and is recognized by Arduino IDE.

I also see that TCE repository 4.x and 5.x does not have USBIP, it was though, in TCE 2.x

given that it was repository before, what, if anything, will need to be done to make it work with 4.x or later?
Title: Re: USB/IP
Post by: Rich on February 24, 2014, 10:01:38 AM
Hi Project23D
I don't see any packages called  usbip  in the 2.x repository.
Title: Re: USB/IP
Post by: Project23D on February 24, 2014, 10:07:44 AM
oops, I was looking at the kernel and thinking of something else.

It is in the 3.x repo.

I tried what you mentioned for ser2net for usbip, but haven't fully figured it out yet.
Title: Re: USB/IP
Post by: Project23D on February 24, 2014, 08:54:36 PM
I tried doing wget ../.. usbip-2.6.33.3-tincore.tcz and usbip.tcz, then then a tce-load -i ..

no dice.

ideas?
Title: Re: USB/IP
Post by: tinypoodle on February 24, 2014, 09:17:18 PM
Those modules could only be loaded with a 2.6.33.3 kernel.
Title: Re: USB/IP
Post by: Project23D on February 24, 2014, 09:19:37 PM
ok.

Then let it be requested that USB/IP is made to work with 4.x or 5.x.
Title: Re: USB/IP
Post by: Rich on February 24, 2014, 09:46:20 PM
Hi Project23D
Extension requests can be made here:
Tiny Core Extensions » TCE Talk » Extension requests
Title: Re: USB/IP
Post by: bmarkus on February 25, 2014, 07:11:15 AM
USBIP added to 5.x (x86) repo
Title: Re: USB/IP
Post by: Project23D on February 25, 2014, 08:17:24 AM
Thank you!!!

de KB9LFZ
~Benjamin
Title: Re: USB/IP
Post by: bmarkus on February 25, 2014, 09:02:12 AM
Thank you!!!

de KB9LFZ
~Benjamin

:) I'm playing with FUNCUBE dongle receiver connected to a Raspberry Pi. RPi itself is too slow to run WEBSDR, the plan is to run it on fast x86 machine having receivers remote. Will see wheter USBIP is useble for this or not.

73...
Title: Re: USB/IP
Post by: Project23D on March 04, 2014, 02:57:14 PM
I have usbip installed, and sorta working.

I can get it to list the USB devices locally attached to the machine, but when trying to perform
Code: [Select]
usbip bind -b 2-2

I get an error message saying that is cannot bind to the device
Title: Re: USB/IP
Post by: bmarkus on March 04, 2014, 03:24:25 PM
Would be good to see output of lsusb and exact copy of terminal commands and messages.