First off thank you so much for your work!
I have an E8350 and the 5ghz is working, but the 2.4ghz does not. It stays stuck on obtaining ip address for about 1 minute, then if it does connect there is no internet. Did anyone else have to configure 2.4ghz in any special way?
Thanks for your help.
Update 1: 2.4ghz works on the older image but manages around 0.10 mbps. As someone else mentioned earlier, the settings do not stick on the older version.
Update 2: on the newest version the 5ghz works great out of the box thanks to the rc.local script. Now I did get the 2.4ghz to work by not using luci and just enabling it in /etc/config/wireless, but the speeds are really bad still. I'm getting around 2 mbps down and 5 up. Any ideas here? What else everyone else getting? Let me know if you need me to post anything.
Update 3: On 2.4ghz, I tweaked the settings by disabling legacy rates and dissoc_low_ack to 0. If I'm right next to the router the speeds are great, but if I get about 10 feet away, the speed goes back down to 2mbps or less. Which is strange to me because the dbm is still around -25dbm.
#Current wireliess config (using rc.local to set 5ghz):
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0'
option disabled '0'
option legacy_rates '0'
option country 'US'
option txpower '20'
option noscan '1'
option bursting '1'
option ff '1'
option compression '1'
option xr '1'
option ar '1'
option channel '8'
option htmode 'HT40-'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt2'
option encryption 'psk2'
option key ''
option disassoc_low_ack '0'
config wifi-device 'radio1'
option type 'quantenna'
option channel '36'
option hwmode '11ac'
option phy 'host0'
option disabled '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
Update 4: Replaced the driver ath10k-firmware-qca988x-ct with ath10k-firmware-qca988x and it looks like I got wifi speeds up to where they should be.
Update 5: Settings no longer stick
Not sure what happened but I can't get anything to stay on the nand.