Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- openmediavault
- BCM94352Z
- debian9
- EBS
- 바디스윙
- uboot
- traefik2
- webdav
- iomega
- macvlan
- omv5
- webmin
- pihole
- tm-ac1900
- 골프 스윙
- h6000ii
- nginx
- 마클미러
- ebs 녹음
- Nas
- Stretch
- 커널 5.13.8
- 모하비
- omv
- wrt54g
- AC68U
- parallel to usb
- 나인봇 미니 충전
- SAMBA
- proftpd
Archives
- Today
- Total
해피 투게더
ASUS RT-AC68U (TM-AC1900) 374.43 LTS 설치하고 출력조정 본문
최근에 펌업했더니 출력이 줄어서 다시 기본값(316mW)으로 조정함.
500mW 의 경우 발열이 심해서 쿨러를 장착하기까지는 그냥 사용
# AC68U - 500 mW Output: # # Default: 106 = 25 dBm (316 mW) # # Highest setting is 120 = 28.50 dBm (708 mW) # # “wl txpwr_target_max” Shows the current output power in dBm. # # 4 = 1 dBm (1.3 mW) / 114 = 27 dBm (500 mW) nvram set 0:maxp2ga0=106 nvram set 0:maxp2ga1=106 nvram set 0:maxp2ga2=106 nvram set 1:maxp5ga0=106,106,106,106 nvram set 1:maxp5ga1=106,106,106,106 nvram set 1:maxp5ga2=106,106,106,106 nvram set wl_TxPower=316 nvram set wl0_TxPower=316 nvram set wl1_TxPower=316 nvram commit reboot
# AC68U - All Region & Channels. # # "wl country list" List all countries. nvram set 0:regrev=0 nvram set 1:regrev=0 nvram set 0:ccode=#a nvram set 1:ccode=#a nvram set pci/1/1/ccode=#a nvram set pci/1/1/regrev=0 nvram set pci/2/1/ccode=#a nvram set pci/2/1/regrev=0 nvram set regulation_domain=#a nvram set regulation_domain_5G=#a nvram set wl_country_code=#a nvram set wl_country_rev=0 nvram set wl0_country=#a nvram set wl0_country_code=#a nvram set wl0_country_rev=0 nvram set wl0_reg_mode=off nvram set wl1_country=#a nvram set wl1_country_code=#a nvram set wl1_country_rev=0 nvram set wl1_reg_mode=off nvram commit reboot