Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifibox cannot connect using WiFi: 'wlan0' not found #277

Open
casperlamboo opened this issue Apr 15, 2015 · 8 comments
Open

wifibox cannot connect using WiFi: 'wlan0' not found #277

casperlamboo opened this issue Apr 15, 2015 · 8 comments

Comments

@casperlamboo
Copy link

Suddenly the WiFi connection does not work anymore. Both creating an AccessPoint and joining as a client fail. Connection with ethernet cable works fine.

details:

  • firmware version: 10.5
  • When creating an accesspoint the wifibox fails to retrieve the MAC address so it tries to create a network with the name Doodle3D-000000
  • looking in the /tmp/wifibox.log shows wireless device 'wlan0' not found, trying fallback 'radio0' multiple times
  • the folder /sys/class/net contains: br-lan eth0 lo. This shows that wlan0 is missing
  • the contents of /etc/config looks normal
@casperlamboo
Copy link
Author

the folder /sys/devices/platform/ar933x_wmac exists but the subfolder net is missing.

@casperlamboo
Copy link
Author

reflashing the wifibox (using sysupgrade -v -n /tmp/doodle3d-wifibox-0.10.5-tl-mr3020-sysupgrade.bin) solved the issue. the cause of the problem is still unknown.

@arneboon
Copy link
Contributor

was it renamed?

check

sudo gedit /etc/udev/rules.d/70-persistent-net.rules

check the NAME tag and rename back to wlan0 if it is changed?

@arneboon
Copy link
Contributor

cat /etc/udev/rules.d/70-persistent-net.rules

@arneboon
Copy link
Contributor

at least that works on debian

@casperlamboo
Copy link
Author

/etc/udev/ does not exist on OpenWrt.

@casperlamboo
Copy link
Author

The syslog in wifibox.tgz shows the following on the broken device:

Thu Jan  1 00:00:17 1970 daemon.info sysinit: 'radio0' is disabled
Thu Jan  1 00:00:17 1970 daemon.info sysinit: 'radio0' is disabled
Thu Jan  1 00:00:17 1970 daemon.info sysinit: 'radio0' is disabled

@companje companje added this to the Network Connectivity Sprint milestone Jan 20, 2016
@companje companje removed this from the Network Connectivity milestone Mar 9, 2016
@olijf
Copy link

olijf commented Apr 6, 2016

On recent firmwares it looks like the network name Doodle3D-000000 comes up more often if you issue a reboot from the command line. Maybe this has something in common with this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants