I have a dm9601 usb-ethernet adapter that works under my Ubuntu laptop
but not with the A13 OlinuxIno. I have C-code for a driver that I got off the net,
but the Makefile seems a bit out of date.
Can anyone provide a compiled (.ko) file for this device?
Thanks much!!
Hi,
this driver is in the kernel (in the linux-sunxi and the mainline as well), so why don't you just recompile your kernel? That .ko file which works on your laptop, will never work on the board, as (most probably) your laptop is intel arch, while the board is ARM.