summaryrefslogtreecommitdiffstats
path: root/content/posts/openwrt-reghack.rst
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-01-04 15:17:57 +0100
committermakefu <github@syntax-fehler.de>2015-01-04 15:17:57 +0100
commitad5577cf2681712c5d8f9bbf00f4f51226bb388d (patch)
treea5e0496baed90d8d32b53edc4f2dd92d884fd4ee /content/posts/openwrt-reghack.rst
parentfb6b7311b4f94467d397a8804b4b67eaeecc91b9 (diff)
add
Diffstat (limited to 'content/posts/openwrt-reghack.rst')
-rw-r--r--content/posts/openwrt-reghack.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/content/posts/openwrt-reghack.rst b/content/posts/openwrt-reghack.rst
new file mode 100644
index 0000000..72b3aee
--- /dev/null
+++ b/content/posts/openwrt-reghack.rst
@@ -0,0 +1,29 @@
+OpenWRT reghack
+###############
+:date: 2015-01-04 03:20
+:tags: reghack, openwrt, wifi
+
+With the reghack_ tool you will be able to have your wifi card run on it's
+full potential without all the pesky regulations requiring you to send on a
+lower tx power.
+
+Of course you may only do this in a metal chamber in your lab for testing purposes.
+
+.. code-block:: bash
+
+ cd /tmp/
+ wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
+ chmod +x reghack.mips.elf
+ ./reghack.mips.elf /lib/modules/*/ath.ko
+ ./reghack.mips.elf /lib/modules/*/cfg80211.ko
+ reboot
+ # use US country for all wifi cards
+ # txpower=30 should work now
+ uci set wireless.@wifi-device[0].country=US
+ uci set wireless.@wifi-device[0].txpower=30
+
+I mirrored the data as of this date on euer.krebsco.de_ just in case
+
+
+.. _reghack: http://luci.subsignal.org/~jow/reghack/README.txt
+.. _euer.krebsco.de: /extra/reghack/index.html