WSR wrote:
lol - That's just how I have imagined him!
I know you guys have great fun believing that the only thing to do is point at Apple and say it's all their fault, because everything else "works". What is funny to me, is that so many will waste their time and money, believing Apple is the problem, without actually understanding what is wrong. So the end result, is that eventually either Apple does solve their problem, because they have one of the real Apple problems that we've seen fixes for so far.
1. WiFi would not reconnect comming out of sleep.
2. There is/was a hardware/firmware issue with a specific series of WiFi cards it would seem. However, Apple
has yet to include such "wording" in any updates, so it's still not clear that this is actually a problem.
So far, there are no facts which indicate that anyone should still be having problems with WiFi connected internet functions. That's why I ask whether or not these people are seeing black airport signal bars, or grey.
Once we know that the bars are staying back, then it really shifts the focus to the networking stack. There are then only about 3-4 things to consider. First, is DHCP working between your router and your computer. If you open up network preferences, and see an appropriate IP address, netmask, default/gateway router address, and the DNS tab has appropriate, working DNS server addresses. You can telnet to port 53 on those addresses and if you get a connection, you at least have connectivity. If that works, then you can instead try "dig @<ip> time-a.nist.gov" where <ip> is each of those DNS addresses, in turn, and see that it works, with output something like as shown here:
$ dig @<ip> time-a.nist.gov
; <<>> DiG 9.8.3-P1 <<>> time-a.nist.gov
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22473
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;time-a.nist.gov. IN A
;; ANSWER SECTION:
time-a.nist.gov. 1164 IN A 129.6.15.28
;; AUTHORITY SECTION:
nist.gov. 1295 IN NS gdnsea.nist.gov.
nist.gov. 1295 IN NS dns-x.boulder.nist.gov.
;; ADDITIONAL SECTION:
dns-x.boulder.nist.gov. 133 IN A 132.163.4.9
dns-x.boulder.nist.gov. 133 IN AAAA 2610:20:6b01:4::9
gdnsea.nist.gov. 433 IN A 129.6.13.3
gdnsea.nist.gov. 433 IN AAAA 2610:20:6005:13::3
;; Query time: 61 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Sat Nov 3 19:04:12 2012
;; MSG SIZE rcvd: 186
If DNS is not working, that is what you need to focus on. If your ISP or DHCP from your router, is not already using the DNS server, 8.8.8.8, which is Googles public DNS server, try adding that on your DNS tab to see if that fixes the problem.
Finally, call your ISP and ask them why DNS is not working!
Additionally, if you want to see how these kinds of problems can manifest as a "My WiFi is not working" problem, go in to your DNS settings, and put the IP address of a non-DNS server machine in, and then try and use Safari or whatever browser you use on your Mac and see how it reports the problem back to you. Usually, with a non-functional DNS server, you'll just see the page load "stall", and eventually timeout. When the DNS server is broken, then it may reply immediately with a failure and the browser will not show you the page.
Even if all your other devices are working, and you really feel that it's just your Apple computer that is having the problem, that doesn't mean, necessarily that it's problems are Apple's fault. The standards for WiFi are non-trivial, and that's why routers cost $50 or so, for low end, 802.11g and upwards of $200.00 for 802.11N with Gigabit ethernet ports and VPN services. If it was simple stuff, you'd pay $20.00 for a router, like you do an FM broadcast radio receiver.
There are many "small" or "new" companies taking the open source Linux software systems that Cisco/Linksys put together for the WRT54G router, and they are creating their own routers, by just buying the RF decks, and other bits from various parties. These cheap routers, can be problematic, if they don't have proper RFI shielding in the receiver, don't have good heat disapation and many other things which have become visible failure modes for them.
And also, the changing standards and the complexity of the software systems mean that you need to check your vendors website for firmware updates, and make sure you have the latest applicable firmware installed on your router. There can be bugs in even the newest routers, because they've become commidity priced, and are shipped with the lowest delivery cost possible. So many times, an early release of the software was burned in, at the factory, expecting the user to update it. Many routers, now have an installation CD which guides you through doing this automatically.
These things are not just a toaster that you put your bagles in for breakfast...