XLTX 发表于 2021-5-26 15:24:54

网卡eth0无法启用

本帖最后由 XLTX 于 2021-5-26 15:24 编辑

首先我查看网络信息发现eth0并未启动
# ifconfig
lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:130 errors:0 dropped:0 overruns:0 frame:0
          TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:421536 (411.6 KiB)TX bytes:421536 (411.6 KiB)
尝试查看所有的网卡信息
# ifconfig -a
eth0      Link encap:EthernetHWaddr 1E:C6:7C:5C:64:25
          inet addr:192.168.1.163Bcast:192.168.1.255Mask:255.255.255.0
          BROADCAST MULTICASTMTU:1500Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)TX bytes:0 (0.0 B)
          Interrupt:48

ip6tnl0   Link encap:UNSPECHWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
-00
          NOARPMTU:1452Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)TX bytes:0 (0.0 B)

lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:130 errors:0 dropped:0 overruns:0 frame:0
          TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:421536 (411.6 KiB)TX bytes:421536 (411.6 KiB)

sit0      Link encap:IPv6-in-IPv4
          NOARPMTU:1480Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)TX bytes:0 (0.0 B)

尝试启动eth0
# ifconfig eth0 up
[ 1715.953000] eth0: device MAC address 1e:c6:7c:5c:64:25
[ 1716.047000] nxpmac_hw_setup: DMA engine initialization failed
[ 1716.053000] stmmac_open: Hw setup failed
ifconfig: SIOCSIFFLAGS: Device or resource busy
@飞凌-chongzi @飞凌-peacelove



我应该如何解决?


倔强的土坷垃 发表于 2021-6-10 11:37:03

看信息是mac损坏了

XLTX 发表于 2021-6-13 16:33:14

我送售后了,发现是核心板和底板接触不良
页: [1]
查看完整版本: 网卡eth0无法启用