[QTMoko] Getting online

Radek Polak psonek2 at seznam.cz
Fri Mar 26 13:34:18 CET 2010


On Friday 26 March 2010 10:03:16 nlis7 at bitte-wenden.de wrote:

> Following the instructions at
> http://wiki.openmoko.org/wiki/USB_Networking#For_devices_showing_as_usb0 I
> set up on a Debian Sid host which identifies the device as usb0:

I have a little script called neo.sh

#!/bin/bash
ifconfig usb0 192.168.0.200
iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -P FORWARD ACCEPT

It's not as comfortable, because you have to run it as manually (as root), but 
it works.

> Second attempt: WiFi
> 
> When trying to ifup eth0 I get a bunch of the following errors:
> 
> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> 

I am not expert in this area. Maybe you can try flashing the debug enabled 
kernel (uImage-v19-debug.bin) if it makes any difference.

Regards

Radek



More information about the community mailing list