Open jadenPete opened 8 years ago
Can confirm that 5ghz channels don't work on a Netgear WNDA3100v3. iwlist wlan0 freq produces:
wlan0 11 channels in total; available frequencies : Channel 01 : 2.412 GHz Channel 02 : 2.417 GHz Channel 03 : 2.422 GHz Channel 04 : 2.427 GHz Channel 05 : 2.432 GHz Channel 06 : 2.437 GHz Channel 07 : 2.442 GHz Channel 08 : 2.447 GHz Channel 09 : 2.452 GHz Channel 10 : 2.457 GHz Channel 11 : 2.462 GHz Current Frequency:2.412 GHz (Channel 1)
Same issue here, would love to see 5ghz support
wlan0 11 channels in total; available frequencies : Channel 01 : 2.412 GHz Channel 02 : 2.417 GHz Channel 03 : 2.422 GHz Channel 04 : 2.427 GHz Channel 05 : 2.432 GHz Channel 06 : 2.437 GHz Channel 07 : 2.442 GHz Channel 08 : 2.447 GHz Channel 09 : 2.452 GHz Channel 10 : 2.457 GHz Channel 11 : 2.462 GHz Current Frequency:2.417 GHz (Channel 2)
I'm running the Netgear WNDA3100v3 under the latest build of this driver, and for some reason, it won't detect my 5Ghz network, but it will with other networks. It's not the router's problem, because it works in Windows. So I ran dmesg to see the issue, and I got the following:
[ 23.009905] get_chl_grp:illegal channel (167)
[ 23.009909] get_chl_grp:illegal channel (167)
[ 23.009911] get_chl_grp:illegal channel (169)
[ 23.009912] get_chl_grp:illegal channel (169)
[ 23.009912] get_chl_grp:illegal channel (171)
[ 23.009913] get_chl_grp:illegal channel (171)
[ 23.009914] get_chl_grp:illegal channel (173)
[ 23.009915] get_chl_grp:illegal channel (173)
[ 23.016908] Country Region from e2p = ffff
[ 23.016916] NICReadEEPROMParameters():Err! chip not support 5G band 0!
[ 23.016919] cfg_mode=9
[ 23.017082] RTMPSetPhyMode: channel is out of range, use first channel=1
[ 23.017084] RTMPSetPhyMode: Update for STA
[ 23.033792] mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0x0, ALNAGain1=0x0, ALNAGain2=0x0
[ 23.033797] 2. Phy Mode = 14
[ 23.033799] 3. Phy Mode = 14
[ 23.034037] andes_usb_fw_init
[ 23.228910] AntCfgInit: primary/secondary ant 0/1
[ 23.228914] andes_load_cr:cr_type(2)
[ 23.230158] ChipStructAssign(): MT76x2 hook !
[ 23.230161] ---> InitFrequencyCalibration
[ 23.230162] InitFrequencyCalibrationMode:Unknow mode = 3
[ 23.230163] InitFrequencyCalibration: frequency offset in the EEPROM = 168
[ 23.230164] <--- InitFrequencyCalibration
[ 23.230170] RTMPSetPhyMode: Update for STA
[ 23.234164] MCS Set = ff ff 00 00 01
[ 23.234293] 80211> re-init bands...
[ 23.234298] 80211> CurTxPower = 20 dBm
[ 23.234302] ====> Radar Channel 52
[ 23.234304] ====> Radar Channel 54
[ 23.234305] ====> Radar Channel 56
[ 23.234307] ====> Radar Channel 60
[ 23.234309] ====> Radar Channel 62
[ 23.234311] ====> Radar Channel 64
[ 23.234313] ====> Radar Channel 100
[ 23.234314] ====> Radar Channel 104
[ 23.234317] 80211> TxStream = 2
[ 23.234323] Chan 108 (frq 5540): not allowed!
[ 23.234325] Chan 112 (frq 5560): not allowed!
[ 23.234327] Chan 116 (frq 5580): not allowed!
[ 23.234329] Chan 118 (frq 5590): not allowed!
[ 23.234331] Chan 120 (frq 5600): not allowed!
[ 23.234333] Chan 124 (frq 5620): not allowed!
[ 23.234333] Chan 124 (frq 5620): not allowed!
[ 23.234335] Chan 126 (frq 5630): not allowed!
[ 23.234337] Chan 128 (frq 5640): not allowed!
[ 23.234339] Chan 132 (frq 5660): not allowed!
[ 23.234341] Chan 134 (frq 5670): not allowed!
[ 23.234343] Chan 136 (frq 5680): not allowed!
[ 23.234345] Chan 140 (frq 5700): not allowed!
[ 23.234348] Chan 167 (frq 5835): not allowed!
[ 23.234350] Chan 169 (frq 5845): not allowed!
[ 23.234352] Chan 171 (frq 5855): not allowed!
[ 23.234354] Chan 173 (frq 5865): not allowed!
[ 23.234356] Chan 184 (frq 4920): not allowed!
[ 23.234358] Chan 188 (frq 4940): not allowed!
[ 23.234360] Chan 192 (frq 4960): not allowed!
[ 23.234362] Chan 196 (frq 4980): not allowed!
[ 23.234364] Chan 208 (frq 6040): not allowed!
[ 23.234369] Chan 212 (frq 6060): not allowed!
[ 23.234369] Chan 216 (frq 6080): not allowed!
Seems fishy, because my network is on channel 157. Why isn't it detecting these channels?