jagzph / dm9601

DM9601 USB LAN Driver for CentOS 6.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building kernel module dm9601 USB LAN for RHEL6.x/CentOS6.x

Building

shell$ sudo make 

Installation

shell$ sudo make install

Clean the source

shell$ sudo make clean
NOTE:

This dm9601.c is a modified version of original code from linux kernel branch tree tailor fit to work on any USB LAN chipset DM9601 (CDR-KING model in the Philippines) I do not guarranty any of it to work on your USB LAN device

PROBLEM/LIMITATION

  • this works only at USB 1.1 compatibility and speed
  • Placing two USB LAN (CDR-KING) in one server/pc will cause MAC address problem (I have 2 of this with same MAC)
  • Speed is terrible slow sometimes disconnect
  • Reliability is a big question (not to be used in production)

About

DM9601 USB LAN Driver for CentOS 6.x


Languages

Language:C 93.4%Language:Makefile 6.6%