0

I'm getting an error called (32) insufficient privileges while trying to connect to my wifi network. The existing solutions don't seem to work.

bhagirath@bhagirath-HP-ProBook-440-G2:~$ rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Lorenz Keel
  • 9,511

1 Answers1

0

I found the following instructions, give them a shot

  • pkill nm-applet
  • then become root
  • start nm-applet
  • set up connection and check "Available to all users."
  • Kill nm-applet again
  • Exit root
  • start nm-applet as a normal user

Source: http://crunchbang.org/forums/viewtopic.php?id=21636

LinkinX
  • 11