问题一开始就存在,我就一般在windows系统中寻找资料,下载资源,然后转到linux中,加载windows分区,获取文件。经过一段时间后,终于还是认真解决它好了。在windows设备管理器中查看到网卡信息是:Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller

首先从华硕官方网站找到我的主板系列P4P800 SE的驱动,有Marvell Yukon芯片网卡驱动下载,但似乎只有windows和unix的,有一个写了是for linux的,但下载下来怎么看也不是。

于是去驱动之家搜索,无果而返,其实那个提供拉拉杂杂驱动的站点也不怎样。

百度上搜索也发现不了解决办法,反而发现许多朋友也跟我一样难题未解……

于是就直接去Marvell官方站点找,http://www.marvell.com 真的非常难打开,气死我了!!不过也只有一个希望了,我反复尝试,终于下载到了Yukon Linux Driver Install Package,forLinux kernels 2.4.13 and higher,即install-8_41.tar.bz2

转入linux,解压,仔细阅读readme,按指导安装:

# ./install.sh

然后Select the driver installation mode,有两种模式可选……

Installation Instructions for sk98lin Driver

This file contains

1   Overview

2   Required Files and Tools

3   Prerequisites

4   Preparing the Driver Installation Package

5   Driver Installation

5.1   Installation Mode

5.2   Patch Generation Mode

6   Patch Generation and Recompilation of the Kernel

6.1   Downloading and Unpacking the Linux Kernel

6.2   Generating the Driver Patch

6.3   Applying the Driver Patch

6.4   Configuring the Linux Kernel

6.5   Compiling the Linux Kernel

6.6   Installing the Compiled Linux Kernel

7   Manual Module Loading

8   Unloading the Module

9   Driver Parameters

10   Ethtool Commands

11   Troubleshooting

#p#副标题#e#

=============================================================

1   Overview

===========

……

2   Required Files and Tools

===========================

……

3   Prerequisites

================

……

4   Preparing the Driver Installation Package

============================================

Before the sk98lin driver installation script can be invoked, the

installation package needs to be unpacked:

1.   Login as 'root'.

2.   Unpack the driver installation package using the command

# tar xfvj install-???.tar.bz2

or

# bunzip2 -c install-???.tar.bz2 | tar xfv -

***

5   Driver Installation

======================

1. After the driver installation package is unpacked, type the following

commands to start the sk98lin driver build process:

# cd DriverInstall

# ./install.sh

2. a) Select the driver installation mode (see following subchapters).

b) In case you have installed another driver module than the original

Marvell driver you will be asked how to further proceed. You may

ignore the fact, you may rename the other driver or you may erase

it. We recommend to choose the last option to avoid unwanted

sideeffects and interdependencies.

3. Wait for the driver build process to finish.

Depending on the installation mode you selected, the driver is either

compiled and installed or a kernel patch is generated.

……

#p#副标题#e#

5.1   Installation Mode

----------------------

……

5.2   Patch Generation Mode

--------------------------

……

6   Patch Generation and Recompilation of the Kernel

===================================================

……

7   Manual Module Loading

========================

……

8   Unloading the Module

=======================

……

(后记:尽管很多当时看不懂,但还是很有必要摘录下来,回头来看这些技术文档的时候觉得很多懂的、不懂的东西还是非常有参考价值的!)

上面写得那么多,看多了也烦 .主要是5   Driver Installation一部分,按照其指导,转到linux,解压install-8_41.tar.bz2,得到目录DriverInstall,启动shell脚本install.sh

# cd DriverInstall

# ./install.sh

启动了驱动安装,提示选择安装模式,选择Installation Mode,(也试验过Patch Generation Mode,很多步骤不懂什么意思...),安装成功,在X-windows下,"系统设置"-->"网络",可以看到网络设备已经可用了!启动Mozilla浏览器,果然可以上网了!高兴!

重启,回到windows xp系统,却发现提示网络无连接,网络没插好...检查网线,并无不妥.检查硬件状况,发现网卡速度变成1GB的了!而不是100M,无果。重启,回到linux,却正常上网.这样,我估计是for liunx驱动把网卡硬件设置改变了,而这些设置跟windows系统中的驱动不,从而使windows无法驱动网卡了.

于是我尝试在windows中重装网卡驱动,仍然不行,而且返回linux中也不能上网了!这麻烦了...最后只好在linux中重装驱动,保持linux中上网,window中就不理它了...留下一大堆文问题...

但探索一下在linux中打造我的工作环境也无妨,就算了,查了一堆资料,无法解决linux自带的Mozilla 1.2浏览器中支持java脚本,故一直无法修改和发布我的笔记...现在安装了firefox2.0才终于能补充点笔记..

(2006-11-25回头解决)

linux下面的很多软件还是不尽完善,当急需使用某些东西的时候还是非常需要能上网的windows,故今天又忍不住回头来弄弄了。

思考上次留下的难题,肯定可以寻找合适的驱动安装解决问题。但这也是个困难的事情,因为即使官方网站也没有明确的指导,而且也没提供多个linux driver版本。我想了下面两个方案尝试:

第一,寻找其他版本的Marvell linux驱动,尝试更换linux中的驱动

第二,下载多个windows下的Marvell驱动,一个个尝试安装,看看怎样。

在搜索了大量文章后,发现仍然没有有效的指导,于是我返回http://www.marvell.com/官方网站,进入Driver页面,用

Product Family = Yukon

Platform = Windows XP

进行搜索,把所有驱动下载下来。包括(下面写的是Driver title名)

Yukon x86 Windows XP

CPA (Control Panel Applet)for VLAN and Link Aggregation Applications

Yukon Windows 32-bit Installer (Multilanguage)

对应的文件名为

yk51x86_v86123.zip

SetupCPAwin_x32_v56113.zip

SetupYukonWin_x32w_v85673.zip

#p#副标题#e#

然后我还去华硕官方网站找找,因为我的主板是华硕的,集成Marvell网卡。在http://support.asus.com.cn/download/download.aspx?SLanguage=zh-cn&model=P4P800%20SE找到我的主板P4P800SE的网卡驱动下载页。把可能需要试用的版本都下载下来,包括:(描述名)

Marvell 网路驱动程式 V6.28

Marvell 网路驱动程式 V7.29.2.3

文件名为:

Marvell_v628.zip

Marvell_7.zip

然后再尝试搜索寻找linux的驱动,结果在intel的网站找到Marvell网卡的其他版本的linux驱动,地址是:

http://downloadfinder.intel.com/scripts-df-external/Filter_Results.aspx?strOSs=90&strTypes=all&ProductID=1658&OSFullName=Red%20Hat*%20Enterprise%20Linux%203.0&lang=eng&page_nbr=1

我把下面几个版本的驱动全下载下来了 关键词标签:linux,Marvell Yukon,

linux marvell 网卡驱动,linux下安装Marvell Yukon网卡驱动相关推荐

  1. h16网卡linux驱动下载,【驱动】在LINUX(ubuntu)系统下安装RTL8111/8168网卡驱动程序(技嘉H61主板)...

    [驱动]在LINUX(ubuntu)系统下安装RTL8111/8168网卡驱动程序(技嘉H61主板) 4年前 (2017-07-15)    作者:Jiaozn    分类:Linux    阅读次数 ...

  2. linux使用windows无线网卡,linux下安装windows xp无线网卡驱动

    linux下安装windows xp无线网卡驱动 发布时间:2008-08-16 20:59:51来源:红联作者:Htgiot 大概对瑞银有用 一.安装及配置步骤: (1)解压: tar -zxvf ...

  3. Linux下安装EPSON L310打印机驱动

    Linux下安装EPSON L310打印机驱动 在这里http://download.ebz.epson.net/dsc/search/01/search/searchModule搜索l310查到如下 ...

  4. Server2012R2下安装intel 82579v网卡驱动

    不知道有没有和我一样喜欢使用新系统的IT人士,在使用新系统的过程中,总会遇到这样那样的问题.两周前在安装windows server 2012时,无法安装有线网卡驱动.在使用驱动精灵驱动了一下后出现计 ...

  5. ubuntu下安装大恒相机驱动并调用程序采集图像

    一.ubuntu下安装大恒相机驱动 1.大恒GigE摄像头Ubuntu环境下的配置 大恒GigE摄像头Ubuntu环境下的配置 - Tzbubble - 博客园 2.官方的Linux版SDK常见问题解 ...

  6. Ubuntu 22.04 LTS下安装1030 GPU 的驱动(图文详解)

    文章目录 Ubuntu 22.04 LTS下安装1030 GPU 的驱动 法一:命令获取推荐驱动直接安装(简单有效) 1.检查你的操作系统,如下图: 2.查看是否有[GPU](https://so.c ...

  7. 安装教程rtx2080ti_Ubuntu18.04.2下安装 RTX2080 Nvidia显卡驱动的方法

    不久前入手了蓝天P870TM1G准系统,配置如下: 1. Z370主板 2. i9-9900k桌面处理器 3. RTX2080移动版 由于显卡太新的缘故,安装Ubuntu16.04时,试了好多版本,只 ...

  8. R400在Ubuntu 9.04下安装官方ATI显卡驱动

    R400在Ubuntu 9.04下安装官方ATI显卡驱动 Published on 2009/10/03 by harry. 0 Comments 由于之前的hp笔记本突然挂了,一咬牙换了个think ...

  9. 【踩坑】Ubuntu16.04下安装Tenda U6无线网卡驱动

    Ubuntu <Ubuntu16.04下安装Tenda U6无线网卡驱动>和<18.04安装腾达Tanda U6无线网卡(RTL8192EU)驱动 >1<Tenda U9 ...

  10. linux 5.5安装万兆网卡驱动,CentOS下安装网卡驱动

    前言 最近,一台机器从FreeBSD换为CentOS,一路安装顺利.完事之后发现,网卡没有启用,dmesg | grep eth 命令确定网卡没有驱动导致的.于是开始了一路艰辛的安装过程. 安装过程 ...

最新文章

  1. ICML 2018大奖出炉:伯克利、MIT获最佳论文,复旦大学榜上有名
  2. Linux基础(存储结构和磁盘划分)
  3. C++ newdelete
  4. TensorFlow人工智能入门教程之十一 最强网络DLSTM 双向长短期记忆网络(阿里小AI实现)...
  5. 服务器机柜内手机信号,手机信号强度是什么
  6. 导出已安装的插件_明明flash插件已安装,但是网页依然不能正常显示的解决办法...
  7. spring基础知识总结
  8. 服务器上文件添加可信任,如何将服务器配置为受信任以进行委派
  9. JS实现弹窗效果,超简单哦
  10. 腾讯云cdn设置 php,腾讯云CDN开启中间源导致wordpress后台无法访问的最终解决办法...
  11. 电脑能正常上网上网,某些软件不能上网
  12. 中国八横八纵大容量光纤通信网——世界级光纤通信网
  13. [电路笔记]非线性电路
  14. 我教女朋友学编程Html系列(6)—Html常用表单控件
  15. BlockingQueue实例
  16. 分布式系统中CAP原理
  17. RV32I:RISC-V 基础整数指令集
  18. thymeleaf双重循环_thymeleaf实现th:each双重多重嵌套功能
  19. 单片机系统:使用lodepng解码png图片
  20. Mavan Setting.xml配置文件

热门文章

  1. 微信自研生产级 Paxos 类库 PhxPaxos 实现原理介绍
  2. IDEA 后退/前进 快捷键
  3. 秦牧鸿蒙之体有什么用,第一五一二章 鸿蒙元气
  4. Linux环境变量PSI指什么,psi是什么单位,pSI指标应用原则
  5. 声学模型GMM-HMM训练
  6. Gitter+Sidecar制作聊天室
  7. Groq:从头设计一个张量流式处理器架构
  8. JavaEye论坛热点推荐-2009年1月
  9. Silvaco TCAD仿真4——设计一个元件nmos(Atlas)
  10. Confluence 摘要(Excerpt)宏