The phone is sitting on the Router. Its not a signal issue. Trust me
Lets not get side tracked. I know for a fact it has something to do with airtell because every single time they have turned edge back on for me my wi/fi has bombed. Sometimes they leave me in peace for 2-3 months then bang its on again.
I ring up my profile shows airtell live as on. I ask them to turn it off edge logog goes 10 days of debuging to get my wifi back on. They only say sorry sir sometimes the system changes settings on its own. We will turn it off.
Ok lets just sort this out the way I think will work. File by file.
So the first file in /private/var/prefrences/systemconfiguration/
Networkinterfaces.plist this is my file. Please post yours if its working fine. I belive we will find a solution by going thru each of these files. (Proof is when my wifi was working these contents where very diffirent yes I should have saved a copy)
================================================== ============
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Interfaces</key>
<array>
<dict>
<key>Active</key>
<true/>
<key>BSD Name</key>
<string>en0</string>
<key>IOBuiltin</key>
<false/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>0</integer>
<key>IOMACAddress</key>
<data>
AB7CROya
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleARMPE/arm-io@3C000000/AppleS5L8900XIO/sdio@D00000/AppleS5L8900XSDIO/IOSDIOIoCardDevice/AppleMRVL868x/IO80211Interface</string>
<key>SCNetworkInterfaceType</key>
<string>IEEE80211</string>
</dict>
</array>
</dict>
</plist>
Last edited by wnjunkie; 01-11-2009 at 12:50 PM.
|