Jump to content

DV6-6090xx Mac OS X Lion Install Disc


appleworm
 Share

463 posts in this topic

Recommended Posts

Ok but how do wake-up the notebook after sleep I have tried to press any key in the keyboard but don't work, I have to switch off them and reboot.

Thanks for your help.

With the Lid, or space bar

 

PS remove the charger when it is in sleep

Link to comment
Share on other sites

Hi I have tried to slee

p and wake up my notebook but also after the wake up from sleep USB 3 don't work, I attach my DSDT could you please check if there are mistakes in them (I think that the problem is in this file).

Many thanks in advice

you have no patch for USB, no controller or device id.

 

There is also written in my, what to do when he go to sleep (must return a value)

 

My USB device:

Device (EHC1)

 

Device (EHC1)
	{
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x0F)
				{
					"device-id",
					Buffer (0x04)
					{
						0x34, 0x3B, 0x00, 0x00
					},
					"built-in",
					Buffer (One)
					{
						0x00
					},
					"AAPL,clock-id",
					Buffer (One)
					{
						0x01
					},
					"device_type",
					Buffer (0x05)
					{
						"EHCI"
					},
					"AAPL,current-available",
					0x04B0,
					"AAPL,current-extra",
					0x02BC,
					"AAPL,current-in-sleep",
					0x03E8,
					Buffer (One)
					{
						0x00
					}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
		Name (_ADR, 0x001D0000)
		OperationRegion (PWKE, PCI_Config, 0x62, 0x04)
		Field (PWKE, DWordAcc, NoLock, Preserve)
		{
				,   1,
			PWUC,   8
		}
		Method (_PSW, 1, NotSerialized)
		{
			If (Arg0)
			{
				Store (Ones, PWUC)
			}
			Else
			{
				Store (Zero, PWUC)
			}
		}
		Method (_S3D, 0, NotSerialized)
		{
			Return (0x02)
		}
		Method (_S4D, 0, NotSerialized)
		{
			Return (0x02)
		}

 

 

Device (EHC2)

 

Device (EHC2)
	{
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x0F)
				{
					"device-id",
					Buffer (0x04)
					{
						0x34, 0x3B, 0x00, 0x00
					},
					"built-in",
					Buffer (One)
					{
						0x00
					},
					"AAPL,clock-id",
					Buffer (One)
					{
						0x01
					},
					"device_type",
					Buffer (0x05)
					{
						"EHCI"
					},
					"AAPL,current-available",
					0x04B0,
					"AAPL,current-extra",
					0x02BC,
					"AAPL,current-in-sleep",
					0x03E8,
					Buffer (One)
					{
						0x00
					}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
		Name (_ADR, 0x001A0000)
		OperationRegion (PWKE, PCI_Config, 0x62, 0x04)
		Field (PWKE, DWordAcc, NoLock, Preserve)
		{
				,   1,
			PWUC,   6
		}
		Method (_PSW, 1, NotSerialized)
		{
			If (Arg0)
			{
				Store (Ones, PWUC)
			}
			Else
			{
				Store (Zero, PWUC)
			}
		}
		Method (_S3D, 0, NotSerialized)
		{
			Return (0x02)
		}
		Method (_S4D, 0, NotSerialized)
		{
			Return (0x02)
		}

 

 

I have also seen other missing patches

 

 

Just one question, why use layout 311 (371 in HEX) under HDEF?

"layout-id",
					Buffer (0x04)
					{
						0x37, 0x01, 0x00, 0x00

 

Have you a patched AppleHDA for this?

Link to comment
Share on other sites

Hello to all,

are registered from 2010 ... :moil: this is my first post .... :thumbsup_anim: not bad! Right? :wink2:

 

I completed my installation ... :dev:

I note that I disabled ATI 6770M bios hack (thanks Micky :wink2: ) to reduce battery consumption and heat the notebook :fiery: so the battery lasts 4 hours!

 

I use a Hard disk Corsair SSD 120Gb

Mountain Lion boot in 15s :ihw_wow:

Geekbench 5222

post-702252-0-03181300-1345900628_thumb.png

Link to comment
Share on other sites

you have no patch for USB, no controller or device id.

 

There is also written in my, what to do when he go to sleep (must return a value)

 

My USB device:

Device (EHC1)

 

Device (EHC1)
	{
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x0F)
				{
					"device-id",
					Buffer (0x04)
					{
						0x34, 0x3B, 0x00, 0x00
					},
					"built-in",
					Buffer (One)
					{
						0x00
					},
					"AAPL,clock-id",
					Buffer (One)
					{
						0x01
					},
					"device_type",
					Buffer (0x05)
					{
						"EHCI"
					},
					"AAPL,current-available",
					0x04B0,
					"AAPL,current-extra",
					0x02BC,
					"AAPL,current-in-sleep",
					0x03E8,
					Buffer (One)
					{
						0x00
					}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
		Name (_ADR, 0x001D0000)
		OperationRegion (PWKE, PCI_Config, 0x62, 0x04)
		Field (PWKE, DWordAcc, NoLock, Preserve)
		{
				,   1,
			PWUC,   8
		}
		Method (_PSW, 1, NotSerialized)
		{
			If (Arg0)
			{
				Store (Ones, PWUC)
			}
			Else
			{
				Store (Zero, PWUC)
			}
		}
		Method (_S3D, 0, NotSerialized)
		{
			Return (0x02)
		}
		Method (_S4D, 0, NotSerialized)
		{
			Return (0x02)
		}

 

 

Device (EHC2)

 

Device (EHC2)
	{
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x0F)
				{
					"device-id",
					Buffer (0x04)
					{
						0x34, 0x3B, 0x00, 0x00
					},
					"built-in",
					Buffer (One)
					{
						0x00
					},
					"AAPL,clock-id",
					Buffer (One)
					{
						0x01
					},
					"device_type",
					Buffer (0x05)
					{
						"EHCI"
					},
					"AAPL,current-available",
					0x04B0,
					"AAPL,current-extra",
					0x02BC,
					"AAPL,current-in-sleep",
					0x03E8,
					Buffer (One)
					{
						0x00
					}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
		Name (_ADR, 0x001A0000)
		OperationRegion (PWKE, PCI_Config, 0x62, 0x04)
		Field (PWKE, DWordAcc, NoLock, Preserve)
		{
				,   1,
			PWUC,   6
		}
		Method (_PSW, 1, NotSerialized)
		{
			If (Arg0)
			{
				Store (Ones, PWUC)
			}
			Else
			{
				Store (Zero, PWUC)
			}
		}
		Method (_S3D, 0, NotSerialized)
		{
			Return (0x02)
		}
		Method (_S4D, 0, NotSerialized)
		{
			Return (0x02)
		}

 

 

I have also seen other missing patches

 

 

Just one question, why use layout 311 (371 in HEX) under HDEF?

"layout-id",
					Buffer (0x04)
					{
						0x37, 0x01, 0x00, 0x00

 

Have you a patched AppleHDA for this?

Sorry I-m not an expert whit DSDT files could you explain me better what I have to do.

Thanks a lot in advice

Link to comment
Share on other sites

Hello to all,

are registered from 2010 ... :moil: this is my first post .... :thumbsup_anim: not bad! Right? :wink2:

 

I completed my installation ... :dev:

I note that I disabled ATI 6770M bios hack (thanks Micky :wink2: ) to reduce battery consumption and heat the notebook :fiery: so the battery lasts 4 hours!

 

I use a Hard disk Corsair SSD 120Gb

Mountain Lion boot in 15s :ihw_wow:

Geekbench 5222

 

hi, how do you disable at 6770m?

since it will not work on osx, it´s better to have it disable right?

Link to comment
Share on other sites

hi, how do you disable at 6770m?

since it will not work on osx, it´s better to have it disable right?

Hi, yes disable 6770m with bios mod InsydeH2O F.1A

Go into BIOS -> Advanced -> Video Configuration -> disable

advanced configuration.

 

I have found it necessary to lower heating and battery consumption :wink2:

 

My video on youtube, boot ML 10.8.1 in 15s

 

Link to comment
Share on other sites

Hi, yes disable 6770m with bios mod InsydeH2O F.1A

Go into BIOS -> Advanced -> Video Configuration -> disable

advanced configuration.

 

I have found it necessary to lower heating and battery consumption :wink2:

 

My video on youtube, boot ML 10.8.1 in 15s

 

 

 

 

nice work, didn´t know that there is the 10.8.1 update... do you need to replace any k.text?

 

the mod InsydeH2O F.1A wont break my BIOS?

Link to comment
Share on other sites

nice work, didn´t know that there is the 10.8.1 update... do you need to replace any k.text?

 

the mod InsydeH2O F.1A wont break my BIOS?

 

 

No, never mind replace any kext ... after the upgrade you need to start in -v -f cpus=1. Reinstall the modified mach_kernel, repair permissions and cache.

Fact.

 

For the bios InsydeH2O not damage the bios, happen to have semi brick, and you have to disconnect the battery "tampone" for 10s.

Also ask other users their experience!

 

I've also installed to unlock the whitelist wifi card!!!! :moil:

 

Sorry I-m not an expert whit DSDT files could you explain me better what I have to do.

Thanks a lot in advice

Hi, Micky there will be for 2 weeks ... you need to download DSDTSE. Upload your dsdt and edit it as explained by Micky. Save and reboot "

Just one question, why use layout 311 (371 in HEX) under HDEF?"

Link to comment
Share on other sites

No, never mind replace any kext ... after the upgrade you need to start in -v -f cpus=1. Reinstall the modified mach_kernel, repair permissions and cache.

Fact.

 

For the bios InsydeH2O not damage the bios, happen to have semi brick, and you have to disconnect the battery "tampone" for 10s.

Also ask other users their experience!

 

I've also installed to unlock the whitelist wifi card!!!! :moil:

 

 

Hi, Micky there will be for 2 weeks ... you need to download DSDTSE. Upload your dsdt and edit it as explained by Micky. Save and reboot "

Just one question, why use layout 311 (371 in HEX) under HDEF?"

 

 

 

hi semiconti,

 

just upgrade to 10.8.1 and everything seems fine. thanks

 

about InsydeH2O i´m a bit afraid because, when i bought the HP i run the whitelist wifi card and gave me a semi brick, and could never turn it on, even after removing the battery. i had to replace for another.

 

best to all...

 

hi semiconti,

 

just upgrade to 10.8.1 and everything seems fine. thanks

 

about InsydeH2O i´m a bit afraid because, when i bought the HP i run the whitelist wifi card and gave me a semi brick, and could never turn it on, even after removing the battery. i had to replace for another.

 

best to all...

 

hi semiconti, could you please post the InsydeH2O to see if it works with me? as anyone try it? what´s your experience???

 

best to all

 

Hi, yes disable 6770m with bios mod InsydeH2O F.1A

Go into BIOS -> Advanced -> Video Configuration -> disable

advanced configuration.

 

I have found it necessary to lower heating and battery consumption :wink2:

 

My video on youtube, boot ML 10.8.1 in 15s

 

 

 

 

hi, i´ve notice that you have icloud working with your HP, everything i try to put my apple iD and password dosen´t enter.

any work arround on that?

best to all

Link to comment
Share on other sites

With bios F1a No Withelist Unlocked by camiloml (http://www.bios-mods..._ByCamiloml.exe), you can change your wifi card (Centrino Wireless-N 1030 not work I think) and switch off discrete videocard, to save battery!

Only problem with your bios check if you have F1a or F1b series! I think it's different on dv 6 with half point in the numbers (my 6190, your 6c50, letter "c" in the middle), ensure this!

 

To activate keys brightness is simple:

plug an external usb keyboard, then go to "System Preferences> Keyboard" now you can see the "Monitor" icon on the left side.

 

Assign key F2 to lower brightness, F3 key to get up.

 

The change is permanent!

 

bye

 

Hey guys want to try this?

 

is a installer I did, he install a custom override files for your display, and make appear "Internal Led Panel" istead of "sp_display" in System profiler!

 

We did this on tonymacx86 through philip_petev that created script to automate the work of CharredPC (http://www.insanelym...howtopic=208410)

 

try!

 

 

Hi again micky,

if i install the Withelist Unlocked by camiloml, will it give me a semi brick? i´m a bit afraid of break my mios and the laptop do not boot up.

Cheers

 

Hi again micky,

if i install the Withelist Unlocked by camiloml, will it give me a semi brick? i´m a bit afraid of break my mios and the laptop do not boot up.

Cheers

 

i have de F1b bios.

best

Link to comment
Share on other sites

 

hi, i´ve notice that you have icloud working with your HP, everything i try to put my apple iD and password dosen´t enter.

any work arround on that?

best to all

 

only for the first access, you must use the original kernel. test, so it should work.

later is possible install mod kernel!!

 

hi semiconti, could you please post the InsydeH2O to see if it works with me? as anyone try it? what´s your experience???

 

best to all

 

The risk is there! I am 3 months I use the bios mod, I had a dozen semi brike ... was enough to remove the battery (button or coin) for 10s.

 

The Unlocked bios F1a is more solid

Link to comment
Share on other sites

only for the first access, you must use the original kernel. test, so it should work.

later is possible install mod kernel!!

 

 

 

The risk is there! I am 3 months I use the bios mod, I had a dozen semi brike ... was enough to remove the battery (button or coin) for 10s.

 

The Unlocked bios F1a is more solid

 

 

My OSX do not but with original kernel, KP every time. any work arround for this?

 

i´ll try to put de bio F1A and try to see if it works.

thanks a lot

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

I installed

AppleIntelCPUPowerManagement.kext version patched by el coniglio and removed NullIntelCpuPowerManagement.kext

 

The ML no boot with Kernel Panic... AppleIntelCPUPowerManagement error

 

did you work? do you have any idea?

:moil:

 

Hello to all I'm back!! :jester:

kidney transplant......all ok!!!!!!!! I'm happy to be here! :thumbsup_anim:

 

@sim try removing the SSDT.aml....

Link to comment
Share on other sites

Hey guys!

 

I managed to install Mountain lion on my DV6-6090ee but i have some problems and need some help:

 

 

1.speedsteper and turbo boost is not enabeled and my geekbench score is about 6800. (My cpu is core i7 2630QM)

 

2.Brightness keys (F2,F3) are not working. by the way my brightness is not at maximum (although the slider is at the max) when i boot up into OS and after display sleep (set to 1 min) the brightness sets to maximum and i can change brightness from setting.(its weird)

 

3.No multi touch enabled trckpad.

 

4.The coolig fan is working all the time and its noisy but the temperature is normal (i guess).

 

5.The battery life is under 2 hours.

 

6.boot time takes about 1 minute or more and i think its too much.

 

7.I have no luck to install a bootloader and i get this error : boot0:error. i have to boot from USB stick.

 

8.sleep / wake up give me a black screen but system is working and it can not wake up.

 

 

and i wanted to know could anybody make USB 3.0 and WiFi (Broadcom 4313) work.

 

 

Thanks for your help.

Link to comment
Share on other sites

My bios is F.1B can i install this mod on my version ?

 

See my detailed version number here

 

Use this: http://www.mediafire...ick1rtx54yaimgr

v. F.1A

more stable

 

Hey guys!

 

I managed to install Mountain lion on my DV6-6090ee but i have some problems and need some help:

 

 

1.speedsteper and turbo boost is not enabeled and my geekbench score is about 6800. (My cpu is core i7 2630QM)

 

2.Brightness keys (F2,F3) are not working. by the way my brightness is not at maximum (although the slider is at the max) when i boot up into OS and after display sleep (set to 1 min) the brightness sets to maximum and i can change brightness from setting.(its weird)

 

3.No multi touch enabled trckpad.

 

4.The coolig fan is working all the time and its noisy but the temperature is normal (i guess).

 

5.The battery life is under 2 hours.

 

6.boot time takes about 1 minute or more and i think its too much.

 

7.I have no luck to install a bootloader and i get this error : boot0:error. i have to boot from USB stick.

 

8.sleep / wake up give me a black screen but system is working and it can not wake up.

 

 

and i wanted to know could anybody make USB 3.0 and WiFi (Broadcom 4313) work.

 

 

Thanks for your help.

 

1 Install ssdt.aml for i7

 

2 Use keyboard USB and definite key in keyboard preference. For brightness test and install the EDID

 

3 Use ###### ML and install ps/2 keyboard.kext

 

4 Install bios mod and set disabled Ati video card.

 

5 Install bios mod and set disabled Ati video card.

 

6 Try to repair cache. Use kext utility

 

7 Use ###### and install boot loader Chimera

 

8 work in progress

Link to comment
Share on other sites

I am really afraid of bricking my laptop :worried_anim:

 

Have u tried this version on F.1B? or is it really safe to do it?

 

there are risks ... by changing the bios often create semi brick

if it happens

you have to disconnect the battery "tampone" for 10s

Link to comment
Share on other sites

 Share

×
×
  • Create New...