05-01-2019, 09:11 AM
I've installed bionic-lxde-pinebook-bspkernel-0.7.28-136.img.xz from ayufan-pine64
In order to get wifi working I created this file:
/etc/netplan/30-wifi-home.yaml
Contents:
network:
version: 2
renderer: NetworkManager
wifis:
wlan0:
dhcp4: yes
dhcp6: no
access-points:
"wifi-name":
password: "wifi-password"
So far so good. I installed to emmc with the provided script.
In order to get wifi working I created this file:
/etc/netplan/30-wifi-home.yaml
Contents:
network:
version: 2
renderer: NetworkManager
wifis:
wlan0:
dhcp4: yes
dhcp6: no
access-points:
"wifi-name":
password: "wifi-password"
So far so good. I installed to emmc with the provided script.