Development for new fprint devices

How do I create a driver for the fingerprint for my laptop. I'm new to Linux.

30 points · 7 comments · view on lemmy.world

7 Comments

TwinHaelix@reddthat.com · 22 pts · 2y (1 reply)

Creating a driver requires a deep understanding of some pretty low-level pieces of Linux. If you're new to Linux, you should probably start with some "new to Linux" tutorials and get an understanding of some basic command line usage. Work your way up to being able to follow a guide on compiling the Linux kernel (without any of your own modifications). After that, you can seek out guides on creating a driver.

As a second note, fingerprint drivers are categorically difficult to work with, so this would really be jumping in on the deepest of deep ends. You can do it! But it will take a LOT of self-education.

Ritsu4Life@lemmy.world · 4 pts · 2y

Thank you, looks like I have to learn a lot

vector_zero@lemmy.world · 9 pts · 2y (3 replies)

Let's take a step back for a second.

What's your end-goal: to learn how to develop a driver for a complex piece of hardware, or to make your fingerprint reader work in Linux?

Ritsu4Life@lemmy.world · 4 pts · 2y (2 replies)

Make my fingerprint reader work for linux

vector_zero@lemmy.world · 1 pts · 2y (1 reply)

What model is your laptop?

Ritsu4Life@lemmy.world · 2 pts · 2y

Asus vivobook pro m6500qh

backhdlp@lemmy.blahaj.zone · 5 pts · 2y

first of all, try to find out if anyone has done any kind of work on a driver that works for your specific fingerprint reader