View Single Post
Posts: 50 | Thanked: 6 times | Joined on Nov 2010
#224
Originally Posted by mveplus View Post
Hi Jackjohn, I fas so in a hurry that I compiled something that is already there usbnet.ko, is included by default, so the only thin you need to do is to modprobe usbnet, however this will not make your adapter to work. It's based on
* Davicom DM9601 USB 1.1 10/100Mbps Ethernet devices, but is using chip sr9600 which is the "'same copy" but I do not really know why is not working, may be different registry addressing or similar. Look your source code sr9600.c, second row is the email of the guy that wrote this driver, your best bet is to contact him.
Quick search in google - revile that it has something to do with kernel and architecture AMR ? I look trough the code but as I said before I do not write "C" code so I can not help further...

Greetings, mveplus
Dear Mveplus,

Thanks a lot for your assistance. Really appreciated that.

Anyway can you confirm is there any wrong config in the z98_usbEth.rules.

And can you provide the step by step before and until i run the h-e-n. Maybe i had miss some step.

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
#Installed as part of the usbLAN package

#UDEV rules to bring up and shutdown Eth0 interface when USB network adapter is
SUBSYSTEMS=="usb", ATTRS{idProduct}=="8150", ACTION=="add", RUN+="/usr/sbin/usb

SUBSYSTEMS=="usb", ATTRS{idProduct}=="7830", ACTION=="add", RUN+="/usr/sbin/usb

SUBSYSTEMS=="usb", ATTRS{idProduct}=="8101", ACTION=="add", RUN+="/usr/sbin/usb

SUBSYSTEMS=="usb", ACTION=="remove", RUN+="/usr/sbin/usbEthDown.sh"
~