cnrobot 发表于 2019-4-23 17:32:02

RK3288 设置两个静态ip后 wifi不能使用

如题,在ifconfig -a 能看到wlan1,ifconfig中看不到wlan1, service network-manager restart 后wifi可以使用,但是两个静态ip,eth0和eth1都没有ip了,求解

jpchen 发表于 2019-4-24 16:20:27

你需要添加wifi和ethernet共用补丁

cnrobot 发表于 2019-4-25 10:10:02

jpchen 发表于 2019-4-24 16:20
你需要添加wifi和ethernet共用补丁

哦?那能提供一下补丁吗

cnrobot 发表于 2019-4-25 10:24:28

设置两个静态IP,wifi没有。
ifconfig:
eth0      Link encap:EthernetHWaddr 26:91:2d:12:d8:21
          inet addr:192.168.23.100Bcast:192.168.23.255Mask:255.255.255.0
          inet6 addr: fe80::2491:2dff:fe12:d821/64 Scope:Link
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:1095 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:113012 (113.0 KB)TX bytes:1238 (1.2 KB)
          Interrupt:59

eth1      Link encap:EthernetHWaddr 00:0e:c6:b6:ef:4a
          inet addr:192.168.1.100Bcast:192.168.1.255Mask:255.255.255.0
          UP 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)

打印信息如下,
* Stopping configure network device security                            [ OK ]
Waiting for network configuration...
Waiting up to 60 more seconds for network configuration...
Booting system without full network configuration...
* Stopping Failsafe Boot Delay                                          [ OK ]

cnrobot 发表于 2019-4-25 11:16:44

问题已解决,结束
页: [1]
查看完整版本: RK3288 设置两个静态ip后 wifi不能使用