Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1077  / 3 Years ago, tue, may 25, 2021, 11:11:37

I have installed ubuntu server in raspberry pi 3b+ and I'm not getting any proper documentation to do the same, I tried many configuration referring some docs i found but nothing helped so, can someone please help me


More From » server

 Answers
2

Baseicly all you need to do is this edit this file with
sudo nano /etc/netplan/10-my-config.yaml


network:
version: 2
renderer: NetworkManager
ethernets:
eth0:
dhcp4: true
optional: true
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
"SSID":
password: "your password here"
mode: ap

fill out the SSID and the password parts
note the wifi device may change use ip addr figure it out


and run this to apply


sudo netplan generate
sudo netplan apply

[#390] Thursday, May 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dileble

Total Points: 169
Total Questions: 105
Total Answers: 141

Location: Sao Tome and Principe
Member since Wed, Dec 29, 2021
2 Years ago
dileble questions
;