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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
why are you delete line 424? are you replacing all ipconfig with iw? there are some lines that should call ip commands rather than iw after looking closely ytd.
The reason will be displayed to describe this comment to others. Learn more.
why are you delete line 424? are you replacing all ipconfig with iw? there are some lines that should call ip commands rather than iw after looking closely ytd.
The reason will be displayed to describe this comment to others. Learn more.
unfortunately i'm not well versed with sed commands. is that line you deleted searching text contain ipconfig link with exact match then replacing with ip link? if that case, then it's correct imo. because i manually modified my script like that, except i'm using text editor directly in my router. also, before i manually modified, i tried replacing the script with mainline openwrt, resulting radio couldn't turn on at all. digging bit deeper, i notice that netifd, wifi or mac80211 (/lib/netifd/wireless/mac80211.sh, i dont remember exactly which file it is, but definitely one of them) calls a mac80211.sh with 2kb file-size inside /lib/netifd/. quick look inside that file appears it contain method mapping mac80211 device (unstandard/workaround with path? i'm not sure tho).
2645fd4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you delete line 424? are you replacing all ipconfig with iw? there are some lines that should call ip commands rather than iw after looking closely ytd.
2645fd4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any modification plan, you can share
2645fd4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately i'm not well versed with sed commands. is that line you deleted searching text contain ipconfig link with exact match then replacing with ip link? if that case, then it's correct imo. because i manually modified my script like that, except i'm using text editor directly in my router. also, before i manually modified, i tried replacing the script with mainline openwrt, resulting radio couldn't turn on at all. digging bit deeper, i notice that netifd, wifi or mac80211 (/lib/netifd/wireless/mac80211.sh, i dont remember exactly which file it is, but definitely one of them) calls a mac80211.sh with 2kb file-size inside /lib/netifd/. quick look inside that file appears it contain method mapping mac80211 device (unstandard/workaround with path? i'm not sure tho).