On Tue, Jul 09, 2019 at 04:47:27PM -0400, Matthew Graybosch wrote: > Hello. I'm having a bit of trouble getting wifi to work on a used > ThinkPad T60 with an AR5418 chipset, and gathered as much info as > possible by running sendbug as root
Hey Matthew, > >Synopsis: constant athn0 "device timeout" errors on 6.5-current > athn0 at pci3 dev 0 function 0 "Atheros AR5418" rev 0x01: apic 1 int 17 > athn0: MAC AR5418 rev 2, RF AR5133 (2T3R), ROM rev 5, address What's interesting is that this is another device with unequal amount of Tx and Rx chains; so your problem looks similar to this bug which has already been fixed: https://marc.info/?t=155695014700002&r=1&w=2 To start narrowing things down a bit, can you try 'ifconfig athn0 mode 11g' and 'ifconfig athn0 mode 11a' to see if those modes still work? Thanks, Stefan