Contribute
Register

Dell Latitude E5470

i have heard of a special VoodooPS2Controller.kext which apparently works better on alps system

have not used it myself as i have no such hardware

also there is no VoodooInput plugin with it, you may or may not need it, you will have to trial and error and see what you come up with

im having a struggle with this Backlight Keys, Backlight slider works its just the key which im having trouble with.
 
im having a struggle with this Backlight Keys, Backlight slider works its just the key which im having trouble with.
not sure if this will help, depending on your VoodooPS2Controller.kext:

in the Brightness Keys section of:
 
not sure if this will help, depending on your VoodooPS2Controller.kext:

in the Brightness Keys section of:

Yeah I did read that but not sure what to pair it with that is the issue.
 
So im guessing I use ACPIDebug?
possibly, or you may not need to:

Code:
<key>DELL</key>
                <dict>
                    <key>Dell-Keys</key>
                    <dict>
                        <key>Breakless PS2</key>
                        <array>
                            <string>e005</string>
                            <string>e006</string>
                        </array>
                        <key>Function Keys Special</key>
                        <array>
                            <string>;The following 12 items map Fn+fkeys to fkeys</string>
                            <string>e020=3b</string>
                            <string>e02e=3c</string>
                            <string>e030=3d</string>
                            <string>e022=3e</string>
                            <string>;Fn+f5 macro</string>
                            <string>;Fn+f6 macro</string>
                            <string>;Fn+f7 macro</string>
                            <string>;Fn+f8 macro</string>
                            <string>;Fn+f9 macro</string>
                            <string>;Fn+f10 no code</string>
                            <string>e005=57</string>
                            <string>e006=58</string>
                            <string>;The following 12 items map fkeys to Fn+fkeys</string>
                            <string>3b=e020</string>
                            <string>3c=e02e</string>
                            <string>3d=e030</string>
                            <string>3e=e022</string>
                            <string>;Fn+f5 macro</string>
                            <string>;Fn+f6 macro</string>
                            <string>;Fn+f7 macro</string>
                            <string>;Fn+f8 macro</string>
                            <string>;Fn+f9 macro</string>
                            <string>;Fn+f10 no code</string>
                            <string>57=e005</string>
                            <string>58=e006</string>
                        </array>

(from the guide you are reading up on)
 
possibly, or you may not need to:

Code:
<key>DELL</key>
                <dict>
                    <key>Dell-Keys</key>
                    <dict>
                        <key>Breakless PS2</key>
                        <array>
                            <string>e005</string>
                            <string>e006</string>
                        </array>
                        <key>Function Keys Special</key>
                        <array>
                            <string>;The following 12 items map Fn+fkeys to fkeys</string>
                            <string>e020=3b</string>
                            <string>e02e=3c</string>
                            <string>e030=3d</string>
                            <string>e022=3e</string>
                            <string>;Fn+f5 macro</string>
                            <string>;Fn+f6 macro</string>
                            <string>;Fn+f7 macro</string>
                            <string>;Fn+f8 macro</string>
                            <string>;Fn+f9 macro</string>
                            <string>;Fn+f10 no code</string>
                            <string>e005=57</string>
                            <string>e006=58</string>
                            <string>;The following 12 items map fkeys to Fn+fkeys</string>
                            <string>3b=e020</string>
                            <string>3c=e02e</string>
                            <string>3d=e030</string>
                            <string>3e=e022</string>
                            <string>;Fn+f5 macro</string>
                            <string>;Fn+f6 macro</string>
                            <string>;Fn+f7 macro</string>
                            <string>;Fn+f8 macro</string>
                            <string>;Fn+f9 macro</string>
                            <string>;Fn+f10 no code</string>
                            <string>57=e005</string>
                            <string>58=e006</string>
                        </array>

(from the guide you are reading up on)

I will give this ago and see happens, my Brightness keys F11 and F12 can be configured to work without the FN button or with the FN button in the BIOS. not sure if this will affect this SSDT though but will give it ago.
 
Just an update, I managed to fix the Trackpad jumping problem by forcing the Trackpad to be seen as PS/2 with a SSDT. I've also got one of function keys working which is F11 just need to get F12 working.

20230523_112742.jpg
 
Back
Top