deepin老是掉线断开WiFi的日志,属于主动断开还是被动?
Tofloor
poster avatar
iminto
deepin
2018-02-02 21:20
Author
从12:37 开始断网
  1. 2月 02 12:36:13 chen-PC gvfsd[1205]: dbus_mount_reply: Error from org.gtk.vfs.Mountable.mount(): 无法打开 MTP 设备“[usb:001,009]”
  2. 2月 02 12:37:21 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 100 => 120, reason[11] 802.1X客户端验证时间过长
  3. 2月 02 12:37:21 chen-PC daemon/network[1403]: manager_active.go:211: remove active connection &network.activeConnection{path:"/org/freedes
  4. 2月 02 12:37:21 chen-PC daemon/network[1403]: state_handler.go:236: device disconnected, type wireless, 100 => 120, reason[11] 802.1X客户端验证
  5. 2月 02 12:37:21 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  "Employee"已断开
  6. 2月 02 12:37:21 chen-PC daemon/network[1403]: state_handler.go:236: device disconnected, type wireless, 120 => 30, reason[0] 设备状态改变
  7. 2月 02 12:37:21 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 120 => 30, reason[0] 设备状态改变
  8. 2月 02 12:37:21 chen-PC org.freedesktop.Notifications[1085]: insert value  "1517546241301"
  9. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 30 => 40, reason[0] 设备状态改变
  10. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_connection.go:210: update connection &network.connection{nmConn:(*networkmanager.Set
  11. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_active.go:206: add active connection &network.activeConnection{path:"/org/freedeskto
  12. 2月 02 12:37:22 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  正在尝试连接"Employee"
  13. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 40 => 50, reason[0] 设备状态改变
  14. 2月 02 12:37:22 chen-PC org.freedesktop.Notifications[1085]: insert value  "1517546242498"
  15. 2月 02 12:37:22 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  正在尝试连接"Employee"
  16. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 50 => 60, reason[0] 设备状态改变
  17. 2月 02 12:37:22 chen-PC org.freedesktop.Notifications[1085]: insert value  "1517546242536"
  18. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 60 => 40, reason[0] 设备状态改变
  19. 2月 02 12:37:22 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 40 => 50, reason[0] 设备状态改变
  20. 2月 02 12:37:47 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 50 => 120, reason[53] 802.11 Wi-Fi网络无法找到
  21. 2月 02 12:37:47 chen-PC daemon/network[1403]: manager_active.go:211: remove active connection &network.activeConnection{path:"/org/freedes
  22. 2月 02 12:37:47 chen-PC daemon/network[1403]: state_handler.go:236: device disconnected, type wireless, 50 => 120, reason[53] 802.11 Wi-Fi
  23. 2月 02 12:37:47 chen-PC daemon/network[1403]: manager_connection.go:210: update connection &network.connection{nmConn:(*networkmanager.Set
  24. 2月 02 12:37:47 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  "Employee"已断开
  25. 2月 02 12:37:47 chen-PC daemon/network[1403]: state_handler.go:236: device disconnected, type wireless, 120 => 30, reason[0] 设备状态改变
  26. 2月 02 12:37:47 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 120 => 30, reason[0] 设备状态改变
  27. 2月 02 12:37:47 chen-PC org.freedesktop.Notifications[1085]: insert value  "1517546267261"
  28. 2月 02 12:37:48 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 30 => 40, reason[0] 设备状态改变
  29. 2月 02 12:37:48 chen-PC daemon/network[1403]: manager_connection.go:210: update connection &network.connection{nmConn:(*networkmanager.Set
  30. 2月 02 12:37:48 chen-PC daemon/network[1403]: manager_active.go:206: add active connection &network.activeConnection{path:"/org/freedeskto
  31. 2月 02 12:37:48 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  正在尝试连接"Employee"
Copy the Code
最关键的是下面几句:
  1. 2月 02 12:37:21 chen-PC daemon/network[1403]: manager_device.go:231: device state changed, 100 => 120, reason[11] 802.1X客户端验证时间过长
  2. 2月 02 12:37:21 chen-PC daemon/network[1403]: manager_active.go:211: remove active connection &network.activeConnection{path:"/org/freedes
  3. 2月 02 12:37:21 chen-PC daemon/network[1403]: state_handler.go:236: device disconnected, type wireless, 100 => 120, reason[11] 802.1X客户端验证
  4. 2月 02 12:37:21 chen-PC daemon/network[1403]: utils_notify.go:82: notify notification-network-wireless-disconnected  "Employee"已断开
Copy the Code
已知Windows没有这个问题。

当然有可能是AP的兼容性问题,那AP一般用户没权限修改,客户端是不是也有可能兼容性问题呢。
manager_active.go是deepin自己的文件,是否是这里判断逻辑考虑不完整主动断线呢?
Reply Favorite View the author
All Replies

No replies yet