Created
November 26, 2023 13:52
-
-
Save goforbroke1006/bad6af6a04da435723ae8d01a0554fca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Based on thread: | |
# https://www.dell.com/community/en/conversations/linux-general/inspiron-5570-ubuntu-1804-missing-fingerprint-reader-driver/647f7f90f4ccf8a8dee1402e?commentId=647f984bf4ccf8a8deb675dc | |
sudo apt update | |
sudo apt install libfprint-2-tod1 -y | |
wget http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom_5.12.018-0ubuntu1~22.04.01_amd64.deb | |
sudo dpkg -i ./libfprint-2-tod1-broadcom_5.12.018-0ubuntu1~22.04.01_amd64.deb | |
sudo pam-auth-update | |
echo "You have to restart machine..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment