-rwxr-xr-x | noncore/tools/opie-sh/scripts/usbnetctrl.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/tools/opie-sh/scripts/usbnetctrl.sh b/noncore/tools/opie-sh/scripts/usbnetctrl.sh index a12f74b..417435e 100755 --- a/noncore/tools/opie-sh/scripts/usbnetctrl.sh +++ b/noncore/tools/opie-sh/scripts/usbnetctrl.sh | |||
@@ -37,15 +37,19 @@ about() { | |||
37 | } | 37 | } |
38 | 38 | ||
39 | startup() { | 39 | startup() { |
40 | ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" | 40 | ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" |
41 | echo "<h3>usbnet up</h3>" | 41 | echo "<h3>usbnet up</h3>" |
42 | modprobe usb-eth | 42 | modprobe usb-eth |
43 | ) 2>&1 | $OPIE_SH -t Output -f | ||
44 | |||
45 | $OPIE_SH -m -I -t "Usbnet Control" -M "Please connect the<br>ipaq to the cradle<br>and press OK" | ||
43 | 46 | ||
44 | ifconfig usbf 10.3.0.226 netmask 255.255.255.0 \ | 47 | ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" |
45 | broadcast 10.3.0.255 | 48 | echo "<h3>usbnet up</h3>" |
49 | ifconfig usbf up 192.168.0.1 netmask 255.255.255.0 | ||
46 | 50 | ||
47 | ) 2>&1 | $OPIE_SH -t Output -f | 51 | ) 2>&1 | $OPIE_SH -t Output -f |
48 | if [ -f /root/masq.sh ] | 52 | if [ -f /root/masq.sh ] |
49 | then sh /root/masq.sh | 53 | then sh /root/masq.sh |
50 | fi | 54 | fi |
51 | } | 55 | } |