Results 1 to 2 of 2

Thread: AWUS036NHR v.2 - TX Power

  1. #1
    Join Date
    2016-Jan
    Location
    Vancouver, BC CANADA
    Posts
    3

    AWUS036NHR v.2 - TX Power

    Used the following script to set the TX Power.

    #!/bin/bash

    echo "hello, root!"
    echo " taking down wlan0"
    ifconfig wlan0 down
    sleep 3

    echo "setting Region to GY"
    iw reg set GY
    sleep 3

    echo "setting TxPower to 30"
    iwconfig wlan0 txpower 30
    sleep 2

    echo "starting wlan0"
    ifconfig wlan0 up
    echo "pulling wlan0 interface up"
    iwconfig
    sleep 5

    echo "good bye"



    I'm able to change to TX Power for my Alfa AWUS036H but not for my new AWUS036NHR v.2. Has anyone been able to change it from the default 20dBm to 30dBm?

    AWUS036NHR v.2
    wlan0 IEEE 802.11bgn ESSID off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
    Retry short limit:7 RTS thr=2347 B Fragment thr off
    Encryption key off
    Power Management off

    AWUS036H
    wlan1 IEEE 802.11bg ESSID off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=30 dBm
    Retry short limit:7 RTS thr off Fragment thr off
    Encryption key off
    Power Management off

  2. #2
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27

Similar Threads

  1. Replies: 1
    Last Post: 2019-08-05, 14:35
  2. AWUS036NHR...yet more
    By 7hr08ik in forum General Archive
    Replies: 4
    Last Post: 2013-06-27, 02:31

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •