2022-01-08 03:15:06 +00:00
|
|
|
# Plz set 'rpi3bplus_rpi4_wifi_firmware' and 'rpizerow_rpi3_wifi_firmware' in
|
2022-01-07 08:47:39 +00:00
|
|
|
# /etc/iiab/local_vars.yml to increase (or modify) the number of student WiFi
|
|
|
|
# client devices that can access your Raspberry Pi's internal WiFi hotspot.
|
|
|
|
|
2022-01-08 03:15:06 +00:00
|
|
|
# If IIAB's already installed, you should then run 'cd /opt/iiab/iiab' and
|
|
|
|
# then 'sudo ./runrole firmware' (do run iiab-check-firmware for more tips!)
|
2022-01-07 08:47:39 +00:00
|
|
|
|
2022-01-10 19:55:20 +00:00
|
|
|
# BACKGROUND AS OF 2022-01-10:
|
2022-01-08 03:15:06 +00:00
|
|
|
# https://github.com/iiab/iiab/issues/823#issuecomment-662285202
|
2022-01-10 19:55:20 +00:00
|
|
|
# https://github.com/iiab/iiab/issues/2853#issuecomment-957836892
|
|
|
|
# https://github.com/iiab/iiab/pull/3103
|
2022-01-08 03:15:06 +00:00
|
|
|
# https://github.com/RPi-Distro/firmware-nonfree/tree/bullseye/debian/config/brcm80211 (brcm, cypress)
|
|
|
|
# https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20190114-1+rpt11_all.deb from 2021-01-25
|
|
|
|
# https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20210315-3+rpt4_all.deb from 2021-12-06
|
2020-09-22 05:04:06 +00:00
|
|
|
|
2022-01-09 04:40:05 +00:00
|
|
|
# RISK: What USB 3.0 stick/drive patterns degrade a Raspberry Pi's 2.4GHz WiFi?
|
|
|
|
# https://github.com/iiab/iiab/issues/2638
|
|
|
|
|
2020-09-22 17:17:34 +00:00
|
|
|
- name: Install firmware (for RPi internal WiFi)
|
|
|
|
include_tasks: install.yml
|
|
|
|
#when: firmware_installed is undefined
|
|
|
|
|
2022-01-07 08:47:39 +00:00
|
|
|
# Two variables are placed in /etc/iiab/iiab_state.yml:
|
2020-09-22 17:17:34 +00:00
|
|
|
#
|
|
|
|
# - firmware_downloaded (set in download.yml) is used in install.yml
|
|
|
|
#
|
|
|
|
# - firmware_installed (set in install.yml) isn't acted upon programmatically.
|
|
|
|
# It serves as a very helpful rapid reminder in iiab_state.yml in the same
|
|
|
|
# way as roles like: sshd, iiab-admin, pylibs, www_base, www_options.
|