nm-applet
always gives me a hard time when connecting to wireless. I often have to restart it and make several attempts till it connects to a network. Sometimes even restarting the computer doesn't help. This time I ran it from CLI and I got this:
** (nm-applet:2950): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-t6ky00XpYq: Connection refused
** (nm-applet:2950): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files
(nm-applet:2950): nm-applet-WARNING **: Failed to register as an agent: (2) The name org.freedesktop.NetworkManager was not provided by any .service files
(nm-applet:2950): nm-applet-WARNING **: Failed to register as an agent: (2) The name org.freedesktop.NetworkManager was not provided by any .service files
Here is the output of lspci -knn | grep Net -A2
02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 93)
Subsystem: Intel Corporation Device [8086:5070]
Kernel driver in use: iwlwifi
org.freedesktop.NetworkManager
service file is provided bynetwork-manager
package.Try reinstalling it then reboot
The issue has nothing to do with Network Manager.
It is a problem with iwlwifi driver and your adapter.
It was reported that turning power saving feature of this adapter solves the problem. It can be done by running in terminal
But this setting will not stay after reboot.
I would turn it off in
iwlwifi
module by runningIf turning off power save feature in
iwlwifi
module does not help, you can revert it byAnd you can always add
sudo iwconfig wlan0 power off
to/etc/rc.local
by runningand adding
sudo iwconfig wlan0 power off
beforeexit 0
line.This command will always run on boot.
Another kernel option that may help is
options iwlwifi 11n_disable=1
.It can be set by