diamondhoogl.blogg.se

Davicom dm9601 usb to fast ethernet adapter
Davicom dm9601 usb to fast ethernet adapter





  1. Davicom dm9601 usb to fast ethernet adapter how to#
  2. Davicom dm9601 usb to fast ethernet adapter Patch#

I really don't know what to change in that patch, in the kmtaylor git there are a few lines of code, ?Ĭompiling the kernel natively should be more documented or a short tuto (step by step) could help to avoid bandwidth consumption at each entire cross-compilation.

Davicom dm9601 usb to fast ethernet adapter Patch#

I have read documentation about user provided patches under user configuration, and despite the patch was in the right place i did not succeed. Many people purchased that 1,5$ chinese adapter and since OPi lite contains 2usb and 1 OTG, i think statistically many people will face this problem in the future. I know the easiest way is to buy an RTL based chip adapter as advised by Tkaiser and that's what i'm gonna do but remember the first philosophy of raspberry or arm based nano cards at the beginning it was to use old or cheap hardware such as keyboard mouse and 15 years old crt screen. I've read that this patch (hack) corrects some buffer overflow, but since there is no other solution we have to deal with it. Only cross-compilation is officially supported, though you can apply the patches manually and compile the kernel natively on the device.

davicom dm9601 usb to fast ethernet adapter davicom dm9601 usb to fast ethernet adapter davicom dm9601 usb to fast ethernet adapter

Please note that the patch you linked applies only to specific kernel versions, so you'll have to recreate the patch that will apply on the selected kernel (3.4.x or 4.10.x). And since there are no USB quirks for this device it's easier to replace it than to modify whole USB Ethernet stack. Raspberry Pi kernel applies "dm9601-bug.patch" which is a hack and not a proper solution according to the found info and patch contents.

Davicom dm9601 usb to fast ethernet adapter how to#

How to complete the compilation steps described in 5/ ? So why is this network adapter working on older kernel in Linux mint, and is compilation the right way to make it work? Make -j4 uImage modules # i took almost 1h30Īfter that i have this content, but can't find how to use it since compiling kernel for arm is different from x86 cause there is no grub to choose the kernel to boot, and i can't find any methods on how to compile kernel (to enable a feature or apply a patch) for armbian except the whole compilation using Igor's script.Ĭopying zImage to /boot didn't work and gives an error related to /boot /.next and ls -l arch/arm/boot/ Make menuconfig # here i selected usb ethernet support and all necessary modules with M or *

davicom dm9601 usb to fast ethernet adapter

Git clone -depth 1 git:///raspberrypi/linux.git ssh connection is very slow, so i have sometimes to wait between characters.ĥ/ i tried finally to compile version 5.25 with 3.4.113 kernel using this steps : i pasted the file "dm9601-bug.patch" under ~/userpatches/kernel/sun8i-default and even ~/userpatches/kernel/sun8i-dev but both images (regular end dev) lead to error in this patch :Ĥ/ I tried image Armbian_5.27_Orangepilite_Debian_jessie_dev_4.10.3 created using same script without trying to apply the patch, the adapter is working very slowly and ping yields to over 30% packet loss on local network between to linux machines. Pre - up / bin / sh - c 'echo 2 > /sys/bus/platform/devices/sunxi_usb_udc/otg_role'Īnd if i replace usb0 with eth0, led blinks, i have the assigned IP but no connection.ģ/ i found that a patch for this problem was available and inserted in kernel branch 4.4 according to this post, so i tried to compile it using Igor's script. dm9601 5-1:1.0 enx00e04c534458: kevent 4 may have been droppedĢ/i tried armbian 3.4.113 and followed all instructions in this post, module g_ether is inserted and there is even dm9601 (lsmod) but no IP and no led blinking on adapter if /etc/network/interfaces contains : Which is recognized and running fine on linux mint 17 ( kernel 3.16.0-38 - 52 ubuntu 14.04.01) but i can't find a way to make it work on any distro on OPi Lite.ġ/ i tried nightly armbian xenial ( Armbian_27_Orangepilite_Ubuntu_xenial_dev_4.10.3), it ended up with a continuous message, a kind of kernel panic : I have an usb ethernet adapter recognized as (lsusb :īus 005 Device 002: ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter







Davicom dm9601 usb to fast ethernet adapter