I have found and tried this ...
https://askubuntu.com/questions/1105069/how-to-enable-wireless-on-ubuntu-server-18-04-via-cli Let's amend your netplan file. From the terminal: sudo nano /etc/netplan/01-netcfg.yaml Amend the file to read: network: version: 2 renderer: networkd wifis: wlo1: dhcp4: true dhcp6: true access-points: "network_ssid_name": password: "**********" Of course, substitue your network name and password. Note that both are enclosed in quotation marks ". Netplan is quite strict about indentation and spacing; proofread carefully. Next, do: sudo netplan generate sudo netplan apply But it hasn't worked for me. Any other ideas? Thanks, Damian ------------------------------------------------------------------------ Gingermagic's Profile: http://forums.slimdevices.com/member.php?userid=30509 View this thread: http://forums.slimdevices.com/showthread.php?t=113529 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
