Archive for the ‘Technology’ Category

Troubleshooting A Wireless Network

Wednesday, February 24th, 2010

I just finished helping a family member across the country with their wireless network setup. Neither the local ISP or Netgear technical support were able to help.

Problem: An iMac plugged directly to a Netegear router via Ethernet connected to the Internet just fine, but a wireless connection from a MacBook didn’t work.

First we figured out that the router was a Netgear WPN824v3 and the devices we are trying to connect are an iMac, a MacBook and an iPhone.

The problem was that the MacBook was connected to the wireless network but wasn’t properly getting an IP address via DHCP.

We verified that plugging the Ethernet cable into the Macbook worked, so we knew that the Internet connection to the ISP worked fine, and the problem was only for wireless.

First we tried temporarily turning off all wireless security but that made no difference.

Next I found a simulation of the UI for that unit here. This made it a lot easier to see what options were available for that router.

We changed the default password for the router and enabled Remote Management. Now I could log in to the router and see the router’s actual settings.

The first thing I noticed was that the Mode for the wireless network was set to “Auto 108Mbps”. Did this router support 802.11n? And did it work with the built-in Airport card? A couple of Google searches turned up no answer.

So next I decided to try to get things working with just 802.11g.
First I set the Mode to “g and b” and set the Channel to “Auto”. That didn’t change anything. The MacBook could still connect to the wireless network, but not get an IP address.

Under Advanced/Wireless Settings I noticed an “108Mbps Settings” area. I checked “Disable Advanced 108Mbps Features” and un-checked “Enable eXtended Range(XR) Feature”

Success! The Macbook could now successfully get a DHCP IP address!

Before finishing, we made sure that the bottom of the router had a piece of paper with the router’s password and we disabled the router’s Remote Management feature and re-enabled the WPA2 password and re-verified that everything was still working as expected. We also made sure that the iPhone could also connect without any problems.

Happy Troubleshooting!

Follow us on Twitter

Fixing TweetDeck and Adobe Air Apps in OS X

Thursday, May 21st, 2009

Update (7/21/09): TweetDeck finally speaks up about this issue, offers the same exact advice as below: http://tweetdecksupport.posterous.com/fixing-the-blank-tweetdeck-problem?

Yesterday I launched TweetDeck to get my Twitter fix and was surprised to see TweetDeck stuck with a blank empty screen:

TweetDeck stuck, launches blankSearching around I discovered that there are two places where TweetDeck stores it’s data:

Preferences Folder

  • This contains preferences like your columns, layout, etc.
  • To find this folder go to your Home directory -> Library folder -> Preferences folder then find the folder that starts with TweetDeck.
  • The actual path on my machine is:
    ~/Library/Preferences/TweetDeckFast.F9107117265DB7542C1A806C8DB837742CE14C21.1

Adobe AIR Encrypted Local Store (ELS)

  • This contains your login info to Twitter
  • To find this folder go to your Home directory -> Library folder -> Application Support folder -> Adobe folder -> AIR folder -> ELS folder then find the folder that starts with TweetDeck
  • The actual path on my machine is:
    ~/Library/Application Support/Adobe/AIR/ELS/TweetDeckFast.F9107117265DB7542C1A806C8DB837742CE14C21.1

I tried moving/deleting the Preferences folder, but that did nothing. I ended up deleting the Adobe AIR ELS folder and leaving the Preferences folder as is. TweetDeck asked me for my Twitter credentials again, but then everything was back to normal, including all of my preferences.

If you are on Windows you can find these folders here (courtesy Christopher Grant):

  • C:\Documents and Settings\[user]\Application Data\TweetDeckFast.[guid]
  • C:\Documents and Settings\[guid]\Application Data\Adobe\AIR\ELS\TweetDeckFast.[guid]