Comment 6 for bug 587044

Revision history for this message
jan (jan-ubuntu-h-i-s) wrote :

Another problem that I have had for a long time were disconnects from my Wifi network.
After some time, Network manager would not reconnect anymore, and messages would fill up every seconds with the logging below.

  sudo kill -s SIGSTOP `pidof udisks-daemon`

fixed this behavior.

As I nedded to access an USB stick, I had issued a
  sudo kill -s SIGCONT `pidof udisks-daemon`
And alas, after some time my Wifi disconnected again, and the log file filled again with messsages.
So now, I disabled the deamon again.
  sudo kill -s SIGSTOP `pidof udisks-daemon`

Jun 20 20:50:56 his10 kernel: [852407.568068] Linking with his04,channel:1, qos:1, myHT:0, networkHT:0, mode:6
Jun 20 20:50:56 his10 kernel: [852407.568079] ===>ieee80211_associate_procedure_wq(), chan:1
Jun 20 20:50:56 his10 kernel: [852407.783933] =================>ieee80211_authentication_req():auth->algorithm is 0
Jun 20 20:50:56 his10 kernel: [852407.783940] softmac_mgmt_xmit():insert to waitqueue!
Jun 20 20:50:59 his10 kernel: [852410.280061] Linking with his04,channel:1, qos:1, myHT:0, networkHT:0, mode:6
Jun 20 20:50:59 his10 kernel: [852410.280072] ===>ieee80211_associate_procedure_wq(), chan:1
Jun 20 20:50:59 his10 kernel: [852410.495898] =================>ieee80211_authentication_req():auth->algorithm is 0
Jun 20 20:50:59 his10 kernel: [852410.495905] softmac_mgmt_xmit():insert to waitqueue!