horror 发表于 2004-11-13 19:57:45

网卡搞不定啊,help........

nvidia nforce networking controller是我的网卡
我的板子是NF2的,这网卡编译内核能用吗?

潇湘馆主 发表于 2004-11-13 20:15:33

www.nvidia.com
有驱动的.

horror 发表于 2004-11-13 20:17:47

http://www.nvidia.com/object/linux_nforce_1.0-0236.html
只有针对7.2的啊
不知道RH9.0支持怎么样?

horror 发表于 2004-11-13 20:21:36

Before you try that, you might want to try this to see if you already have the driver:

# /etc/init.d/net.eth0 stop
# modprobe forcedeth
# /etc/init.d/net.eth0 start
# wget 'http://www.google.com'

modprobe forcedeth
和wget 'http://www.google.com 有什么具体的作用吗》》??

潇湘馆主 发表于 2004-11-13 20:27:29

http://www.nvidia.com/object/linux_nforce_1.0-0292.html

潇湘馆主 发表于 2004-11-13 20:28:44

试试上面的这个.

horror 发表于 2004-11-13 20:40:05

thank u,再试

horror 发表于 2004-11-13 22:39:02

由于我的都是NTFS格式,我就必须能在linux下访问NTFS文件。
先装了 kernel-source-2.40.2-8.rpm
然后past /usr/src/linux-2.40.2-8/config/kernel-source-2.40.2-8.i386.config
to/usr/src/linux-2.40.2-8/
vi config文件,修改#config_NTFS_FS is not set
为 config_NTFS_FS=m
在文字模式下
进入 /usr/src/linux-2.4.20-8
运行 make modules 但是报错
“the present kernel configuraiton has modules disabed
type"make config"and enable load a bele module support
the build a kernel with modules support enable."
我该怎么解决啊?

潇湘馆主 发表于 2004-11-14 11:59:49

输入 make config

horror 发表于 2004-11-14 15:46:51

可是太多需要编译了
很多都不明白啊

fox_eagle2003 发表于 2004-11-14 21:12:41

你的网卡芯片是什么的?
是NV的还是8139等的。

horror 发表于 2004-11-15 08:57:40

是NV的
页: [1]
查看完整版本: 网卡搞不定啊,help........