https://github.com/a0s/armbian-settings
Armbian networking and other settings
https://github.com/a0s/armbian-settings
Last synced: 5 months ago
JSON representation
Armbian networking and other settings
- Host: GitHub
- URL: https://github.com/a0s/armbian-settings
- Owner: a0s
- Created: 2023-12-12T19:45:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T20:10:10.000Z (over 2 years ago)
- Last Synced: 2025-08-17T18:13:35.477Z (11 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Armbian SystemD networking guideline
====================================
Commands:
- Merge this repo to `/`
- Update SSID and password in `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf`
- Update SSID and password in `/etc/wpa_supplicant/wpa_supplicant-wlan1.conf`
- `apt purge netplan.io network-manager`
- `apt install -y avahi-daemon`
- `systemctl enable wpa_supplicant@wlan0.service`
- `systemctl enable wpa_supplicant@wlan1.service`
- `systemctl start wpa_supplicant@wlan0.service`
- `systemctl start wpa_supplicant@wlan1.service`
- `systemctl unmask systemd-networkd`
- `systemctl enable systemd-networkd`
- Reboot