ifconfig
只有L0检测出来,eth0没有出现
方法:
1. lspci | grep Ethernet 发现网卡尚在
2. ifconfig -a eth0 up
3. /etc/init.d/network restart
4.ifconfig 发现eth0出来了
本文介绍了一种常见情况:使用ifconfig命令时仅显示L0而非eth0,并提供了详细的解决步骤,包括确认网卡状态、启动指定网卡及重启网络服务等方法。
ifconfig
只有L0检测出来,eth0没有出现
方法:
1. lspci | grep Ethernet 发现网卡尚在
2. ifconfig -a eth0 up
3. /etc/init.d/network restart
4.ifconfig 发现eth0出来了
7136

被折叠的 条评论
为什么被折叠?