[GH-ISSUE #286] [wifid] iw command is missing (v0.3.5) #122

Closed
opened 2026-03-04 01:34:58 +03:00 by kerem · 4 comments
Owner

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?

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
/scripts/startup.sh: line 33: iw: command not found
wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100     6  100     6    0     0      3      0  0:00:02  0:00:01  0:00:01     3
wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
/scripts/startup.sh: line 33: iw: command not found
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? ``` % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 /scripts/startup.sh: line 33: iw: command not found wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6 100 6 0 0 3 0 0:00:02 0:00:01 0:00:01 3 wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE /scripts/startup.sh: line 33: iw: command not found ```
kerem closed this issue 2026-03-04 01:34:58 +03:00
Author
Owner

@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"

<!-- gh-comment-id:1962297210 --> @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"
Author
Owner

@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

<!-- gh-comment-id:1962428802 --> @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
Author
Owner

@cocochpie commented on GitHub (Feb 26, 2024):

nice, thank you always for the super great spr.

<!-- gh-comment-id:1963670155 --> @cocochpie commented on GitHub (Feb 26, 2024): nice, thank you always for the super great spr.
Author
Owner

@lts-rad commented on GitHub (Mar 6, 2024):

fixed in v0.3.6

<!-- gh-comment-id:1982018764 --> @lts-rad commented on GitHub (Mar 6, 2024): fixed in v0.3.6
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#122
No description provided.