Recently I noticed that with Raspbian 10, when I unplug ethernet and plug it in again, Wicd won't reconnect. Before, with Raspbian 9 I could just unplug ethernet and plug it in when I wish, and it would automatically reconnect. How do I make it reconnect automatically?
Asked
Active
Viewed 357 times
0
1 Answers
1
I solved my problem first by installing dhcpcd by running # apt-get install dhcpcd dhcpcd-gtk
and then by uninstalling wicd by using # apt purge wicd
, then # apt autoremove
. Now if I unplug ethernet and reconnect it, it reconnects automatically.

user96931
- 739
- 1
- 9
- 22
dhcpcd
since May 2015 - See How to set up networking/WiFi. NOTE upgrading Raspbian is NOT officially supported - the Foundation recommends fresh installation. Those who ignore this advice have a lot of patching to do. – Milliways Mar 30 '20 at 02:45