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

radio0 is disabled #972

Closed
tcr opened this issue Sep 12, 2016 · 2 comments
Closed

radio0 is disabled #972

tcr opened this issue Sep 12, 2016 · 2 comments
Assignees
Labels

Comments

@tcr
Copy link
Member

tcr commented Sep 12, 2016

This happened on two fully updated Tessels (0.0.14), so I'm not sure what's happening here, but...

t2 wifi -n ... was complaining my credentials were wrong. That message was incorrect so I dtermed in:

$ wifi
'radio0' is disabled
'radio0' is disabled

It warned me radio0 was disabled. I did uci show wireless and found this:

uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.channel='11'
wireless.radio0.hwmode='11g'
wireless.radio0.path='10180000.wmac'
wireless.radio0.htmode='HT20'
wireless.radio0.disabled='1'
wireless.@wifi-iface[0]=wifi-iface
wireless.@wifi-iface[0].device='radio0'
wireless.@wifi-iface[0].network='wifi'
wireless.@wifi-iface[0].mode='sta'
wireless.@wifi-iface[0].encryption='psk2'
wireless.@wifi-iface[0].key='...'
wireless.@wifi-iface[0].disabled='0'
wireless.@wifi-iface[0].ssid='...'

So radio0 was disabled? I then ran:

uci set wireless.radio0.disabled=0

And my wifi just turned on.

@HipsterBrown
Copy link
Contributor

So I'm not sure how the wireless config got into that state because the cli should have stopped disabling the wifi radio after ap functionality was added. However, just in case this happens to anyone else, I've created a fix that re-enables radio0 if that message occurs. #987

@tcr
Copy link
Member Author

tcr commented Sep 20, 2016

@HipsterBrown 👏

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

No branches or pull requests

2 participants