![]() |
#1
|
|||
|
|||
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) . |
#2
|
|||
|
|||
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) { Name (_HID, EisaId ("APP0002")) Name (_CID, "backlight") Name (_UID, 0x0A) Name (_STA, 0x0B) } Code:
Method (WAK, 1, NotSerialized) { \_SB.PCI0.SBRG.EC0.EC0W (Arg0) \_SB.PCI0.NWAK (Arg0) \_SB.PCI0.SBRG.SWAK (Arg0) LPWK (Arg0) Store(\_SB.ATKD.PBLG(),local0) \_SB.ATKD.PBLS(local0) } Code:
Method (_PTS, 1, NotSerialized) { If (LEqual (Arg0, 0x05)) {} Else { all code previously placed in _PTS,1 section } } Have Fun. ![]() 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++ AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD Last edited by Imkantus; 09-16-2010 at 02:48 PM. |