Jump to content

Hervé

Administrators
  • Posts

    10031
  • Joined

  • Last visited

  • Days Won

    562

Everything posted by Hervé

  1. It's Fn-F11 and Fn-F12. If you're using the ACPI-based method to enable the brightness control keys (rather than the brightness keys kext which I believe unsuitable for our Dell Latitude), you may want to add values 0x366 and 0x365 which were not present in the SSDT-BRT6 table offered by Jake: Method (BRT6, 2, NotSerialized) { If (LEqual (Arg0, One)) { Notify (LCD, 0x86) [...] Notify (^^LPCB.PS2K, 0x0366) // additional value } If (And (Arg0, 0x02)) { Notify (LCD, 0x87) [...] Notify (^^LPCB.PS2K, 0x0365) // additional value } } These are the values that work on my Latitude E6230 and E7270 and also worked on my E6220, E6440, E7250 and 7490 when I had them. You may also want/need to add the ACPI patch that renames GFX0 to IGPU. I tried to explain the process of enabling brightness control keys here. Look it up, it contains important infomation about requirements/pre-requisites, especially on the PS2 controller kext.
  2. Do not listen to people who say Dell systems can only boot OS X/macOS with Clover. They booted the OS without issues with Chameleon, Enoch and continue do so with OpenCore or Clover of course. Your E5530 may be getting a little old bit it will boot and run Big Sur with OC without problem. I invite you to look at my OpenCore-based E6230 Big Sur guide available in the Guides section; I trust it'll re-assure you. Latitude E6x30 are 95% identical to your E5530 model.
  3. Absolutely no idea. I've heard of such issues on HD3000 systems but never on the Latitude E6x20 models. If you want further assistance, post the Clover setup you were using + your E6420 full specs.
  4. Woaw, old and totally deprecated stuff. Why would you install old Yosemite with Chameleon today? It's all been abandoned for years. The E6x20 laptops can natively run macOS up to High Sierra and you'll find much more recent guides for that. The installation process and DSDT-less bootpack I posted in my E6220 Mojave guide here may be of particular interest to you.
  5. @LTE-Card Did you check the Sierra Wireless web site at all? Because the Sierra Wireless EM74xx AT Command Reference manual is available here... at sierrawireless.com! Simple no-brainer account registration required. Also available here, again with account registration though through a more complicated process it would seem. 4117727 AirPrime EM-MC74xx AT Command Reference r4.pdf.zip For the rest, I assume you know that you have to define the APN parameters for the connection you want to initiate; parameters depend on your service provider/Telco. You may also want to use the standard keyboard shortcuts to take screenshots rather than pictures with a cellphone...
  6. Your stated budget is unlikely to get you anything outside (unsuitable) low-end Pentium/Celeron-based Chromebook-type platforms. In addition, I doubt you'll find many new laptops fitted with 10th gen comet Lake/Ice Lake CPUs. By far and large, (mainstream) manufacturers have moved to Intel 11th gen now. But, as I said, do shop around, some manufacturers (like Dell) do offer to filter searches by price ranges and/or CPU generations. You may get lucky on all fronts with the Dell Inspiron 15 3000 (model 15 3511 with i5-1035G1) with Black Friday round the corner...
  7. We don't usually do such kind of recommendations here.... Anyway, from Broadwell onwards, many if not most manufacturers moved to mSATA then M.2 SSDs. I think you'd have a hard time finding a new 10th gen (Ice Lake/Comet Lake) for the budget you mentioned (assuming $ or €, not rupees) and with support for a legacy 2.5" SATA SSD. More likely used/refurbished 7th and 8th gen Kaby Lake/Kaby Lake R/Coffee Lake models. I believe only some large 15.6" or 17" laptops may still retain the kind of SATA disk option you desire. Do shop around on the usual well-known commercial sites and look at manufacturers sites for model specs. For instance, you may look at Dell models of the Latitude xx70, xx80 or xx90 families or Inspiron 15 families. Examples: Latitude 5590 Latitude 3500 Inspiron 15 7591 Inspiron 7786
  8. Revised DSDT following replacement of DW1510 wireless card by an Apple BCM94360CS2 causing built-in Bluetooth to break sleep. All Ok once the UHC ports were patched so that their individual _PWR statements was adjusted from: Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x0nn, // where nn=03/04/0C/0E/05/20 for UHC1/UHC2/UHC3/UHC4/UHC5/UHC6 respectively 0x03 }) to: Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x0D, 0x03 }) as per USB2.0 EH0x devices. DSDT.aml.zip
  9. I believe I said to add the SSDT-XHC table, not to replace your existing SSDT table with it. As a result, you've now screwed up your installation and won't be able to boot until you restore that original SSDT. Boot through your USB installer if you still have it.
  10. I'm pretty confident your issue derives from using that single unified SSDT which I believe to be incomplete. I would advise you gradually get rid of this SSDT and return to a more standard set of patched SSDTs. You'll then avoid such issues as that you currently encounter. When it comes to USB ports power settings, your single SSDT contains the following code and nothing else: Device (USBX) { [...] Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { [...] Return (Package (0x08) { "kUSBSleepPowerSupply", 0x13EC, "kUSBSleepPortCurrentLimit", 0x0834, "kUSBWakePowerSupply", 0x13EC, "kUSBWakePortCurrentLimit", 0x0834 }) } E5470 is Skylake, right? On my Skylake E7270, I also inject the attached standard XHC/USB3.0 patched SSDT which defines the following power settings: "AAPL,current-available", 0x0834, "AAPL,current-extra", 0x0898, "AAPL,current-extra-in-sleep", 0x0640, "AAPL,max-port-current-in-sleep", 0x0834 Try and add that XHC patched SSDT to your setup. SSDT_XHC.aml.zip
  11. In all likelihood, it's a power related problem: the USB3.0 port(s) to which you hook your external disk do not draw sufficient power to the disk. If the disk's USB cable has a 2nd plug, plug it in; same if it has an external power supply. That would prove the power-related issue. You may then look into your USB3.0 ports injected properties in order to adjust them. You've opted for one of those single SSDT to inject your ACPI patches; a particular member of this forum is very keen on this but it's not informative at all and it becomes quite unsuitable when it comes to troubleshooting; basically you just don't fully know what that kind of SSDT does because it ends up being a big bag of... <censored> stuff. I personally strongly discourage to follow that method. I think it's best to stick to individual and specific SSDTs that are simple to identify.
  12. You need to ascertain which KBL framebuffer connector your various display ports attach to, whether the laptop's built-in ones or the Dock's. If multiple ports attach to the same connector, there's little chance you'll get them to work as independent displays simultaneously. Post a new IOReg, your original one showed you were using incorrect settings (Haswell HD4600 properties injection).
  13. Experienced the same behaviour with my 7490 when I had it: 3rd display off Dock only every worked in mirror mode because it grabbed the same connector as the 2nd display connected to laptop's HDMI port. https://osxlatitude.com/forums/topic/11410-dell-latitude-7490-with-i7-8650u-intel-uhd-620-and-1920x1080-lcd-mojavecatalina/?do=findComment&comment=90288
  14. Post your 7290 specs and zipped Clover/OpenCore EFI. Specify the exact bootloader version you're using.
  15. Update the BIOS to latest version. A07 is too old.
  16. Then, target those tty devices individually with your screen command. See if any gets you on the modem.
  17. You're not targetting the correct device so you need to identify that 1st. Check the /dev directory to begin with...
  18. You can't enter an AT command at the Linux prompt! You need to be connected through a terminal app to the serial port attached to the modem...
  19. I never got round to work on getting the function keys fully operational so answer is no, not all function keys properly work. Audio only works with VoodooHDA, I never could get audio with AppleALC. That laptop is in semi-retirement, it's not a model that gets my liking and will probably get sold off sooner than later.
  20. Latitude E5400/E5500 is an old Core2Duo laptop quite similar to old E6400 (Intel graphics) model. Those are fitted with Series 4 chipset graphics, i.e. Intel GMA 4500MHD which is totally unsupported. Lack of graphics acceleration makes this old laptop totally unsuitable as a Hackintosh. 1st thing to do when considering running OS X/macOS on a PC is gather the hardware specs and check if they're compatible/supported, the key elements being CPU and GPU. See here: https://osxlatitude.com/forums/topic/8956-e4200-e4300-e4310-why-these-make-unworthy-hackintoshes https://osxlatitude.com/forums/topic/8238-supportedunsupported-gpus-graphics-cards https://osxlatitude.com/forums/topic/2998-min-requirements-for-os-xmacos
  21. I’ll try and have a go at it again; on my ToDo list among the many other things I need to do with Monterey.
  22. No idea. It's a GCN 1.0 dGPU so it meets the official minimum requirement; that's all I can say. You'll have to suss out if its PCI id is supported by the built-in AMD drivers and the appropriate AMD framebuffer to use.
  23. You have to use a supported SMBIOS (relevant Haswell/Broadwell/Skylake model minimum). The HD4000 patch will be required post-install. I had tried Monterey beta on my E6230 and it had many issues like overall lag (despite HD4000 patch), high CPU usage and high T°. Best avoided imo.
  24. No Optimus per sé here since this is an AMD dGPU not an nVidia one. W5170M and R9 M375X are indeed very close, being based on GCN1.0 Tropo XT/XTX chipset respectively.
×
×
  • Create New...