InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #371  
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
  #372  
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
  #373  
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
  #374  
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
  #375  
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
  #376  
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
  #377  
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
  #378  
Old 03-20-2011, 02:20 AM
banini_jeque banini_jeque is offline
Jaguar
 
Join Date: Sep 2010
Posts: 35
@mm2311, can you boot without nullcpupm?
Reply With Quote
  #379  
Old 03-20-2011, 02:48 AM
mm2311 mm2311 is offline
Cheetah
 
Join Date: Dec 2009
Posts: 10
I have been trying, but I haven't be able to get it to work yet.

Each time I crash my system i have to boot up Windows 7 recopy to NullCPU back in to the Extra folder.


I have a Snow Leopard for VMWare that I can boot up and attach my Sata drive via USB or I use MacDrive to see the HFS volume in Windows 7.

If anyone has gotten boot up without NullCPU on 141-BL-E761-A1 BIOS 77, please let me know.

Last edited by mm2311; 03-20-2011 at 02:50 AM.
Reply With Quote
  #380  
Old 03-20-2011, 09:51 PM
banini_jeque banini_jeque is offline
Jaguar
 
Join Date: Sep 2010
Posts: 35
We need a bios expert to help us study the differences between the pre version 44 bios and version 44, because that's where the problem with cpupm starts. I started digging, but I don't understand it well enough. Somebody who really knows bios programming should be able to figure out the issue. Until we get someone like that on board, or someone from EVGA, I think we're all SOL with bios 44 and newer.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply