ludufre Posted November 22, 2017 Share Posted November 22, 2017 (edited) New guide available for macOS Catalina 10.15 (i3 and i5 versions)! Installing macOS High Sierra 10.13.2 on ASUS VivoBook S400C (also know as S400CA) Specifically in S400CA-CA178H model, most likely all other models are compatible Updates:12/20/2017 04:41h GMT-0 - Added config.plist. - Added USBs.kext to replace FakePCIID.kext, FakePCIID_XHCIMux.kext and USBInjectAll.kext. 12/11/2017 20:26h GMT-0 - Added update instructions. - I use SSD. I set the guide for HDD too. Small change. 11/29/2017 01:10h GMT-0 - Added USB 3.0 Kexts - Bonus: Touchscreen now works. 11/29/2017 00:18h GMT-0 - Added HDMI audio patch to Clover 11/24/2017 00:16h GMT-0 - Complete rewritten. What works and what does not work - Processor -> Work. All SpeedStep stages.- Video Card -> Work. HD4000. Full QE/CI.- Chipset -> Work.- HDMI -> Work. Audio too.- VGA -> Not work.- Audio -> Work.- WiFi -> Not work. Need to be replaced.- Ethernet-> Work.- Keyboard and touchpad -> Work.- FN keyboards keys -> Work.- Brightness control -> Work.- Touchscreen -> Work.- Sleep -> Work.- Battery -> Work.- Card Reader -> Not tested yet. (TODO)- Integrated Camera -> Work.- Bluetooth -> Not work.- 2nd stage boot logo -> Not work.What you need to install- Running install of macOS on VMware -> Downloaded version 10.13 via torrent (search by "10.13 vmware" torrent). You can use a real Mac of an friend. My method only tested on Mavericks (10.9) and above.- One USB flash drive of 8GB or bigger.- macOS High Sierra install app -> Downloaded via App Store inside the virtual machine. Downloaded version 10.13.2.- CloverEFI -> Also download inside the virtual machine. I used build 4334.- DSDT patch skills -> Needed to battery works. How to patch DSDT. Or you can download mine DSDT below, but would not recommend.How create the install disk Prepare flash drive: Format the disk with GUID partition mapping and name it "Install". - Open Disk Utility. - Click in View, then "Show All Devices". - Select the destination flash drive, then Erase. - Name: Install, Format: Mac OS Extended (Journaled) and Scheme: GUID Partition Map If the Erase popup in Disk Utility don't work. Close it and run this in terminal: diskutil eraseDisk JHFS+ Install /dev/diskX X is the number of the destination disk. Use "diskutil list" to discover.Create install files in flash drive: Open terminal and run this command: sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Install --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --nointeraction This will take about 30 minutes.Install bootloader: You need to format the EFI partition of the install flash drive to FAT32: sudo newfs_msdos -v EFI /dev/diskXs1 X is the number of the disk. Use "diskutil list" to discover. Download the CloverEFI (used 4334) and install with this options on "Install macOS High Sierra": Options: - Install for UEFI booting only - Install Clover in the ESP - Drivers64UEFI - CsmVideoDxe-64 - Drivers64UEFI - OsxAptioFixDrv-64Adjust the config.plist genereated: Will be created a partition named EFI. Edit the /EFI/CLOVER/config.plist inside this new partition and change those values: - Alter value: GUI - ScreenResolution to 1366x768 - Rename key: Graphics - #Inject -> Inject - Alter value: Graphics - Inject - ATI - FALSE - Alter value: Graphics - Inject - Intel - TRUE - Rename key: Graphics - #ig-platform-id -> ig-platform-id - Alter value: Graphics - ig-platform-id to 0x01660003 - Alter value: KernelAndKextPatches - AppleIntelCPUPM to TRUE - Rename key: #KextsToPatch -> KextsToPatch - Remove all <dict>...</dict> in <array> inside KextsToPatch - Add <dict/> bellow in <array> inside KextsToPatch: <dict> <key>Comment</key> <string>HD 4000 brightness fix</string> <key>Disabled</key> <false/> <key>Find</key> <data> EAcAABAHAAA= </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> EhMAABITAAA= </data> </dict> P.s.: I will provide below my config.plist as attachment. Add essentials Kexts: Download those Kexts and put in /EFI/CLOVER/kexts/10.13/ - Download the Smart Touchpad kext from here. I used the version 4.7 beta 5. - Download the HWSensors dmg and use the FakeSMC.kext from inside. I used the version 6.26.1440. This is very important. Can't boot without it. Put the Clover installer on the flash drive too. Now you can start the instalation without problem (I guess). BIOS Setup Configuration and InstallationBios configuration: - Shutdown the ultrabook and insert the flash drive on the left side on upper port (on the side Keystone hole). - Power on with F2 pressed to enter BIOS setup. - Go to "Save & Exit" and press "Restore Defaults". - Go to "Advanced" tab and change VT-d to Disabled. - Go to "Save & Exit" again and select "Save Changes and Exit". - When ASUS logo appear, press and hold ESC to enter Boot Menu. - Select the flash drive named with UEFI prefix. In my case "UEFI: KingstonDataTraveler 2.0PMAP". - The clover menu will show. Use the arrow keys to mark the flash drive. The option name is "Boot OS X Install from Install macOS High Sierra", then press Enter. - If you did everything correctly, you will see the installation screen.BUG Note: I delete all entries from the list. With that, I could not add anything else. It just didn't work. I had to put some USB device so the list is not empty, so I can add a new entry. Strange thing...Format destination disk: Format the disk with GUID partition mapping and name it "HD". - Select Disk Utility in the list, then press Continue. - Click in View, then "Show All Devices". - Select the destination Disk, then Erase. - Name: HD, Format: Mac OS Extended (Journaled) and Scheme: GUID Partition Map If the Erase popup in Disk Utility don't work. Close it and run this in terminal: diskutil eraseDisk JHFS+ HD /dev/diskX X is the number of the destination disk. Use "diskutil list" to discover. Close Disk Utility.If the destination is SSD: Start installation without APFS conversion: Open Terminal and run: /Volumes/Image\ Volume/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --volume /Volumes/HD --converttoapfs NO --agreetolicense This will take about 20 minutes.If the destination is HDD: Start installation normally: Select "Install macOS", then Continue. Follow instructions in screen.After install: After first part install the system will reboot. In Clover main menu, press enter in "Boot macOS Install from Install macOS High Sierra" once again The second part of the installation will begin. This will take 16 minutes. Post installationInstall bootloader: When the second part of install finish, the system will reboot again. After performing the user initial setup and go to the desktop, you need to install Clover on internal disk. Open the Clover installer inside flash drive that you copied before. Use same options above but choose the system partition this time. Now you need to replace the EFI folder inside your internal disk EFI parittion with EFI folder inside flash card EFI partition. The flash drive EFI partition is unmounted. Mount with "diskutil mount /dev/rdiskXs1". To know what X is, use "diskutil list", most likely is 1.Add Clover entry to UEFI: Now remove flash drive and restart the system. With F2 pressed to enter UEFI BIOS. - Go to "Boot" and press "Add New Boot Option". - Select "Add boot option", write CLOVER and press Enter. - In "Select Filesystem", choose the option that contains "HD". Like "PCI(1F|2)\DevicePath(Type 3, SubType 12)HD(Part1,Sig2a0127c1-ea5d-44d3-8967-57e59c1f0e3b)". - Select "Path for boot option", write EFI\BOOT\BOOTX64.efi and press Enter. - Select "Create" and press enter. - Go to "Save & Exit" and select "Save Changes and Exit".Others Kexts: I strongly recommend always use newest versions. If you are too lazy, I attach on end of the post. Ethernet: AtherosE2200Ethernet 2.2.2Sound: VoodooHDA 2.9.0d10 (.kext only) You need to select the output there in System Preferences after reboot. Battery: ACPIBatteryManager by RehabMan (version 2017-1001). You need to path DSDT (below).Integrated Camera: AnyiSightCamUSB 3.0 + Touchscreen: Attached USBs.kext below All kexts will placed inside /EFI/CLOVER/kexts/10.13/, mount again this partition (diskutil mount rdiskXs1) for it. Fine Adjustiment Enable FN keys Open "ApplePS2SmartTouchPad.kext/Contents/Plugins/ApplePS2Keyboard.kext/Contents/Info.plist": - Alter value: Fn keys Layout to ASUS - Alter value: Fn keys Mode to 3 - Alter value: Preferences - Swap alt and windows key to falseSleep work, but Hibernate not. Disable it: sudo pmset -a hibernatemode 0 HDMI Audio Add <dict/>'s bellow in <array> inside KextsToPatch, in config.plist: <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0406</string> <key>Find</key> <data>BAYAAAAEAACBAAAA</data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data>BAYAAAAIAAAGAAAA</data> </dict> <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0304</string> <key>Find</key> <data>AwQAAAAEAACBAAAA</data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data>AwQAAAAIAAAGAAAA</data> </dict> <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0205</string> <key>Find</key> <data>AgUAAAAEAAAHBAAA</data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data>AgUAAAAIAAAGAAAA</data> </dict> DSDT Patchs First of all, extract your system DSDT.aml pressioning F4 on Clover boot menu. Will be stored in /EFI/CLOVER/ACPI/origin. Copy to /EFI/CLOVER/ACPI/patched and apply following patchs using MaciASL: Battery (ASUS N55LS/Vivobook) #Maintained by: RehabMan for: Laptop Patches #battery_ASUS-N55SL.txt # created by RehabMan 8/12/2013 # created originally for jesselid # works for: # ASUS N55SL, BIOS rev. 204 # ASUS VivoBook series # ASUS Zenbook UX31A # ASUS UX301LA # ASUS X553E-SX399V # ASUS F501A # ASUS K55VM # ASUS U46SV, BIOS rev. 2.04 # ASUS N43 # ASUS PU500CA (90NB00F1-M01120) # ASUS N73SV # ASUS X401A-WX108 # ASUS F551CA Bios rev. 207 # ASUS S551LB VivoBook # ASUS ZenBook UX32VD # ASUS F550L-X455H # ASUS X53S # ASUS K550JD-XX003H # ASUS G53SX # ASUS K56CB # ASUS UX305 into method label B1B2 remove_entry; into definitionblock code_regex . insert begin Method (B1B2, 2, NotSerialized) { Return (Or (Arg0, ShiftLeft (Arg1, 8))) }\n end; # not really for battery, but might come in handy to read fan speed(s) into device label EC0 code_regex TAH0,\s+16 replace_matched begin TH00,8,TH01,8 end; into device label EC0 code_regex TAH1,\s+16 replace_matched begin TH10,8,TH11,8 end; into method label TACH code_regex \(TAH0, replace_matched begin (B1B2(TH00,TH01), end; into method label TACH code_regex \(TAH1, replace_matched begin (B1B2(TH10,TH11), end; into method label GFAN code_regex \(\\_SB\.PCI0\.LPCB\.EC0\.TAH0, replace_matched begin (B1B2(\\_SB.PCI0.LPCB.EC0.TH00,\\_SB.PCI0.LPCB.EC0.TH01), end; # battery EC into device label EC0 code_regex B0SN,\s+16 replace_matched begin B0S0,8,B0S1,8 end; into device label EC0 code_regex B1SN,\s+16 replace_matched begin B1S0,8,B1S1,8 end; into method label BIFA code_regex \(B0SN, replace_matched begin (B1B2(B0S0,B0S1), end; into method label BIFA code_regex \(B1SN, replace_matched begin (B1B2(B1S0,B1S1), end; into device label EC0 code_regex DT2B,\s+16 replace_matched begin T2B0,8,T2B1,8 end; into method label SMBR code_regex \(DT2B, replace_matched begin (B1B2(T2B0,T2B1), end; into method label SMBW code_regex Store\s+\(([^,]*),\s+DT2B\) replace_matched begin Store(%1,T2B0) Store(ShiftRight(%1,8),T2B1) end; into device label EC0 insert begin Method (RDBA, 0, Serialized)\n {\n Name (TEMP, Buffer(0x20) { })\n Store (BA00, Index(TEMP, 0x00))\n Store (BA01, Index(TEMP, 0x01))\n Store (BA02, Index(TEMP, 0x02))\n Store (BA03, Index(TEMP, 0x03))\n Store (BA04, Index(TEMP, 0x04))\n Store (BA05, Index(TEMP, 0x05))\n Store (BA06, Index(TEMP, 0x06))\n Store (BA07, Index(TEMP, 0x07))\n Store (BA08, Index(TEMP, 0x08))\n Store (BA09, Index(TEMP, 0x09))\n Store (BA0A, Index(TEMP, 0x0A))\n Store (BA0B, Index(TEMP, 0x0B))\n Store (BA0C, Index(TEMP, 0x0C))\n Store (BA0D, Index(TEMP, 0x0D))\n Store (BA0E, Index(TEMP, 0x0E))\n Store (BA0F, Index(TEMP, 0x0F))\n Store (BA10, Index(TEMP, 0x10))\n Store (BA11, Index(TEMP, 0x11))\n Store (BA12, Index(TEMP, 0x12))\n Store (BA13, Index(TEMP, 0x13))\n Store (BA14, Index(TEMP, 0x14))\n Store (BA15, Index(TEMP, 0x15))\n Store (BA16, Index(TEMP, 0x16))\n Store (BA17, Index(TEMP, 0x17))\n Store (BA18, Index(TEMP, 0x18))\n Store (BA19, Index(TEMP, 0x19))\n Store (BA1A, Index(TEMP, 0x1A))\n Store (BA1B, Index(TEMP, 0x1B))\n Store (BA1C, Index(TEMP, 0x1C))\n Store (BA1D, Index(TEMP, 0x1D))\n Store (BA1E, Index(TEMP, 0x1E))\n Store (BA1F, Index(TEMP, 0x1F))\n Return (TEMP)\n }\n end; into device label EC0 insert begin Method (WRBA, 1, Serialized)\n {\n Name (TEMP, Buffer(0x20) { })\n Store (Arg0, TEMP)\n Store (DerefOf(Index(TEMP, 0x00)), BA00)\n Store (DerefOf(Index(TEMP, 0x01)), BA01)\n Store (DerefOf(Index(TEMP, 0x02)), BA02)\n Store (DerefOf(Index(TEMP, 0x03)), BA03)\n Store (DerefOf(Index(TEMP, 0x04)), BA04)\n Store (DerefOf(Index(TEMP, 0x05)), BA05)\n Store (DerefOf(Index(TEMP, 0x06)), BA06)\n Store (DerefOf(Index(TEMP, 0x07)), BA07)\n Store (DerefOf(Index(TEMP, 0x08)), BA08)\n Store (DerefOf(Index(TEMP, 0x09)), BA09)\n Store (DerefOf(Index(TEMP, 0x0A)), BA0A)\n Store (DerefOf(Index(TEMP, 0x0B)), BA0B)\n Store (DerefOf(Index(TEMP, 0x0C)), BA0C)\n Store (DerefOf(Index(TEMP, 0x0D)), BA0D)\n Store (DerefOf(Index(TEMP, 0x0E)), BA0E)\n Store (DerefOf(Index(TEMP, 0x0F)), BA0F)\n Store (DerefOf(Index(TEMP, 0x10)), BA10)\n Store (DerefOf(Index(TEMP, 0x11)), BA11)\n Store (DerefOf(Index(TEMP, 0x12)), BA12)\n Store (DerefOf(Index(TEMP, 0x13)), BA13)\n Store (DerefOf(Index(TEMP, 0x14)), BA14)\n Store (DerefOf(Index(TEMP, 0x15)), BA15)\n Store (DerefOf(Index(TEMP, 0x16)), BA16)\n Store (DerefOf(Index(TEMP, 0x17)), BA17)\n Store (DerefOf(Index(TEMP, 0x18)), BA18)\n Store (DerefOf(Index(TEMP, 0x19)), BA19)\n Store (DerefOf(Index(TEMP, 0x1A)), BA1A)\n Store (DerefOf(Index(TEMP, 0x1B)), BA1B)\n Store (DerefOf(Index(TEMP, 0x1C)), BA1C)\n Store (DerefOf(Index(TEMP, 0x1D)), BA1D)\n Store (DerefOf(Index(TEMP, 0x1E)), BA1E)\n Store (DerefOf(Index(TEMP, 0x1F)), BA1F)\n }\n end; into device label EC0 code_regex BDAT,\s+256 replace_matched begin //BDAT, 256,\n BA00,8,BA01,8,BA02,8,BA03,8,\n BA04,8,BA05,8,BA06,8,BA07,8,\n BA08,8,BA09,8,BA0A,8,BA0B,8,\n BA0C,8,BA0D,8,BA0E,8,BA0F,8,\n BA10,8,BA11,8,BA12,8,BA13,8,\n BA14,8,BA15,8,BA16,8,BA17,8,\n BA18,8,BA19,8,BA1A,8,BA1B,8,\n BA1C,8,BA1D,8,BA1E,8,BA1F,8\n end; into method label SMBR code_regex \(BDAT, replaceall_matched begin (RDBA(), end; into method label SMBR code_regex Store\s\((.*),\sBDAT\) replaceall_matched begin WRBA(%1) end; into method label SMBW code_regex Store\s\((.*),\sBDAT\) replaceall_matched begin WRBA(%1) end; into method label ECSB code_regex Store\s\((.*),\sBDAT\) replaceall_matched begin WRBA(%1) end; into method label ECSB code_regex \(BDAT, replaceall_matched begin (RDBA(), end; into device label EC0 insert begin Method (RDBB, 0, Serialized)\n {\n Name (TEMP, Buffer(0x20) { })\n Store (BB00, Index(TEMP, 0x00))\n Store (BB01, Index(TEMP, 0x01))\n Store (BB02, Index(TEMP, 0x02))\n Store (BB03, Index(TEMP, 0x03))\n Store (BB04, Index(TEMP, 0x04))\n Store (BB05, Index(TEMP, 0x05))\n Store (BB06, Index(TEMP, 0x06))\n Store (BB07, Index(TEMP, 0x07))\n Store (BB08, Index(TEMP, 0x08))\n Store (BB09, Index(TEMP, 0x09))\n Store (BB0A, Index(TEMP, 0x0A))\n Store (BB0B, Index(TEMP, 0x0B))\n Store (BB0C, Index(TEMP, 0x0C))\n Store (BB0D, Index(TEMP, 0x0D))\n Store (BB0E, Index(TEMP, 0x0E))\n Store (BB0F, Index(TEMP, 0x0F))\n Store (BB10, Index(TEMP, 0x10))\n Store (BB11, Index(TEMP, 0x11))\n Store (BB12, Index(TEMP, 0x12))\n Store (BB13, Index(TEMP, 0x13))\n Store (BB14, Index(TEMP, 0x14))\n Store (BB15, Index(TEMP, 0x15))\n Store (BB16, Index(TEMP, 0x16))\n Store (BB17, Index(TEMP, 0x17))\n Store (BB18, Index(TEMP, 0x18))\n Store (BB19, Index(TEMP, 0x19))\n Store (BB1A, Index(TEMP, 0x1A))\n Store (BB1B, Index(TEMP, 0x1B))\n Store (BB1C, Index(TEMP, 0x1C))\n Store (BB1D, Index(TEMP, 0x1D))\n Store (BB1E, Index(TEMP, 0x1E))\n Store (BB1F, Index(TEMP, 0x1F))\n Return (TEMP)\n }\n end; into device label EC0 insert begin Method (WRBB, 1, Serialized)\n {\n Name (TEMP, Buffer(0x20) { })\n Store (Arg0, TEMP)\n Store (DerefOf(Index(TEMP, 0x00)), BB00)\n Store (DerefOf(Index(TEMP, 0x01)), BB01)\n Store (DerefOf(Index(TEMP, 0x02)), BB02)\n Store (DerefOf(Index(TEMP, 0x03)), BB03)\n Store (DerefOf(Index(TEMP, 0x04)), BB04)\n Store (DerefOf(Index(TEMP, 0x05)), BB05)\n Store (DerefOf(Index(TEMP, 0x06)), BB06)\n Store (DerefOf(Index(TEMP, 0x07)), BB07)\n Store (DerefOf(Index(TEMP, 0x08)), BB08)\n Store (DerefOf(Index(TEMP, 0x09)), BB09)\n Store (DerefOf(Index(TEMP, 0x0A)), BB0A)\n Store (DerefOf(Index(TEMP, 0x0B)), BB0B)\n Store (DerefOf(Index(TEMP, 0x0C)), BB0C)\n Store (DerefOf(Index(TEMP, 0x0D)), BB0D)\n Store (DerefOf(Index(TEMP, 0x0E)), BB0E)\n Store (DerefOf(Index(TEMP, 0x0F)), BB0F)\n Store (DerefOf(Index(TEMP, 0x10)), BB10)\n Store (DerefOf(Index(TEMP, 0x11)), BB11)\n Store (DerefOf(Index(TEMP, 0x12)), BB12)\n Store (DerefOf(Index(TEMP, 0x13)), BB13)\n Store (DerefOf(Index(TEMP, 0x14)), BB14)\n Store (DerefOf(Index(TEMP, 0x15)), BB15)\n Store (DerefOf(Index(TEMP, 0x16)), BB16)\n Store (DerefOf(Index(TEMP, 0x17)), BB17)\n Store (DerefOf(Index(TEMP, 0x18)), BB18)\n Store (DerefOf(Index(TEMP, 0x19)), BB19)\n Store (DerefOf(Index(TEMP, 0x1A)), BB1A)\n Store (DerefOf(Index(TEMP, 0x1B)), BB1B)\n Store (DerefOf(Index(TEMP, 0x1C)), BB1C)\n Store (DerefOf(Index(TEMP, 0x1D)), BB1D)\n Store (DerefOf(Index(TEMP, 0x1E)), BB1E)\n Store (DerefOf(Index(TEMP, 0x1F)), BB1F)\n }\n end; into device label EC0 code_regex BDA2,\s+256 replace_matched begin //BDA2, 256,\n BB00,8,BB01,8,BB02,8,BB03,8,\n BB04,8,BB05,8,BB06,8,BB07,8,\n BB08,8,BB09,8,BB0A,8,BB0B,8,\n BB0C,8,BB0D,8,BB0E,8,BB0F,8,\n BB10,8,BB11,8,BB12,8,BB13,8,\n BB14,8,BB15,8,BB16,8,BB17,8,\n BB18,8,BB19,8,BB1A,8,BB1B,8,\n BB1C,8,BB1D,8,BB1E,8,BB1F,8\n end; into method label SMBR code_regex \(BDA2, replaceall_matched begin (RDBB(), end; into method label SMBR code_regex Store\s\((.*),\sBDA2\) replaceall_matched begin WRBB(%1) end; into method label SMBW code_regex Store\s\((.*),\sBDA2\) replaceall_matched begin WRBB(%1) end; into method label ECSB code_regex Store\s\((.*),\sBDA2\) replaceall_matched begin WRBB(%1) end; into method label ECSB code_regex \(BDA2, replaceall_matched begin (RDBB(), end; # additional work for _BIX method present in some ASUS laptops into device label EC0 code_regex B0C3,\s+16 replace_matched begin XC30,8,XC31,8 end; into device label EC0 code_regex B1C3,\s+16 replace_matched begin YC30,8,YC31,8 end; into_all method label _BIX code_regex \(\^\^LPCB\.EC0\.B0C3, replaceall_matched begin (B1B2(^^LPCB.EC0.XC30,^^LPCB.EC0.XC31), end; into_all method label _BIX code_regex \(\^\^LPCB\.EC0\.B1C3, replaceall_matched begin (B1B2(^^LPCB.EC0.YC30,^^LPCB.EC0.YC31), end; # or could remove the _BIX method if it turns out not to work #into_all method label _BIX remove_entry; Fix Sleep issues caused by USBs[usb] 7-series/8-series USB #Maintained by: RehabMan for: Laptop Patches #usb_USB_7-series.txt # USB property injection for 7-series boards (originally HM76) # Insert Apple USB properties into EHC1 into method label _DSM parent_adr 0x001D0000 remove_entry; into device name_adr 0x001D0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "AAPL,clock-id", Buffer() { 0x01 },\n "built-in", Buffer() { 0x00 },\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; # Insert Apple USB properties into EHC2 into method label _DSM parent_adr 0x001A0000 remove_entry; into device name_adr 0x001A0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "AAPL,clock-id", Buffer() { 0x01 },\n "built-in", Buffer() { 0x00 },\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; # Insert Apple USB properties into USB 3.0 XHC into method label _DSM parent_adr 0x00140000 remove_entry; into device name_adr 0x00140000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "AAPL,clock-id", Buffer() { 0x02 },\n "built-in", Buffer() { 0x00 },\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; [usb] USB3 _PRW 0x0D (instant wake) #Maintained by: RehabMan for: Laptop Patches #usb_prw_0x0d_xhc.txt # remove _PRW methods to prevent instant wake # delete any existing XHC1 device into device label XHC1 name_adr 0x00140000 remove_entry; # delete any existing USB2 device into device label USB2 name_adr 0x001D0000 remove_entry; # if _PRW objects are methods into method label _PRW parent_adr 0x001D0000 remove_entry; into method label _PRW parent_adr 0x001A0000 remove_entry; into method label _PRW parent_adr 0x00140000 remove_entry; into method label _PRW parent_adr 0x001B0000 remove_entry; # some other LAN cards use 0x00190000 into method label _PRW parent_adr 0x00190000 remove_entry; # if _PRW methods are stuffed into a separate scope into method label _PRW parent_label _SB.PCI0.EHC1 remove_entry; into method label _PRW parent_label _SB.PCI0.EHC2 remove_entry; into method label _PRW parent_label _SB.PCI0.XHC remove_entry; into method label _PRW parent_label \_SB.PCI0.EHC1 remove_entry; into method label _PRW parent_label \_SB.PCI0.EHC2 remove_entry; into method label _PRW parent_label \_SB.PCI0.XHC remove_entry; # if _PRW objects are names into device name_adr 0x001D0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x001A0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x00140000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x001B0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x00190000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\}\) remove_matched; # some _PRW have three entries in the Package into device name_adr 0x001D0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x001A0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x00140000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x001B0000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\n.*\}\) remove_matched; into device name_adr 0x00190000 code_regex Name.*_PRW.*\n.*\n.*\n.*\n.*\n.*\}\) remove_matched; # seems to work better if _PRW is present, but returns 0 (original was 3) for sleep state into device name_adr 0x001D0000 insert begin Name(_PRW, Package() { 0x0D, 0 }) end; into device name_adr 0x001A0000 insert begin Name(_PRW, Package() { 0x0D, 0 }) end; into device name_adr 0x00140000 insert begin Name(_PRW, Package() { 0x0D, 0 }) end; into device name_adr 0x001B0000 insert begin Name(_PRW, Package() { 0x0D, 0 }) end; into device name_adr 0x00190000 insert begin Name(_PRW, Package() { 0x0D, 0 }) end; # USB property injection for 7-series boards (originally HM76) # Insert Apple USB properties into EHC1 into method label _DSM parent_adr 0x001D0000 remove_entry; into device name_adr 0x001D0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; # Insert Apple USB properties into EHC2 into method label _DSM parent_adr 0x001A0000 remove_entry; into device name_adr 0x001A0000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; # Insert Apple USB properties into USB 3.0 XHC into method label _DSM parent_adr 0x00140000 remove_entry; into device name_adr 0x00140000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "subsystem-id", Buffer() { 0x70, 0x72, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x86, 0x80, 0x00, 0x00 },\n "AAPL,current-available", 2100,\n "AAPL,current-extra", 2200,\n "AAPL,current-extra-in-sleep", 1600,\n "AAPL,device-internal", 0x02,\n "AAPL,max-port-current-in-sleep", 2100,\n })\n }\n end; # special cases... (not in u430 DSDT) #into scope label _SB.PCI0.XHC.RHUB.HS05 set_label begin _SB.PCI0.XHC1.RHUB.HS05 end; It's done!Updating to 10.13.2: Just install Clover 4334 or more recent before install of the update. To do list - Replace VoodooHDA by aDummyHDA (AppleHDA Patcher). Can't make mic/output jack work. I don't know how fix the layout. - Hibernate Hibernate not work. The system not resume. (temporarily disabled with "pmset -a hibernatemode 0") Ps.: Sleep work. - Brightness and Audio adjustment by FN keys Need time to search DSDT patch. Attached files used in the installation. For God's sake, always use the newest versions. And last but not least I would like to thank the following community members, by making these dream possible: @crushers, @snatch, @apianti, @blackosx, @blusseau, @dmazar, @slice2009, @autumnrain, @phpdev32, @EMlyDinEsH, @RehabMan, @Scellow, @mitch_de, @Shailua, @Andy Vandijck, @maxfierke, @ArturXXX, @LexHimself, @brumas and all others members involved directly or indirectly. ACPIBatteryManager.kext.zip AnyiSightCam.kext.zip ApplePS2SmartTouchPad.kext.zip AtherosE2200Ethernet.kext.zip FakeSMC.kext.zip VoodooHDA.kext.zip FakePCIID.kext.zip FakePCIID_XHCIMux.kext.zip USBInjectAll.kext.zip config.plist.zip USBs.kext.zip Edited November 8, 2019 by ludufre 1 1 Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/ Share on other sites More sharing options...
ludufre Posted November 23, 2017 Author Share Posted November 23, 2017 COMPLETE REWRITTEN IN 11/24/2017 00:16 GMT Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2538896 Share on other sites More sharing options...
jcaputo08055 Posted January 30, 2018 Share Posted January 30, 2018 Great guide -- thanks for making it! I've got everything working on my Asus S400C (including wifi, only $14 for a replacement wifi module, worked OOB!). The only thing I don't have working at this point, that you reported as working, is the touchscreen. I've installed USBs.kext, and verified it's loaded using 'kextstat' -- but the touchscreen is non-responsive. Did I miss a step? Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2580679 Share on other sites More sharing options...
monxim Posted February 22, 2018 Share Posted February 22, 2018 With which Wifi modules is compatible High Sierra, Atheros 9285G is currently installed, will the Wifi work on it? Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2596618 Share on other sites More sharing options...
ludufre Posted February 22, 2018 Author Share Posted February 22, 2018 With which Wifi modules is compatible High Sierra, Atheros 9285G is currently installed, will the Wifi work on it? That's is the best source: http://forum.osxlatitude.com/index.php?/topic/2120-inventory-of-supported-and-unsupported-wireless-cards/ Great guide -- thanks for making it! I've got everything working on my Asus S400C (including wifi, only $14 for a replacement wifi module, worked OOB!). The only thing I don't have working at this point, that you reported as working, is the touchscreen. I've installed USBs.kext, and verified it's loaded using 'kextstat' -- but the touchscreen is non-responsive. Did I miss a step? This kext is a inject of specifics USBs of the motherboard. Probably your is differente. Use the USBInjectAll.kext to ineject all. Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2596660 Share on other sites More sharing options...
raphaelsilaen Posted March 17, 2018 Share Posted March 17, 2018 hy, ty so much for your guide. but I have a problem my S400C have broken touchscreen that I disable when I still using win10 now because I'm now using MacOS,the touscreen become active again and its driving me crazy (random click in left screen) how do I disable it? ty! Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2603760 Share on other sites More sharing options...
ludufre Posted March 17, 2018 Author Share Posted March 17, 2018 44 minutes ago, raphaelsilaen said: hy, ty so much for your guide. but I have a problem my S400C have broken touchscreen that I disable when I still using win10 now because I'm now using MacOS,the touscreen become active again and its driving me crazy (random click in left screen) how do I disable it? ty! Do not use the USBInjectAll.kext.zip or edit to not inject the port of the touchscreen. Use this guide: https://github.com/RehabMan/OS-X-USB-Inject-All Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2603771 Share on other sites More sharing options...
djouija Posted April 9, 2018 Share Posted April 9, 2018 (edited) Thanks for the guide, helped me get High Sierra running today on an older S400CA that I brought back to life this weekend! Just wanted to mention that I've also managed to get the Function Keys working for both the audio and brightness. Use the "FN Hotkey and ALS Sensor Driver for Asus v2.6" from here: https://osxlatitude.com/topic/1968-fn-hotkey-and-als-sensor-driver-for-asus-notebooks/ (and also download the "Asus DSDT patches (Update2).zip" file) and patch DSDT with Rehabman's "[igpu] Rename GFX0 to IGPU" patch, using his version of MaciASL from here: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/ (however using a patch for the GFX/IGPU rename in Clover might work as well?) and also patch DSDT with the “Fn Brightness Keys Patch.txt” from the "Asus DSDT patches (Update2).zip" file. Then you'll need to follow the steps outlined here to build the Keyboard backlight fix by Rehabman: https://www.tonymacx86.com/threads/guide-laptop-backlight-control-using-applebacklightinjector-kext.218222/ Also, I should mention that I also opted to use the latest version of the Lilu.kext from: https://github.com/vit9696/Lilu/releases along with the IntelGraphicFixup.kext from https://github.com/lvs1974/IntelGraphicsFixup/releases (to fix the "boot garble / glitch" issue). There is also a HibernationFixup.kext for Lilu that may also resolve the hibernation issues (see: https://github.com/lvs1974/HibernationFixup/releases) but I haven't tested this yet myself. I've also managed to patch the audio successfully now w/working mic and headphones detection, and no longer am using VoodooHDA, however I'm away from that machine at the moment but will edit this post with an update of the steps taken to do so. Thanks for your original guide, it saved me a ton of effort getting High Sierra running on this machine! Enjoy! Edited April 11, 2018 by djouija Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2608704 Share on other sites More sharing options...
ricardos7 Posted May 2, 2018 Share Posted May 2, 2018 (edited) ola luan eduardo, estou fazendo um hack no meu asus s400ca pelo que vi é identico ao seu, atualmente instalei o mac osx sierra, pois ja peguei uma pasta EFI pronta pois nao sei nada de hackitosh (ainda), seguir seu tutorial para auterar algumas coisas no meu config.plist e criar o meu DSDT, ate ai tudo bem mais ao tentar aplicar os path da varios erros na hora de copilar, vou ver se consigo colocar o meu config.plist que estou usando em anexo e o meu dsdt original, voce ou algeuem poderia me da uma ajuda a resolver isso, vou colocar um print dos erros que aparace no meu DSDT se alguem poder resolver ou me dar uma luz de como resolver agradeço, outra coisa, o config.plist e o DSDT serve para todas as vesoes do MacOS ou pra cada versao tem que ser feito tudo de novo? se posivel vc ou alguem que ja tenha resolvido esses problemas no sierra, poder disponibilizar a pasta EFI ou os arquivos de config.plist e o dsdt para o sierra ou poder concerta o meu ou me dizer como concertos esse erros. a pergunta parece besta, mais vamos la, posso usar a pasta EFI do mac os high sierra num sistema Mac sierra ou visse versa? o erro eu simplemente apaguei a linha, posso fazer isso? config.plist DSDT.aml DSDT apos patc.aml Edited May 2, 2018 by Ricardo Santos Adicionar uma imagem faltante Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2612360 Share on other sites More sharing options...
ludufre Posted June 4, 2018 Author Share Posted June 4, 2018 (edited) On 5/2/2018 at 7:50 PM, Ricardo Santos said: o config.plist e o DSDT serve para todas as vesoes do MacOS ou pra cada versao tem que ser feito tudo de novo? Yes, it fits all. On 5/2/2018 at 7:50 PM, Ricardo Santos said: You can remove this line. Note: Write in English in this forum. He is not Brazilian. Edited June 4, 2018 by Luan Eduardo Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2616550 Share on other sites More sharing options...
artur_pt Posted June 4, 2018 Share Posted June 4, 2018 hello @Ricardo try this after boot run this app and upload the folder in ur desktop RunMe.app.zip please here write in English .. we have a Portuguese sub forum at insanelymac DSDT.aml.zip config.plist.zip the dsdt is full patched for ur config good hack Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2616562 Share on other sites More sharing options...
ricardos7 Posted June 22, 2018 Share Posted June 22, 2018 On 6/4/2018 at 12:38 PM, artur_pt said: hello @Ricardo try this after boot run this app and upload the folder in ur desktop RunMe.app.zip please here write in English .. we have a Portuguese sub forum at insanelymac DSDT.aml.zip config.plist.zip the dsdt is full patched for ur config good hack Hello, thanks for your help, sorry for my english, I'm using google translator, I used the config.plist you left to download and dsdt, the system started normal, then I ran the app that sent it, and it was generating a .zip file, I will be leaving it attached to this message. I have some doubts if I can answer by kindly thank you, first this dsdt that left is my corrected dsdt or is it a generic dsdt? Can I keep using it? and this config.plist is the conf I should use? if it was not, you could help me with mine, I tried to correct more, but I can not. and once again thank you. I did not answer before because I was very busy with college. Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2621802 Share on other sites More sharing options...
artur_pt Posted June 22, 2018 Share Posted June 22, 2018 hello write here https://www.insanelymac.com/forum/99-português/ if the files I send u are working good .. why change ? good hack Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2621803 Share on other sites More sharing options...
ricardos7 Posted June 22, 2018 Share Posted June 22, 2018 (edited) 22 minutes ago, artur_pt said: Olá escreva aqui https://www.insanelymac.com/forum/99-português/ se os arquivos que eu enviar estiverem funcionando bem ... por que mudar? bom hack I tried to upload the generated file more this giving error in the upload, I will try to put in my driver, this link link https://drive.google.com/file/d/1owivdJRhjsdWdPb6Gy_3DldJTA5qZnpL/view?usp=sharing apparently it is working well, but I noticed some peaks of temperature in the CPU reaching 85 degrees Centigrade, monitoring with HWmonitor, another problem I have been experiencing is that the hack does not shut down, every time I send it off it just reboots and goes to the boot screen more that has been happening since I started this hack, I asked if I could be using this dsdt because in some articles that I read says to use only the dsdt of the notebook itself, so I asked if this was the file that I had uploaded already corrected or if it was a generic file. I was not able to upload the generated folder with the app that made it available on the site, so I uploaded the link on the drive in the message above. Edited June 22, 2018 by Ricardo Santos adicionar detalhes Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2621806 Share on other sites More sharing options...
artur_pt Posted June 22, 2018 Share Posted June 22, 2018 hello is ur DSDT with patches for ur config u can try to use ssdt for the powermanagement https://www.insanelymac.com/forum/topic/295577-gerenciamento-de-energia-para-sandy-bridgeivy-bridgehaswell-cpu/ read carefully good hack Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2621808 Share on other sites More sharing options...
artur_pt Posted June 23, 2018 Share Posted June 23, 2018 hello u can try also this dsdt https://puu.sh/AKDUU/309cfe2b47.zip good hack Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2621952 Share on other sites More sharing options...
mickeyyy Posted September 4, 2018 Share Posted September 4, 2018 djouija Hi, You wrote - "I've also managed to patch the audio successfully now w/working mic and headphones detection, and no longer am using VoodooHDA, however I'm away from that machine at the moment but will edit this post with an update of the steps taken to do so." wanted to ask, when?) Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2633212 Share on other sites More sharing options...
ba0123t Posted October 7, 2018 Share Posted October 7, 2018 Please file efj... Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2639415 Share on other sites More sharing options...
styrian Posted October 24, 2018 Share Posted October 24, 2018 Hello! Just joint and shouting in the first post to get help. Hopefullly nobody will help you out in the way you are crying for help. A simple "Hello" and asking for help in a normal, polite accent does generally the trick. Have fun. 1 Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2642851 Share on other sites More sharing options...
ricardos7 Posted April 3, 2019 Share Posted April 3, 2019 On 10/7/2018 at 1:14 PM, ba0123t said: Please file efj... https://drive.google.com/file/d/1ygFSmMqF_stIrsbSXSYYznE4AiZng__D/view?usp=sharing Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2669022 Share on other sites More sharing options...
chavezfher Posted April 11, 2019 Share Posted April 11, 2019 On 4/9/2018 at 5:32 AM, djouija said: Thanks for the guide, helped me get High Sierra running today on an older S400CA that I brought back to life this weekend! Just wanted to mention that I've also managed to get the Function Keys working for both the audio and brightness. Use the "FN Hotkey and ALS Sensor Driver for Asus v2.6" from here: https://osxlatitude.com/topic/1968-fn-hotkey-and-als-sensor-driver-for-asus-notebooks/ (and also download the "Asus DSDT patches (Update2).zip" file) and patch DSDT with Rehabman's "[igpu] Rename GFX0 to IGPU" patch, using his version of MaciASL from here: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/ (however using a patch for the GFX/IGPU rename in Clover might work as well?) and also patch DSDT with the “Fn Brightness Keys Patch.txt” from the "Asus DSDT patches (Update2).zip" file. Then you'll need to follow the steps outlined here to build the Keyboard backlight fix by Rehabman: https://www.tonymacx86.com/threads/guide-laptop-backlight-control-using-applebacklightinjector-kext.218222/ Also, I should mention that I also opted to use the latest version of the Lilu.kext from: https://github.com/vit9696/Lilu/releases along with the IntelGraphicFixup.kext from https://github.com/lvs1974/IntelGraphicsFixup/releases (to fix the "boot garble / glitch" issue). There is also a HibernationFixup.kext for Lilu that may also resolve the hibernation issues (see: https://github.com/lvs1974/HibernationFixup/releases) but I haven't tested this yet myself. I've also managed to patch the audio successfully now w/working mic and headphones detection, and no longer am using VoodooHDA, however I'm away from that machine at the moment but will edit this post with an update of the steps taken to do so. Thanks for your original guide, it saved me a ton of effort getting High Sierra running on this machine! Enjoy! Hi djouija. Do you have the guide to patch the audio without using VodooHAD? I currently use VodooHDA but the sound is very low. Greetings. And thanks in advance. Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2669877 Share on other sites More sharing options...
eugene28 Posted April 28, 2019 Share Posted April 28, 2019 Here is latest files for Mojave 10.14.3 for Asus S400CA Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2671824 Share on other sites More sharing options...
unichld Posted July 21, 2019 Share Posted July 21, 2019 On 4/28/2019 at 5:12 PM, eugene28 said: Here is latest files for Mojave 10.14.3 for Asus S400CA Hello, thanks for the files. Got my S400CA working under Mojave. Could you provide the patches you used. I would like to patch my own dsdt (a bit safer, also my wifi won't work with this one) Thanks again! Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2682347 Share on other sites More sharing options...
jcaputo08055 Posted August 27, 2019 Share Posted August 27, 2019 On 4/28/2019 at 1:12 PM, eugene28 said: Here is latest files for Mojave 10.14.3 for Asus S400CA Is there an upgrade path from 10.13, or does it need to be a fresh install? Could you provide any instructions if they differ from the procedure above for 10.13? Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2687525 Share on other sites More sharing options...
ludufre Posted August 27, 2019 Author Share Posted August 27, 2019 @jcaputo08055 I don’t have this notebook anymore. Why you don’t try Mojave with @eugene28 files? Link to comment https://www.insanelymac.com/forum/topic/329914-guide-high-sierra-10132-on-asus-vivobook-s400c-s400ca-ca178h/#findComment-2687526 Share on other sites More sharing options...
Recommended Posts