Posts tagged symbian
JoikuSpot AdHoc WiFi UMPC WM8505 (Debian)
My script for WiFi AdHoc tethering JoikuSpot (Nokia e61) and Debian UMPC WM8505 (Jay 9901)
modprobe rt3070sta sleep 2 ifconfig ra0 up iwconfig ra0 mode ad-hoc iwconfig ra0 essid “jokuspot” iwconfig ra0 key open # WEP Hex Key iwconfig ra0 key 11223344556677889900aabbcc iwconfig ra0 key on sleep 2 # IP WM8505 ifconfig ra0 192.168.0.55 netmask 255.255.255.0 sleep 1 # IP JoikuSpot route add default gw 192.168.0.1 sleep 5 # my own resolv.conf for adhoc cp /etc/resolv.conf.adhoc /etc/resolv.conf
