lincs 发表于 2021-7-23 12:05:04

wifi8188,eth0异常

请问下大家,我下载源码编译烧录进板子起来,有线跟无线都不能起来,是怎么回事?
/oem # ifconfig -a
eth0      Link encap:EthernetHWaddr 4A:5A:2F:48:C0:AB
          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:28

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

/oem # ifconfig eth0 up
ifconfig: SIOCSIFFLAGS: Device or resource busy
/oem # echo 1 >/sys/class/rkwifi/driver
/oem # ifconfig wlan0 up
ifconfig: SIOCGIFFLAGS: No such device
/oem #
/oem # ifconfig eth0 up
ifconfig: SIOCSIFFLAGS: Device or resource busy
/oem #
页: [1]
查看完整版本: wifi8188,eth0异常