在工作中,有一对不同用途的无线上网。如果在Ubuntu上配置了一个wifi,那么我的笔记本电脑就可以连接到其中的任何一个,也就是说,当时只有一个wifi配置文件是有效的。但是,如果配置了不止一个,Ubuntu就无法连接到其中的任何一个。
dmesg报告称“本地选择(reason=3)从04:c5:a4:09:51:3d去认证”或“本地选择(reason=2)从04:c5:a4:09:51:3d去认证”
笔记本电脑:
这些wifi可以在Windows 7上打开,没有任何问题。如果有人能找出问题所在,以及如何在Ubuntu上解决问题,那就太好了。
发布于 2013-05-22 02:05:17
原因代码列表(参考):
0...noReasonCode...Normal operation.
1...unspecifiedReason...Client associated but no longer authorized.
2...previousAuthNotValid...Client associated but not authorized.
3...deauthenticationLeaving...The access point went offline, deauthenticating the client.
4...disassociationDueToInactivity...Client session timeout exceeded.
5...disassociationAPBusy...The access point is busy, performing load balancing, for example.
6...class2FrameFromNonAuthStation...Client attempted to transfer data before it was authenticated.
7...class2FrameFromNonAssStation...Client attempted to transfer data before it was associated.
8...disassociationStaHasLeft...Operating System moved the client to another access point using non-aggressive load balancing.
9...staReqAssociationWithoutAuth...Client not authorized yet, still attempting to associate with an access point.
99...missingReasonCode...Client momentarily in an unknown state.可能是这“不会修复”错误。我从那份报告中得知,NetworkManager很难确定哪一个是“最好的”。
免责声明--我使用wicd,它似乎在您的场景中有效。
https://askubuntu.com/questions/298427
复制相似问题