readme.txt
来自「ADTEK RTK8189C Linux 2.4.X Driver」· 文本 代码 · 共 51 行
TXT
51 行
**************************************************
RADTEK RTK8189C Based Fast Ethernet Card
Linux 2.4.X Driver Installation Guide
**************************************************
-----------------------
Installation Procedure
-----------------------
1. Make network adapter driver modules
touch *
make clean
make
*Under some distribution, such as SuSe 7.2 and BluePoint 2.0, there is no version.h.
You have to run "make config" or "make menuconfig" at /usr/src/linux to create it.
**If you are using Mandrake 8.0 and you have problems when insmod the dirver, please
remove "-DMODVERSIONS" option from makefile.
***On SMP system, the driver may NOT work well. The bug will be fixed in the future.
2. Insert network adapter driver modules
insmod pciscan.o
insmod RTK8189C.o
5. Bind your card to an IP address
ifconfig eth0 {IPADDR} netmask {NETMASK}
6. Now, you should be able to ping local network.
*Every time you reboot the system, you must execute step 4 and step 5
again to bind your card.
Compability:
This driver is tested with the Distribution.
RedHat 7.1/7.2
Mandrake 8.0/8.1
Slackware 8.0
SuSe 7.2
RedFlag 2.4
Caldera 3.0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?