View Single Post
jaeezzy's Avatar
Posts: 664 | Thanked: 160 times | Joined on Jul 2008 @ Australia
#82
Originally Posted by SKarp View Post
OK, is the adapter one of the ones known to work?

If it is, but it's not an RTL8150-based adapter, did you manually run usbEthUp.sh ?

For that matter, are you using a USB adapter to put the tablet in USB Host mode, or software to set the mode manually?

Also, what do you see if you run ifconfig?
Thnx skarp for the reply.. no it isn't the suggested one but in the forum somewhere someone claimed that it worked and the driver cd that came with the adapter has both pegasus and mcs7830 so i lsmod both and ya i do the echo host and usbEthUp.sh and here's the output of those:

/usr/sbin # ./usbEthUp.sh
udhcpc (v0.9.9-pre) started
Sending discover...
Sending select for 192.168.0.103...
Lease of 192.168.0.103 obtained, lease time 604800
/etc/udhcpc/default.script: exec: line 7: /etc/udhcpc/default.zeroconf.dhcpup: not found
Resetting default routes
adding dns 192.168.0.1

/usr/sbin # ifconfig
eth0 Link encap:Ethernet HWaddr 00:60:6E:00:02:33
inet addr:192.168.0.103 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:107 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:14 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11257 (10.9 KiB) TX bytes:2506 (2.4 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3831 errors:0 dropped:0 overruns:0 frame:0
TX packets:3831 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:197736 (193.1 KiB) TX bytes:197736 (193.1 KiB)

/usr/sbin #

thnx again.....