mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #286] [wifid] iw command is missing (v0.3.5) #122
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cocochpie on GitHub (Feb 24, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/286
When I updated v0.3.5, the spr stopped working, so I proceeded with the full reset. (Both wired and wireless went wrong)
After that, I kept seeing wifid-related error messages on the admin screen, so when I checked the container log, there was a message as below.
maybe the 'iw' package is missing?
@cocochpie commented on GitHub (Feb 24, 2024):
quick remedy:
docker compose exec -it wifid bash
apt update && apt install -y iw
then goto admin wifi menu -> "restart all wifi devices"
@lts-rad commented on GitHub (Feb 24, 2024):
Thanks for finding this. It should not affect normal operation. This needs to be added for pis going through the initial setup though because the setup Ap will be left in AP mode. Will get this in for the next release
@cocochpie commented on GitHub (Feb 26, 2024):
nice, thank you always for the super great spr.
@lts-rad commented on GitHub (Mar 6, 2024):
fixed in v0.3.6