Alasdair Allan
Alasdair Allan
Now the default user has been removed we need to update all references to a default user/pass, ``` $ git grep -E "\`(pi|raspberry)\`" "*.adoc" | grep -Ev "default (user|pass)" documentation/asciidoc/computers/configuration/access-point-routed.adoc:If...
Right now the maximum user/client limit for the wireless firmware isn't in the documentation. Need to add that. Possibly also document how to swap out the firmware to an older...
Pulled in from https://datasheets.raspberrypi.com/iqaudio/iqaudio-product-brief.pdf this is a stub for documentation around the IQ audio boards. This has a bunch of problems ranging from stylistic issues through structural ones. On the...
Need to document non-interactive use of `raspi-config` through using the `nonint` argument. See RPi-Distro/raspi-config#123 for background details.
The toolchain throws a `raise Exception("{} contains a Markdown-style header (i.e. '#' rather than '=')".format(filename))` error when I use Python comment characters `#` inside `[source]` blocks. Right now the toolchain...
Need an explanation of the three different graphics stacks, see [the discussion](https://github.com/raspberrypi/documentation/pull/2309#discussion_r760280457) in #2309 (and also #2061).
`omxplayer` was removed in Bullseye. Examples [using it](https://www.raspberrypi.com/documentation/computers/os.html#playing-audio-and-video) need to be replaced. See discussions in #2395.
After replacing the `setupvars.sh` script I'm getting the following import error on running code, ``` Traceback (most recent call last): File "./benchmark_intel.py", line 3, in from armv7l.openvino.inference_engine import IENetwork, IEPlugin...
Turn the `NOTE` block in the [Touch Display documentation](https://www.raspberrypi.com/documentation/accessories/display.html) into an actual section talking about how to use an on-screen keyboard now we know that `wvkbd` [works under Wayland](https://github.com/raspberrypi/bookworm-feedback/issues/14#issuecomment-1760344457).
On Raspberry Pi [1-4] you can run `kmsprint` on Bookworm, and it'll list all the display devices (HDMI0 / HDMI1 / DSI) that you have attached. But on Raspberry Pi...