![]() |
DSDT for EEE PC 901
May be someone can upload patched dsdt for EEE PC 901 for 2103 bios 1 or 2 Gb? It's strange that there are a lot of dsdt for another models but almost none for 901.
By the way, does 2103 bios need to have dsdt to work with Leo? I'm using mine with Leo 10.5.8 without dsdt file and systems seems to work fine enough exept waking up screen (it's black) . |
I am running a 900A, but this should work on the 901 as well.
Patch DSDT yourself - extract the table using fassls Patcher and open dsdt.dsl Add this code after "Scope (_SB)" section - paste after those lines starting with "Alias (PRSA, ****)": Code:
Device (PNLF) Code:
Method (WAK, 1, NotSerialized) Code:
Method (_PTS, 1, NotSerialized) Have Fun. :cool: |