04-28-2022, 12:31 PM
Quote:I cannot tell you how often the Wi-Fi of an older model laptop/desktop goes down from plugging in an iPhoneYeah it's a bad network manager in the phone which has been forced on Apple users via itunes and some other apps. It actually changes settings because it uses USB root on the phone connection. First off from now on connect with bluetooth instead of plugging in and/or shut off the phone while it's plugged in to the computer before unplugging it.
Unplug the phone and shut down your LL computer. Start it again and see if the netwrok manager returns. If not open a terminal and run the following code.
Code:
sudo iwconfig
Code:
sudo ifconfig yourinterfacename down
Code:
sudo iwconfig yourinterfacename mode managed
Code:
sudo ifconfig yourinterfacename up
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.