Shamanches Posted May 30, 2016 Posted May 30, 2016 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:~$ groupsuserous dialout sudo audio video plugdev netdev cat /etc/network/interfaces auto lo iface lo inet loopback
sooperior Posted May 30, 2016 Posted May 30, 2016 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
technik007_cz Posted May 31, 2016 Posted May 31, 2016 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
technik007_cz Posted May 31, 2016 Posted May 31, 2016 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
technik007_cz Posted May 31, 2016 Posted May 31, 2016 If is the "interfaces" file pointing to wpa supplicant config, please post it ass well. Sent from my Redmi Note 2 using Tapatalk
technik007_cz Posted June 1, 2016 Posted June 1, 2016 @Shamanches, if nothing helps folow article link below: http://linux-sunxi.org/Wifi
Recommended Posts