fwupdmgr update
Devices with no available firmware updates:
• DELL0A7E:00 04F3:3147
• Fingerprint Sensor
• Internal SPI Controller
• UEFI Device Firmware
Devices with the latest available firmware version:
• PM9A1 NVMe Samsung 1024GB
╔══════════════════════════════════════════════════════════════════════════════╗
║ Upgrade System Firmware from 2.20.0 to 2.21.0? ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ This stable release fixes the following issues: ║
║ ║
║ Fixed the issue where the BIOS admin password cannot be set if Dell ║
║ Encryption PBA is active. ║
║ ║
║ Fixed the issue where the battery status shows charging when you unplug the ║
║ Type-C dock from the system. This issue occurs with Windows 11 version ║
║ 21H2. ║
║ ║
║ Fixed the issue where the system boots automatically when connected to a ║
║ Dell Power Button Sync (DPBS) monitor. This issue occurs when the system ║
║ enters Sleep mode. ║
║ ║
║ Fixed the issue where the system cannot display to an external monitor. ║
║ This issue occurs when you try to turn on the system through the monitor ║
║ power button on a Dell Power Button Sync (DPBS) monitor. ║
║ ║
║ Inspiron 15 5510 must remain plugged into a power source for the duration ║
║ of the update to avoid damage. ║
╚══════════════════════════════════════════════════════════════════════════════╝
Perform operation? [Y|n]:
Waiting… [***]
Successfully installed firmware
Do not turn off your computer or remove the AC adapter while the update is in progress.
• UEFI Device Firmware
• UEFI dbx
• Unifying Receiver
An update requires a reboot to complete. Restart now? [y|N]:
Tag: firmware
-
-
Trying to insert fingerprints using fprint gave the following repetitive error message:
Using device /net/reactivated/Fprint/Device/1
failed to claim device: GDBus.Error:net.reactivated.Fprint.Error.Internal: Open failed with error: Package crc check failedThe lsusb command gives more info about the fingerprint sensor:
> lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 0c45:6725 Microdia Integrated_Webcam_HD
Bus 003 Device 003: ID 27c6:639c Shenzhen Goodix Technology Co.,Ltd. Goodix
USB2.0 MISC
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubSo my laptop has a 27c6:639c Goodix sensor
The error is about a cyclic redundancy (CRC) check and comes directly from the driver: https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/drivers/goodixmoc/goodix.c#L171
Luckily after some extensive search of several months I found this solution that works like a charm: https://community.frame.work/t/responded-fingerprint-scanner-compatibility-with-linux-ubuntu-fedora-etc/1501/214




