Package Details: libfprint-2-tod1-broadcom-cv3plus 6.4.054.0-1

Git Clone URL: https://aur.archlinux.org/libfprint-2-tod1-broadcom-cv3plus.git (read-only, click to copy)
Package Base: libfprint-2-tod1-broadcom-cv3plus
Description: Proprietary driver for the Dell ControlVault3 Plus (0a5c:586*) fingerprint reader
Upstream URL: https://packages.broadcom.com/artifactory/dell-controlvault-drivers/
Licenses: custom
Groups: fprint
Conflicts: libfprint-2-tod1-broadcom-cv3plus
Provides: libfprint-2-tod1-broadcom-cv3plus
Submitter: Silvanosky
Maintainer: Silvanosky
Last Packager: Silvanosky
Votes: 2
Popularity: 0.008793
First Submitted: 2025-03-10 13:01 (UTC)
Last Updated: 2025-12-11 11:00 (UTC)

Latest Comments

Silvanosky commented on 2025-12-11 11:03 (UTC)

Updated package to 6.4.334_6.4.054.0 using original Broadcom upstream artifactory.

medicalwei commented on 2025-08-12 07:16 (UTC)

Hi, maintainer of the "Upstream URL" here. Could you update this package in the light of recent security vulnerability: https://blog.talosintelligence.com/revault-when-your-soc-turns-against-you/

The current available version is 6.3.299-6.3.040.0

You can as well getting this package from the upstream URL provided in debian/watch, so you do not need using our repository to fetch the content.

linkmg commented on 2025-03-11 16:21 (UTC)

It works now, thanks a lot!

Silvanosky commented on 2025-03-11 15:19 (UTC)

Hi, I updated the PKGBUILD. I don't know why it worked without the .broadcomCv3plusFW in path for me.

linkmg commented on 2025-03-11 14:56 (UTC)

Hi Silvanosky, the package doesn't work for me unfortunately. I think the last line in the PKGBUILD should be this instead:

cp -r var/lib/fprint/.broadcomCv3plusFW/* "$pkgdir/var/lib/fprint/.broadcomCv3plusFW/"

And this line:

install -dm 755 "$pkgdir/var/lib/fprint/"

should be instead

install -dm 755 "$pkgdir/var/lib/fprint/.broadcomCv3plusFW"

With these changes I could get it to work.