pwnagotchi_plugins icon indicating copy to clipboard operation
pwnagotchi_plugins copied to clipboard

Fix_Region plugin not working

Open kontrakote opened this issue 1 year ago • 3 comments

  • [x] placed fix_region.py in /etc/pwnagotchi/custom-plugins
  • [x] added lines in conf.toml:
main.plugins.fix_region.enabled = true
main.plugins.fix_region.region = "RU"
  • [x] restarted pwnagotchi
  • [x] can see files /etc/systemd/system/network-fix.service and /root/network-fix.sh
  • [x] can see in logs that fix_region plugin loaded and set region After that commands iw reg get and iwlist wlan0 channel show that region was not really set. Resolved region setting problem by methods mentioned here.

kontrakote avatar Sep 13 '23 12:09 kontrakote