lnx_dm9620(V2.59.3)

所属分类:android开发
开发工具:C/C++
文件大小:168KB
下载次数:4
上传日期:2018-09-10 15:59:53
上 传 者lo迷信
说明:  dm9621 usb 网卡 的Linux驱动源码,量产版本,可用。
(Dm9621 USB network card Linux driver source code, mass production version, available.)

文件列表:
lnx_dm9620(V2.59.3)\Makefile (1440, 2013-07-30)
lnx_dm9620(V2.59.3)\V2.59.3E3.3(5).txt (1366, 2016-10-19)
lnx_dm9620(V2.59.3)\dm9620.c (87723, 2016-08-11)
lnx_dm9620(V2.59.3)\log\Test_unplug-plug.3.3(1)_unplg1.txt (219162, 2016-08-11)
lnx_dm9620(V2.59.3)\log (0, 2016-10-19)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3(5).c (87723, 2016-08-11)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3(3).c (87641, 2016-08-11)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3(4) .c (87680, 2016-08-11)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3.c (86781, 2016-08-10)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3(1).c (87504, 2016-08-11)
lnx_dm9620(V2.59.3)\history\dm9620_JJ5_E3.3(2).c (87555, 2016-08-11)
lnx_dm9620(V2.59.3)\history (0, 2016-10-19)
lnx_dm9620(V2.59.3) (0, 2016-10-19)

DAVICOM Semiconductor Inc. 09/17/2009 A Davicom DM9620 USB Fast Ethernet driver for Linux. Copyright (C) 2009 Sten Wang This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A. Compiler command: Run make command Run make install command. If DM9620 module is already existed (check this by lsmod), Please run "modprobe -r dm9620" first B. The following steps teach you how to activate NIC: B-1: A simple and temporary method 1. Used the upper compiler command to compile dm9620.c 2. Insert DM9620 module into kernel "insmod dm9620.ko" ;;Auto Detection Mode (Suggest) NOTE: You can type "man insmod" to see more description. 3. Config a DM9620 network interface "ifconfig eth0 172.22.3.18" ^^^^^^^^^^^ Your IP address NOTE: 1. You can type "man ifconfig" to see more description. 2. If eth0 has been used, you should use eth1 instead. 4. Activate the IP routing table. For some distributions, it is not necessary. You can type "route" to check. "route add default netmask 255.255.255.0 eth0" NOTE: 1. You can type "man route" to see more description. 2. If eth0 has been used, you should use eth1 instead. 5. Well done. Your DM9620 adapter actived now. Note. This is a temporary method. After you reboot the system, you will lost the setting. B-2: For Redhat, You can use the following to Activate NIC 1. login your system used the superuser. 2. copy dm9620.ko into /lib/modules/2.6.x/kernel/drivers/net/ 3. add the new line with "alias eth0 dm9620" in "/etc/module.conf". 4. execute "netconfig -d eth0". 5. Fill your IP address, netmask and gateway 6. press to confirm and exit this setting 7 reboot Note. If eth0 has been used, you should use eth1 instead. DAVICOM Web-Site: www.davicom.com.tw

近期下载者

相关文件


收藏者