View Single Post
mveplus's Avatar
Posts: 66 | Thanked: 77 times | Joined on Jul 2010 @ intheclouds
#126
Originally Posted by WhiteWolf View Post
Do not get it to work.
attach the output files from fallowing commands, when the adapter is connected :
dmesg > dmdmesg.log
lsmod > dmmod.log
ifconfig > ifconfig.log
ls /dev/ > dmls.log
from ls /dev/eth* you should get eth0 , if you do not do not proceed with the fallowing, jump on the next section
also did you try:
Code:
sudo gainroot
ifconfig eth0 up 
udhcpc
IF the node eth0 is not created in /dev/ then you need udev rule to do so, download the attached file and copy it to /etc/udev/rules.d/ :
Code:
cd # to directory where you saved the file
tar -zxvf z98_usbEth.rules.tar.gz
sudo gainroot
cp z98_usbEth.rules /etc/udev/rules.d/
This script is taken form the package for N800, but modified for your specific device ATTRS{idProduct}=="8101" , according to your host-log file. It will work only for devices that that has this idProduct, you can modify z98_usbEth.rules, for other device IDs looking in dmesg log, finding yours product id and modifying this file.

Specail thanks to Mathan, h-e-n Team, the guys form here for good work which we can reuse now for N900, and all TMO hackers

By
Attached Files
File Type: gz z98_usbEth.rules.tar.gz (299 Bytes, 147 views)

Last edited by mveplus; 2011-01-25 at 03:49.
 

The Following 2 Users Say Thank You to mveplus For This Useful Post: