Jump to content

Hervé

Administrators
  • Posts

    10053
  • Joined

  • Last visited

  • Days Won

    566

Everything posted by Hervé

  1. You should be able to do this through DSDT/SSDT patching where you basically permanently set the associated ACPI device (usually something like PEG0.PEGP or similar) to off. 1st check in IOReg which device corresponds to your nVidia dGPU which you'll find at address 0x00010000 (iGPU is located at address 0x00020000). Looking at your DSDT and SSDT-5-SaSsdt tables, it certainly appears that: your iGPU is device GFX0 your dGPU is PEG0.PEGP or PEG0.NVID Try this patched DSDT where I have: declared external method _SB.PCI0.PEG0._ON_OFF (defined in above SSDT table) declared a new _INI method to turn the PEG0 device off External (_SB_.PCI0.PEG0._ON_._OFF, MethodObj) // 0 Arguments (from opcode) Method (_INI, 0, NotSerialized) // _INI: Initialize { \_SB.PCI0.PEG0._ON._OFF () } DSDT.aml.zip
  2. It's already up to v4414 anyway... http://www.insanelymac.com/forum/files/file/347-clover-efi-bootloader/ http://www.insanelymac.com/forum/files/file/937-clover-4414/
  3. This old card is not supported beyond ML. All other BCM431x cards were last supported in El Capitan 10.11 and dropped from Sierra 10.12. You'll have to replace your ancient DW1397 with something supported and, ideally, more recent. See our wireless cards inventory published in this very section. You can also revert to your vanilla IO80211Family kext.
  4. It's sudo pmset -a hibernatemode 0not sudo pmset -a hibernate mode 0which won't be accepted. "-a" flag is optional.
  5. If you're talking about generating a SSDT with Pike R Alpha's script, yes, that's always been specifically for CPU power management, nothing else so no hope to be had with that... If anything, you'd have to look at patching the DSDT further or adding a tailored-made SSDT for your MediaBay device. Info posted above states that the MediaBay is accessible depending on SMBIOS. What you can do with that is: experiment with SMBIOS profiles to identify those that provide visibility andor access to your MediaBay drive grab the IOReg + ACPI dumps posted on the web for those Mac models (there's a dedicated thread for this in the OS X/macOS forum subsection) compare those IOReg + DSDT/SSDT files with those of your own E6430
  6. Please consult the FAQ regarding permissions and cache; It's all there, it's a very frequent question, hence the answers in a dedicated thread posted in the Frequently Asked Questions...
  7. You can try and add the usual WWAN patch tuned for the DW5570, either into FakeSMC or in CellPhoneHelper; just not in both... You can refer to the guidance and general principles detailed in this recent High Sierra-related thread: https://osxlatitude.com/index.php?/topic/9560-dw5809e-how-can-i-use-the-wwan/ If it worked for the DW5809e, no reason why it would not work for the DW5570... Original Yosemite patch details remain available here: https://osxlatitude.com/index.php?/topic/8006-sierra-wireless-qmi-modules-mcem73xx77xx8805etc-dell-dw557058085809etc/ I had offered a Sierra patch here: https://osxlatitude.com/index.php?/topic/9403-using-dw5570-under-sierra/ Obviously, setting the card to the correct QMI mode remains fully applicable.
  8. Indeed: Dell Wireless 1810 802.11a/b/g/n/ac based on Atheros QCNFA435/QCA9377 (168c:0042) chip. Most definitely not supported OOB, if at all... Atheros40 kext patch or DSDT injection (for compatibility with supported Atheros model) would need to be tried I guess.
  9. For the record, Enoch does fully support High Sierra. However, it does not support installation of High Sierra nor its upgrades. I wish I can add "yet" because I hope it's only a matter of time before Chameleon/Enoch are updated to the double-phased approach introduced with 10.13. Regretfully, ErmaC appears the be more or less the only dev left who still works on this great bootloader. Clover has therefore confirmed its lead and method of choice re: High Sierra installation (and subsequent updates). As such, even though I still run all my Hacks on Enoch, I've had to call on Clover for initial High Sierra installation and still need to call on the Clover-based USB installer to complete the updates.
  10. AppleHDA audio level is indeed a little quieter than with VoodooHDA. I'm not aware of any adjustment settings to set AppleHDA volume level on a par with Voodoo's.
  11. The tool does the exact same thing as the /writeromfile option when applied to the Dell system's BIOS exec. I therefore suggest the OP proceeds that way with the T7500 BIOS available off Dell's web site. http://www.dell.com/support/home/us/en/19/drivers/driversdetails?driverId=2WN85
  12. It should be with Bronxteck-compiled R6 version available here.
  13. In other words, it's a 16bit (2 x bytes) value to be expressed in Hexadecimal in the range 0 to 65535.
  14. Re: USB audio, I can vouch for this cheap & cheerful device... Not buzzy and very reliable; works OOB from Leopard 10.5 to High Sierra 10.13! https://osxlatitude.com/index.php?/topic/2061-dell-precision-470-670-workstation-snow-leopardlionmountain-lionmavericksyosemite/page-3&do=findComment&comment=48104
  15. From memory, E6430s can be fitted with 2 x different Webcam models. One model works OOB, the other one not at all. Look a the displayed model and vendor/device id in your SysProfiler and post the details.
  16. You have a 4th gen Haswell laptop (i7-4700MQ) so make sure to activate the Clover KernelPm patch, otherwise you're indeed likely to encounter system reset as kernel loads. Use latest version of Clover Configurator app to prepare and tune your Clover config file.
  17. This method dates a little and used to be applicable to old Dell laptops of the 2005-2008/2009 era (eg: Latitude Dx20/Dx30 Series, Precision Mx300, Inspiron 6xxxx, etc.). It's not applicable to more recent Dell laptops, for instance E6x20/E6x30/E6x40 models. In addition, the method, as detailed in this LinkedIn page, is somehow erroneous: 1) no need to remove the CMOS battery 2) on plugging the power cable, the [END] key must only be pressed a couple of seconds max when the power led lits in orange; if the key is pressed more than that, no attempt will be made to load BIOS off the plugged-in USB media This method was described several times on the forum several years ago. Ex: https://osxlatitude.com/index.php?/topic/7691-problems-with-dell-d630-no-qe-ci-bios-a09/&do=findComment&comment=47171 MyDigitalLife forum has a dedicated thread on BIOS recovery for all sorts of computers; OP should have a look there: https://forums.mydigitallife.net/threads/bios-recovery-procedures.870/ You could give the following Dell method a go, but it probably won't work as they say it's only applicable to systems from 2015/Skylake chipsets... https://www.dell.com/support/article/fr/fr/frdhs1/sln300716/bios-recovery-options-on-a-dell-pc-or-tablet?lang=en#faqs Another apparent method: https://www.cnet.com/forums/discussions/bad-bios-update-recovery/ Good luck!
  18. https://osxlatitude.com/index.php?/topic/10386-solved-e6230-sierra-kp-after-security-update/
  19. Clover config attached in your debug archive appears empty. Normal?
  20. Boot in single-user mode, delete the offending kext, rebuild your cache and you should be back in business.
  21. All you need is Rehabman's ACPIBatteryManager kext. You'd find it in the Guides's bootpacks if you followed them...
  22. You'll find all the guides you need in the Guides section of the forum, especially JakeLo's detailed one for Latitude/Precision/Inspiron.etc. It has all the necessary guidance and files to get your E6430 nVidia going. Your KP shows you don't even have enabled the basic AICPUPM patch that's required on this Ivy Bridge platform. All E6x30 run patched AppleHDA for IDT92HD93 rather than VoodooHDA. It's much better and supports HDMI audio. Regarding editing a kext, you 1st need to make a copy (not a move) to your Desktop before you patch it. Only then will you be able to modify its contents. Once done, copy it back where it came from (I'm talking /S/L/E or /L/E here), repair permissions and rebuild your cache. Full details on this in the FAQ section. If you inject kexts through Clover rather than cache the, you don't need to worry about permissions and cache...
  23. No, I stated your previous picture did not show a meaningful KP. Best to post a zipped copy of your Clover folder so that we can look into your settings.
  24. Please describe this. "A" guide found online? No support for distros or TMX here I'm afraid. Both are evil stuff. Apple OS has been free for some years so please proceed with a full vanilla installation. You'd also greatly benefit from specifying the version you're trying to install.
  25. I can recommend a Windows based tool called Low-level Format from HDDGuru. Does the job perfectly; you're back with a raw disk with no partition on it. http://hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/
×
×
  • Create New...