Davicom Dm9601 Usb Ethernet Driver Ubuntu

Davicom Dm9601 Usb Ethernet Driver Ubuntu

Working Ethernet adapters • ADMtek • ADM8511 Pegasus II Ethernet, full-speed, idVendor=07a6, idProduct=8511: Works out of the box. No external power source needed. • AVM • FRITZ!Box WLAN 3030 USB Ethernet Adapter: Works out of the box. No external power source needed. • ASUS • USB 2.0 to Fast Ethernet Adapter (ASIX AX88772B) USB Ethernet Adapter: As distributed with Zenbook Ultrabooks. Works out of the box.

No external power source needed. • Cable Matters • USB 3.0 to Gigabit Ethernet Adapter (ASIX AX88179) USB Ethernet Adapter. NOTE: Until Raspbian 3.8.y kernel did not include a driver for this hardware, you must have to build a new kernel module from the source code provided by ASIX. Easy to follow instructions on how to download the kernel source code and symbol files can be found in the 2nd posting, including how to compile the module. For Raspbian 3.9.+ the driver is already included in distribution. • Wintech • USB 2.0 LanCard Model: LAU-15 (CK0049C) using the mcs7830 driver.

Davicom Dm9601 Usb Ethernet Driver Ubuntu

Probably needs more than 100 mA current. • LogiLink • USB 2.0 UA0144: AX88772 chipset using the asix kernel driver. • Does not work without powered USB hub. (idVendor=0b95, idProduct=772b) • LogiLink Fast EN USB 2.0 to RJ45 Adapter: Test on Wheezy-Raspian (2012-08-16) without USB Hub will be confirmed lsusb output: Bus 001 Device 004: ID 9710:7830 MosChip Semiconductor MCS7830 10/100 Mbps Ethernet adapter BE CAREFUL: There exists a chinese copied version without the Logilink-Logo using the Kontron DM9601-chip (see 'Problem Ethernet adapters' below). This only supports USB1.1 and isn't well support under Linux. If you get a model without the Logilink logo and the model number JP1082 it's a fake. • Apple • Apple USB Ethernet Adapter using asix kernel driver.

Works out of the box (driver present since kernel 2.6.32). Doing OK using Apple USB charger and Pi's own USB port. USB register states that it draws max. • Belkin • USB 2.0 Ethernet Adapter (F4U047). Works out of the box without any setup.

A lot of things have changed since I written the initial article about how to compile the driver under Ubuntu / Debian. Today we can use 2 methods for. [ 8.781879] dm9601 5-1:1.0 eth0: register 'dm9601' at usb-0000:03:00.0-1, Davicom DM96xx USB 10/100 Ethernet, 00:e0:4c:53:44:58 [ 9.096235] dm9601. [ 628.298714] usb 1-1.3: new full speed USB device number 3 using ehci_hcd [ 628.461486] dm9601 1-1.3:1.0: eth5: register 'dm9601' at usb-0000:00:1a.0-1.3, Davicom DM9601 USB Ethernet, 00:e0:4c:53:44:58 [ 628.461516] usbcore: registered new interface driver dm9601 [ 628.543572] dm9601.

No powered USB hub needed, tested on Raspberry Pi A+ • Edimax • Edimax EU-4208 USB2.0 Fast Ethernet Adapter (idVendor=0b95, idProduct=772b) - works out of the box, requires own power supply (from powered USB hub) • Edimax EU-4230 USB2.0 Fast Ethernet Adapter with 3 port USB hub. Download Aaron Copland At The River Pdf Creator. Works out of the box. Needs its own power source.

• D-Link • D-Link DUB-E100 Fast Ethernet USB 2.0 Adapter - works out of the box, requires own power supply (from powered USB hub) • LinkSys • Linksys - USB200M - Compact USB 2.0 10/100 Network Adapter - raspian recognized it automatically and so far I have only pinged a few addresses with and it worked. I had it plugged into a powered hub so I cannot say if it works connected directly to the pi. • Linksys - USB300M - Compact USB 2.0 10/100 Network Adapter - Recognized automatically, didn't require powered hub when powering pi using microUSB supply rated for 0.7A output. • Linksys - USB3GIG v1 (Vendor ID: 13b1, Product ID: 0041) - USB 3.0 gigabit adapter, obviously connecting in USB 2.0 mode.

Works very well on a Raspberry Pi 2 running Raspbian 2015-02-16. Faster than the built-in adapter, connects at gigabit rate though iperf tests show about 150 - 175 Mbit speed. • Pluscom • Pluscom U1EC - Davicom DM9000E chipset, DM9601 driver, Max current 144mA. Unlike later, USB 1.1 devices using the same driver, this one works fine (see ) • Pluscom U2E-ADM8515 - ADMtek, Inc. AN8515 Ethernet chipset, pegasus driver, Max current 224 mA. Works with a Model 'A' Pi if plugged into an external (maybe unpowered) hub.

• Sabrent • Sabrent USB 2.0 10/100 Ethernet Adapter - works out of the box (asix), but USB 2.0 only (does not work if using dwc_otg.speed=1 in cmdline.txt to force USB 1.1 for other problem hardware) • Sitecom • Sitecom LN-030 V2 detected as ASIX AX88772 USB 2.0 Ethernet Adapter works out of the box. Doesn't seem to require any extra power supply. • TrendNet • Trendnet TU2-ET100 Adapter works out of the box. • Trendnet TU3-ETG Gigabit USB 3.0 Adapter works out of the box. Works well on a Raspberry Pi 2 running OSMC Release Candidate. SMB test show approx 150mpbs.

• A-Link • A-Link NA1GU Gigabit USB 2.0 Ethernet adapter This adapter works, but it (probably) requires a bit of work. The driver for the chipset (Asix AX88178) included with the Raspbian kernel (v 3.1.9+ Aug 7 2012) does not work.

With that driver the device is detected, but it does not seem to be possible to actually put any traffic through it.:-( In order to make it work you need to download the latest driver from. The version I used was 'Linux kernel 3.x/2.6.x Driver' v4.4.0, released 2012-05-18. Fortunately this is GNU GPLv2 -licenced source code and not a binary blob, so compiling it for the Raspberry Pi is perfectly doable.

The hardest part was in fact getting the Linux source code required, because the repositores contained the source for the wrong kernel version. Pandigital Novel Upgrader Exercises. >:-( Fortunately there is for how to get the sources from github, and preparing that source so that you can compile modules. Unfortunately you will have to compile the kernel (even if you don't actually install it) - which will take the better part of the day on the Raspberry, but once that's done you can unpack the driver source and just run 'make && sudo make install'. Reboot and you should have a fully working Ethernet adapter. The adapter seems to work without a powered USB hub, but according to the specifications it can draw up to 190 mA, so there might be stability issues if additional power is not provided. • Hama • Hama 00049244 Fast Ethernet USB 2.0-Adapter detected as MOSCHIP 7830/7832/7730 usb-NET adapter.

Works out of the box on Debian Wheezy/sid (2012-08-08-wheezy-armel)(not tested yet on other OS). No external power source or USB hub needed. • Newlink • Newlink NLUSB2-ETH USB 2.0 Ethernet Adapter. Works out of the box on Raspbian. Detected as ASIX AX88772, asix driver, Max current 250mA. Works without a powered hub or when plugged into an unpowered hub on a Model 'A' Pi.

• Axago • Axago ADE-X1 10/100 Ethernet Adapter (USB: 9710:7830 driver:mcs7830). Adapter needs last raspbian kernel. With older kernels adapter working about 10 minutes without problem, but after that kernel write error message to dmesg and no packet is received. Needed to unplug and plug USB again. Tested with and without powered USB hub. Dmesg error: NETDEV WATCHDOG: eth1 (MOSCHIP usb-ethernet driver): transmit queue 0 timed out.

With last kernel there is no problem and adapter working fine. • i-tec • i-tec USB 2.0 Ethernet Adapter Fast Ethernet (chip ASIX AX88772B). Works out of box very stable with asix kernel driver on latest raspbian 3.6.11+ (nov 2013), Raspberry Pi model B, 256MB RAM, connected through powered USB hub (may works without it, not tested). • lsusb output: Bus 001 Device 005: ID 0b95:772b ASIX Electronics Corp.

• • Plugable • Plugable USB2-E100 USB 2.0 10/100 ethernet adapter works out of the box (ASIX AX88772 chipset). Raspberry Pi reboots when you plug it into the USB port, but after that works fine. • • TP-Link • TP-Link UE300 USB 3.0 to Gigabit Ethernet Network Adapter. Works out of box on Raspbian Wheezy on a Pi 2 Model B. No external power source or USB hub needed. Pi is powered by a 2.5 amp power supply.

• Problem Ethernet adapters • Davicom / Kontron • Kontron DM9601 (USB: 0fe6:9700) Cost $5 on Ebay, works OK with Dell laptop under WinXP & Debian. While it is advertised as USB 2.0, actually it is a USB 1.1 device, thus, its throughput is limited to 12 Mbps. Check with lsusb -v, field bcdUSB. Adaptor works on boot on R-Pi model A well enough for ping and NTP, but then crashes with 'Kernel Bug at net/core/skbuff.c:127' immediately when file transfer begins. TP1-TP2 voltage measured solid at 4.92 V.

See also The Linux DM9601 Driver is reported to be the problem here: so until driver is updated, do not bother with this device. 2016 UPDATE: the driver has been fixed! As a workaround, doubling the socket buffer size will prevent the kernel oops: Markings on the outside of a couple of these adapters were: 'USB2.0 to Fast Ethernet Adapter; Model No:KY-RD9700'. It looks like many of these are sold through eBay.

I have a davicom dm9601 USB ethernet card. When I plug in the device, it is detected and drivers are loaded, but I can't connect to internet using it. It works perfectly on XP, other laptop but not working on Ubuntu 11.10 How can I install the driver for this? I have tried many things But nothing is working.

If I go to this link or may I be doing something wrong. But don't know how to follow these steps. This is my lsusb output: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 004: ID 064e:a103 Suyin Corp. Acer/HP Integrated Webcam [CN0314] Bus 003 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600 Bus 005 Device 002: ID 0a46:9601 Davicom Semiconductor, Inc. DM9601 Fast Ethernet Adapter Bus 006 Device 002: ID 046d:c045 Logitech, Inc. Optical Mouse Bus 003 Device 003: ID 0a5c:2101 Broadcom Corp.

Bluetooth Controller Bus 004 Device 002: ID 04d9:1702 Holtek Semiconductor, Inc. But when I connected my Internet from different system its start working. Pre-Requirements You will need the build-essential and linux-headers-generic packages to install. If you do not have these packages, you can find them on, download the *.deb files and manually install them. Linux-headers-generic is a virtual packages that installs the correct headers for the current kernel you're running. You can find that out by typing uname -r in the terminal.

Mine is 3.0.0-17-generic. That means what I should really download is the linux-headers-3.0.0-17-generic package. Once you have your ethernet work, apt-get install linux-kernel-headers so you always have the correct headers. The build-essential package has a lot of dependancies, and when you attempt to install the.deb file it will tell you what is missing. Go back to and download all of the *.debs for the packages it complains about.

If you're running Ubuntu, *.deb files can be installed by double clicking on them. On Kubuntu, you need to right click and choose the install option. Build the module Goto and download the LINUX Driver to your home folder. Open up the Terminal and type tar -xzvf dm9601-Linux2.6_1_1 to extract it. Type cd dm9601 to enter the newly created folder. Type gedit dm9601.c to edit the broken source file. Change #include to #include Save the file and close gedit.

Type make to build the module. Ok, now you've built the module.

At this point we can test it. With your Davicom USB adapter plugged in, type sudo insmod dm9601.ko to temporarily insert the module. If everything works, we need to make this module insert automatically on bootup.

Insert the module on bootup Type sudo cp dm9601.ko /lib/modules/$(uname -r)/kernel/ubuntu/net/ type sudo gedit /etc/modules Add dm9601 on it's own line at the end of the file Save and exit gedit. Your module should now work on reboot. You will need to repeat steps 2,3 & 7 from the Build stage and step 1 from the Insert stage whenever you install a kernel update. Troubleshooting If insmod failed to work, you probably need to add your USB device ID to the header file. Type 'lsmod' and look for a line that belongs to your Davicom USB adapter. It should look similar to 'Bus 001 Device 006: ID 0a46:9555 Davicom Semiconductor, Inc.' If you have doubt, unplug all other USB devices and find the only line that doesn't have '0000:0000'.

For the example above, type gedit dm9601.h and insert 2 lines that look like: DM9601_DEV( 'Davicom Semiconductor, Inc', VENDOR_ACCTON, 0x0a46, 0x9555, DEFAULT_GPIO_RESET ) Your module source code is now configured to recognize your module. Continue from Step 6 in the Build stage of the instructions.