PDA

View Full Version : atheros wifi 7.2



fenzda
09-26-2013, 02:37 PM
From dmesg in knoppix 7.2:

ath5k_hw_get_isr: ISR: 0x00000080 IMR: 0x00000000

From Linux/drivers/net/wireless/ath/ath5k/dma.c

if (unlikely(*interrupt_mask == 0 && net_ratelimit()))
731 ATH5K_PRINTF("ISR: 0x%08x IMR: 0x%08x\n", data, ah->ah_imr);
732
733 return 0;
734 }

Wireless going up and down. This didn't happen in previous versions of knoppix.

Maybe just get an external wireless adapter??

fenzda
09-29-2013, 09:14 PM
http://my.opera.com/PiklesOnFire/blog/2008/12/07/ubunut-intrepid-clocksource-from-hell

Followed these instructions and it is working better now. Knoppix 7.02 didn't have this
issue. Not sure what it means ...

fenzda
09-29-2013, 11:17 PM
That didn't work. Nevermind.