問題:重啟Ubuntu系統(tǒng)后达舒,網絡無連接,出現(xiàn)no network device available
解決辦法:查看網卡類型叹侄,下載并安裝相應的網卡驅動程序
1巩搏、查看網卡類型
輸入:lspci或者lspci –v或lspci–vv , 會顯示所有的硬件信息和版本
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
其中:Ethernet controller:是網卡型號
2圈膏、 查看是否有網卡驅動
在終端輸入ifconfig –a塔猾,如果只出現(xiàn)下圖,說明沒有網卡驅動稽坤。
如果還有eth0等丈甸,說明網卡驅動安裝沒有問題
3、若沒有網卡驅動尿褪,下載并安裝網卡驅動(找臺有網的電腦下載)
根據(jù)網卡型號睦擂,在網上搜索linux下的驅動程序
我的網卡型號:Ethernet controller: Intel Corporation Device 1502 (rev 04),
驅動為:e1000e-1.6.2.tar.gz杖玲, 高版本可兼容低版本
下載地址:
http://tenet.dl.sourceforge.net/project/e1000/e1000e stable/1.6.2/e1000e-1.6.2.tar.gz
安裝步驟:
tar -xvf e1000e-1.6.2.tar.gz// 解壓
cd e1000e-1.6.2/src/// 找到程序所在目錄
sudo make install// 安裝
sudo modprobe e1000e// 載入
sudo dhclient eth0//dhclient是直接控制eth來進行網絡操作自動獲取IP