root
4a3e9517dc
Clarify 'raspi-config nonint do_wifi_country XX'
2024-12-18 19:55:14 -05:00
Jerry Vonau
6a6d153034
deal with unblocking wifi while NM is active on newer RaspiOS
2024-12-18 08:47:43 -06:00
A Holt
f722cd783e
rpi_debian.yml: rfkill unblock wifi
2024-12-17 00:04:20 -05:00
Jerry Vonau
1884f484ae
iiab-clone-wifi needs template from hostapd - record wifi_up_down
2023-04-27 10:40:04 -05:00
A Holt
8eb29a9ede
rpi_debian.yml: Fix both "country_code is defined" -> "country_code.stdout is defined"
2023-04-26 18:57:05 -04:00
Jerry Vonau
d7d6404c53
tighten up country code detection
2023-04-23 08:02:57 -05:00
Jerry Vonau
f02e514cd1
Move 'hooks' to their respective backends
...
With NetworkManager active, systemd-networkd/networkd-dispatcher are used for
br0/ap0 support but the hooks were not being installed on the first pass through
network as systemd_networkd_active was not detected when ansibled stated.
2022-10-05 09:35:31 -05:00
Jerry Vonau
d349f2fe2f
Restart iiab-clone-wifi if the ap0 device is not detected by ansible #3379
2022-10-03 08:50:53 -05:00
Jerry Vonau
6b69696f72
use can_be_ap
2022-10-03 08:47:00 -05:00
Jerry Vonau
a9e92191db
remove named and dhcpd install options
2022-07-16 04:36:22 -05:00
root
c01c6ac73b
network/tasks/rpi_debian.yml: 'country_code.stdout | length == 0'
2022-05-19 14:32:18 -05:00
Jerry Vonau
6e2493a2d4
think that was a bug report in the past
2022-05-19 14:32:18 -05:00
Jerry Vonau
9f699d19fe
should be a drop-in replacement
2022-05-19 14:32:18 -05:00
Jerry Vonau
dfb9eea05d
isolate returned value
2022-05-19 14:32:18 -05:00
Jerry Vonau
4a30d7e15d
supply hostapd template later to pickup changed fact
2022-05-19 14:32:18 -05:00
Jerry Vonau
422b1c0197
set 'host_country_code' to value found in wpa_supplicant.conf
...
host_country_code becomes a fallback value if undetected
2022-05-19 14:32:18 -05:00
root
50e0cde9a3
iiab-check-firmware to /usr/bin ; rename systemd services to iiab-*
2021-07-27 22:36:07 -04:00
A Holt
566a5e685b
rpi_debian.yml: clone-wifi when: discovered_wireless_iface != "none"
2021-07-20 21:58:26 -04:00
A Holt
a8df90c3a4
network/tasks/rpi_debian.yml: Restore explanation of hostapd restart
2021-04-14 13:01:37 -04:00
Jerry Vonau
b44526cc27
networking - RpiOS - May impact bluetooth networking.
...
Only supply 'iiab' and use networking service for wired slaves needing br0.
2020-07-23 22:42:03 -05:00
Jerry Vonau
845a961139
forget about pre-reboot AP usage
2020-05-07 12:23:08 -05:00
Jerry Vonau
a95d476287
rpi wifi-runtime changes
2020-05-07 12:23:08 -05:00
Jerry Vonau
8190f4b7a9
runtime - move clone-wifi - adjust services
2020-05-07 12:23:08 -05:00
Jerry Vonau
263010cfdf
raspbian - only start clone-wifi if wired gateway is used
2020-05-07 12:23:07 -05:00
Jerry Vonau
1bdd038b41
raspbian no reboot -- needs testing
2020-05-07 12:23:07 -05:00
A Holt
73531b1f46
Merge pull request #1525 from holta/wifi-dnsmasq-fix
...
WiFi dnsmasq fix for #1519 - always create br0 on RPi
2019-02-26 13:36:01 -05:00
A Holt
2c4d79f928
isolate br0: restart networking if bridge exists
2019-02-26 13:27:49 -05:00
A Holt
9edce23829
Update rpi_debian.yml
2019-02-05 13:10:19 -05:00
A Holt
3957891c36
Update rpi_debian.yml
2019-02-05 12:59:03 -05:00
A Holt
e2120ef8aa
Change iiab.j2 to rpi.j2 to fix #1452 dup route problem?
2019-02-05 12:56:51 -05:00
A Holt
15df488fce
Update rpi_debian.yml
2018-10-09 17:21:25 -04:00
A Holt
b04a6147e9
typo in comment: counry -> country
2018-06-29 17:40:50 -04:00
Jerry Vonau
367164029c
replace shell use of daemon_reload with systemd module, use systemd module in place of service for hostapd
2018-04-07 17:31:36 -05:00
Jerry Vonau
e7872a2a9d
fix enabling hostapd
2018-04-07 11:50:13 -05:00
George Hunt
54066b9b07
typo, and use rfkill to unblock wifi
2018-03-30 00:17:56 +00:00
George Hunt
227b5f4c32
wifi really is turned off by rfkill until wpa_supplicant has country=
2018-03-29 20:39:20 +00:00
A Holt
ebd2f3ac61
manually_toggle_AP: True -> hostapd_enabled: False
2018-01-01 11:04:30 -05:00
A Holt
4dc6643d47
Avoid restarting hostapd unless nec
2017-12-29 01:08:01 -05:00
Jerry Vonau
117a3f513b
cleanup
2017-11-24 11:04:37 -06:00
Jerry Vonau
095bf1acdc
use down more
2017-11-24 11:04:36 -06:00
Jerry Vonau
e762dd3d8d
rpi_debian.yml
2017-11-24 11:04:36 -06:00
A Holt
4585445e80
Capitalize 1st word of ansible outputs
2017-11-08 02:00:07 -05:00
Jerry Vonau
8cf4481553
port dnsmasq over from nginx-rebase-eth0 - rebased edits
2017-11-06 12:33:41 -06:00
Jerry Vonau
cc8494608e
reorder dhcpcd networking services - rebased edits
...
looks weird on redhat
add systemd reload
2017-11-06 12:33:41 -06:00
Jerry Vonau
c326a49de1
rename interfaces.j2 - rebased - edits
2017-11-06 12:33:41 -06:00
Jerry Vonau
78cd58ca8a
boolean in template needs ==t/f
2017-11-06 12:33:41 -06:00
Jerry Vonau
788407cc9a
correct service name - stock interfaces - rebased edits
2017-11-06 12:33:41 -06:00
A Holt
01eb8f3528
refined
2017-10-27 13:56:51 -04:00
A Holt
7431fe572e
cleaner
2017-10-27 12:17:09 -04:00
A Holt
5e89182876
More readable Ansible output
2017-10-27 11:59:36 -04:00