LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2113|回复: 3

我今年买的主板集成网卡不认,如何解决?

[复制链接]
发表于 2007-10-16 19:27:16 | 显示全部楼层 |阅读模式
Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
这是系统里查到的信息。
主板是 Gigabit  965P- S3

我用 Ubuntu 7.04
ubuntu 6.10

Debian 3.0r1
Debian 4.0r1
Debian Testing 2007-10-1
试过都不支持网卡。ubuntu 两个版本,装上可以用一会儿,不过一会儿后就断掉,需要开关硬件,也许又能用一会儿,
看运气的。
 楼主| 发表于 2007-10-16 19:40:46 | 显示全部楼层
This driver supports Gigabit Ethernet adapters based on the   │
        <Ian>        │ Marvell Yukon 2 chipset: │
        <Ian>        │ Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ │
        <Ian>        │ 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21

ian 说现在不支持。需要等一下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-18 19:18:36 | 显示全部楼层
1. download from marvell site
http://www.marvell.com/drivers/d ... ?dId=153&pId=36

2. untar install_v10.20.3.3.tar.bz2 to /usr/src/

3. read the README and install opensuse 10.1 kernel source before doing this.

4. run the DriverInstall/install.sh

5. select option "patch generation mode"

6. perform the following command
# cd /usr/src/linux
# cat /patch-location/sk98lin__vX.XX_a_b_c_patch | patch -p1

7. make menuconfig

8. make dep; make clean bzImage; make modules; make modules_install; make install

9. restart the system

10. dmesg | grep sk98lin would result:
sk98lin: Network Device Driver v10.20.3.3

11. ls /proc/net/sk98lin, would result:
eth0

12. setup ip address using your favourite way, i'm testing with ip addr add 10.0.0.1/24 dev eth0 and it works well.

不知道这样行不行,我没有试,不过我找到这里下完了。
有空试试,debian 是装不了的,没有网卡装不上。
回复 支持 反对

使用道具 举报

发表于 2007-11-18 22:06:20 | 显示全部楼层
试试openSUSE 10.3 ,Ubuntu 7.10 ,mandriva 2008 如何?
回复 支持 反对

使用道具 举报

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

本版积分规则

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