pelitt Posted March 13, 2017 Posted March 13, 2017 I'll use it to control 3d Printer. I will use it without the display. It requires a direct connection. i use this img D6603 cihazımdan Tapatalk kullanılarak gönderildi
tkaiser Posted March 13, 2017 Posted March 13, 2017 10 minutes ago, pelitt said: i try sudo nmtui but code not run As already said you're using a very old image so it might be necessary to take a few extra steps: sudo -s apt-get update apt-get upgrade apt-get install network-manager cp -p /etc/network/interfaces /etc/network/interfaces.bak echo '# really nothing' >/etc/network/interfaces reboot After the reboot 'sudo nmtui' should just work (don't use wicd then any more). If not I can only recommend to start over with a freshly Armbian 5.25 image. For anyone else reading this or stumbling accross this via search engines: in case you're running a headless image the 4th line above can also read 'apt-get --no-install-recommends install network-manager' instead!
pelitt Posted March 14, 2017 Posted March 14, 2017 As already said you're using a very old image so it might be necessary to take a few extra steps:sudo -sapt-get updateapt-get upgradeapt-get install network-managercp -p /etc/network/interfaces /etc/network/interfaces.bakecho '# really nothing' >/etc/network/interfacesreboot After the reboot 'sudo nmtui' should just work (don't use wicd then any more). If not I can only recommend to start over with a freshly Armbian 5.25 image. For anyone else reading this or stumbling accross this via search engines: in case you're running a headless image the 4th line above can also read 'apt-get --no-install-recommends install network-manager' instead! Hi, nmtui run but, now not connect Wifi its show bad password error. Password is True why it gives this error? D6603 cihazımdan Tapatalk kullanılarak gönderildi
martinayotte Posted March 14, 2017 Posted March 14, 2017 WiFi password must be between 8 and 32 characters. "True" has only 4 characters, your router should have refused that.
pelitt Posted March 14, 2017 Posted March 14, 2017 No no i say that: my password is correct. Correct = True D6603 cihazımdan Tapatalk kullanılarak gönderildi
pelitt Posted March 14, 2017 Posted March 14, 2017 this error D6603 cihazımdan Tapatalk kullanılarak gönderildi
manuti Posted March 30, 2017 Posted March 30, 2017 I'm having problems with latest Nightly image "Armbian_5.27.170329_Orangepilite_Ubuntu_xenial_dev_4.10.3." I can login using USB to Ethernet dongle, config Wi-Fi with nmtui and select Auto connect, in this moment I can release the dongle and connect by Wi-Fi without issues but if I reboot the OPiLite the internal Wi-Fi never comes up. Any solution or workaround to solve my problem? Thanks
angyalr Posted April 21, 2017 Posted April 21, 2017 In this topic The MAC address change after reboot. Need write a permanent MAC address. sudo nano /etc/modules-load.d/modules.conf before 8189 clear the # Ctrl+O, Enter, Ctrl+X sudo nano /etc/modprobe.d/8189fs.conf options 8189fs rtw_initmac=00:e0:4c:f5:16:d6 Ctrl+O, Enter, Ctrl+X It works for me. 1
manuti Posted April 23, 2017 Posted April 23, 2017 Thanks. I need some spare time to return to my project with Orange Orange Pi Lite.
Shivansh Talwar Posted July 4, 2017 Posted July 4, 2017 (edited) have a look at this (solved) https://www.instructables.com/id/Orange-Pi-PC-Armbian-Install-With-Wifi-DriverRTL81/ Edited July 4, 2017 by pfeerick actual link
Recommended Posts