Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goforbroke1006/bad6af6a04da435723ae8d01a0554fca to your computer and use it in GitHub Desktop.
Save goforbroke1006/bad6af6a04da435723ae8d01a0554fca to your computer and use it in GitHub Desktop.
#!/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