Hello all,
I'm having trouble getting wifi to work on my TL-WR703N v1.6 with both the latest trunk (r34303) and with the Attitude Adjustment images from the wiki page, version 12.09beta.
iw dev prints nothing. wifi detect prints nothing. ifconfig -a only lists eth0, br-lan, and lo.
In the dmesg, you can see
[ 8.230000] ath: EEPROM regdomain: 0x0
[ 8.230000] ath: EEPROM indicates default country code should be used
[ 8.230000] ath: doing EEPROM country->regdmn map search
[ 8.230000] ath: country maps to regdmn code: 0x3a
[ 8.230000] ath: Country alpha2 being used: US
[ 8.230000] ath: Regpair used: 0x3a
[ 8.240000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 8.240000] Registered led device: ath9k-phy0
[ 8.240000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
[ 8.250000] cfg80211: Calling CRDA for country: US
[ 8.250000] cfg80211: Regulatory domain changed to country: US
[ 8.260000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.260000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[ 8.270000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[ 8.280000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.290000] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.300000] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.300000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
which would seem to indicate that the hardware is working. But I still get no wifi.
dmesg: https://p.6core.net/p/ry1o16kn1169ski
.config: https://p.6core.net/p/8h2p1c4etoh32su
lsmod: https://p.6core.net/p/owqq7g79v3ga14nj
What am I doing wrong?