QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1365|回复: 7

FC4下怎么安装网卡

[复制链接]
发表于 2005-6-16 21:53:00 | 显示全部楼层 |阅读模式
nForce2 自带的一个IC Plus IP1000 的千兆网卡, FC4认不出来。找到了它的Linux驱动,但不知道怎么装。(还有一块realtek8139倒支持得很好)麻烦各位大佬们给我这个新人扫扫盲。
(readme 里有如下语句
“for kernel 2.6.x
        -------------------
           #make all  => generate ipg.ko
           #insmod ./ipg.ko
           #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy”
照命令打了说参数错误。)
发表于 2005-6-17 11:02:52 | 显示全部楼层
先不装吧,这个一两句说不清楚,多看别人的文章,几个月后就会了
回复

使用道具 举报

 楼主| 发表于 2005-6-17 19:00:07 | 显示全部楼层
Here it is:

            IC Plus IP1000 Gigabit Ethernet Adapter
                        Linux driver

Contents:
-----------
1. File Description
2. Driver Installation for Linux
3. Jumbo Support

1. File Description
-------------------

Filename                Description
====================    =======================================================
ipg.c                   IC Plus IP1000 Linux Driver Source Code.
                        This file is the main part of IP1000 Linux Driver.

makefile                Make File For IP1000 Linux Driver.
                        Using "make all", "make smp", "make bigmem" for your
                        kernel.

make2.2.sh              Make Shell Script For Linux 2.2.x Kernel.

make2.2mod.sh           Make Shell Script For Linux 2.2.x Kernel.

PhyParam.h              IP1000 Hardware Parameters modification file.
                        It would have new version for new version of NIC on IC
                        Plus web site.

ipg_tune.h              Include File For IP1000 Linux Driver.

ipg_structs.h           Include File For IP1000 Linux Driver.

ipg_macros.h            Include File For IP1000 Linux Driver.

ipg_constants.h         Include File For IP1000 Linux Driver.

readme.txt              A summary of the contents for Linux Driver.
                        This file, which you are reading me now.



2. Driver Installation for Linux
-----------------------------------------
a. for kernel 2.4.x
   a1. Redhat 7.3 (linux kernel 2.4.1
   a2. Mandrake 8.1 (kernel 2.4.
b. for kernel 2.6.x
c. for bigmem and smp.

        a.for kernel 2.4.x
        -------------------
          a1. Redhat 7.3 (linux kernel 2.4.1
          a1.1. install way 1:
              #make all =>generate ipg.o
              #cp ipg.o /lib/modules/2.4.18-3/kernel/drivers/net/
              #insmod ./ipg.o
              #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
              eth0 is your network adapter,use "dmesg" to check it,
                   ex: eth0, eth1...
              xxx  is your ip address, ex: 192.168.102.211
              yyy  is your netmask address, ex:255.255.255.0

          a1.2.  install way 2:
             #make all =>generate ipg.o
             #cp ipg.o /lib/modules/2.4.18-3/kernel/drivers/net/
             #insmod ./ipg.o
             #setup
                   [network configuration] =>to setup your ip address
             #ifup eth0
                 eth0 is your network adapter, ex: eth0, eth1...


          a2. Mandrake 8.1 (kernel 2.4.
             #make all  => generate ipg.o
             #cp ipg.o /lib/modules/2.4.8-26mdk/kernel/drivers/net
             #insmod ./ipg.o
             #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
             eth0 is your network adapter,use "dmesg" to check it,
                  ex: eth0, eth1...
             xxx  is your ip address, ex: 192.168.102.211
             yyy  is your netmask address, ex:255.255.255.0

        b. for kernel 2.6.x
        -------------------
           #make all  => generate ipg.ko
           #insmod ./ipg.ko
           #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
              eth0 is your network adapter,use "dmesg" to check it, ex: eth0, eth1...
              xxx  is your ip address, ex: 192.168.102.211
              yyy  is your netmask address, ex:255.255.255.0

        c. for bigmem and smp.
        ----------------------
           c1. If your kernel was in bigmem, using:
             #make bigmem

           c2. If your kernel was in smp, using:
             #make smp


3. Jumbo Support
----------------------

In Makefile:
3.1. Open Jumbo Support:
MAPPING_MODE= -DUSE_IO_OPS -DJUMBO_FRAME

3.2. Close Jumbo Support
MAPPING_MODE= -DUSE_IO_OPS

3.3. Jumbo Support for RX 4K and TX 12K
回复

使用道具 举报

发表于 2005-6-17 19:48:07 | 显示全部楼层
b. for kernel 2.6.x
-------------------
#make all => generate ipg.ko
#insmod ./ipg.ko
#ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
eth0 is your network adapter,use "dmesg" to check it, ex: eth0, eth1...
xxx is your ip address, ex: 192.168.102.211
yyy is your netmask address, ex:255.255
回复

使用道具 举报

 楼主| 发表于 2005-6-17 19:54:25 | 显示全部楼层
我有照这个打,以root用户登陆。但第一行就提示参数不对
回复

使用道具 举报

发表于 2005-6-17 19:57:54 | 显示全部楼层
给个下在地址
回复

使用道具 举报

 楼主| 发表于 2005-6-17 20:06:47 | 显示全部楼层
地址? email:[email protected]
回复

使用道具 举报

发表于 2005-6-17 20:53:47 | 显示全部楼层
#cd 你的驱动目录
#make all
#insmod ./ipg.ko
重启
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-12 14:55 , Processed in 0.041589 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表