領導要求為應屆畢業生搭建一台LINUX服務器。要求安裝ORACLE CVS SVN FTP JDK WEBSphere.想來想去,用那個版本比較好?正好以前玩了一段時間的CentOS。就用它了。安裝過程一切正常,等到提示重新啟動,全部安裝完成。
開機,進系統,設定網絡,用ifconfig查看只發現了LO。其它都沒有。想有可能網卡驅動沒有安裝。查看網卡的硬件版本Broadcom57785.go to 官網。查找驅動。
驅動下載網址為:http://www.broadcom.com/support/ethernet_nic/netlink_k57.php
然後復制到U盤。到Centos進行U盤掛載文件解壓。
解壓完成以後進入相應目錄,查看README文件。說明文件提供二種安裝方法,第一種 RPM包,第二種 源代碼安裝。我用第一種安裝成功,就沒有進行第二種方法的測試(安裝方法我會粘貼到最後。)
第二種安裝方法
1. Create a directory and extract the files: tar xvzf tg3-<version>.tar.gz2. Build the driver tg3.o (or tg3.ko) as a loadable module for therunning kernel: cd src makeThe driver will be compiled for the running kernel by default. To buildthe driver for a kernel different than the running one, specify thekernel by defining it in KVER: make KVER=<kernel version>where <kernel version> in the form of 2.x.y-z is the version of anotherkernel that is installed on the system.3. Test the driver by loading it: insmod tg3.oor insmod tg3.ko (on 2.6.x kernels)or insmod tg34. Install the driver: make install到此結束。
http://xxxxxx/Linuxjc/1134348.html TechArticle