Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: bobmelville on May 27, 2013, 04:32:50 AM

Title: davicom dm9601 usb-ethernet adapter
Post by: bobmelville on May 27, 2013, 04:32:50 AM
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!!
Title: Re: davicom dm9601 usb-ethernet adapter
Post by: zgyarmati on May 27, 2013, 11:15:52 AM
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.