PDA

View Full Version : DSDT on Pavilion dv6940ew


fuzzy80
06-05-2010, 12:38 PM
Hello.
I'm trying to get work sleep/restart/shutdown on my system 10.6.3.
I only use VoodooHDA (S/L/E) and ApplePS2Controller.kext with AppleACPIPS2Nub.kext (E/E). Smbios emulates MBP5,1 to get SpeedStep working natively.
I'm trying to modify USB section but has met a problem: there is no USB2 in DSDT (??) but it appears in the lspci (00:1d.1). The only device that is connected to this USB is fingerprint sensor.
http://img695.imageshack.us/f/screenbi.png/
http://img441.imageshack.us/f/screen1pp.png/
Only this USB port is recogized as "external" and maybe this is the main issue? I don't have other ideas to move on.
Attached dsdt.aml and lspci.txt.
My laptop's spec: Pentium Dual Core T2390 (SS works), PM965+ICH8M, 8400M GS (works), lan RTL8101E (works), wlan BCM4310 (works), sound ALC268 (works).

fuzzy80
06-06-2010, 07:01 PM
OK, I managed to make this USB port working as built-in by adding USB2 to DSDT - I replaced all USB sections from DSDT taken from MBP3,1. Now OSX can sleep but immediately wakes up and hangs. After hard reset the system resumes properly and works like a charm. I can't find what causes this issue. Any ideas?

Imkantus
06-08-2010, 12:51 PM
Try using latest Chameleon Bootloader with UHCIreset=Yes in com.apple.Boot.plist instead of that dirty DSDT mod... ;)

fuzzy80
06-08-2010, 12:58 PM
I have already tried this, won't work for me. Why do you say it's dirty?