Jump to content

kanarienvogel

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by kanarienvogel

  1. Hello!

     

    I have a Dell E7450 running on Mojave 10.14.4

     

    It is a Japanese version of E7450 with Japanese keyboard layout. I attached the layout picture so you can visualize the explanations below.

     

    Thanks to the Jake's guide everything runs really smoothly, apart from this weird bug with two keys that are not being registered by the system. 

     

    1) |, ¥, _ key to the left of backspace key: pressing it brings the same results as F3, incrementing the volume.

    2) _, \, katakana symbol "ろ" key to the left of the Right Shift key: pressing it is not registered by the system in any way.

     

    I tried running Key Codes to check and maybe reassign them in Karabiner, but pressing them brings no response and displays no key codes.

     

    Could anyone advise how to troubleshoot next and help with it?

     

    Thanks.

    71BQTTr9ErL._SL1500_.jpg

  2. 1 hour ago, Hervé said:

    Please refer to the Wireless & Bluetooth forum section. DW1560 is based on BCM4352 chipset which is not supported OOB and requires patching.

     

    1 hour ago, Hervé said:

    Please refer to the Wireless & Bluetooth forum section. DW1560 is based on BCM4352 chipset which is not supported OOB and requires patching.

     

    Hello! Thanks for replying to me. I am pretty new to the DSDT patching, so it was not that easy to find a concise guide on that. Do you think this one covers what I need to do? -> https://hackintoshpro.com/patch-dsdt-hackintosh/

     

    So to rephrase, now that I have the kexts I mentioned in my first post installed, I need to patch DSDT with the code below using MaciASL, right? 

     

    Will be happy if you could point me if my direction is right. 

     

    Thanks!

     

                    Device (<YourDevice>)   // Identified wireless device through IORegistryExplorer (usually: ARPT)
                    {
                        ...
                        ...
                        ...
                        Method (_DSM, 4, NotSerialized)    // Device Specific Method for the wireless card
                        {
                            Store (Package ()
                            {
                                "model", 
                                Buffer (0x23)
                                {
                                    "AzureWare AW-NB290H b/g/n Wireless"
                                }, 
                                "device_type", 
                                Buffer (0x08)
                                {
                                    "AirPort"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                    0x00
                                }, 
                                "name", 
                                Buffer (0x10)
                                {
                                    "AirPort Extreme"
                                }, 
                                "AAPL,slot-name", 
                                Buffer (0x09)
                                {
                                    "Internal"
                                }, 
                                "compatible",      // Declares compatibility with a device
                                Buffer (0x0B)
                                {
                                    "pci14e4,43a0" // PCI id of device supported OOB
                                }
                            }, Local0)
                            DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                            Return (Local0)
                        }
                    }

     

  3. Hello! I have successfully managed to clean install and run the latest version of Mojave. 

     

    The only thing that is not working is the wi-fi module (DW1560). A system is showing me Wi-Fi: No hardware installed message.

     

    Bluetooth is working at the same time, so hardware-wise it should work. 

     

    I tried installing the following kexts to /L/E/ and rebuilding cache, but it does not help.

     

    AirportBrcmFixup.kext

    BrcmFirmwareRepo.kext

    BrcmPatchRAM2.kext

    FakePCIID_Broadcom_WiFi.kext

    FakePCIID.kext

    Lilu.kext

     

    Could you point me what to do?

     

    For my EFI, I used the bootpack from the post here: 

    Thanks in advance!

     

×
×
  • Create New...