I thought it might be useful to see if there is any correlation between production build date on the 2011 MacBook Airs and the type of SSD and Display panel being used. Could you please reply to this thread, giving your MBA (2011) Production Week (see below), SSD manufacturer, and Display Panel manufacturer. Hopefully gathering a reasonable amount of data on this from a panel of MBA users will help shed some light on why the part manufacturers are differing on different units, and if this (in any way) correlates to early or later produced units. Thanks!
To find out your year/week of production, refer to this page at TUAW:
http://www.tuaw.com/2005/04/14/when-was-your-mac-born/
To find the type of SSD, go to "About this Mac" in the Apple menu, click "More Info" and then click "System Report" and then click "Serial ATA"
If your drive is Samsing, it will start with SM, for example SM128C
If your drive is Toshiba, it will start with TS, for example TS128C
To identify your Display:
open terminal , paste:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
the first line is your display model.
The belief is that if it starts with LP = LG screen while LTH = Samsung screen.
---------------------------------------------------------
Please report back below with:
Build week/year, SSD manufacturer (model), and Display type (model).
The hope is that we can determine the reasoning behind the different parts that Apple is using on the 2011 MBA, and if possibly Apple may well be "using up" older inventory on the earlier manufactured units. Please post your results below. Thanks.
To find out your year/week of production, refer to this page at TUAW:
http://www.tuaw.com/2005/04/14/when-was-your-mac-born/
To find the type of SSD, go to "About this Mac" in the Apple menu, click "More Info" and then click "System Report" and then click "Serial ATA"
If your drive is Samsing, it will start with SM, for example SM128C
If your drive is Toshiba, it will start with TS, for example TS128C
To identify your Display:
open terminal , paste:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
the first line is your display model.
The belief is that if it starts with LP = LG screen while LTH = Samsung screen.
---------------------------------------------------------
Please report back below with:
Build week/year, SSD manufacturer (model), and Display type (model).
The hope is that we can determine the reasoning behind the different parts that Apple is using on the 2011 MBA, and if possibly Apple may well be "using up" older inventory on the earlier manufactured units. Please post your results below. Thanks.