Great Gatsby wrote:
- To my surprise, the Kernel Flag in com.apple.Boot.plist is set to arch=x86_64:
Code: Select all
<key>Kernel Flags</key>
<string>arch=x86_64</string>
IMHO this will never work the way it should, as the L2400 in Lenovo's X60 Tablet is - like any Core Duo and not to be confused with Intel's Core 2 Duo - a 32-bit-only CPU. So the correct flag should be
Code: Select all
<key>Kernel Flags</key>
<string>arch=i386</string>
You're right, I will update the Package ASAP.
Great Gatsby wrote:
- Furthermore, the X60t's processor is still recognized as a Core 2 Duo by Snow Leopard. I assume this is due to the fact that AsereBLN's boot loader only recognizes Core 2 Duo, Core 2 Quad and Core i7 processors correctly and assumes unkown CPUs to be Core 2 Duos. This could be fixed by inserting the correct SMcputype value into smbios.plist. Unfortunately, I did not find any documentation on these values, but the one for the Core Duo must exists as Apple themselves have used Core Duos at least in the first MacBook and MacBook Pro generations.
I never noticed that my CPU was labelled as a Core2Duo instead of a CoreDuo ... once again you're right ! (I guess it is only a cosmetic issue)
I always assumed that as PowerManagement worked with the MacBookPro1,1 profile for CoreDuo, the system would recognize my CPU Type ... I was wrong ...
We just have to add the right SMcputype in the smbios.plist :
CoreDuo 513 ... it was a tough one to find out as many developers consider that it is not a genuine Apple CPU (even if they are wrong ... see the firts MacBookPro family that I used from PowerManagement Profile ...), and it was in chineese ... And I will also update this ASAP !
Great Gatsby wrote:
- Sleepwatcher's current version is 2.1, but the one in your package is 2.0.5 which - according to the author's website - is meant for use with Panther and Tiger. Is this by accident or did you include version 2.0.5 on purpose?
When I did this guide the current version was 2.0.5, meant also for tiger and leopard ... it worked well for me on SnowLeopard ... and I never needed to update it ...
Great Gatsby wrote:
- There have been more than one project to write a Mac OS X driver for Intel's 3945abg ...
IntelWifi Driver will be an everlasting project, I have been following development for
years now and it seems to be a dead-end ... just switch your wifi card (10$ on ebay) !
Great Gatsby wrote:
- Unfortunately, tablet input and sleep/hibbernation do not work on my machine (6363-2AG) with your package. When I close the ThinkPad's lid, its hard disk becomes active for a short period of time, but the sleep LED (the tiny little "moon") keeps blinking. When I open the lid again, the ThinkPad's BIOS screen comes up, followed by the infamous "ERROR 0192: System Security - Embedded Security hardware tamper detected." message I was used to from Mac OS X 10.5 Leopard on the same machine. I am not sure though if Sleepwatcher 2.0.5 really works the way it should. Is there any way I could check this?
For the tablet, you have to install "
TabletMagic". If it still don't work you can modify the LegacyX60T.kext with "WACF008" instead of "WACF004" and see
this post.
As far as sleep (hibernatemode 3) doesn't work with 3GB of RAM, only deep sleep does (hibernatemode 1) ... see
my post on the first page.
"ERROR 0192" is a "Secure Virtual Memory" error (hibernatemode 5 or 7), you just have to uncheck "Use Secure Virtual Memory" somewhere (but I don't remember exactly where) or change your hibernation mode.
This post is very useful to understand the different hibernation modes.
If you want to try sleep with sleepwatcher just remove RAM (to have less than 2GB) ...
Great Gatsby wrote:
- Finally: Snow Leopard's file system is called HFS+, not "HTFS".

You're the second one to report that mistake, and you're definitively right
... I will update the first post ASAP (once again !)
Thanks for all your feedback, and I hope I answered your questions !
