Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#39669 - 27/09/2001 15:09 USB-to-ethernet adapters?
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
If someone wanted to recompile the empeg kernel with the appropriate driver code, would it be possible to plug a USB-to-ethernet adapter into the Mark 1's USB port and have it work?

___________
Tony Fabris
_________________________
Tony Fabris

Top
#39670 - 27/09/2001 15:14 Re: USB-to-ethernet adapters? [Re: tfabris]
SuperQ
addict

Registered: 13/06/2000
Posts: 429
Loc: Berlin, DE
nope, not a chance.. this has been discussed before, i thought this was in the FAQ, the mk1/mk2 USB connectors are client side only. a hub server is necessary, the only way to do this is to write some kind of ethernet-over-usb driver, and have a PC do routing to an ethernet device.. but that would be really icky to write ;)

12gig red mk2 -- 080000125
_________________________
80gig red mk2 -- 080000125
(No, I don't actually hate Alan Cox)

Top
#39671 - 27/09/2001 16:41 Re: USB-to-ethernet adapters? [Re: tfabris]
dionysus
veteran

Registered: 16/06/1999
Posts: 1222
Loc: San Francisco, CA
Hmm.. someone must have hijacked Tony's account to write that post..
-m

...Still (barely, pending 1.1/2.0/TeAsE release) proud to have owned an Empeg since 00287
_________________________
http://mvgals.net - clublife, revisited.

Top
#39672 - 27/09/2001 16:49 Re: USB-to-ethernet adapters? [Re: dionysus]
beaker
addict

Registered: 19/08/2000
Posts: 588
Loc: England
Naah... he was probably in the loo.

Marcus (beaker)
32 gig (various colours)
_________________________
Marcus 32 gig MKII (various colours) & 30gig MKIIa

Top
#39673 - 27/09/2001 16:50 Re: USB-to-ethernet adapters? [Re: dionysus]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Hmm.. someone must have hijacked Tony's account to write that post.

Heh.

Did you mean, because (a) I should have known the answer to that question, or because (b) I shouldn't care since I own a Mk2?

Well, let me give you my reasoning behind both...

(a) I wasn't sure if the statements about "client only" applied to using the little USB-to-ethernet boxes such as the Linksys USB10T or not.

(b) I still use my Mk1 as an indoor player, and it's now mounted neatly on a rack next to my television. I was thinking if I could run ethernet to it, then I'd be able to update it from my PC in the office. Also, I was thinking of the discussions about third-party backup utilities, and wondering if ethernet-only solutions such as Displayserver could be made to work on a Mk1.

___________
Tony Fabris
_________________________
Tony Fabris

Top
#39674 - 27/09/2001 18:59 Re: USB-to-ethernet adapters? [Re: tfabris]
bobo
member

Registered: 13/08/1999
Posts: 116
displayserver is a ethernet-only-solution ?

it works fine on my mk1 (ppp over USB) :-)
(I installed a port-forwarder on the ppp host)

bobo


Top
#39675 - 28/09/2001 07:10 Re: USB-to-ethernet adapters? [Re: bobo]
Dearing
addict

Registered: 22/07/1999
Posts: 453
Loc: Florida
Could you share your finesse with the group? How could I do this over Win98? Can Win98 be a PPP host with forwarding, or is that a Linux-only thing? Please let us know/share the code.
Thanks,
Jason

_~= Dearing =~_
"WAY too happy about having #99."
_________________________
_~= Dearing =~_
Gettin' back into it thanks to slimrio!

Top
#39676 - 28/09/2001 10:37 Re: USB-to-ethernet adapters? [Re: Dearing]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
I searched for ppp on win32 and on cygwin, without result. Tried compiling pppd from source on cygwin, but it's too specific to the OS.
I thought of something different : use ssh to connect over the usb link and use ssh's internal port-forwarding. On the empeg sshd should be running and a proxy for routing the usb to the ssh-port. The ssh client has got a proxy option which lets it execute a program to setup the connection; another small proxy for win32 should be written.

Frank van Gestel
_________________________
Frank van Gestel

Top
#39677 - 28/09/2001 16:59 PPP over USB [Re: Dearing]
bobo
member

Registered: 13/08/1999
Posts: 116
I think it will be very difficult on a windows system.

If you are interested in the configuration on the linux box/empeg I can try to give zou some advice.
I cant send you my current configuration, because my empeg is about 8000 km's away from me :-(

bobo


Top
#39678 - 05/10/2001 22:06 Re: USB-to-ethernet adapters? [Re: tfabris]
n6mod
enthusiast

Registered: 27/09/1999
Posts: 200
Loc: Berkeley, CA
a) I wasn't sure if the statements about "client only" applied to using the little USB-to-ethernet boxes such as the Linksys USB10T or not.

Yep, USB has two endpoints: "Host" and "Slave" Hosts are controller devices, and have "A" connectors (the wide, flat ones). Slaves are peripheral devices and have "B" connectors. (The square ones like on the back of the empeg).

Slaves can't talk to slaves, and Hosts can only talk to hosts with the bridge cables that are starting to replace LapLink cables. There's a chip in the middle to bridge the two busses.

(b) I still use my Mk1 as an indoor player, and it's now mounted neatly on a rack next to my television. I was thinking if I could run ethernet to it, then I'd be able to update it from my PC in the office. Also, I was thinking of the discussions about third-party backup utilities, and wondering if ethernet-only solutions such as Displayserver could be made to work on a Mk1.

I have the same goals, though you're ahead of me. I was thinking of building a minimal linux box, ideally just enough machine to bridge between PPP over USB and Ethernet. I could use one of my spare iOpeners for this, but even that's overkill.

Bobo: I'd be very interested in both your Mk. I and gateway Linux box configs to make this work.

-Zandr
Mk.I #0150 10GB
RioCar #010101243 10GB (96GB here I come...)
_________________________
-Zandr
Mk.IIa #010101243 currently getting a 500GB SSD. More spares in the shed.

Top