Jump to content
jwgch

Vanilla ML 10.8.2 on HP Envy 17 1090ca i7-720QM

Recommended Posts

Greetings every one!


I request your help; I have been able to install ML 10.8.2 on a Hp Envy-17 1090ca.


Installed:
Vanilla ML 10.8.2
Chameleon-2.2svn-r2181 from: Chameleon-2.2svn-r2181.pkg.zip


/E/E

FakeSMC 4.3.25 bundled with: FakeSMC 4.3.25 (HWSensors.pkg. The sensor and utility  were instaled default; FakeSMC moved from S/L/E)


NullCPUPowerManagement 1.0.0d2 from NullCPUPowerManagement (32-/64-bit)


RealtekRTL81xx 0.0.90 from RealtekRTL81xx-0_0_90.pkg



/E

dsdt.aml DSDTEditor_Mac.zip; DSDTEditor_Linux_Windows.zip (.dsl Created on win7,  all patched for Notebook Core i Nehalem were applied and compiled with DSDTEditor)


org.chameleon.Boot.plist


SMBios.plist



Now, the following do work consistently:


CPU: 1Core


Video: OOB external ports only (VGA y mD; but some problems connecting mD and No  QE/CI)


USB: OOB 2 rigth. (Sleep disabled)


Card Reader: OOB.


Bluetooth: OOB.


Network: Realtek RTL8111/8168B Gigabit LAN throw kext /E/E




It doesn't work steady:


Blu-Ray: It works if turn on with CD on it; otherwise it is not detected and doesn't work at  all.




The following don't work at all:


CPU: All other 7 cores.


Video: Laptop screen just work starting the system nothing else.


Web Cam: Not working now; with other kext combinations it does work OOB.


Network: Wireless hardware not detected.


Audio: Nothing at all.


USB: USB/eSATA and USB 3.0 ports.


Keyboard and trackpad: Keyboard works fine and trackpad moves mouse but no click 
with AppleACPIPS2Nub.kext and ApplePS2Controller.kext.





The following are not tested:
HDMI.




I attach Extra folder.

I need your help to get running this system; if it can be accomplished just modifying the dsdt.aml and leaving the /S/L/E kexts unaltered will be optimal and great.



Thank you beforehand for your help and advice.


Cheers.





I7-720Qm, 8Gb, Ati Mobility Radeon Hd 5850, 2 X Seagate 500Gb With S.M.A.R.T., 16Mb Cache, Hp Dvdwbd Ts-Tb23L Blu-Ray Dvd Player Dvd/Cd Writer, Intel Idt High Definition Audio (Internal)/ Ati High Definition Audio (Hdmi), Realtek Rtl8111/8168B Gigabit Lan, Broadcom 43224Ag (A/B/G/N-Draft), Hp Truevision Hd Webcam With Integrated Microphone, Synaptics Ps2 Touchpad, Nec Usb3 (Ss), 2X Intel Usb2,Ricoh Card Reader.

Extra.zip

MacBook Pro.spx.zip

My dsdt.zip

Edited by Guest

JWGCh





I7-720Qm, 8Gb, Ati M-Radeon Hd 5850, 2 X HD 500Gb, Hp Dvdwbd Ts-Tb23L, Intel IDT HD Audio/ ATI HD Audio (Hdmi), Realtek Rtl8111/8168B Gb Lan, Broadcom 43224Ag, Hp Hd Webcam, Synaptics Ps2 Touchpad, Nec Usb3 (Ss), 2X Intel Usb2,Ricoh C Reader.

Link to comment
Share on other sites

It didn't work; it does work without cpus=1 but only detect 1 cpu.

JWGCh





I7-720Qm, 8Gb, Ati M-Radeon Hd 5850, 2 X HD 500Gb, Hp Dvdwbd Ts-Tb23L, Intel IDT HD Audio/ ATI HD Audio (Hdmi), Realtek Rtl8111/8168B Gb Lan, Broadcom 43224Ag, Hp Hd Webcam, Synaptics Ps2 Touchpad, Nec Usb3 (Ss), 2X Intel Usb2,Ricoh C Reader.

Link to comment
Share on other sites

Update:

Now I have:


Installed:
Vanilla ML 10.8.2
Chameleon-2.2svn-r2181


/E/E

FakeSMC 4.3.4

RealtekRTL81xx 0.0.90


/E

dsdt.aml DSDTEditor_Mac.zip; DSDTEditor_Linux_Windows.zip (.dsl Created on win7,  custom patched for HPET were applied and compiled with DSDTEditor)
org.chameleon.Boot.plist

SMBios.plist


Now, the following do work consistently:


CPU: 1Core

Video: OOB external ports only (VGA y mD; but some problems connecting mD and No  QE/CI)
USB: OOB 2 right.
Card Reader: OOB.
Bluetooth: OOB.
Network: Realtek RTL8111/8168B Gigabit LAN throw kext /E/E

Energy managment, sleep and shutdown; USB after sleep.


It doesn't work steady:


Blu-Ray: It works if turn on with CD on it; otherwise it is not detected and doesn't work at  all.


The following don't work at all:


CPU: All other 7 cores.

Video: Laptop screen just work starting the system nothing else.
Web Cam: Not working now; with other kext combinations it does work OOB.
Network: Wireless hardware not detected.
Audio: Nothing at all.
USB: USB/eSATA and USB 3.0 ports.


The following are not tested:
HDMI.


I was able to delete NullCPUPowerManagement after a custom HPET edit from DSDT.

Before:

 

                Device (HPET)
               {
                   Name (_HID, EisaId ("PNP0103"))
                   Name (_UID, Zero)
                   Name (BUF0, ResourceTemplate ()
                   {
                       Memory32Fixed (ReadWrite,
                           0xFED00000,         // Address Base
                           0x00000400,         // Address Length
                           _Y0F)
                   })
                   Method (_STA, 0, NotSerialized)
                   {
                       If (LGreaterEqual (OSYS, 0x07D1))
                       {
                           If (HPAE)
                           {
                               Return (0x0F)
                           }
                       }
                       Else
                       {
                           If (HPAE)
                           {
                               Return (0x0B)
                           }
                       }
                       Return (Zero)
                   }
                   Method (_CRS, 0, Serialized)
                   {
                       If (HPAE)
                       {
                           CreateDWordField (BUF0, \_SB.PCI0.LPCB.HPET._Y0F._BAS, HPT0)
                           If (LEqual (HPAS, One))
                           {
                               Store (0xFED01000, HPT0)
                           }
                           If (LEqual (HPAS, 0x02))
                           {
                               Store (0xFED02000, HPT0)
                           }
                           If (LEqual (HPAS, 0x03))
                           {
                               Store (0xFED03000, HPT0)
                           }
                       }
                       Return (BUF0)
                   }
               }

 

After:

                Device (HPET)
               {
                   Name (_HID, EisaId ("PNP0103"))
                   Name (_UID, Zero)
                   Name (BUF0, ResourceTemplate ()
                   {
                       Memory32Fixed (ReadWrite,
                           0xFED00000,         // Address Base
                           0x00000400,         // Address Length
                           _Y0F)
                   })
                   Method (_STA, 0, NotSerialized)
                   {
                       If (LGreaterEqual (OSYS, 0x07D1))
                       {
                           If (HPAE)
                           {
                               Return (0x0F)
                           }
                       }
                       Else
                       {
                           If (HPAE)
                           {
                               Return (0x0B)
                           }
                       }
                       Return (0x0F)
                   }
                   Method (_CRS, 0, Serialized)
                   {
                       CreateDWordField (BUF0, \_SB.PCI0.LPCB.HPET._Y0F._BAS, HPT0)
                       If (LEqual (HPAS, One))
                       {
                           Store (0xFED01000, HPT0)
                       }
                       If (LEqual (HPAS, 0x02))
                       {
                           Store (0xFED02000, HPT0)
                       }
                       If (LEqual (HPAS, 0x03))
                       {
                           Store (0xFED03000, HPT0)
                       }
                       Return (BUF0)
                   }
               }

 

I attach Extra folder.


artur-pt: Thanks for your advice; I used the kernelpatcher.lib, and in fact it allow to boot without cpus=1 nor busratio=12 flags; but the sleep and the energy managment becomes unstable, and it freezes after wakeup; besides Actvity monitor still shows just 1 CPU after restart no idea why!


mnfesq: Catastrophic failure after use your files lots of KP. Thanks anyway!



Thank you beforehand for your help and advice.


Cheers.

Extra.zip

JWGCh





I7-720Qm, 8Gb, Ati M-Radeon Hd 5850, 2 X HD 500Gb, Hp Dvdwbd Ts-Tb23L, Intel IDT HD Audio/ ATI HD Audio (Hdmi), Realtek Rtl8111/8168B Gb Lan, Broadcom 43224Ag, Hp Hd Webcam, Synaptics Ps2 Touchpad, Nec Usb3 (Ss), 2X Intel Usb2,Ricoh C Reader.

Link to comment
Share on other sites

The following worked for me:


1. Recognized cores: Patched AppleIntelCPUPowerManagement.kext, correct SMBios for my laptop and extracted SSDT.aml using MacIasl.


2. Video: find the correct Device properties and add them to your org.chameleon.boot.plist. But it appears that you have the ATI Radeon Mobility 5850. I found this, and it may help you: http://forum.voodooprojects.org/index.php?topic=1959.msg10892#msg10892 It was reply #154.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...