In fact we have try to compile it on native almost one week.
You may try to download from meanie's zgcc 2.95.squashfs
Result is here:
https://www.oesf.org/forums/index.php?showt...=22996&hl=wlags
If want to know more about compile kernel or driver, you may search keyword 2.95 in this forum.
PS:
We in QQ group 8505684, if you have qq number.
Have a luck.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157295\"][{POST_SNAPBACK}][/a][/div]
Trying crosscompile
insmod dm9601.o
dm9601.o: kernel-module version mismatch
dm9601.o was compiled for kernel version 2.4.18-rmk7-pxa3-embedix
while this kernel is version 2.4.20.
I am going in your feet :-)
EDIT:
compiled ... tested ... working ... :-)
insmod usbcore
insmod crc32
insmod -f dm9601.o
ifconfig eth0 10.0.7.1 netmask 255.255.0.0
ping 10.0.1.160 working ....
attached my driver .... don't strip this module! or you get Floating popint exception don't know why ...
now ... how to clear -f flag and put it in depmod database to load usbcore and crc32 automatically and autoload when usb nic is pluged in
EDIT2:
New version without any problems.
Install instruction
copy to /lib/modules/2.4.20/kernel/driver/usb
run depmod -a
then after you connect dm9601 USB NIC adapter you will get eth0
question:
How to set up this eth0 adapter automaticaly when loaded?
I need to put IP address manualy now like ifconfig eth0 address netmask mask.
I woluld like to have on this rth0 dhcp or IP address in config file somewhere.
Any solution for USB NIC in pdaxrom?