Jump to content

wpman

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by wpman

  1. Ok, is there a patch for AppleHDA for this?

     

    0x80869C20, 0x102805F3, 0x10EC0283, 0x0003, Realtek (Unknown)

     

    I ordered a cheap replacement wireless card, a Dell 1702 (Atheros AR5B95, seems to have a working kext) from ebay, now waiting for it to arrive. For now I just hook up into ethernet at home and use Windows 8.1 when I need wireless.

  2. That's OK already.

     

    About HDMI Audio, no one reported yet. I don't own any Haswell laptop currently.

     

    I meant to ask if HDMI video out would work (ignore the audio out part)? How about audio through the speakers or headphone jack? Last question, is it ok to change model number to MacBookPro11,1 or should it stay MacBookAir6,2? I'm asking because the serial I entered is apparently for a late 2013 13-in retina model, so the About this Mac shows that, but the image is an Air. Kinda oc.

  3.  

    Remove line 333 and 334, change to

    Return (\_SB.PCI0.IGPU.DD02._BCM(Arg0))

     

    Just read your reply now, I got it working, but what I did was simply delete line 334, compile, got the _OFF() error so I applied the extra patch. Is that ok? If not, how can I repatch? Repeat SSDT-8.dsl from scratch? That's fine with me if it's needed.

     

    A couple more questions... I'm on 10.9.1, is there any configuration needed for HDMI or it will work oob? Audio? Aside from those, everything's looking good so far. Will probably buy the WiFi + BT 4.0 combo when I get some extra money.

  4. I've done all the steps required successfully, except for step 18 (SSDT-8.dsl to SSDT-2.aml)

     

    I didn't get any errors related to _OFF(), but I have another error...

     

    334, 6126, syntax error, unexpected PARSEOP_ARG0

     

    this is the line concerned...

     

            Device (DD02)
            {
                Method (_ADR, 0, Serialized)  // _ADR: Address
                {
                    Return (\_SB.PCI0.IGPU.DD02._ADR ())
                }
    
    
                Method (_DCS, 0, NotSerialized)  // _DCS: Display Current Status
                {
                    Return (\_SB.PCI0.IGPU.DD02._DCS ())
                }
    
    
                Method (_DGS, 0, NotSerialized)  // _DGS: Display Graphics State
                {
                    Return (\_SB.PCI0.IGPU.DD02._DGS ())
                }
    
    
                Method (_DSS, 1, NotSerialized)  // _DSS: Device Set State
                {
                }
    
    
                Method (_BCL, 0, NotSerialized)  // _BCL: Brightness Control Levels
                {
                    Return (\_SB.PCI0.IGPU.DD02._BCL) /* External reference */
                }
    
    
                Method (_BQC, 0, NotSerialized)  // _BQC: Brightness Query Current
                {
                    Return (\_SB.PCI0.IGPU.DD02._BQC) /* External reference */
                }
    
    
                Method (_BCM, 1, NotSerialized)  // _BCM: Brightness Control Method
                {
                    Return (\_SB.PCI0.IGPU.DD02._BCM) /* External reference */
                    Arg0                  (LINE 334)
                }
            }
  5. +1.

     

    I followed the guide with your files, and everything went well.

    I actually added the github path for the laptop patches. I'll try it again. Though I'd appreciate if you can do the patching for me.

     

    Also, the patches are supposed to be on the left side of the patch window? I remember seeing some sort of folders with numbers. What "folder" am I supposed to look for for the laptop patches? Is the shutdown/reboot spinning logo fix there?

  6. Ok. Am I supposed to paste these on MaciASL on the patch screen? When I paste the code below the Apply button is just greyed out, though I am able to save the respective .aml files. I have attached my aml files, hope you can upload the patched files. Thanks. :)

     

    [2.12] Rename GFX0 to IGPU

    [3.2] 7-series USB
    [7.01] IRQ Fix
    [7.02] SMBUS Fix
    [7.03] RTC Fix
    [7.05] Shutdown Fix 2
    [7.06] HPET Fix
    [7.07] OS Check Fix
    [7.08] AC Adapter Fix
    [7.09] Add MCHC
    [7.11] Fix _WAK arg0 2
    [7.14] Add IMEI

     

    and

     

    [2.12] Rename GFX0 to IGPU

    [2.05] Haswell HD4400/HD4600/HD5000
    [2.11] Brightness fix (Haswell)

     

    Also, I am having a problem on step 18. I get a different compile errors.

     

    "77, 6126, syntax error, unexpected PARSEOP_FIELD

    154, 6126, syntax error, unexpected PARSEOP_INTEGER

    162, 6126, syntax error, unexpected PARSEOP_FIELD

    170, 6126, syntax error, unexpected PARSEOP_INTEGER"

     

    so I am unable to save the SSDT-2.aml

    5437.zip

  7. /Extra/ssdt.aml is located on the root of your Installed OSX when you ran step 11 to generate SSDT using HVT.

    Reboot with your USB from step 4, and continue from step 14

     

    Thanks. Should I enable or disable Intel SpeedStep on the bios? I can't fix the stuck on spinning wheel issue whenever I restart or shut down from OS X. This is now my third install because of that.

  8. Not sure, but you have to make sure your drive is GPT with EFI partition as first partition, with size >200 MB.

     

    I think the hassle to get your dell recovery disk working is larger than installing drivers manually.

     

    Lets say I'm going to install OS X only. If I decide to use Windows 8.1 again and delete OS X, can I just reformat the whole hard drive and use the recovery disk?

  9. Hello. I have an Inspiron 5437 with i5-4200U, Nvidia GT740, Intel HD Graphics 4400. If ever I install Mavericks, can I create another partition for Windows and use the Dell USB recovery disk I created to dual-boot OS X and Windows 8? I'm asking because using the factory recovery disk would eliminate the hassle of installing drivers and etc.

×
×
  • Create New...