- Add comprehensive overview and features - Include installation/setup instructions - Add usage examples and configuration details - Better structure for discoverability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
34 lines
929 B
Markdown
34 lines
929 B
Markdown
# Fingerprint-Sensor
|
|
|
|
Dokumentation und KI-Diskussion zur Inbetriebnahme eines Fingerprint-Sensors für Linux.
|
|
|
|
## Übersicht
|
|
|
|
Vollständige Anleitung zur Integration und Verwendung eines Fingerprint-Sensors unter Linux,
|
|
inklusive Hardware-Setup, Software-Konfiguration und KI-gestützte Problemlösung.
|
|
|
|
## Dateien
|
|
|
|
- `Fingerprint-Linux-Kompatibilitaet.md` - Hardware- und Treiber-Kompatibilität
|
|
- `AI-Discussion.md` - KI-gestützte Lösungen und Troubleshooting
|
|
- `.copilot-instructions.md` - Copilot Integration für weitere Unterstützung
|
|
|
|
## Anforderungen
|
|
|
|
- Linux-System (Ubuntu/Debian recommended)
|
|
- Kompatible Fingerprint-Hardware
|
|
- libfprint und fprintd
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
sudo apt-get install libfprint-2-dev fprintd libpam-fprintd
|
|
```
|
|
|
|
## Konfiguration
|
|
|
|
Siehe `Fingerprint-Linux-Kompatibilitaet.md` für detaillierte Anweisungen.
|
|
|
|
## Troubleshooting
|
|
|
|
Probleme? Siehe `AI-Discussion.md` für häufige Lösungen. |