Linux学习 Red Hat 9网卡如何驱动??--新人问题。谢谢帮助!
8-17 13:48
声明:
我是新人,全都不懂,希望你能真正的帮助我,而不是用高傲的语言讥讽我!
24:00之前我回在线等待~~~~
我的主板:
ASUS P4PE-X
集成声卡芯片:
Broadcom Corp BCM440x 10/100 Integrated Controller
我在ASUS的主页下载了网卡的 Linux版本的驱动程序。但是我不知道如何来安装~~~~
再有就是什么是IO,IRQ等等````如何在WIN2K下查看,我也看过相关的文章但都没有找到我所需要的答案。
天外闲云
8-17 14:04
驱动文件名是什么啊?会解包吗?
解开看看有没有安装说明,我估计官网应该有说明。
牙齿晒太阳
8-17 14:05
下载的程序全名是什么?
牙齿晒太阳
8-17 14:10
看是什么文件,再选择不同的命令
里面一般都会有readme
看哈
ssbeonly
8-17 14:11
只有这三个文件吗?
make 就可以了,然后把得到的.o文件拷贝到/lib/modules/然后按照readme说的insmod和ifconfig
首先谢谢各位~~
能不能说的在仔细些,我不明白如何运行MAKE,怎么得到的.o文件````
后面的insmod ifconfig 就更是迷糊了!
天外闲云
8-17 14:24
解包之后的目录里面:
make
编译程序
完成之后应该会出现一个.o的文件
insmod和ifconfig那个readme已经说了,而且很细。
ssbeonly
8-17 14:27
OK谢谢~~
我自己在研究研究~~~
用 “瘟X”久了大脑都被瘟了
devel
8-17 14:31
先确定gcc安装好,得出8139.o
./configure
make
cp 8139.o lib/modules/<linux-version>;/kernel/drivers/net/
这是详细的解释:
Compile the driver source files and it will generate rhinefet.o, and
copy it to correct driver installation path (The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
/lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
above) means the kernel version of your Linux distribution. If you don't
know your kernel version , please run 'uname -r' command in command
line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
make install
insmod 8139too
ifconfig eth0 up
reboot
==============================
我的不是8139,但做法更详细,看以下的照做也可以..
Please enter the following commands at the UNIX prompt. Remember, UNIX is
case sensitive.
1) Create a temporary directory:
mkdir /temp
2) Change to the temporary directory:
cd /temp
2) Copy driver (dlkfet-4.24.tar.gz) from released CD, (If you didn't mount
CD drive before, you can type
'mkdir /cdrom'
'mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom' and use
'cp /cdrom/LINUX/dlkfet-4.24.tar.gz /temp'
command to copy the driver to the temporary directory):
cp /<cdrom_mount_point>;/LINUX/dlkfet-4.24.tar.gz .
3) untar the archive file:
tar xzvf dlkfet-4.24.tar.gz
cd dlkfet-4.24
4) Compile the driver source files and it will generate rhinefet.o, and
copy it to correct driver installation path (The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
/lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
above) means the kernel version of your Linux distribution. If you don't
know your kernel version , please run 'uname -r' command in command
line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
make install
5) Check configuration file (/etc/modules.conf or /etc/conf.modules,it
depend on your Linux distribution) for loading kernel modules. Make sure
there is the following content in the configuration file, where # is
interface number (eg: alias eth0 rhinefet):
alias eth# rhinefet
6) Reboot now:
shutdown -r now
7) Install your driver module (If the driver module is in the wrong place,
an error message will appear, and say that can't find the driver
module):
insmod rhinefet
8) Use ifconfig command to assign the IP address, where # is network
interface number:
ifconfig eth# <IP>;
9) Check the interface works:
ping <remote_host_IP>;
ssbeonly
8-17 14:41
对了,如何查看自己的网卡的IO
我按照别人说的做了,但是无法看到哪里有标出IO的文字???
设备类型: 网卡
制造商: Broadcom
位置: PCI 总线 2、设备 5、功能 0
怎么看IO地址?
devel
8-17 14:49
dmesg|grep IRQ
or
man modinfo
相关Linux教程:
请教一个有关防火墙的问题!
请教一个网络的问题!
请问如何安装8139网卡的驱动
linux9.0如何添加新网卡!谢谢!
请教linux下如何设置网卡的全双工半双工?
关于eserver345安装Redhat7.3的网卡问题
关于linux和无线网卡认证
请教,笔记本网卡终结器如何制作?
一个很菜的路由问题,求解
菜鸟的iptables入门问题
找不到第二块网卡!!!!!
请教:如何知道现在的网络链接是10M还是100M?
安装三块网卡的诸多问题
linux下,在不知道交换机ip的情况下怎样找到内网中一
linux如何实现单网卡代理?
iptables规则保存和重起服务的问题
如何用PHP查看到网卡的MAC地址》?
redhat7.3 kernel-2.4.20-28.7smp iptables
在Linux配置路由
mrtg能监控外网某一ip的流量么
请教如何使用iptables进行域名转发
Linux中网卡的小问题
linux下路由配置文件是那个?
路由表中的dead pervasive是什么意思?
内核升级后原来的网卡不能识别了?用从新安装网卡吗?
网络问题
[求助]vmware中,linux网卡报错,请指教!
如何在linux下装nforce2的内置网卡啊
iptables FORWARD 问题
请问Iptables的forward链的问题!◎#清高手指点
有关网卡的问题,实在是搞不定了!
如何修改网卡速度配置
关于adsl连接双网卡主机上网的问题
请求帮助我的网络
IPTABLES脚本,帮忙看看有什么不妥~`
iptables 失效的奇怪问题。555
iptables 还是封网段的问题,和对局域网ip限制管理
[注]关于防火墙的采购,请大家给点意见!
请教:关于用iptables开启一个端口的问题
多路由连接的时候 msn 会频繁断线
请教一个关于iptables的问题
我的网卡激活不了啊~~~
向JohnBull请教,打补丁后的等值多通路由性能如何?
请教:关于linux防火墙iptables的问题
一个物理网卡,加了一个虚拟接口,ping不同
关于SNORT的IPTABLES插件
如何用iptables禁止某个ip访问我?
双网卡负载均衡的问题
如何将局域网内用第二块网卡的IP做DNS???????
如何在RedHat7.3 一张网卡下配置二个IP呢?