losing network (dell latitude)
This has been bothering me for a while, and I've been rebooting to get reconnected. Not a good solution.
The following command just worked for me:
netctl restart my-network
I'll continue testing with this and see if it works out for me. Forums suggest this is a bug with netctl and downgrading to an earlier version of wpa-supplicant might be a fix.
[UPDATE]
the above command won't work on if the ip interface (for me wlp2s0) is already up - the netctl service won't touch it. To correct:
ip link set wlp2s0 down
then
netctl restart my-network
the my-network profile is kept at /etc/netcl/ btw.
The following command just worked for me:
netctl restart my-network
I'll continue testing with this and see if it works out for me. Forums suggest this is a bug with netctl and downgrading to an earlier version of wpa-supplicant might be a fix.
[UPDATE]
the above command won't work on if the ip interface (for me wlp2s0) is already up - the netctl service won't touch it. To correct:
ip link set wlp2s0 down
then
netctl restart my-network
the my-network profile is kept at /etc/netcl/ btw.
Comments
Post a Comment