

Similar Content
- By IPN96Ciao tutti mi scuso per il disturbo. il mio laptop con macos sierra sta dando parecchi problemi di performance, io produco musica al pc, il software che uso è logic pro. appena apro il sofwatre la ram si riempie quasi tutta rallentando globalmente il sistema e appena provo ad utilizzare qualsiasi plugin il pc si blocca e poi il sofware va in crash.
Ho anche notato che ultimamente la ram tende a riempirsi anche durante le operazioni piu semplici come vedere un video su youtube o navigare su internet, sto pensando di retrocedere a windows anche se mi dispice e sarebbe un lavoro assai lungo.
note extra:
1) Il mio laptop ha il dual boot con windows 10 pro
2) Il mio pc ha sempre avuto problemi di instabilita con windows 10 pur essenso l'os originalmente installato, mi è stato consigliato di passare a windows vista e aggiornarlo con gli official e unofficlal updates per renderlo agibile con le apps piu moderne anche se non sono convinto
3) vi lascio tutte le info e le caratteristiche. grazie Isach @gengik84 @MARZILLO @iCanaro
Sistema operativo Mac osx sierra 10.12.6
Modello laptop : Asus N551jx-cn043t (2015)
Il resto è nella screen
questo è lo staso della memoria senza nessuna app aperta a parte google
non so se vanno bene ma ho inserito anche queste screen - By MontelliCiao a tutti, ecco le specifiche del mio laptop con sierra installato e funzionante:
Asus (K56CB Family) S56CB-XX173H + (Clover) / i7-3537U / Ivy Bridge (Chipset) / Intel HM76 (Southbridge) / HD4000 1366x768 / NVIDIA GT740M
Ma ho due problemi:
Questo laptop ha 3 usb di cui una Usb 3.0 e le altre due Usb 2.0 , una delle due Usb 2.0 non funziona ma riceve corrente, come abilito questa porta usb? Utilizzo il kext USBInjectAll
Come installo l'ssdt per il power management?
Grazie mille - By chriz74I think this guide will help people install Yosemite on Asus x301a and possibly x401a, x501a intel HM76 (probably also hm70) based laptops both Ivy and Sandy bridge.
1) we need an unlocked MSR bios in order to get native cpu powermanagement, so download and flash your latest bios, restart your pc enter bios press F9 and load optimized setup.
2) download fptw64, open an elevated command prompt in window, change directory to fptw64 one and dump your bios with this command:
fptw64 -d BIOS-Backup.rom -BIOSNow download uefiPatch from coderush and patch your bios, please pay attention to what the output is, if there is some errors or something. Refer to this post. You should now have an MSR unlocked patched bios that you can flash back with the command...
**** if you are not sure or don't understand what a failed bios flash can do to your pc stop and ask in the forum ****
**** of course the names of the roms are of your choice so modify the commands accordingly ****
fptw64 -f patched.rom -BIOSafter flashing restart the laptop, enter bios and again press F9 to load optimized defaults, also be sure that graphics framebuffer is set to 64MB.
3) create a uefi USB with Yosemite and clover, put these kexts in the clover / kexts / 10.10 directory in efi partion of usb:
FakeSMC.kext
GenericUSBXHCI.kext
VoodooPS2Controller > the correct driver for me is Elan However I think some versions of these notebooks have Alps Touchpad as the Asus support website lists both drivers.
4) start pc from uefi usb (press esc at boot to show boot menu)
5) in clover press F1 to show some options, dump your DSDT with F4.
6) restart pc in windows, download dsdteditor and mount EFI partition of the USB with clover
7) open the DSDT in clover / acpi / origin and apply these patches:
- IRQ patch by rehabman
- hd4000 patch (if you have an ivy bridge cpu)
- hd3000 patch (if you have a Sandy bridge cpu)
- this battery patch
- asusNBFnkeys BrightnessKeys_Patch
- orange icons patch
compile the DSDT and see if there are errors or warnings, search and apply patches accordingly (e.g. Tx rename patch)
once you have your dsdt.aml put it in efi clover / acpi/ patched
8) restart pc from USB and install Yosemite, when finalizing installation put the time zone manually, tell the pc is not connected to the internet for now.
9) at desktop we need some files:
- dpci manager to install some kexts
- clover and clover configurator to install clover in efi
- ssdtpregen to generate our ssdt (for cpu)
- RealtekRTL8111.kext
- asusNBFnkeys.kext
- this appleHDA kext
- Rehabman acpibacklight kext -> this kext was causing this behavior: http://bit.ly/1LYGOKq. Brightness still works without the kext.
- Rehabman battery kext
- eapd codec commander (you will have to build this one with xcode)
so, install clover into efi in the hard disk (look this other guide of mine for more details on options),
generate your ssdt (install the lan driver first as this script downloads info from the internet while running).
with clover configurator mount efi and put the kexts from the usb on disk.
put the DSDT and SSDT in efi (in clover / acpi / patched on disk)
load the attached config.plist in clover configurator, generate your own smbios (chose macbook air 5.2), export the plist to efi. Note if you are using an SSD please apply the trim kernel patch as per third method in this post: http://www.insanelymac.com/forum/topic/298507-enable-trim-on-non-apple-ssd/
Now install the kexts with dpcimanager, when finished installing reboot from USB and open uefi shell:
- find your efi partition with fsx: (fs1: , fs2: whatever is yours, check with ls what is the content)
- when your found yours do cd EFICLOVER ; bcfg boot dump ; bcfg boot add 0 CLOVERX64.efi 'OSX'
- reboot, press ESC and choose boot from EFI:OSX (the option we just added).
everything should work apart WIFI (you can buy a compatible half mini pcie card, I replaced mine with an Atheros AR5B93 half mini pcie card, it works out of the box).
Please note: if audio doesn't work you will have to find out the verbs of your codec and replace them in applehda kext.
----- This part is for patching HDMI audio and LVDS screen in HD4000 -----
This is what I did for mine, I have an i7-3630qm with HD4000 graphics.
First thing the DSDT patch for HD4000 video and audio (igpu and hdef). I have id 1660009 of HD4000 in this cpu so I put the same layout id in the DSDT patch. At this moment without patches only the external HDMI monitor will work so I put these patches in config.plist of clover:
for lvds internal video to work
AppleIntelFramebufferCapri 010000000200000030000000 to 050300000200000030000000
for hdmi
HDMI
AppleIntelFramebufferCapri 030400000004000007010000 to 030400000008000006000000
---------------> for that part I followed this guide but put the patches in clover instead of patching the kext. - By caltor726I have the final YOSEMITE 10.10.5 system working with following specs
MODEL : X202E-CT009H
CPU: i3-3217U
HDD: Hitachi 500GB HDD
RAM: 4GB RAM
VIDEO: Intel HD4000 (both 0x01660003 and 0x0166000A (no LCD)
AUDIO: VIA VT1802
SCREEN: 1368X768
TOUCHPAD: ELantech
WIFI : replaced with this one AR9285
——
Everything works including sound (Headphone, mic ,speakers, audio sensors) and HDMI video/audio
This might work partially for other VIVOBOOKs with similar configurations.
Enjoy ! - By joe_blackBeen trying to install ML on my Asus X501A.
Snow Leopard works great but I want to try a clean install of ML.
ML install completed successfully but now I'm stuck here:
I don't see any panic or indication of why it's hanging right there... Is it the 'Waiting for AppleSMC'?
I'm using FakeSMC.kext from iATKOS ML2. SMBios.plist for MacbookPro 8,1
Hardware specs are in my signature. Any ideas?
Asus X501a Laptop
Asus X501a/X501u Driver Download - Intel High Definition Graphics 3000 Integrated graphics card inside Intel Sandy Connection processors (Core ix-2xxx).The HD 3000 is the faster (internally GT2 called) version with 12 Execution Units (EUs). This page contains information about installing the latest ASUS X501 X501A driver downloads using the ASUS Driver Update Tool. ASUS X501 X501A drivers are tiny programs that enable your Laptop hardware to communicate with your operating system software. Asus X501A Notebook Foxconn WLAN Driver windows free download. Asus X501A Notebook Foxconn WLAN Driver zip file by for free download fast with easy direct link.