×

Loading...

请问你用的什么网卡?

本文发表在 rolia.net 枫下论坛我用的是ROGERS送的SOHOWARE的,在RH7.1装
不上。从网卡网站上找到for linux的驱动了,以下是它的说明:
SUBJECT:
Make the SFA110A product with the MX98713AFC chip work under
Linux 7.1 (new kernel 2.4.x)

ANSWER:
[Note] This README document is only for the SFA110A product with
the MX98713AFC chip. The SFA110A product with the MX98715,
(or MX98713FC) chip can work in the new Linux system via an
embedded driver loaded by the system automatically.

[Note] You must compile the source files yourself to build a tulip.o
object/module specifically for your own Linux system. A
pre-compiled driver object/module cannot work in different
systems.

1. If you can't find the directory "/usr/src/linux-2.4.2/",
you have to upgrade your system.

2. The kernel versions of the platforms above is the 2.4.x .

(You can check which version your kernel is by type the
command 'uname -r'.)

3. To compile the source files of SFA110A (713AFC)

a. copy these following nine files :

21142.c eeprom.c interrupt.c media.c pnic.c
timer.c tulip.h tulip_core.c makefile

to

/usr/src/linux-2.4.2/drivers/net/tulip/

ps.
1. If the kernel version is 2.4.x , the directory is
/usr/src/linux-2.4.x/drivers/net/tulip/
2. These files already exist, you must replace them.

b. You can run makefile to compile these source files under the
directory. (just by typing the command 'make')

[root@localhost tulip]# make

Waiting for a moment, the following object files will be
created under the directory:

tulip.o, 21142.0, eeprom.o, interrupt.o, media.o, pnic.o,
timer.o, tulip_corr.o

c. Copy tulip.o to "/lib/modules/2.4.2-2/kernel/drivers/net/tulip/"

d. Reboot your Linux system.
=========
可是没有这个目录/usr/src/linux-2.4.2/,是怎么回事?谢谢。更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report