
05-19-2010, 08:29 PM
|
Jaguar
|
|
Join Date: Jun 2009
Posts: 36
|
|
This is very easy fix.
Code:
./dsdt_fixed.txt 534: And (CTRL, 0x0C)
Warning 1105 - ^ Result is not used, operator has no effect
Open your dsdt.dsl file & go to line #534. Change it to:-
And (CTRL, 0x0C, CTRL)
Code:
./dsdt_fixed.txt 4047: Name (T0_0, 0x00)
Error 4111 - Creating a named object in a While loop ^
Go to line # 4047, move up Name (T0_0, 0x00) so that it will be at the outside of the While loop code.
Quote:
And bios reset everytime I restart my computer.
|
Find Device (RTC) & change the length to 0x02. For example, like this:-
Code:
Device (RTC)
{
Name (_HID, EisaId ("PNP0B00"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x00, // Alignment
0x02, // Length
})
}
1) Retail Mac OS X 10.6 ** Acer Aspire 9420 Intel C2D T5600 ** 4GB DDR2 ** NVIDIA GeForce Go 7300 128MB ** Dell Wireless 1395 (rebrand to AirPort Extreme) ** ALC883
2) Windows 7 Home Premium 64-bit ** Dell Studio 1557 Intel Core i7 720QM ** 4GB DDR3 1333Mhz ** ATI HD4570 512MB ** Intel WiFi 5300 ** Seagate Momentus 5400.6 SATA 3Gb/s 320-GB Hard Drive 5400RPM ** WLED 1366x768 15.6"
3) Retail Mac OS X 10.5.6 + Vista Ultimate ** Acer Aspire 3680 Intel Celeron M 440 ** Linksys WPC54G v3.1 ** ALC883
Last edited by kizwan; 05-19-2010 at 08:34 PM.
|