Re: Using 3G USB dongle [Re: Sean's speech at ESC about making a 3G device]

2009-04-06 Thread Rask Ingemann Lambertsen
On Fri, Apr 03, 2009 at 09:59:49AM +0200, Sander wrote:
> Timo Juhani Lindfors wrote (ao):
> > 
> > I have been using E169 dongle quite a lot with freerunner.
> 
> What do you use to connect the dongle and the FR? I'm looking for a
> converter between the small FR port and the large dongle port.

https://wiki.openmoko.org/wiki/Specialized_USB_cables

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Using 3G USB dongle [Re: Sean's speech at ESC about making a 3G device]

2009-04-03 Thread Timo Juhani Lindfors
Sander  writes:
> What do you use to connect the dongle and the FR? I'm looking for a
> converter between the small FR port and the large dongle port.

I just use the data cable that come with freerunner and a USB gender
changer. This way I have minimum number of extra cables with me :-)

I'd love to be able to fit USB devices inside the case but I have not
looked at how to reroute USB easily inside the device.

-Timo


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Using 3G USB dongle [Re: Sean's speech at ESC about making a 3G device]

2009-04-03 Thread Sander
Timo Juhani Lindfors wrote (ao):
> Arigead  writes:
> > If you could get a hold of the plastic spacer could you then take a 3.5G
> > USB Dongle and put that into the space? I think that 3.5G USB Dongles
> 
> I have been using E169 dongle quite a lot with freerunner.

What do you use to connect the dongle and the FR? I'm looking for a
converter between the small FR port and the large dongle port.

With kind regards, Sander

-- 
Humilis IT Services and Solutions
http://www.humilis.net

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Using 3G USB dongle [Re: Sean's speech at ESC about making a 3G device]

2009-04-02 Thread Timo Juhani Lindfors
Arigead  writes:
> If you could get a hold of the plastic spacer could you then take a 3.5G
> USB Dongle and put that into the space? I think that 3.5G USB Dongles

I have been using E169 dongle quite a lot with freerunner. Since I did
some udev setup [1] the hassle is minimal: I just plug the dongle to
freerunner, click menu to set usb host mode and it'll automatically
connect to network.

If there's some way to automatically detect a usb device then I could
have freerunner automatically switch to host mode and avoid the need
to click anything to and have complete "plug and play" experience.

[1]

$ head neo/2009-04-03/etc/udev/rules.d/E169.rules
ACTION!="add", GOTO="E169_rules_end"
SUBSYSTEM=="usb_device", GOTO="E169_rules_real"
BUS!="usb", GOTO="E169_rules_end"

LABEL="E169_rules_real"

SYSFS{idVendor}=="12d1", SYSFS{idProduct}=="1001", RUN="/usr/bin/pon E169"

LABEL="E169_rules_end"


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community