2008 Unibody MacBook dropping WiFi

I posted this on MacRumors but no one was able to help me so I was wondering if the wonderful Apple community could help.
Hey Guys,
I have a 2008 unibody MacBook running OSX 10.8.3 that has a bit of a strange issue with the wireless.
I have recently acquired a Meraki MR12 Wireless Access Point and 3 year cloud controller license. This has replaced my Airport Extreme as my main access point purely for the stats and information that you can get from the cloud controller.
Since the change I have been having some issues with my network where the wireless icon shows that you are connected to the network and you can ping some key IP addressed
192.168.1.1 - Firewall / Gateway
192.168.1.2 - Airport Extreme (Time Machine only)
8.8.8.8 - Google DNS
This is telling me there is some connectivity, but if you try to do anything on the network that requires application traffic nothing gets through. For example loading a web page in Chrome or Safari fails, dropbox looses its √ from the icon(lost connectivity) and time machine cannot find the disk (although you can ping the airport)
If you turn the wireless on and off again then you get your connectivity back for a while sometimes it can be 10 mins others its 3 hours before the drops.I have seen on some forums that you have to force your WAP to use WPA2-PSK rather than WPA and WPA2 as this can confuse the clients.
This is a summary as to how I have my SSIDs setup
[IMG]http://i.imgur.com/6OUQ4Gr.png[/IMG]
I have setup a secondary SSID for testing as it is not affecting my flatmates laptop and have managed to find the optimal settings are no encryption with Meraki RADIUS authentication. Obviously this is not ideal so to add a little level of security I have hidden the test SSID.
I have tried everything to try and get my mac working on the main SSID
SMC & PRAM reset
New Network profile
reset network settings to factory defaults
I have made a quick youtube video to demonstrate the issue, I hope I have blanked out any details that anyone could use to take advantage of my network.
[url]http://www.youtube.com/watch?v=S-RVRV5nvfg[/url]
The WAP is plugged into the PoE port on my ASA 5505 Firewall/Gateway I have no Vlan trunking setup yet and the ASA provides DHCP.
This is the interface configuration for the ASA I have omitd alot of the conf file as it is either irrelivent or provides to much information.
The AP is plugged into eth 0/7 and the Airport in 0/1 No other client is affected but they are all non osx (iPhone, Win 7, Ubuntu, openWRT.)
[code]
interface Ethernet0/0
description physical connection to O2 Box IV
switchport access vlan 2
interface Ethernet0/1
switchport trunk allowed vlan 1
switchport trunk native vlan 1
switchport mode trunk
interface Ethernet0/2
switchport trunk allowed vlan 1
switchport trunk native vlan 1
switchport mode trunk
shutdown
interface Ethernet0/3
shutdown
interface Ethernet0/4
switchport trunk allowed vlan 1-3
shutdown
interface Ethernet0/5
shutdown
interface Ethernet0/6
shutdown
interface Ethernet0/7
switchport trunk allowed vlan 1,3
switchport trunk native vlan 1
switchport mode trunk
interface Vlan1
description to inside VLAN
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
interface Vlan2
description to outside interface (DHCP O2 Modem)
nameif outside
security-level 0
ip address xxx.xxx.xxx.xxx 255.255.254.0
[/code]

Ok so I have been doing some more reading and have spotted loads of posts on the apple discussions and on here that are showing similar issues but on SL rather than Mountain Lion.
I have gone through most of the troubleshooting steps they have outlined in there and none of it has worked.
First was to try and telnet to Google.com to see if it is just chrome or the whole OS that is not working.
This failed as expected
[code]
localhost:~ mattwarrillow$ telnet google.com 80
Trying 173.194.41.142...
telnet: connect to address 173.194.41.142: Operation timed out
Trying 173.194.41.133...
telnet: connect to address 173.194.41.133: Operation timed out
Trying 173.194.41.131...
telnet: connect to address 173.194.41.131: Operation timed out
[/code]
Can ping google DNS just fine
[code]
localhost:~ mattwarrillow$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=49 time=37.826 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=49 time=38.933 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=49 time=38.094 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 37.826/38.284/38.933/0.472 ms[/code]
Cant see anything squiffy in the routing table
[code]
localhost:~ mattwarrillow$ netstat -rn
Routing tables
Internet:
Destination        Gateway            Flags        Refs      Use   Netif Expire
default            192.168.1.1        UGSc           17      169     en1
127                127.0.0.1          UCS             0        0     lo0
127.0.0.1          127.0.0.1          UH              5    36127     lo0
169.254            link#5             UCS             0        0     en1
192.168.1          link#5             UCS             4        0     en1
192.168.1.1        0:23:4:c8:2e:11    UHLWIir        18       24     en1   1107
192.168.1.4        0:1:d2:7:30:65     UHLWIi          0        0     en1   1129
192.168.1.10       127.0.0.1          UHS             1        0     lo0
192.168.1.254      0:c:30:42:15:c0    UHLWIi          0       16     en1   1185
192.168.1.255      ff:ff:ff:ff:ff:ff  UHLWbI          0        3     en1
Internet6:
Destination                             Gateway                         Flags         Netif Expire
::1                                     link#1                          UHL             lo0
fe80::%lo0/64                           fe80::1%lo0                     UcI             lo0
fe80::1%lo0                             link#1                          UHLI            lo0
fe80::%en0/64                           link#4                          UCI             en0
fe80::%en1/64                           link#5                          UCI             en1
fe80::225:ff:fe46:5fc1%en1              0:25:0:46:5f:c1                 UHLI            lo0
fe80::bac7:5dff:fec7:9a65%en1           b8:c7:5d:c7:9a:65               UHLWIi          en1
ff01::%lo0/32                           fe80::1%lo0                     UmCI            lo0
ff01::%en0/32                           link#4                          UmCI            en0
ff01::%en1/32                           link#5                          UmCI            en1
ff02::%lo0/32                           fe80::1%lo0                     UmCI            lo0
ff02::%en0/32                           link#4                          UmCI            en0
ff02::%en1/32                           link#5                          UmCI            en1
ff02::fb%en1                            link#5                          UHmW3I          en1   1416
localhost:~ mattwarrillow$
[/code]
DNS Lookup appears to be working as Ping will resolve hostnames just fine but for some reason Dig failes
[code]
localhost:~ mattwarrillow$ dig google.com
; <<>> DiG 9.8.3-P1 <<>> google.com
;; global options: +cmd
;; connection timed out; no servers could be reached
localhost:~ mattwarrillow$
localhost:~ mattwarrillow$ ping currys.co.uk
PING currys.co.uk (77.75.51.29): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- currys.co.uk ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
[/code]  (Note Currys website doesnt ping even if you are connected and working fine.)
I even tried restarting mDNS and clearing the DNS Cache but that made no difference
[code]
localhost:~ mattwarrillow$ sudo dscacheutil -flushcache
Password:
localhost:~ mattwarrillow$ sudo killall mDNSResponder[/code]
I haven't checked with the airport utility to generate a fault report. But I did do another packat capture and I can see the AP has been spamming my macbook with ARP requests.
The only thing that I forgot to do while the wireless was broken was to run the wireless diagnostics.

Similar Messages

  • HT1529 Part 1: Will a Late 2008 Unibody MacBook upgrade to Maverick?  Will I be able to install 64 bit Windows 8 on Bootcamp?

    Part 1: Will a Late 2008 Unibody MacBook upgrade to Maverick?  Will I be able to install 64 bit Windows 8 on Bootcamp?

    OS X Mavericks: System Requirements

  • Can i get osx yosemity on my late 2008 unibody-macbook ?

    can i get osx yosemity on my late 2008 unibody-macbook ?

    Sign up for the beta program at http://appleseed.apple.com/sp/betaprogram. Only the first one million applicants can download Yosemite, so you may be too late.

  • Will Late 2008 Unibody Macbook Pros support 8gb RAM

    I was just wondering if now with the ram increase, the late 2008 Unibody Macbook Pros will be able to support 8 gb of RAM now that new model supports it?
    Thanks
    Message was edited by: ofon68

    No.

  • HT5287 Can I use remote disk on a 2008 unibody MacBook with no optical drive?

    Can I use remote disk on a 2008 unibody MacBook with no optical drive?

    According to the link you came from the only MacBooks this works with are MacBook Air and MacBook Pro with Retina display. If yours is not one of these I can see no harm in trying it.
    You could consider getting an external optical drive.

  • Mountain Lion on 2008 Unibody MacBook Pro?

    I am currently running OSX Lion on a late 2008 unibody macbook pro that has been upgraded to 8GB of RAM.  It runs perfectly and I am a little woried that upgrading to OSX Mountain Lion might make things run slower or less smoothly.
    Is anybody running Mountain Lion on a system similar to mine?  Is it slower?  Faster?  The same?
    Thanks in advance,
    ---Tim

    Correct. You can partition the drive and create a separate volume that has about 300 GBs, then clone to this partition. Here's how it's done:
    To resize the drive do the following:
    1. Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    After the main menu appears select Disk Utility and click on the Continue button. Select the hard drive's main entry then click on the Partition tab in the DU main window.
    2. You should see the graphical sizing window showing the existing partitions. A portion may appear as a blue rectangle representing the used space on a partition.
    3. In the lower right corner of the sizing rectangle for each partition is a resizing gadget. Select it with the mouse and move the bottom of the rectangle upwards until you have reduced the existing partition enough to create the desired new volume's size. The space below the resized partition will appear gray. Click on the Apply button and wait until the process has completed.  (Note: You can only make a partition smaller in order to create new free space.)
    4. Click on the [+] button below the sizing window to add a new partition in the gray space you freed up. Give the new volume a name, if you wish, then click on the Apply button. Wait until the process has completed.
    You should now have a new volume on the drive.
    It would be wise to have a backup of your current system as resizing is not necessarily free of risk for data loss.  Your drive must have sufficient contiguous free space for this process to work.

  • I have a late 2008 unibody Macbook Pro with PCI express slot.

    I have a late 2008 unibody Macbook Pro with PCI express slot, running MAC os 10.6.8 . also I have a Sonnet Tempo Sata Express card plugged in. but only one port works at about 100/mbs with an external HDD.  2nd port wont work, anyone can explain? thank you for your help!
    (Ps: the port at the bottom of the express card works, one on top doesnt)

    AirPlay Mirroring is compatible with OS X Mountain Lion > http://support.apple.com/kb/HT5404 Make a backup, open App Store and purchase OS X Mountain Lion

  • 2008 Unibody Macbook with 2560 x 1440 external display ?

    Hello to all,
    This is my first post here but I have used many times the forum to find out usefull information. I am considering buying an external display for my Macbook, but I am hesitating for two reasons:
    I read on some page that there could be performance issues with using a high resolution on this rather "old" machine:
    http://superuser.com/questions/265125/27-apple-cinema-display-slows-my-macbook
    I have upgraded my MB to 8 GB memory (and a 750 GB HDD but I doubt that makes a difference).
    My MB model is this one:
    http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.0-alumi num-13-late-2008-unibody-specs.html
    I mostly use it for Web browsing / Office software / iPhoto / movie watching
    So first question is: Can anybody confirm whether it will be OK to run my MB with a display of this resolution (similar to Apple Cinema Display), either with the laptop closed or opened?
    Second "bonus" question: According to what I read here and there, it seems that I would need to use a miniDisplayPort to DisplayPort cable or a mDP to DVI-dual-link to ensure full resolution. I own a miniDP to HDMI cable (and HDMI to DVI converter), any chance that I can use it with full resolution ? I didn't find much user feedback on this point yet.
    Many thanks for your answers !
    Matthieu

    Well, I went ahead and bought the display I wanted, so, yes, I can display 2560x1440, with this MB. It is a bit slow on some applicaitons but it may be due to the dual display, I bet if I use it in clamshell mode it should be OK for most applications.

  • Late 2008 unibody MacBook Pro + 6GB RAM + Snow Leopard = Kernel Panic

    Hi,
    I've been trying to install Snow Leopard on my 2.8Ghz MacbookPro unibody (late 2008) with 6GB of RAM (4GB+2GB module).
    At first, I did an upgrade of my existing Leopard drive, and when booting back in 10.6, everything was crashing (could not open a single web browser but Safari, for instance), and I was getting kernel panics each 10 minutes.
    Then, I erased my boot disk and tried a clean install - I was getting kernel panics when installing! After 5 tries, it finally installed, and then I couldn't get through the welcome wizard the first time it boots.
    So I removed the 4GB RAM module, and re-installed a 2GB one, and then everything was fine, not a single problem.
    Take into consideration that that 4GB ram module was working perfectly under 10.5.8 (even while using the computer under a lot of stress) and passed all the hardware test.
    Has anyone been successful at running Snow Leopard 10.6 on a late 2008 Macbook Pro unibody and 6GB of RAM?

    Wow, this is really interesting! I own a UniBody MacBook Aluminum 13" 2.4 GHz 5,1 (October 2008) and ordered a 4 GB RAM module from OWC to max out my system to 6 GB for virtual machine use. I'd just performed a clean install of Snow Leopard a couple of days ago and was excited about the new operating system along with that additional RAM. But guess what? When I inserted the new 4 GB stick I suffered a kernel panic within minutes! I tried moving the module around between the two slots and inserting it on its own without the additional 2 GB module and the same lockups occured every time!
    Who ever would have thought this might be a problem with the new operating system rather than an incompatibility with the new module? OWC even agreed to refund my purchase but before I send the stick back I'll go ahead and install the original Leopard operating system and try again. Based on your experience I'm convinced the new stick will work and prefer more RAM than a newer operating system. Thanks to all of you for having posted this; I'd have never suspected an issue with Snow Leopard otherwise. In fact, I was hoping to be able to upgrade to 8 GB of RAM with 10.6. Turns out we may be better off with 10.5.8, at least for now!

  • Late 2008 Unibody MacBook Pro Battery Bulging

    Hi,
    As of a few months ago, I noticed that my MacBook Pro felt as though no matter which surface it was on, it would never sit there straight. Upon further inspection, I have noticed that the casing which covers both the battery and hard drive is being pushed out of its ordinary position.
    Taking the battery out reveals that it is beginning to swell and bulge which is causing this problem. While it isn't an enormous bulge like some I've seen on the Internet, I still consider it a safety issue and would rather not continue using it in the event it continues to develop and potentially explode.
    I called Apple support today to ask them what I can do about getting it replaced. Given that I bought this machine when it first came out in late 2008 without any additional warranty, I am a few months out of warranty.
    After being diverted to three different people from various departments and being put on hold for at least 45 minutes, a customer relations woman told me that Apple could not cover it. As a gesture of good will, she offered a discount coupon for my next purchase from Apple. I'm yet to receive such a coupon, but that isn't the point of this post.
    I want to know if there's anything I could possibly do for Apple to replace this battery - I know it's a long shot, but I'm currently a student and I don't really have $199 lying around to replace a battery which shouldn't be preparing to explode on me.
    Any suggestions would be appreciated!

    I'm copying my message from another thread, since this one is more "specialized".
    Thanks for understanding.
    Not so good news here (Croatia).
    I own a late 2008 MBP unibody. Bought in December 2008, so now 5 months out of warranty.
    I had the same battery bulge issue as described earlier, along with the trackpad not working problem (when I remove the battery, the trackpad works normally).
    A few days ago I contacted the Apple authorised reseller and distributor for Croatia, and got the answer which can be roughly described as "Buy yourself a new battery, we can't do anything".
    I was persistent and the person in the Croatian Apple Service department, after having an online chat with "someone from Apple", gave me the "case number" and said I could try contacting Apple directly (although they ARE Apple's distributor/reseller) - but still, they can't and won't do anything about replacing the battery free of charge.
    Of course, I mentioned the safety issue, and I was really polite and calm - but still nothing.
    Thanks to this thread, I called the Apple UK's Customer Service.
    I spoke to 3 different persons there (they had a completely different approach than the Croatian ones, congrats!), tried to reach the Customer Service directly, and finally spoke to someone. But, the answer was still - we can't help you. I got the new case number, but still - nothing, no offer for the replacement battery or anything similar.
    Yes, I will pay for that 1.5 hour long conversation.
    When I finally asked: does this mean that Apple oficially claims that bulging "good, healthy" batteries is a normal thing to happen, I got no response.
    My battery's health is GOOD, it has around 33 (yes, 33!) cycles since the machine was mostly used at home with external Cinema display/keyboard/mouse attached. When I try to put the battery back in, the trackpad is pressed from beneath so it's unusable; and I even can't close the back lid since the battery is deformed.
    Yes, every time, I did mention the fact that I am a loyal Apple customer since 1992, and I own exclusively Apple computers, currently in posession of 9 Macs and 3 iPhones and responsible for many people "switching" to Apple (friends, colleagues etc). This is the FIRST time I have ever had any technical issue with an Apple product and I am really disappointed now.
    The only useful information I got was from the last person over the phone in UK, and that is - that I should write a letter (not an email) to the Customer Relations - Apple Operations Europe, located in Hollyhill, Cork (Republic of Ireland).
    Finally, I contacted the Service Manager from Apple Croatia, who was extremely unconcerned about the whole thing and said "You can call the newspapers, you can call whoever you want, we won't do anything until Apple says we should replace it".
    So, NO battery replacement exception code.
    At least not until I write that letter to Ireland.
    P.S. I did, as asked from the UK's Customer Support, e-mail the System Profiler info, clear photos of the swelling battery, and iStat screenshot showing the battery's status/health. It didn't help to resolve this issue.

  • 2008 Unibody MacBook Pro shuts down when lid closed while on Battery

    Hello,
    I did some google searches, but could not find anything that was exactly my issue. I have a 2008 MBP unibody. If the MBP is on battery only and I close the lid, the notebook shuts down completely. This is even when the battery is fully charged. However if while plugged in and I do the same, the computer "sleeps" as advertised. I have reset both the SMC and PRAM to no avail. The main thing that bothers me is it seems like when this happens on battery, its almost as if the computer is getting a hard shut down. The machine acts as if the battery was pulled while the lid was closed and this is obviously not good for the hardware or sofware. Any help is greatly appreciated!
    Thanks
    Keith

    I forgot to add that when the lid is closed it doesnt shut down straight away. The LED on the front pulses and for a good 10-15 mins it does sleep and wake. However any time longer and it does its hard shut down deal.

  • Why is my MacBook dropping wifi connection and slow when wired?

    Dropping internet regularly
    Regardless of wireless or wired, my MacBook often loses it's connection to the network. It's most noticeable when wireless, but will sit there churning trying to load a page either way too much lately.
    What do I need to do to troubleshoot please?

    I had about the same problem and fixed it by updating the firmware of my router

  • Superdrive problem (Late 2008 unibody Macbook Pro)

    Hi guys.
    Basically I have had this problem for the last 2 months with it working once after I installed more RAM and opening up to find quite a dusty interior of my unibody MBP. I cleared out the dust installed the RAM, tried a DVD and it worked for the first time in a few months.
    I then tried upgrading to Snow Leopard using the SL disc and it didn't work. I have a youtube video describing the issue and when I tilt the MBP on it's side I also get a clicking noise from the DVD superdrive. **I also have the exact same issue with a late 2006 model MBP**
    http://www.youtube.com/watch?v=yIUkDOeRHlI
    So here is the issue, I am not under warranty anymore and I was thinking of using compressed air to try and clear out dust that is perhaps lodged inside the drive, but maybe you guys have some better ideas or maybe if it's dead just order a new drive and swap it myself?

    Compressed air is more likely just to redistribute the dust inside your drive than to remove any of it. A drive cleaning disc would have a more focused effect, and using one often solves what may seem to be a serious hardware problem. Pick one up at any Radio Shack or other electronics outlet.
    Don't move or tilt your computer while a disc is spinning in the drive. Gyroscopic forces will cause the disc to scrape against internal parts of the drive, possibly damaging both.

  • 2008 unibody macbook wireless and track pad issue

    my wireless stopped working awyle back and now the track pad is acting up.
    does apple offer a flat fee repair sevice?? for out of warranty \ apple care  units?
    thanks fred

    I deleted the mouse by selecting it in the bluetooth options and clicking the minus tab. I went ahead and reinstalled OS X right afterwards. Right now I am having to use a USB mouse and keyboard. I disconnected both prior to start up. I get a widow that shows a demonstration on how to install batteries into a wireless mouse only way to pass that screen was to reattach the USB mouse. Then with a fresh startup no resolve.

  • Unibody Macbook just shuts off on its own...

    Late 2008 Unibody Macbook, all updates performed, running 10.7.2 / 2GB 1067MHz DDR3 on memory / 160GB HD
    Issue #1 >
    When not plugged in to the power adapter, it shuts off on its own sometimes after 5 minutes, and sometimes after 40 minutes... it varies. Battery percentage is always showing. (It's not one of those issues where it only works with the power adapter...) When it's plugged in or not, the battery tester on the side always says it's full... until it shuts off and then only one dot is lit. I would love to think I just need a new battery, but I'm confused because it always supposedly holds a good charge percentage wise until it decides to turn off when it's not plugged in...
    Issue #2 >
    Track Pad acts shady sometimes... most of the time it will work fine all around, but after a bit it will only click on the bottom right hand corner...
    >>>> I bought this laptop from a friend, and according to him it was never dropped or ever had any liquid damage. It does not have Apple Care, so I'm praying that it's not a Logic Board issue and a somewhat an easy fix along the lines of getting a new battery and Track Pad... hopefully. This is the only info I can offer, and hopefully you guys can understand whats going on. Feel free to ask any question and I will answer as much as I can. Thank you for your time and help

    PS- SMC Reset did nothing...

Maybe you are looking for

  • How can I copy music from my ipod to my itunes library?

    I have an ipod nano with all my itunes purchases plus a bunch of music I put on from my old cds.  When I synced my ipod to my new computer it only synced my purchases, not my other downloads.  How can I get all my music onto my itunes library?  I'd e

  • T520 Display Port to HDMI on Vizio M220VA provides intermittent blank screen

    I have a Vizio M220VA tv to which I connect my T20 via the display Port. I never get a screen showing on the TV, but the laptop screen oscillates between a black/blank screen and the normal desktop. I have verified the T520 works when hooked to a dif

  • Macbook iMovie Crash

    I just got a new apple macbook pro 15" Version 10.7.3 and everything on it is upgraded/updated. I have used iMovie before but now every time i open it crashes and just tells me there is an EXC_CRASH (SIGABRT). What is wrong? And how can i fix it?

  • Regarding new columns adding in report painter S_ALR_87013611

    Hello Experts, I have requirement that, we have a Std report which is developed in report painter S_ALR_87013611. We want to add 2 new columns in the output. Those 2 new columns from a Z table. Can any body tell how to do this. Thanks, Suresh

  • Hyperlink weirdness in iWeb 1.1.2

    I'm having a strange issue (well, at least I think it is) and am hoping someone might know what I'm doing wrong or why it won't work. On my main/home page, my background image is one jpeg consisting of 9 squares of art (3 across x 3 rows). Before, I