Re: [Trisquel-users] Wi-Fi Adapter Requires Unplug and Replug to Allow Connection to Wi-Fi Networks

2018-04-07 Thread hartkemd
I found a workaround. I made a simple bash script called "toggle-networking.sh", with the contents: #! /bin/bash nmcli radio wifi off && nmcli radio wifi on This turns my wifi off and then back on. I can run it from my desktop.

Re: [Trisquel-users] Wi-Fi Adapter Requires Unplug and Replug to Allow Connection to Wi-Fi Networks

2018-04-04 Thread hartkemd
I've attached some screenshots to illustrate what is going on. I also discovered that I can Disable Networking and then re-Enable it, and it will reconnect my wireless that way.