IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類(lèi)|軟件專(zhuān)題|手機(jī)版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當(dāng)前所在位置: 首頁(yè)操作系統(tǒng)LINUX → linux下安裝Marvell Yukon網(wǎng)卡驅(qū)動(dòng)

linux下安裝Marvell Yukon網(wǎng)卡驅(qū)動(dòng)

時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)

  問(wèn)題一開(kāi)始就存在,我就一般在windows系統(tǒng)中尋找資料,下載資源,然后轉(zhuǎn)到linux中,加載windows分區(qū),獲取文件。經(jīng)過(guò)一段時(shí)間后,終于還是認(rèn)真解決它好了。在windows設(shè)備管理器中查看到網(wǎng)卡信息是:Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller

  首先從華碩官方網(wǎng)站找到我的主板系列P4P800 SE的驅(qū)動(dòng),有Marvell Yukon芯片網(wǎng)卡驅(qū)動(dòng)下載,但似乎只有windows和unix的,有一個(gè)寫(xiě)了是for linux的,但下載下來(lái)怎么看也不是。

  于是去驅(qū)動(dòng)之家搜索,無(wú)果而返,其實(shí)那個(gè)提供拉拉雜雜驅(qū)動(dòng)的站點(diǎn)也不怎樣。

  百度上搜索也發(fā)現(xiàn)不了解決辦法,反而發(fā)現(xiàn)許多朋友也跟我一樣難題未解……

  于是就直接去Marvell官方站點(diǎn)找,http://www.marvell.com 真的非常難打開(kāi),氣死我了?。〔贿^(guò)也只有一個(gè)希望了,我反復(fù)嘗試,終于下載到了Yukon Linux Driver Install Package,forLinux kernels 2.4.13 and higher,即install-8_41.tar.bz2

  轉(zhuǎn)入linux,解壓,仔細(xì)閱讀readme,按指導(dǎo)安裝:

  # ./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#副標(biāo)題#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#副標(biāo)題#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

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

  ……

 ?。ê笥洠罕M管很多當(dāng)時(shí)看不懂,但還是很有必要摘錄下來(lái),回頭來(lái)看這些技術(shù)文檔的時(shí)候覺(jué)得很多懂的、不懂的東西還是非常有參考價(jià)值的?。?/p>

  上面寫(xiě)得那么多,看多了也煩 .主要是5?? Driver Installation一部分,按照其指導(dǎo),轉(zhuǎn)到linux,解壓install-8_41.tar.bz2,得到目錄DriverInstall,啟動(dòng)shell腳本install.sh

  # cd DriverInstall

  # ./install.sh

  啟動(dòng)了驅(qū)動(dòng)安裝,提示選擇安裝模式,選擇Installation Mode,(也試驗(yàn)過(guò)Patch Generation Mode,很多步驟不懂什么意思...),安裝成功,在X-windows下,"系統(tǒng)設(shè)置"-->"網(wǎng)絡(luò)",可以看到網(wǎng)絡(luò)設(shè)備已經(jīng)可用了!啟動(dòng)Mozilla瀏覽器,果然可以上網(wǎng)了!高興!

  重啟,回到windows xp系統(tǒng),卻發(fā)現(xiàn)提示網(wǎng)絡(luò)無(wú)連接,網(wǎng)絡(luò)沒(méi)插好...檢查網(wǎng)線,并無(wú)不妥.檢查硬件狀況,發(fā)現(xiàn)網(wǎng)卡速度變成1GB的了!而不是100M,無(wú)果。重啟,回到linux,卻正常上網(wǎng).這樣,我估計(jì)是for liunx驅(qū)動(dòng)把網(wǎng)卡硬件設(shè)置改變了,而這些設(shè)置跟windows系統(tǒng)中的驅(qū)動(dòng)不,從而使windows無(wú)法驅(qū)動(dòng)網(wǎng)卡了.

  于是我嘗試在windows中重裝網(wǎng)卡驅(qū)動(dòng),仍然不行,而且返回linux中也不能上網(wǎng)了!這麻煩了...最后只好在linux中重裝驅(qū)動(dòng),保持linux中上網(wǎng),window中就不理它了...留下一大堆文問(wèn)題...

  但探索一下在linux中打造我的工作環(huán)境也無(wú)妨,就算了,查了一堆資料,無(wú)法解決linux自帶的Mozilla 1.2瀏覽器中支持java腳本,故一直無(wú)法修改和發(fā)布我的筆記...現(xiàn)在安裝了firefox2.0才終于能補(bǔ)充點(diǎn)筆記..

 ?。?006-11-25回頭解決)

  linux下面的很多軟件還是不盡完善,當(dāng)急需使用某些東西的時(shí)候還是非常需要能上網(wǎng)的windows,故今天又忍不住回頭來(lái)弄弄了。

  思考上次留下的難題,肯定可以尋找合適的驅(qū)動(dòng)安裝解決問(wèn)題。但這也是個(gè)困難的事情,因?yàn)榧词构俜骄W(wǎng)站也沒(méi)有明確的指導(dǎo),而且也沒(méi)提供多個(gè)linux driver版本。我想了下面兩個(gè)方案嘗試:

  第一,尋找其他版本的Marvell linux驅(qū)動(dòng),嘗試更換linux中的驅(qū)動(dòng)

  第二,下載多個(gè)windows下的Marvell驅(qū)動(dòng),一個(gè)個(gè)嘗試安裝,看看怎樣。

  在搜索了大量文章后,發(fā)現(xiàn)仍然沒(méi)有有效的指導(dǎo),于是我返回http://www.marvell.com/官方網(wǎng)站,進(jìn)入Driver頁(yè)面,用

  Product Family = Yukon

  Platform = Windows XP

  進(jìn)行搜索,把所有驅(qū)動(dòng)下載下來(lái)。包括(下面寫(xiě)的是Driver title名)

  Yukon x86 Windows XP

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

  Yukon Windows 32-bit Installer (Multilanguage)

  對(duì)應(yīng)的文件名為

  yk51x86_v86123.zip

  SetupCPAwin_x32_v56113.zip

  SetupYukonWin_x32w_v85673.zip

#p#副標(biāo)題#e#

  然后我還去華碩官方網(wǎng)站找找,因?yàn)槲业闹靼迨侨A碩的,集成Marvell網(wǎng)卡。在http://support.asus.com.cn/download/download.aspx?SLanguage=zh-cn&model=P4P800%20SE找到我的主板P4P800SE的網(wǎng)卡驅(qū)動(dòng)下載頁(yè)。把可能需要試用的版本都下載下來(lái),包括:(描述名)

  Marvell 網(wǎng)路驅(qū)動(dòng)程式 V6.28

  Marvell 網(wǎng)路驅(qū)動(dòng)程式 V7.29.2.3

  文件名為:

  Marvell_v628.zip

  Marvell_7.zip

  然后再嘗試搜索尋找linux的驅(qū)動(dòng),結(jié)果在intel的網(wǎng)站找到Marvell網(wǎng)卡的其他版本的linux驅(qū)動(dòng),地址是:

  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

  我把下面幾個(gè)版本的驅(qū)動(dòng)全下載下來(lái)了

關(guān)鍵詞標(biāo)簽:linux,Marvell Yukon,

相關(guān)閱讀

文章評(píng)論
發(fā)表評(píng)論

熱門(mén)文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP Linux操作系統(tǒng)修改IP

相關(guān)下載

    人氣排行 Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址 dmidecode命令查看內(nèi)存型號(hào) linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷(xiāo) 命令 查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載