Changes between Version 7 and Version 8 of Internal/MiscNotes


Ignore:
Timestamp:
Nov 5, 2013, 3:04:11 PM (10 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/MiscNotes

    v7 v8  
    3232/etc/init.d/omf-aggmgr-5.4 restart
    3333}}}
     34
     35== Fixing IRQ issue on Gs with intel WIMAX and ath9k ==
     36
     371. Go into BIOS -> Others -> SIO configuration
     381. Set 'Paraller' Port address to 'Disable'
     391. Save and exit
     40
     41Test by:
     421. load baseline
     431. ifconfig -a , make sure no wireless interfaces show (need to blacklist intel wireless)
     44 1. if intel wireless appears, rmmod iwlwifi
     451. modprobe ath9k
     461. check dmesg to see if radio comes up
     471. check ifconfig -a to see if interface appears
     481. ifconfig wlan1 up
     491. iwlist wlan1 scan
     501. iwconfig wlan1 essid WINMAIN
     51
     52
     53