中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux操作系統找不到網卡驅動怎么辦

發布時間:2021-08-11 10:46:25 來源:億速云 閱讀:229 作者:chen 欄目:系統運維

本篇內容主要講解“Linux操作系統找不到網卡驅動怎么辦”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Linux操作系統找不到網卡驅動怎么辦”吧!

1. 安裝網卡

機器太新,以至于現有的Linux版本無法認出,比如機器找不到網卡,這時候怎么辦呢?

別急,首先你需要知道網卡是什么型號的,以本實驗室新購入的電腦為例,它的網卡是集成的,型號是Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC。然后我們到Realtek的官方網站去下載相應的Linux驅動程序r8168-8.005.00.tar.bz2,按照說明安裝。

Unpack the tarball :

# tar vjxf r8168-8.aaa.bb.tar.bz2

Change to the directory:

# cd r8168-8.aaa.bb

If you are running the target kernel, then you should be able to do :

# make clean modules (as root or with sudo)

# make install

# /sbin/depmod -a

# /sbin/insmod ./src/r8168.ko (or r8168.o in linux kernel 2.4.x)

You can check whether the driver is loaded by using following commands.

# /sbin/lsmod | grep r8168(看看有沒有加載網卡驅動)

# /sbin/ifconfig –a(看看有沒有相關網卡被啟動的信息)

If there is a device name, ethX, shown on the monitor, the linux

driver is loaded. Then, you can use the following command to activate

the ethX.

# ifconfig ethX up

,where X=0,1,2,...

這里也可以通過系統→管理→網絡來設置IP地址等,最后激活。

1. Set manually

a. Set the IP address of your machine.

# ifconfig ethX "the IP address of your machine"

b. Set the IP address of DNS.

Insert the following configuration in /etc/resolv.conf.

nameserver "the IP address of DNS"

c. Set the IP address of gateway.

# route add default gw "the IP address of gateway"

2. Set by doing configurations in /etc/sysconfig/network-scripts

/ifcfg-ethX for Redhat and Fedora, or /etc/sysconfig/network

/ifcfg-ethX for SuSE. There are two examples to set network

configurations.

a. Fix IP address:

DEVICE=eth0

BOOTPROTO=static

ONBOOT=yes

TYPE=ethernet

NETMASK=255.255.255.0

IPADDR=192.168.1.1

GATEWAY=192.168.1.254

BROADCAST=192.168.1.255

2. 修改:#vi /etc/hosts,在該文本中,增加兩行:

127.0.0.1 localhost.localdomain localhost

192.168.4.101 node3(根據機器本身情況設置)

修改:vi /etc/hosts.equiv,增加一行:(如果沒有該文本,可建立一個)

node3

3. 啟動ssh服務

大部分的Linux版本應該都會自帶該程序

#ssh-keygen

#cd .ssh

#cp id_rsa.pub authorized_keys

#ssh node3(如果成功,會顯示上次登陸的時間, node3是主機名)

附加信息:

ifup eth0看看能否啟動eth0

lsmod看看有沒有加載網卡驅動

dmesg看看有沒有網卡啟動時的錯誤信息

到此,相信大家對“Linux操作系統找不到網卡驅動怎么辦”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

康乐县| 陵水| 游戏| 嵊州市| 安多县| 出国| 寿阳县| 开鲁县| 延边| 桂林市| 上林县| 衡水市| 夹江县| 新密市| 黄浦区| 酒泉市| 扶沟县| 武安市| 苍山县| 南溪县| 嘉荫县| 富裕县| 东台市| 丹寨县| 深圳市| 玛曲县| 仁布县| 和政县| 五大连池市| 大邑县| 临湘市| 茶陵县| 鹤岗市| 子长县| 龙川县| 辽中县| 沙雅县| 太康县| 马边| 冷水江市| 丰原市|