davicom dm9601 usb-ethernet adapter

Started by bobmelville, May 27, 2013, 04:32:50 AM

Previous topic - Next topic

bobmelville

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!!

zgyarmati

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.
--<br />Zoltan Gyarmati