Jump to content

Recommended Posts

Posted

I'm buying WiFi Dongle RTL8188 and want create WiFi AdHoc (WEP) connect PC<->OrangePi PC

HowTo settings on Armbian?

 

i'm install

sudo apt install network-manager-gnome

 

after try connect to wifi adhoc (WEP) from network-manager (nm-applet), show error:

(32) Not authorized to control networking

 

My settings:

 

userous@orangepipc:~$ groups
userous dialout sudo audio video plugdev netdev

 

cat /etc/network/interfaces

   auto lo   iface lo inet loopback
Posted

First guess... you must be member of group... I can't remember, I guess it will be netdev or similar. Just google for that, make your user part of that group and then maybe the issue is solved

Posted

You will probably need to delete configuration from /etc/network/interfaces (easiest way) for wlan0 or modify it to take wifi under network-manager control. If you want to do it by second way you must be added to netdev group and have netdev information in wpa supplicant config.

 

Sent from my Redmi Note 2 using Tapatalk

Posted

Can you please log in your OrangePi as root and post output of command below.

Do not post sensitive information like name and password of your wifi network. Replace it with xxx symbols for example.

 

cat /etc/network/interfaces

 

Sent from my Redmi Note 2 using Tapatalk

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines