Jump to content

Yomiro

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Yomiro

  1. MacOS works perfectly on my Dell 7280.  I made a change to use AlpsHID.kext to get multitouch working.  Afterwards, I cannot get I2C devices working when I boot into Windows 11.  I know this is caused by OpenCore ACPI Injection and I believe this section:

     

                    Scope (I2C1)
                    {
                        Scope (TPD1)
                        {
                            If (_OSI ("Darwin"))
                            {
                                Name (OSYS, 0x07DC)
                            }
                        }
                    }

     

    I am not sure how to fix this so nothing gets injected when booting into Windows. 

     

     

     

    Config.zip

  2. It's so easy to create a USB map.

     

    Follow this guide:

    https://github.com/corpnewt/USBMap

     

    The reason why your webcam is not showing is because you are not mapping your USB ports correctly.

     

    https://github.com/corpnewt/USBMap/blob/master/Information.md

    Features

    No dependency on USBInjectAll

    Can map XHCI (chipset, third party, and AMD), EHCI, OHCI, and UHCI ports

    Can map USB 2 HUBs currently disabled

    Matches based on class name, not port or controller name

    Allows setting nicknames to the last-seen populated ports in discovery

    Aggregates connected devices via session id instead of the broken port addressing

    Can use best-guess approaches to generate ACPI to rename controllers or reset RHUB devices as needed

     

  3. It's super easy creating a USBMap, just read the instructions.  Here is mine:

    USBMap.kext.zip 1.22 kB · 0 downloads

     

    1. You should remove USBInjectAll.kext
    2. I did not map the thunderbolt port since I dont use it.  Also MacOS only detects the controller when you have a device plugged in.  
    3. For a Dell 7280 you should be using SMBIOS MacBookPro14,1. 
    4. The trackpad can't be fixed.  It just suck because there are no "good" drivers/kext for it. 
    5. It seems you copied the opencore configuration.  I suggest you follow the guide and do your own.  I see a few ACPI patches I dont recognize.  I attached a SAMPLE of my configuration, so you can compared them. 

     

    config.plist.zip

  4. I upgraded from Clover/Catalina to OpenCore/BigSur.    It was easier than I expected and the file and configuration are much cleaner with OpenCore. 

     

    The system works fine except for:

    1. Screen Brightness Button.  Fn+Up and Fn+Dn used to work under clover.  But I have not been able to apply the same changes to OpenCore (BRT6??)
    2. HDMI and DP connectors are not working. (Black Screen).   I am Working on this now.
    3. Sleep is flaky.  Closing the lid does not put the laptop to sleep.

     

    EFI.zip

  5. Thanks, YOU ARE DA MAN!!!

     

    I had to do all 3 steps to get audio working

    1) layout id 21

    2) Remove SSDT-HDEF.aml

    3) Remove FakePCIID_Intel_HDMI_Audio

     

    Also your BRT6 SSDT fixed the brightness keys!!

     

    My trackpad is flaky.  I believe its working like a mouse because trackpad is not detected in prefs panel.  Is there a good kext to use for I2C ALPS trackpad?

     

    Thanks Again,

     

    debug_29539.zip

  6. Thanks for the guides and bootpacks.   I purchased a Dell 7280 and installed Catalina.  Everything is working except for:

     

    1) I have not been able to get any sound device to show up. It should work since it's ALC256, I tried multiple layout-id.

    2) Brigthness Keys are mapped to FN+B and FN+S instead of FN+UP and FN+DOWN  (not big deal)

    3) HDMI out freezes the laptop or reboots.

    4) Lid open/close does not work. 

    ---------------------------------------------------

     

    Debug files attached.

    debug_3360.zip

  7. I have been using the patched A21 DSDT from the 7440 and I haven't had any issues.  I am actually surprised at how good everything is working. 

     

    But I was wondering  if you could patch the A22 BIOS for the E7240.    With the current DSDT I see a lot of ACPI errors. 

     

    Dell E7240

    CPU: i7-4600U

    WIFI: Atheros 9280

    Screen: 1920x1080

    BIOS: A22

    Mac OS High Sierra

     

    Thanks.

     

    Clover Origin folder attached.

     

    origin.zip

×
×
  • Create New...