InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 02-11-2011, 10:37 PM
Mutant_Tractor Mutant_Tractor is offline
Cheetah
 
Join Date: Jan 2011
Posts: 9
Post up the DSDT by any chance?
Reply With Quote
  #2  
Old 02-11-2011, 10:39 PM
fq360 fq360 is offline
Cheetah
 
Join Date: Jan 2011
Posts: 13
so i guess c states not working although appleintcpu pwr man is?

what about appleLPC thats mentioned how do i enable that DSDT?
Reply With Quote
  #3  
Old 02-11-2011, 10:39 PM
fq360 fq360 is offline
Cheetah
 
Join Date: Jan 2011
Posts: 13
wont let me attach?
Reply With Quote
  #4  
Old 02-12-2011, 12:57 AM
fq360 fq360 is offline
Cheetah
 
Join Date: Jan 2011
Posts: 13
need fing apple lpc id to patch in DSDT im using ispci but dont know what to look for regarding dev id?
Reply With Quote
  #5  
Old 02-12-2011, 04:44 PM
fq360 fq360 is offline
Cheetah
 
Join Date: Jan 2011
Posts: 13
got dev id but getting compile errors DSDTSE
Reply With Quote
  #6  
Old 02-12-2011, 10:50 PM
fq360 fq360 is offline
Cheetah
 
Join Date: Jan 2011
Posts: 13
im trying to compile my DSDT with the following code to LPCB
Device (LPCB)
{
Name (_ADR, 0x001F0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x18, 0x3A, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}

however im getting few errors i cant resolve :

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 336: Store (\_SB.SAPF, PIOH)
Error 4064 - Object does not exist ^ (\_SB.SAPF)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 429: Notify (\_SB.PCI0.UHC1, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 430: Notify (\_SB.PCI0.UHC2, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 431: Notify (\_SB.PCI0.UHC3, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 432: Notify (\_SB.PCI0.UHC4, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 433: Notify (\_SB.PCI0.UHC5, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 434: Notify (\_SB.PCI0.UHC6, Zero)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 459: Notify (\_SB.PCI0.UHC1, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC1)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 464: Notify (\_SB.PCI0.UHC2, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC2)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 469: Notify (\_SB.PCI0.UHC3, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC3)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 474: Notify (\_SB.PCI0.UHC4, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC4)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 479: Notify (\_SB.PCI0.UHC5, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC5)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 484: Notify (\_SB.PCI0.UHC6, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.UHC6)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 489: Notify (\_SB.PCI0.EHC1, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC1)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 490: Notify (\_SB.PCI0.EHC2, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.EHC2)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 491: Notify (\_SB.PCI0.IGBE, 0x02)
Error 4064 - Object does not exist ^ (\_SB.PCI0.IGBE)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7141: Method (_DSM, 4, NotSerialized)
Error 4057 - Name already exists in scope ^ (_DSM)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8170: Return (SLIC)
Error 4068 - Object is not accessible from this scope ^ (SLIC)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8645: Device (PCI0.PX40.FWH)
Error 4065 - Object not found or not accessible from scope ^ (PCI0.PX40.FWH)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8647: Name (_HID, EisaId ("INT0800"))
Error 4068 - Object is not accessible from this scope ^ (_HID)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8648: Method (_CRS, 0, NotSerialized)
Error 4068 - Object is not accessible from this scope ^ (_CRS)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8650: Name (FWH0, ResourceTemplate ()
Error 4068 - Object is not accessible from this scope ^ (FWH0)

/Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 8657: Return (FWH0)
Error 4068 - Object is not accessible from this scope ^ (FWH0)

ASL Input: /Users/simon-cooper/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 8909 lines, 272387 bytes, 3025 keywords
Compilation complete. 23 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
Reply With Quote
  #7  
Old 03-02-2011, 06:35 PM
emenelton emenelton is offline
Cheetah
 
Join Date: Feb 2011
Posts: 9
How to extract SSDT

I have Everest Ultimate on my Windows XP comp and I am looking for instructions on how to generate SSDT files. I have an EVGA x58 Micro that I am trying to get the idle temps down on.
Reply With Quote
  #8  
Old 03-16-2011, 06:52 AM
mm2311 mm2311 is offline
Cheetah
 
Join Date: Dec 2009
Posts: 10
10.6.6 evga x58 e761 bios 77

I have the EVGA X58 Board:

141-BL-E761-A1 BIOS 77

I have been having Finder freezing issue, in which I launch Finder or applications only to hang up.

Has anyone played or patched a DSDT for this version. I was just using Airwalk's, but I'd prefer to create my own.

I have ENABLED
- Dummy OC on for 3.2GHZ
- Turbo Mode
- Turbo Performance

Just wondering if anyone else has had these issues, I think it happened after I updated to BIOS 77
Before the BIOS update 10.6.6 was running flawlessly.
Reply With Quote
  #9  
Old 03-16-2011, 02:48 PM
mm2311 mm2311 is offline
Cheetah
 
Join Date: Dec 2009
Posts: 10
Fstab & ntfs

Looks like I resolved it. Just in case your Finder is freezing.

Disable any NTFS drives from automounting.

I had two read/write entries I set in my etc/fstab file to allow for me to write to my Windows 7 drive and my NTFS USB flash drive.

UUID="your hard drive" none ntfs rw,noauto
After the rw, I added the noauto, so that the drives do not mount in FINDER on boot.

Everythings seems to be running smooth now, without applications or Finder freezing.

Let me know if anyone else has had this issue. I went Crazy trying everything else with BIOS settings and kexts.
Reply With Quote
  #10  
Old 04-02-2011, 01:20 AM
cpress cpress is offline
Cheetah
 
Join Date: Sep 2010
Posts: 3
Quote:
Originally Posted by mm2311 View Post
Looks like I resolved it. Just in case your Finder is freezing.

Disable any NTFS drives from automounting.

I had two read/write entries I set in my etc/fstab file to allow for me to write to my Windows 7 drive and my NTFS USB flash drive.

UUID="your hard drive" none ntfs rw,noauto
After the rw, I added the noauto, so that the drives do not mount in FINDER on boot.

Everythings seems to be running smooth now, without applications or Finder freezing.

Let me know if anyone else has had this issue. I went Crazy trying everything else with BIOS settings and kexts.
I've been having these issues as well. Looks like your fix worked for me. It seems that I cannot have my Windows volume mounted. I can mount my ntfs storage volume, just not the windows................

Thanks for the tip!
Reply With Quote
Reply