Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacRumors

macrumors bot
Original poster
Apr 12, 2001
67,160
37,106



airport_icon.jpg
Apple today released AirPort Utility 5.5.3 for both Mac (10.8 MB) and Windows (10.1 MB). The updates to Apple's software for managing the AirPort Express Base Station, the AirPort Extreme Base Station, and Time Capsule primarily address an issue that may cause the application to crash during setup.
This update contains bug fixes including the following:

Resolves an issue that caused the AirPort Utility to unexpectedly quit during setup
The Mac version requires OS X 10.5.7 or later, while the Windows version requires a minimum of Windows 7 SP1, Vista SP2, or XP SP3.

Article Link: Apple Releases AirPort Utility 5.5.3 for Mac and Windows
 
I hope this is the start of software season (the mad rush of slow downloading updates from Apple as their servers get hammered, but at the same time excitement for new features). :D
 
Seems to change how it identifies some devices as well. My Time Capsule now shows up as 'Time Capsule 802.11n (2nd Generation)'; I forget the exact wording but it used to mention that it was a dual-band model in the name.
 
I wonder if this update is in anticipation of the imminent AirPort refresh?

Someone should probably do some digging and check this update for clues ;)
 
So they changed the item height in the left pane so that the window height no longer fits 4 exactly, and they changed a couple of words. I love updates as much as the next person, and it's always nice to have some actual visible changes but ... anything else :D?
 
Argh. Misread news article and thought this was an actual firmware update for the Airport routers.

Dammit, sort out the Time Machine timeouts from my macbook to my QNAP NAS, hate being on an older firmware.
 
Software Updates

Looks like the ability to cache Software Updates is coming. From AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings:

Code:
[COLOR="Blue"]"bsUP.productName"[/COLOR] =[COLOR="Magenta"] "Store Apple software updates on this %@"[/COLOR];
[COLOR="blue"]"bsUP.description"[/COLOR] = [COLOR="Magenta"]"Apple software updates that are copied to this %@ are available to anyone using this network."[/COLOR];
 
New APE and TC?

Found this tidbit that appears multiple times in the binary (/AirPort Utility.app/Contents/MacOS/AirPort Utility):

APPLE-FIRMWARE
<unknown>
P19 Apple AirPort (Snow)
P85 Apple Xserve RAID
P81 Apple AirPort Extreme (802.11g)
Q57 S5 Q60 Apple AirPort Extreme (802.11g, Multiple Ethernet)
Q61 Apple AirPort Express
M28 Apple AirPort Extreme (802.11n)
M91 Apple AirPort Extreme (802.11n, Gigabit Ethernet)
Time Capsule M52
M48 Apple AirPort Express (802.11n)
K10 Apple AirPort Extreme (Simultaneous Dual-Band)
K30 Time Capsule (Simultaneous Dual-Band)
K30A Time Capsule (Simultaneous Dual-Band, Gen2)
K10A Apple AirPort Extreme (Simultaneous Dual-Band, Gen2)
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)

Notes:
- I added returns and changed spacing for readability
- Mactracker refers to the original Time Capsule as 'M52', adding some verification to these; it also would add verification for the fact there are three numbers with "AirPort Extreme (802.11g, Multiple Ethernet)" - one each for standard, modem, and PoE
- I have no idea why the Xserve RAID is listed with all the APs
- For the most part, the code numbers make sense, especially with the K30(x) and K10(x) listings

Interesting part:
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)


The 'Simultaneous Dual-Band' Extremes and Time Capsules are currently in Gen2 (see http://en.wikipedia.org/wiki/AirPort or the old AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings), so I would say this is additional proof of new base stations.

The raw text can be found in the binary at offsets 136e54, 2bdb74, and 453170 starting at 'APPLE-FIRMWARE' for those wondering. The first offset's text is missing the first Time Capsule for some reason, so I didn't use that one.

Devices are also added (with internally changed names in some cases) in the AirPortSettings.strings file also referenced above:

"syAP" = "Product Name";
"syAP.80211nFormat" = "%@ with 802.11n";
"syAP.0" = "AirPort Base Station";
"syAP.0.useAlternateArticle" = "0";
"syAP.1" = "AirPort Base Station";
"syAP.1.useAlternateArticle" = "0";
"syAP.3" = "AirPort Extreme 802.11g";
"syAP.3.useAlternateArticle" = "0";
"syAP.102" = "AirPort Express 802.11g";
"syAP.102.useAlternateArticle" = "0";
"syAP.104" = "AirPort Extreme 802.11n (1st Generation)";
"syAP.104.useAlternateArticle" = "0";
"syAP.105" = "AirPort Extreme 802.11n (2nd Generation)";
"syAP.105.useAlternateArticle" = "0";
"syAP.106" = "Time Capsule 802.11n (1st Generation)"; --> was Time Capsule
"syAP.106.useAlternateArticle" = "1"; /* See note above */
"syAP.107" = "AirPort Express 802.11n";
"syAP.107.useAlternateArticle" = "0";
"syAP.108" = "AirPort Extreme 802.11n (3rd Generation)"; --> was AirPort Extreme (Simultaneous Dual-Band)
"syAP.108.useAlternateArticle" = "0";
"syAP.109" = "Time Capsule 802.11n (2nd Generation)"; --> was "Time Capsule (Simultaneous Dual-Band)
"syAP.109.useAlternateArticle" = "1"; /* See note above */
"syAP.113" = "Time Capsule 802.11n (3rd Generation)"; --> was Time Capsule (Simultaneous Dual-Band II)
"syAP.113.useAlternateArticle" = "1"; /* See note above */
"syAP.114" = "AirPort Extreme 802.11n (4th Generation)"; --> was AirPort Extreme (Simultaneous Dual-Band II)
"syAP.114.useAlternateArticle" = "0";
"syAP.116" = "Time Capsule 802.11n (4th Generation)"; --> New listing
"syAP.116.useAlternateArticle" = "1"; /* See note above */
"syAP.117" = "AirPort Extreme 802.11n (5th Generation)"; --> New listing
"syAP.117.useAlternateArticle" = "0";
 
Last edited:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8J2)

I hope it helps my iPhone 4 stop dropping wireless intermittently in my house.
 
Found this tidbit that appears multiple times in the binary (/AirPort Utility.app/Contents/MacOS/AirPort Utility):

APPLE-FIRMWARE
<unknown>
P19 Apple AirPort (Snow)
P85 Apple Xserve RAID
P81 Apple AirPort Extreme (802.11g)
Q57 S5 Q60 Apple AirPort Extreme (802.11g, Multiple Ethernet)
Q61 Apple AirPort Express
M28 Apple AirPort Extreme (802.11n)
M91 Apple AirPort Extreme (802.11n, Gigabit Ethernet)
Time Capsule M52
M48 Apple AirPort Express (802.11n)
K10 Apple AirPort Extreme (Simultaneous Dual-Band)
K30 Time Capsule (Simultaneous Dual-Band)
K30A Time Capsule (Simultaneous Dual-Band, Gen2)
K10A Apple AirPort Extreme (Simultaneous Dual-Band, Gen2)
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)

Notes:
- I added returns and changed spacing for readability
- Mactracker refers to the original Time Capsule as 'M52', adding some verification to these; it also would add verification for the fact there are three numbers with "AirPort Extreme (802.11g, Multiple Ethernet)" - one each for standard, modem, and PoE
- I have no idea why the Xserve RAID is listed with all the APs
- For the most part, the code numbers make sense, especially with the K30(x) and K10(x) listings

Interesting part:
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)

The 'Simultaneous Dual-Band' Extremes and Time Capsules are currently in Gen2 (see http://en.wikipedia.org/wiki/AirPort or the old AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings), so I would say this is additional proof of new base stations.

The raw text can be found in the binary at offsets 136e54, 2bdb74, and 453170 starting at 'APPLE-FIRMWARE' for those wondering. The first offset's text is missing the first Time Capsule for some reason, so I didn't use that one.
Nope, I have a generation 4.
 

Attachments

  • Screen shot 2011-06-14 at 11.38.17 PM.png
    Screen shot 2011-06-14 at 11.38.17 PM.png
    15.3 KB · Views: 411
Last edited:
Found this tidbit that appears multiple times in the binary (/AirPort Utility.app/Contents/MacOS/AirPort Utility):

APPLE-FIRMWARE
<unknown>
P19 Apple AirPort (Snow)
P85 Apple Xserve RAID
P81 Apple AirPort Extreme (802.11g)
Q57 S5 Q60 Apple AirPort Extreme (802.11g, Multiple Ethernet)
Q61 Apple AirPort Express
M28 Apple AirPort Extreme (802.11n)
M91 Apple AirPort Extreme (802.11n, Gigabit Ethernet)
Time Capsule M52
M48 Apple AirPort Express (802.11n)
K10 Apple AirPort Extreme (Simultaneous Dual-Band)
K30 Time Capsule (Simultaneous Dual-Band)
K30A Time Capsule (Simultaneous Dual-Band, Gen2)
K10A Apple AirPort Extreme (Simultaneous Dual-Band, Gen2)
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)

Notes:
- I added returns and changed spacing for readability
- Mactracker refers to the original Time Capsule as 'M52', adding some verification to these; it also would add verification for the fact there are three numbers with "AirPort Extreme (802.11g, Multiple Ethernet)" - one each for standard, modem, and PoE
- I have no idea why the Xserve RAID is listed with all the APs
- For the most part, the code numbers make sense, especially with the K30(x) and K10(x) listings

Interesting part:
K31 K30B Time Capsule (Simultaneous Dual-Band, Gen3)
K10B Apple AirPort Extreme (Simultaneous Dual-Band, Gen3)


The 'Simultaneous Dual-Band' Extremes and Time Capsules are currently in Gen2 (see http://en.wikipedia.org/wiki/AirPort ), so I would say this is additional proof of new base stations.

The raw text can be found in the binary at offsets 136e54, 2bdb74, and 453170 starting at 'APPLE-FIRMWARE' for those wondering. The first offset's text is missing the first Time Capsule for some reason, so I didn't use that one.

After I updated the Time Capsule I purchased in March 2011, it's now showing as a 3rd gen device

3rdGen.png
 
Looks like the ability to cache Software Updates is coming. From AirPort Utility.app/Contents/Resources/English.lproj/AirPortSettings.strings:

Code:
[COLOR="Blue"]"bsUP.productName"[/COLOR] =[COLOR="Magenta"] "Store Apple software updates on this %@"[/COLOR];
[COLOR="blue"]"bsUP.description"[/COLOR] = [COLOR="Magenta"]"Apple software updates that are copied to this %@ are available to anyone using this network."[/COLOR];

That was actually in the older pre-5.3.3 version as well.

There are some references to the new Time Capsule and Airport Extreme though:

"syAP.113" = "Time Capsule 802.11n (3rd Generation)";
"syAP.114" = "AirPort Extreme 802.11n (4th Generation)";
"syAP.116" = "Time Capsule 802.11n (4th Generation)";
"syAP.117" = "AirPort Extreme 802.11n (5th Generation)";

113 and 114 are the current ones. 116 and 117 are currently unreleased.
 
That was actually in the older pre-5.3.3 version as well.

There are some references to the new Time Capsule and Airport Extreme though:

"syAP.113" = "Time Capsule 802.11n (3rd Generation)";
"syAP.114" = "AirPort Extreme 802.11n (4th Generation)";
"syAP.116" = "Time Capsule 802.11n (4th Generation)";
"syAP.117" = "AirPort Extreme 802.11n (5th Generation)";

113 and 114 are the current ones. 116 and 117 are currently unreleased.

Exactly. Apple changed the naming nomenclature, and the last 2 are new.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.