You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the script, this made the setup pretty easy.
I was confused when I run the nm script and no interface was shown to select. After looking at the code, it seems like you are using iw to filter the interfaces at /sys/class/net/ to only show wireless ones:
On NixOS I obviously didn't have it installed by default, therefore it didn't show me any interface.
I recommend to add check_dependency "iw" to the dependency checks.
The text was updated successfully, but these errors were encountered:
First of all, thank you for the script, this made the setup pretty easy.
I was confused when I run the nm script and no interface was shown to select. After looking at the code, it seems like you are using
iw
to filter the interfaces at/sys/class/net/
to only show wireless ones:easyroam-linux/easyroam_nm.sh
Lines 49 to 53 in 1272f27
On NixOS I obviously didn't have it installed by default, therefore it didn't show me any interface.
I recommend to add
check_dependency "iw"
to the dependency checks.The text was updated successfully, but these errors were encountered: