xshellinc / iotit

Flashing Tool for SBCs
Apache License 2.0
25 stars 1 forks source link

Wifi does not reconnect on Edison #22

Closed makeupsomething closed 7 years ago

makeupsomething commented 7 years ago

21 may be related to this issue

I can flash and setup wifi on edison and it works, but when i reboot it does not automatically connect to wifi. Even if i keep it connected to pc by usb I can see that it has an ipv4 address before reboot but none after reboot. It looks like some other Edison users have a similar issue recently.

before reboot

wlan0     Link encap:Ethernet  HWaddr 78:4b:87:a3:90:11  
          inet addr:192.168.10.145  Bcast:192.168.10.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2454 errors:0 dropped:579 overruns:0 frame:0
          TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:466159 (455.2 KiB)  TX bytes:17597 (17.1 KiB)

after reboot

wlan0     Link encap:Ethernet  HWaddr 78:4b:87:a3:90:11  
          inet6 addr: 2408:210:2ce3:800:7a4b:87ff:fea3:9011/64 Scope:Global
          inet6 addr: fe80::7a4b:87ff:fea3:9011/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:221 errors:0 dropped:58 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:44782 (43.7 KiB)  TX bytes:4376 (4.2 KiB)

I have no /etc/network/ folder but I think thats normal on edison right?

https://communities.intel.com/thread/109092

https://communities.intel.com/thread/64414

makeupsomething commented 7 years ago

An update on this, it works if I do not set a static ip when setting up the device