惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
宝玉的分享
宝玉的分享
量子位
V
Visual Studio Blog
罗磊的独立博客
Vercel News
Vercel News
B
Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
GbyAI
GbyAI
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - libfprint-2-tod1-broadcom-cv3plus
2026-06-15 · via AUR Newest Packages

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.