更新到15.7后有效网络失败
Tofloor
poster avatar
bkkkd
deepin
2018-09-19 20:33
Author
昨天更新到15.7系统后.有线网络一直提示无法获取ip.但系win下是可以连接的.

请问可以怎么解决?
Reply Favorite View the author
All Replies
avatar
bkkkd
deepin
2018-09-19 20:54
#1
发现是配置掉失原因.
  1. mv .config/deepin .config/deepin.bak
  2. mv .config/deepin-manual .config/deepin-manual.bak
Copy the Code

重启系统后,就正常了.
Reply View the author
avatar
bkkkd
deepin
2018-09-19 21:41
#2
我晕,竟然再重启后又不行了.
  1. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_active.go:200: remove active connection &network.activeConnection{path:"/org/freedesktop/NetworkManager/ActiveConnection/11", typ:"802-3-ethernet", Devices:[]db
  2. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 70 => 110, reason[60] 激活连接操作正在等待执行
  3. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_active.go:200: remove active connection &network.activeConnection{path:"/org/freedesktop/NetworkManager/ActiveConnection/11", typ:"802-3-ethernet", Devices:[]db
  4. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 110 => 30, reason[60] 激活连接操作正在等待执行
  5. 9月 19 13:29:03 tim-PC daemon/network[6269]: state_handler.go:251: device disconnected, type wired, 110 => 30, reason[60] 激活连接操作正在等待执行
  6. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_active.go:195: add active connection &network.activeConnection{path:"/org/freedesktop/NetworkManager/ActiveConnection/12", typ:"802-3-ethernet", Devices:[]dbus.
  7. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 30 => 40, reason[0] 设备状态改变
  8. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 40 => 50, reason[0] 设备状态改变
  9. 9月 19 13:29:03 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 50 => 70, reason[0] 设备状态改变
  10. 9月 19 13:29:04 tim-PC daemon/network[6269]: connection_session.go:275: get secrets from keyring failed, try network-manager configuration again
  11. 9月 19 13:29:04 tim-PC daemon/network[6269]: nm_setting_virtual_key.go:232: there is no available values for virtual key, connection->vk-autoconnect
  12. 9月 19 13:29:04 tim-PC daemon/network[6269]: nm_setting_virtual_key.go:232: there is no available values for virtual key, vs-security->vk-enable-8021x
  13. 9月 19 13:29:04 tim-PC daemon/network[6269]: nm_setting_virtual_key.go:232: there is no available values for virtual key, ipv4->vk-dns
  14. 9月 19 13:29:04 tim-PC daemon/network[6269]: nm_setting_virtual_key.go:232: there is no available values for virtual key, ipv4->vk-dns2
  15. 9月 19 13:29:04 tim-PC daemon/network[6269]: nm_setting_virtual_key.go:232: there is no available values for virtual key, 802-3-ethernet->vk-enable-mtu
  16. 9月 19 13:29:06 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 70 => 110, reason[38] 设备当前连接被删除或消失
  17. 9月 19 13:29:06 tim-PC daemon/network[6269]: manager_active.go:200: remove active connection &network.activeConnection{path:"/org/freedesktop/NetworkManager/ActiveConnection/12", typ:"802-3-ethernet", Devices:[]db
  18. 9月 19 13:29:06 tim-PC daemon/network[6269]: agent.go:501: DeleteSecrets: /org/freedesktop/NetworkManager/Settings/4
  19. 9月 19 13:29:06 tim-PC daemon/network[6269]: manager_connection.go:69: remove connection /org/freedesktop/NetworkManager/Settings/4
  20. 9月 19 13:29:06 tim-PC daemon/network[6269]: manager_connection.go:196: remove connection &network.connection{nmConn:(*networkmanager.ConnectionSettings)(0xc4207a2e40), connType:"wired", Path:"/org/freedesktop/Net
  21. 9月 19 13:29:06 tim-PC daemon/network[6269]: state_handler.go:251: device disconnected, type wired, 110 => 30, reason[38] 设备当前连接被删除或消失
  22. 9月 19 13:29:06 tim-PC daemon/network[6269]: manager_device.go:252: device state changed, 110 => 30, reason[38] 设备当前连接被删除或消失
Copy the Code
Reply View the author
avatar
zccrs
deepin
2018-09-19 22:35
#3
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-09-20 17:06
#4
https://bbs.deepin.org/post/169051
我晕,竟然再重启后又不行了.

设备型号和出现问题后 sudo dmesg 的输出贴一下
Reply View the author
avatar
bkkkd
deepin
2018-09-24 17:25
#5
谢谢,已经上传到网站了
Reply View the author
avatar
bkkkd
deepin
2018-09-26 21:31
#6
https://bbs.deepin.org/user/33250 大神,有解决方案吗?
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-09-26 23:10
#7
https://bbs.deepin.org/post/169051
@yanbowen 大神,有解决方案吗?

日志中看到驱动模块崩溃了,试着安装 r8168-dkms 这个包,然后重启,或者去 [url=http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&Nid=13&Fid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#2]http://www.realtek.com.tw/downlo ... D=3&GetDown=false#2[/url] 官网下载驱动,自行编译。

PS: 麻烦试完之后反馈下结果

Reply View the author
avatar
bkkkd
deepin
2018-09-29 08:36
#8
更新后还是不能,
感觉是dde环境的问题,我把~/.config/deepin/network.json文件删除后,重启,可以正常 使用.但系统再重启后,又不行了.
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-10-08 17:26
#9
https://bbs.deepin.org/post/169051
更新后还是不能,
感觉是dde环境的问题,我把~/.config/deepin/network.json文件删除后,重启,可以正常 使用. ...

出现问题后用 deepin-feedback-cli 生成下日志,上传一下。
Reply View the author