Hi,
I’m encountering a frustrating issue with my Lubuntu setup and could really use some help. I’ve been using Lubuntu for a while now without any major issues, but recently, I’ve hit a snag with my network connections. Here’s the situation:
NetworkManager[xxxx]: <error> [timestamp] [nm-manager.c:xxxx] nm_manager_init: could not read from /etc/NetworkManager/NetworkManager.conf: Key file contains line 'invalid_key' which is not a key-value pair, group, or comment
It seems like my Network Manager has run into a configuration problem. The error message suggests there’s an issue with my /etc/NetworkManager/NetworkManager.conf
file, specifically an invalid entry that’s not being recognized as a key-value pair, group, or comment.
When I search about this, I came across to these resources/articles, benefits of power bi network manager says "device not managed" - Ask Ubuntu, and as per them I need to back up my existing configuration file and reset Network Manager by removing and reinstalling it:
sudo apt-get purge network-manager
sudo apt-get install network-manager
I followed the same but still getting the same issue.
Kindly help me to get out of this issue.
Thanks