LFS: Interface eth0 doesn't exist

环境

  宿主主机:Ubuntu 14.04.4 LTS 32位

  LFS内核:Linux 4.2.0

好不用容易将LFS引导起来了,但系统启动后,无法配置网口。系统启动时提示:Interface eth0 doesn‘t exist。

/etc/udev/rules.d/70-persistent-net.rules配置了也不起作用。

ip link显示内容:(无网卡信息)

原因:

  编译内核linux-4.2时,没有把虚拟网卡编译进内核。

结果:

  重新编译内核,将pcnet32模块作为内核选项,选中后,编译安装。linux-4.2 pcnet32模块在:Device Drivers ---> Network device support --> Ethernet driver support ---> AMD PCnet32 PCI support

编译安装后,重启。查看内核模块加载情况:

将网卡对应信息写入规则文件

LFS: Interface eth0 doesn't exist

时间: 2024-08-09 09:28:20

LFS: Interface eth0 doesn't exist的相关文章

Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.

--http://blog.csdn.net/xluren/article/details/38986667 Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization. 在linux下的虚拟机出现了这个问题,问题的产生是因为之间做过部分的修改,clone等操作. 不就方案. CentOS Device does not seem to be present  故障现象

虚拟机CentOS复制到其他主机vm下IP地址无效(Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization)

Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization 在虚拟机VM下安装的CentOS遇到这个问题,我是将centos.vmx放到其他的VM下打开 #dhclient #service network restart Shutting down loopback insterface:                                        

Bringing up interface eth0: Determining if ip address 10.109.67.81 is already in use for device eth0...

重启网卡出现提示: Bringing up interface eth0:  Determining if ip address 10.109.67.81 is already in use for device eth0...                                                            [  OK  ] Bringing up interface eth1:  Determining if ip address 10.109.67.83

问题:Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]—— 找不到网卡。

克隆虚拟机的时候或其他情况出现以下问题(命令service network restart): Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED] 1.造成的原因: 第一次创建的时候,在文件: /etc/sysconfig/network-scripts/ifcfg-eth0 里面设定了网卡0绑定了MAC地

Shutting down interface eth0: bridge br0 is still up; can't delete it

场景说明:目前在CentOS版本上进行网桥br0到普通网络的配置eth0,发现如下的一个问题ifconfig br0       Link encap:Ethernet  HWaddr 00:0C:29:5D:07:15 inet addr:192.168.40.250  Bcast:192.168.40.255  Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fe5d:715/64 Scope:Link UP BROADCAST RUNNING M

如何解决虚拟机克隆导致"Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System eth0'."

在VMware的虚拟机中克隆CentOS,在重启网卡的时候报错: Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'. Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface eth0: E

克隆linux虚拟机报错Bringing up interface eth0

克隆了一个虚拟机,但是在启动网卡的时候,报错:Bringing up interface eth0: Device eth0 does not seem to be present ,delayin initialization 解决: 找到70-persistend-net.rules文件,查看eth1 ,记下他的mac address 然后:重命名网卡 最后:修改ifcfg-eth1:HWADDR 修改为上面记下来的MAC address,修改驱动名 最后重启网卡进程 service net

CentOS Linux解决网卡报错Bringing up interface eth0.....

问题描述:在VMware里克隆出来的CentOS Linux,开机执行命令:ifconfig...没有看到eth0网卡.然后重启网卡又报以下错误:Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED] 解决办法:首先,打开/etc/udev/rules.d/70-persistent-net.rules内容如下

Bringing up interface eth0: Error: No suitable

Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'. 克隆虚拟机网卡启动中遇到的问题 1.重启网卡之后遇到如下错误 Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'. 2.i