Jump to content

yioulas

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by yioulas

  1. Hi all I have an ACER 7720g working perfectly on yosemite. Everything works except sleep which works only once like Dogez. I tried to add the _PWR secrion like Dogez did below me EC0 device section in my case. Device (EC0) { Name (_HID, EisaId ("PNP0C09")) Name (_UID, One) Name (_GPE, 0x1C) Name (_PRW, Package (0x02) { 0x1E, 0x04 }) Method (_CRS, 0, NotSerialized) { Name (BFFR, ResourceTemplate () { IO (Decode16, 0x0062, // Range Minimum 0x0062, // Range Maximum 0x00, // Alignment 0x01, // Length ) IO (Decode16, 0x0066, // Range Minimum 0x0066, // Range Maximum 0x00, // Alignment 0x01, // Length ) }) Return (BFFR) } It didn't work. Do the numbers blow the within the _PRW section mean anything? Name (_PRW, Package (0x02) { 0x1E, 0x04 }) I'm a noob when it comes to dsdt editing. How do I find the kernel log file? I've attached my dsdt. My pc sleeps and wakes perfectly the first time. Wakes from power button or from usb devices. The second time the screen goes black and I have to restart. The system uses only fakesmc and voodoops2 for trackpad and laptop keyboard so it's a clean yosemite install using clover. AppleLPC is loaded. If I can get sleep to work more than once it would be a perfect install. Thanks in advance!!! dsdt.aml.zip
×
×
  • Create New...