Alex83 Posted October 9, 2020 Share Posted October 9, 2020 Hi guys, I searched for an answer but couldn't find a working one. Most answers from 2017 and it's not possible to answer there. Could someone please explain how to use the wifi and bluetooth module on Armbian 20.08.7 Bionic with Linux 5.8.13-sunxi (minimal without desktop)? ____ ____ _ __ __ ____ | __ )| _ \(_) | \/ |___ \ _ | _ \| |_) | | | |\/| | __) || |_ | |_) | __/| | | | | |/ __/_ _| |____/|_| |_| |_| |_|_____||_| Welcome to Armbian 20.08.7 Bionic with Linux 5.8.13-sunxi System load: 2% Up time: 35 min Memory usage: 8% of 998M IP: 192.168.190.164 10.0.191.1 CPU temp: 38°C Usage of /: 7% of 15G Last login: Fri Oct 9 01:39:57 2020 from 192.168.190.100 root@bananapim2plus:~# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.190.164 netmask 255.255.255.0 broadcast 192.168.190.255 inet6 2003:6:534c:7e44:81:41ff:fe4c:60a3 prefixlen 64 scopeid 0x0<global> inet6 2003:6:534c:7e44:71e3:4bfb:460:8389 prefixlen 64 scopeid 0x0<global> inet6 fe80::81:41ff:fe4c:60a3 prefixlen 64 scopeid 0x20<link> ether 02:81:41:4c:60:a3 txqueuelen 1000 (Ethernet) RX packets 109091 bytes 133851996 (133.8 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 55723 bytes 43126783 (43.1 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 38 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 0 bytes 0 (0.0 RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wg0: flags=209<UP,POINTOPOINT,RUNNING,NOARP> mtu 1360 inet 10.0.191.1 netmask 255.255.255.255 destination 10.0.191.1 inet6 fdc9:281f:4d7:9ee9::1 prefixlen 64 scopeid 0x0<global> unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) RX packets 67472 bytes 80627672 (80.6 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 37220 bytes 30171772 (30.1 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether b0:f1:ec:fd:03:8d txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@bananapim2plus:~# cat /etc/network/interfaces source /etc/network/interfaces.d/* # Network is managed by Network manager auto eth0 iface eth0 inet static address 192.168.190.164 gateway 192.168.190.2 netmask 255.255.255.0 dns-nameservers 192.168.190.2 192.168.190.100 up ip route add 192.168.178.0/24 via 192.168.190.100 up ip route add 192.168.230.0/24 via 192.168.190.100 up ip route add 192.168.2.0/24 via 192.168.190.100 up ip route add 192.168.170.0/24 via 192.168.190.100 up ip route add 10.0.170.0/24 via 192.168.190.100 ## up ip route del default via 192.168.190.100 dev eth0 iface eth0 inet6 auto root@bananapim2plus:~# With armbian-config there is no chance to find any wifi or bluetooth device. I didn't configure wifi or bluetooth unter /etc/network/interfaces, but I need a static IPv4 adress on eth0. Link to comment Share on other sites More sharing options...
Alex83 Posted October 19, 2020 Author Share Posted October 19, 2020 @Igor: Hey Igor, I read you wanted to implement the bluetooth and wifi directly into the armbian-images for supported M2plus. How did this go on and what is the actual state at the moment? I use the newest image with kernel 5.8.x Armbian 20.08.13, but there is still no wifi or bluetooth found within armbian-config tool. Link to comment Share on other sites More sharing options...
Recommended Posts