最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

解決Linux操作系統(tǒng)默認(rèn)找不到網(wǎng)卡驅(qū)動

  發(fā)布時間:2008-09-08 17:01:03   作者:佚名   我要評論
1. 安裝網(wǎng)卡   機器太新,以至于現(xiàn)有的Linux版本無法認(rèn)出,比如機器找不到網(wǎng)卡,這時候怎么辦呢?   別急,首先你需要知道網(wǎng)卡是什么型號的,以本實驗室新購入的電腦為例,它的網(wǎng)卡是集成的,型號是Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC。然

1. 安裝網(wǎng)卡

 

機器太新,以至于現(xiàn)有的Linux版本無法認(rèn)出,比如機器找不到網(wǎng)卡,這時候怎么辦呢?

 

別急,首先你需要知道網(wǎng)卡是什么型號的,以本實驗室新購入的電腦為例,它的網(wǎng)卡是集成的,型號是Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC。然后我們到Realtek的官方網(wǎng)站去下載相應(yīng)的Linux驅(qū)動程序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(看看有沒有加載網(wǎng)卡驅(qū)動)

# /sbin/ifconfig –a(看看有沒有相關(guān)網(wǎng)卡被啟動的信息)

 

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,...

 

這里也可以通過系統(tǒng)→管理→網(wǎng)絡(luò)設(shè)置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(根據(jù)機器本身情況設(shè)置

 

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

 

node3

 

3. 啟動ssh服務(wù)

 

大部分的Linux版本應(yīng)該都會自帶該程序

 

#ssh-keygen

#cd .ssh

#cp id_rsa.pub authorized_keys

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

 

附加信息:

ifup eth0看看能否啟動eth0

lsmod看看有沒有加載網(wǎng)卡驅(qū)動

dmesg看看有沒有網(wǎng)卡啟動時的錯誤信息

相關(guān)文章

最新評論

济源市| 南投县| 孝感市| 社会| 宁安市| 图木舒克市| 温宿县| 河津市| 西吉县| 仁布县| 辰溪县| 增城市| 天长市| 广昌县| 朝阳县| 炉霍县| 万宁市| 车险| 连江县| 达孜县| 隆安县| 来安县| 龙海市| 吴川市| 定边县| 玉龙| 祁门县| 武安市| 兴和县| 临安市| 吉安县| 鄂尔多斯市| 苏尼特右旗| 巴里| 九江县| 无棣县| 民权县| 开封县| 五大连池市| 什邡市| 东台市|