| 34 | |
| 35 | == Fixing IRQ issue on Gs with intel WIMAX and ath9k == |
| 36 | |
| 37 | 1. Go into BIOS -> Others -> SIO configuration |
| 38 | 1. Set 'Paraller' Port address to 'Disable' |
| 39 | 1. Save and exit |
| 40 | |
| 41 | Test by: |
| 42 | 1. load baseline |
| 43 | 1. ifconfig -a , make sure no wireless interfaces show (need to blacklist intel wireless) |
| 44 | 1. if intel wireless appears, rmmod iwlwifi |
| 45 | 1. modprobe ath9k |
| 46 | 1. check dmesg to see if radio comes up |
| 47 | 1. check ifconfig -a to see if interface appears |
| 48 | 1. ifconfig wlan1 up |
| 49 | 1. iwlist wlan1 scan |
| 50 | 1. iwconfig wlan1 essid WINMAIN |
| 51 | |
| 52 | |
| 53 | |