mtek Posted August 1, 2012 Share Posted August 1, 2012 Hi, I've managed to make my Qosmio X500 run almost flawlessly ML Retail (mac store download), and the DSDT I run has no issues whatsoever - 0 errors & 0 warnings & 0 optimisations. My setup: - ML Retail 10.8 - Chameleon bootloader v2003 (latest) - ###### + ###### - DSDT (send attached) - QE/CI with graphics enabler= yes - Voodoobattery.kext (latest) for battery level Everything works pretty much oob except for one strange issue, that never happened to me before on my other hacks, related to power management. Although when I'm running from battery everything is perfect, if I switch to the power plug or even remove the battery altogether, the system doesn't recognise that I'm running with the AC plugged in as it always assumes that I'm still running on battery! This happens with or without the voodoo battery.kext loaded. I send attach my DSDT and a screen of the reported issue from system profile. Any tips please? It's the only issue I have left in order to have a perfect running hack. And it bothers me not to be able to restore backups from Time Machine in ML since it requires now that the computer is plugged in to the charger (even if it is in reality). Thanks! dsdt_qosmio.zip Link to comment https://www.insanelymac.com/forum/topic/281364-toshiba-qosmio-x500-99-perfect-working-108-install-but/ Share on other sites More sharing options...
Rampage Dev Posted August 1, 2012 Share Posted August 1, 2012 This switches on support for AC adapter Device (ACAD) { Name (_HID, "ACPI0003") Name (_PRW, Package (0x02) /** add this to this device **/ { 0x18, 0x03 }) Link to comment https://www.insanelymac.com/forum/topic/281364-toshiba-qosmio-x500-99-perfect-working-108-install-but/#findComment-1839913 Share on other sites More sharing options...
mtek Posted August 1, 2012 Author Share Posted August 1, 2012 This switches on support for AC adapter Device (ACAD) { Name (_HID, "ACPI0003") Name (_PRW, Package (0x02) /** add this to this device **/ { 0x18, 0x03 }) Hi! Thanks for your help. I've tried it though to no avail I'm afraid. It stayed the same - not recognising the AC adapter connected, instead thinking it's still on the battery. This is my DSDT original code for that device: Device (ACAD) { Name (_HID, "ACPI0003") Name (_PCL, Package (0x01) { _SB }) First I just replaced the line you mentioned, like this: Device (ACAD) { Name (_HID, "ACPI0003") Name (_PRW, Package (0x02) { _SB }) ...and I also tried just replacing the whole thing with the code you provided: Device (ACAD) { Name (_HID, "ACPI0003") Name (_PRW, Package (0x02) /** add this to this device **/ { 0x18, 0x03 }) How exactly should it be done? Did I do anything wrong? Thanks again! Link to comment https://www.insanelymac.com/forum/topic/281364-toshiba-qosmio-x500-99-perfect-working-108-install-but/#findComment-1839932 Share on other sites More sharing options...
Recommended Posts