Dell inspiron 5370

  • shark: Wenn ich es schaffe, werde ich das heute gegen Abend ebenfalls umsetzen und dann eine kurze Anleitung schreiben.

  • So, ich habe es jetzt auch (fast) hinbekommen. Leider konnte ich das Universal BIOS Backup Toolkit 2.0 nicht ausführen, da Windows das verweigert hat (Trojaner). Ich habe dann UEFI Shell von Firewolf gebootet und geprüft, was setup_var 0x272 ausgibt, nämlich 0x1 = APIC Interrupt. Mit setup_var 0x272 0x0 habe ich das dann auf GPIO Interrupt umgestellt.


    Damit der GPIO-Controller von VoodoI2C auch lädt, benötigte ich noch einen Hotpatch. Der Nachteil ist nun leider, dass das Touchpad unter Windows 10 nicht mehr funktioniert und unter macOS nach dem Aufwachen aus dem Ruhezustand nicht mehr. Blöd...

  • Strange. Looks like I have to revert back to APIC interrupt. Update: Touchpad works on Windows 10 somewhat, the HID device has the yellow error sign in device manager, though.

  • I am not using any patches besides the one that enables loading the GPIO driver. Without it VoodooI2CController will not even load.

  • It looks like your hardware is/or settings are slightly different. TPD0 → name is <"MSFT0001"> on my laptop vs. <DELL0810> on yours. There is an option to change the device:


    Can you please boot into UEFI Shell and find out what setup_var 0x26D shows? This will not change anything, it just shows the value of 0x26D.

  • Thanks. For now I reverted back to APIC interrupt. Using GPIO interrupt on TPD0 the touchpad does not work at all with VoodooPS2Controller.

  • What's your default value for 0x26D ?

    Do you think changing the value would have any affect?

    By the way , do you know if there is an option that would enable backlight keyboard ? Mine doesn't come with one but I was thinking that maybe all models have it but it is not enabled in bios.

  • 0x26D is 0x01 in my machine, too. Changing the value will most likely have an effect. I guess I am just not brave enough to try it.


    I see a bunch of keyboard backlight setting in my laptops UEFI. I donot have it with me right now but I am pretty sure there is no option to disable it completely.


    Would you mind sharing your EFI so that I can compare it to mine?

  • Thanks a lot, mathewgx !


    I thought that ACPI files would be the same considering the UEFI-Update is, but that is not the case. I had a quick look at PCI0.I2C0.TPD0:


    Inspiron 5370 APIC interrupt:


    Vostro APIC Interrupt:


    GPIO pins are equal (0x001B).


    The method _INI is different, too.


    possible _HID values Inspiron 5370:

    DELL0810 (default)

    DELL0811

    DELL080E
    06CB2846

    ALPS0000

    CUST0001


    possible _HID values Vostro 5370:

    MSFT0001 (default)

    06CB2846

    ALPS0000

    CUST0001


    Hm...


    Can you have a look at PCI0.GPI0 in IOReg and check if a driver loads?


    Edit: Since APIC interrupt on your machine is 0x21 (less than 0x2F) VoodooI2C should work using that and there should be no need to change values with setup_var. _CRS patches will be necessary, tough.

    Einmal editiert, zuletzt von Harper Lewis ()

  • shark : Kannst du den Titel dieses Threads bitte in "Dell Inspiron 5370" umbennen? Same same but different…

  • Moin,


    hab da ein 5370 mit i3 7xxx günstig bekommen, greift da dieser Thread oder ist die Kiste eher ungeeignet?

  • Handelt es sich um ein Vostro, oder um ein Inspiron 5370? Auf beiden Laptops läuft macOS sehr gut, es gibt aber doch ein paar Unterschiede.

  • Inspiron, dieses Modell hier:


    Dell Inspiron 5370

  • Can you have a look at PCI0.GPI0 in IOReg and check if a driver loads?


    Edit: Since APIC interrupt on your machine is 0x21 (less than 0x2F) VoodooI2C should work using that and there should be no need to change values with setup_var. _CRS patches will be necessary, tough.

    I know. But I would like to have touchpad without any patch at all.And I thing GPIO is better.

  • shark

    Hat den Titel des Themas von „Dell 5370“ zu „Dell inspiron 5370“ geändert.