Jump to content
stuck

DSDT for hp DV7-6B32US -AIO patch on page 3

Recommended Posts

into method label PAPR insert
begin
Return (Zero)
end

 

into method label _CRS parent_label ^^MEM2 insert
begin
Return (Buffer (One)\n
{\n
   0x00\n
})
end

 

into method label _PRW parent_label GLAN remove_entry

 

You will also need this

into all code_regex External\s\(\\TNOT\) remove_matched

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Thanks Cassio,

I'm getting a couple of errors and don't quite know how to fix it...

 

//   into method label _CRS parent_label ^^MEM2 insert 

               Method (_CRS, 0, NotSerialized)
               {
                   If (IGDS)
                   {
                       Return (CRS)
                   }
                   Return (Buffer (One)
                   {
                       0x00
                   })
               }


//   into method label _PRW parent_label GLAN remove_entry end

Invalid command

//   into all code_regex External\s\(\\TNOT\) remove_matched end

Invalid command

HP DV7-6B32US

i7-2670QM 2.2ghz

Mobile intel HM65 Express Chipset

Board CT#: PCKVP2A2F1P5YV

Bios: F.02

17" display 1600x900

4Gb DDR3

Intel HD Graphics 3000

Blu-ray player

Broadcom 4313 b/g/n wifi (14e4:4727)

Realtek PCIe GBE ethernet (10ec:8168)

Link to comment
Share on other sites

You have to put ; after each command (unless it's the last in the file), not "end" ("end" is only when there's "begin")

into method label _PRW parent_label GLAN remove_entry;
into all code_regex External\s\(\\TNOT\) remove_matched;

About those     chars I don't know, try to delete all before 0x00 and fill with spaces, maybe tabs were replaced by invalid chars.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Cassio and Oldnapalm,

I want to thank you again for your help in getting my DSDT patched. I'm back at work this week so I haven't done much... I will be posting my Lion install steps over at tonycrap and linking my dsdt steps back to here. The all in one patch for my DV7-6B32US is attached. I repatched my DSDT using this and it works. Should I submit this patch to a specific thread?

The Fn keys are weird though, the Volume keys seem to change the volume as reflected by the Icon on the task bar and the volume bar moving on the screen. But in reality, the audio volume didn't change.

Also, after using the aio patch to patch a fresh dsdt (instead of patching previously patched dsdt), I started experimenting again with your suggestions to get the LHS usb to work. And it seems that Oldnapalm's patch triggered this during boot-up. The port still doesn't work, but I'm wondering if it is a good sign?

Jan  5 08:16:16 localhost kernel[0]: USBF:	3.999	[0xffffff8012fb0000] The IOUSBFamily was not able to enumerate a device.
Jan  5 08:16:16 localhost kernel[0]: USBF:	4.841	[0xffffff8012fb0000] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 2 of Hub at 0x1a100000)
Jan  5 08:16:16 localhost kernel[0]: USBF:	8.270	[0xffffff8012fb0000] The IOUSBFamily was not able to enumerate a device.
Jan  5 08:16:16 localhost kernel[0]: USBF:	9.128	[0xffffff8012fb0000] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 2 of Hub at 0x1a100000)
Jan  5 08:16:16 localhost kernel[0]: USBF:	9.992	[0xffffff8012fb0000] The IOUSBFamily gave up enumerating a USB device after 10 retries.  (Port 2 of Hub at 0x1a100000)
Jan  5 08:16:16 localhost kernel[0]: USBF:	10. 11	[0xffffff8012fb0000] The IOUSBFamily was not able to enumerate a device.

DV7-6B32US.txt.zip

HP DV7-6B32US

i7-2670QM 2.2ghz

Mobile intel HM65 Express Chipset

Board CT#: PCKVP2A2F1P5YV

Bios: F.02

17" display 1600x900

4Gb DDR3

Intel HD Graphics 3000

Blu-ray player

Broadcom 4313 b/g/n wifi (14e4:4727)

Realtek PCIe GBE ethernet (10ec:8168)

Link to comment
Share on other sites

Thanks, added your patch here http://Olarila.com/forum/packs.php


Credits here http://Olarila.com/forum/viewtopic.php?f=19&t=385


About the USB issue I don't know, will let you know if I find something.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

A little update on the USB issue... I feel like an idiot.

It turns out that usb 1A has been working all along. I just couldn't tell, because it is an internal usb, and the TrueVisionHD webcam connected to it.

The left side USB that I have been having problems with is actually USB 3.0 by NEC.


From ubuntu, LHS USB is: USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04) 1033:0194

I tried installing the NEC/Renasys USB3 driver with/without the IOUSBFamily rollback. Eitherway it didn't work. When I plug anything into those ports, the system crashes and freezes.

But since I can't even see this USB controller in my IORegEditor, I'm back to thinking this requires a DSDT fix??? (correct me if I'm wrong)

HP DV7-6B32US

i7-2670QM 2.2ghz

Mobile intel HM65 Express Chipset

Board CT#: PCKVP2A2F1P5YV

Bios: F.02

17" display 1600x900

4Gb DDR3

Intel HD Graphics 3000

Blu-ray player

Broadcom 4313 b/g/n wifi (14e4:4727)

Realtek PCIe GBE ethernet (10ec:8168)

Link to comment
Share on other sites

Have you tried this?

http://www.lacie.com/us/more/index.htm?id=10112

 

I'm back to thinking this requires a DSDT fix??? (correct me if I'm wrong)

You may be right, but I don't know any patch for this.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

It appears that the USB 3 driver that I used from multishit IS a hack of the LaCie drivers you referenced. And when I have that installed, IORegistryExplorer does see the USB 3 controller but when anything is plugged in to it, the system locks up...

HP DV7-6B32US

i7-2670QM 2.2ghz

Mobile intel HM65 Express Chipset

Board CT#: PCKVP2A2F1P5YV

Bios: F.02

17" display 1600x900

4Gb DDR3

Intel HD Graphics 3000

Blu-ray player

Broadcom 4313 b/g/n wifi (14e4:4727)

Realtek PCIe GBE ethernet (10ec:8168)

Link to comment
Share on other sites

Hello, sorry for bumping this thread.


I love the proces you guys had in making this laptop work. It's awesome to see how well the Olarila community gets things done.


I just wanted to ask about the BCM4313 card in this machine. Did you end up getting it work? Oldnapalm mentioned that there wasnt a solution, but i was wondering if anyone has had any progress?


Thanks in advance!

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...