Jump to content

asus N551JW - is there a guide for a complete noob?


mastermoon
 Share

4 posts in this topic

Recommended Posts

hello everyone

i have this noteboook with this caratteristc:

- Intel Core i7 - 4720HQ (hashwell) processor
- Ram 16 Gb
- Gpu GTX 960M (i know will not work) + Intel HD 4600
- Chipset Intel HM86
- SSD Samsung Evo 850 500Gb + HDD 1 Tb (renoved ODD and replaced with my original hdd with a bay)
- WiFi + Bt Azurewave AW-CE123H (BCM94352HMB Chipset Broadcom BCM4352 this will work OOB i think)
- Audio ALC668 (Bang&Olufsen ICEpower)
- Realtek card reader

 

there somewhere a noob guide to set up a dual boot OSX / WIN 10 (with dsdt, ssdt, patch explanation, kext)? i never installled osx in a newer machine with uefi bios and clover.. someone could help me?

Link to comment
Share on other sites

Clover related here

 

GPU 

<key>Devices</key>
<dict>
 <key>FakeID</key>
 <dict>
   <key>IntelGFX</key>
   <string>0x04128086</string>
...
<key>Graphics</key>
<dict>
  <key>Inject</key>
  <dict>
   <key>Intel</key>
   <true/>
  </dict>
  <key>ig-platform-id</key>
  <string>0x0a260006</string>

and

into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },\n
        "AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },\n
        "hda-gfx", Buffer() { "onboard-1" },\n
        "model", Buffer() { "Intel HD 4600" },\n
    })\n
}\n
end;

and this kext FakePCIID_Intel_HD_Graphics.kext.zip

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

 Share

×
×
  • Create New...