moonman
Regular Contributor
Hey everyone,
Just discovered that OpenWRT finally fixed support for RT-N56U and now both radios work. 5GHz was a little tricky to get up and running, but it works now, finally.
https://downloads.openwrt.org/barrier_breaker/14.07/ramips/rt3883/
grab the factory one and flash it in the WebUI
If this helps for anyone, this is the config that worked for me (to get 5GHz going). Don't use LuCi to set up 5GHz radio for the first time!:
/etc/config/wireless
Change the config to your needs and run "wifi" command to get the config reloaded.
________________________________________________________
Trunk builds with LUCI included and compiled with -march=74kc instead of -mips32r -mtune=74kc:
http://olegtown.pw/openwrt/
Make sure to check broken_packages directory to check whether a package you need is broken or not.
Just discovered that OpenWRT finally fixed support for RT-N56U and now both radios work. 5GHz was a little tricky to get up and running, but it works now, finally.
https://downloads.openwrt.org/barrier_breaker/14.07/ramips/rt3883/
grab the factory one and flash it in the WebUI
If this helps for anyone, this is the config that worked for me (to get 5GHz going). Don't use LuCi to set up 5GHz radio for the first time!:
/etc/config/wireless
Code:
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'pci0000:00/0000:00:01.0/0000:01:00.0'
option txpower '20'
option htmode 'HT40'
option noscan '1'
option country 'CA'
config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'My'
option encryption 'psk2+ccmp'
option key 'mywirelesskey'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11na'
option path '10180000.wmac'
option txpower '17'
option country 'CA'
option channel '36'
option htmode 'HT40'
option noscan '1'
config wifi-iface
option device 'radio1'
option network 'lan'
option mode 'ap'
option encryption 'psk2+ccmp'
option key 'mywirelesskey'
option ssid 'My-5GHz'
Change the config to your needs and run "wifi" command to get the config reloaded.
________________________________________________________
Trunk builds with LUCI included and compiled with -march=74kc instead of -mips32r -mtune=74kc:
http://olegtown.pw/openwrt/
Make sure to check broken_packages directory to check whether a package you need is broken or not.
Last edited: