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看看有没有网卡启动时的错误信息

标签:
网卡,驱动,不到,默认,操作系统,解决, ,the,IP,address

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
评论“解决Linux操作系统默认找不到网卡驱动”
暂无“解决Linux操作系统默认找不到网卡驱动”评论...

稳了!魔兽国服回归的3条重磅消息!官宣时间再确认!

昨天有一位朋友在大神群里分享,自己亚服账号被封号之后居然弹出了国服的封号信息对话框。

这里面让他访问的是一个国服的战网网址,com.cn和后面的zh都非常明白地表明这就是国服战网。

而他在复制这个网址并且进行登录之后,确实是网易的网址,也就是我们熟悉的停服之后国服发布的暴雪游戏产品运营到期开放退款的说明。这是一件比较奇怪的事情,因为以前都没有出现这样的情况,现在突然提示跳转到国服战网的网址,是不是说明了简体中文客户端已经开始进行更新了呢?