Contribute
Register

<< Solved >> Can't disable fingerprint sensor Dell Vostro 5471 catalina

Status
Not open for further replies.
Joined
Mar 18, 2019
Messages
6
Motherboard
Dell Vostro 5471
CPU
i5-8250U
Graphics
UHD 620, HD 530, 1920x1080
Mac
  1. iMac
  2. MacBook Pro
Mobile Phone
  1. iOS
hello guys thank you for every help you make here

I have Dell Vostro 5471
I have successfully install Catalina and most of the device is working fine after many tweaking and patching but I have problem with the fingerprint sensor I couldn't disable it.

I tried using Usbinjectall remapping using RehabMan guide (thanks) and the sensor still working and draining the battery I have tried uia_exclude=HS09; because my fingerprint at HS09. I install usbinjectall.kext at L/E.

And also the brightness keys are fn+s and fn+b
for brightness I use ioio and acpidebug with DSDT patching non of them show the brightness keys at syslog .
thank you very much
 

Attachments

  • debug_13296.zip
    7.9 MB · Views: 135
hello guys thank you for every help you make here

I have Dell Vostro 5471
I have successfully install Catalina and most of the device is working fine after many tweaking and patching but I have problem with the fingerprint sensor I couldn't disable it.

I tried using Usbinjectall remapping using RehabMan guide (thanks) and the sensor still working and draining the battery I have tried uia_exclude=HS09; because my fingerprint at HS09. I install usbinjectall.kext at L/E.

And also the brightness keys are fn+s and fn+b
for brightness I use ioio and acpidebug with DSDT patching non of them show the brightness keys at syslog .
thank you very much
you have set IinjectKexts to Yes in config.plist

this means you need to have all your kexts installed to clover/kexts/other (missing USBInjectAll.kext in clover

or you can install all your kexts you need to /Library/Extensions (for some reason you have only installed a few kexts in there)

How and where to install kexts:
 
thank you for replay
so its better to install all kext at L/E and set IinjectKexts to no. from the guide I must keep fakesmc and Ethernet?
the reason that I didn't install kext at L/E I thought that clover kext load first :)
 
thank you for replay
so its better to install all kext at L/E and set IinjectKexts to no. from the guide I must keep fakesmc and Ethernet?
2 ways

keep all 3rd party kexts in clover/kexts/other and set InjectKexts -> Yes

or

install all 3rd party kexts to /L/E and set InjectKexts -> Detect
also keep only essential kexts in clover/kexts/other ie FakeSMC, lilu, whatevergreen and VoodooPS2Controller
 
very clear thanks
 
done this is the new file what should I do now with the fingerprint and brightness
 

Attachments

  • debug_7019.zip
    2.5 MB · Views: 83
done this is the new file what should I do now with the fingerprint and brightness
you may try making this:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixAirport</key>
                <false/>
                <key>FixHDA</key>
                <false/>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>

look like:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>       
                <key>FixHPET</key>
                <true/>
                <key>FixIPIC</key>
                <true/>
                <key>FixRTC</key>
                <true/>
                <key>FixTMR</key>
                <true/>
            </dict>
also you are missing SSDT-XOSI.aml in acpi/patched folder

try enabling this:
Code:
<key>PluginType</key>
                <false/>
and remove SSDT-XCPM.aml from acpi/patched folder

try enabling Inject here:
Code:
<key>USB</key>
        <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <false/>
        </dict>

most importantly, enable this:
Code:
<key>DellSMBIOSPatch</key>
        <false/>

if that still doesn't work, try using hackintool to setup your ports and remove the port that way
 
thank you very much I appreciate your help it did what am looking for exactly the fingerprint device gone :clap:
 
I take very long time to find solution
and for brightness still no progress
 
I take very long time to find solution
and for brightness still no progress
this:

and this may help:
https://www.tonymacx86.com/threads/...-applebacklightfixup-kext.218222/post-1468440 (scroll down to brightness keys)
 
Status
Not open for further replies.
Back
Top