How to use the FingerPrint Sensor of my HP Envy-15 in Ubuntu 16.04?
I installed Ubuntu 16.04 in my HP Envy-15 laptop which comes with a fingerprint sensor but isn't used by Ubuntu. Do I need to install drivers for it? Where can I find it?
The lsusb
command yields this result:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:07dc Intel Corp.
Bus 001 Device 004: ID 275d:0a29
Bus 001 Device 003: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 001 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub`
which tells that my Validity Sensor device ID is 138a:0050
.
16.04 fingerprint-reader
add a comment |
I installed Ubuntu 16.04 in my HP Envy-15 laptop which comes with a fingerprint sensor but isn't used by Ubuntu. Do I need to install drivers for it? Where can I find it?
The lsusb
command yields this result:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:07dc Intel Corp.
Bus 001 Device 004: ID 275d:0a29
Bus 001 Device 003: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 001 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub`
which tells that my Validity Sensor device ID is 138a:0050
.
16.04 fingerprint-reader
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29
add a comment |
I installed Ubuntu 16.04 in my HP Envy-15 laptop which comes with a fingerprint sensor but isn't used by Ubuntu. Do I need to install drivers for it? Where can I find it?
The lsusb
command yields this result:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:07dc Intel Corp.
Bus 001 Device 004: ID 275d:0a29
Bus 001 Device 003: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 001 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub`
which tells that my Validity Sensor device ID is 138a:0050
.
16.04 fingerprint-reader
I installed Ubuntu 16.04 in my HP Envy-15 laptop which comes with a fingerprint sensor but isn't used by Ubuntu. Do I need to install drivers for it? Where can I find it?
The lsusb
command yields this result:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:07dc Intel Corp.
Bus 001 Device 004: ID 275d:0a29
Bus 001 Device 003: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 001 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub`
which tells that my Validity Sensor device ID is 138a:0050
.
16.04 fingerprint-reader
16.04 fingerprint-reader
edited Jun 22 '16 at 4:08
edwinksl
16.8k125387
16.8k125387
asked Jun 22 '16 at 3:28
Kumar GauravKumar Gaurav
53211
53211
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29
add a comment |
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29
add a comment |
1 Answer
1
active
oldest
votes
Click on the launcher Dash button, and find the "Software Updater", launch it. At the bottom left of the window, click on the "Settings" button. Under the first Tab, "Ubuntu Software" make sure the community-maintained free and open-source software (universe) is checked. The package list will update if a change was made, and you can then install the package fprintd. Or in a terminal:
sudo apt-get update
sudo apt-get install fprintd
Read the man page for instructions on running it.
man fprintd
The synopsis is:
fprintd-enroll [username]
fprintd-list username [usernames...]
fprintd-verify [-f finger] [usename]
fprintd-delete username [usernames...]
The first thing to do is enroll your username. example:
fprintd-enroll -f right-index-finger myusername
There is another package with "fingerprint" in the name which is more gui related, but seems to have more problems than fprintd. Even fprintd has problems recognizing prints, and even if it does, you stil have the issue of it not being able to open the keyring, so you will still need to type in the password to access that (like for email). Didn't save me any time, so I finally just removed it.
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f790011%2fhow-to-use-the-fingerprint-sensor-of-my-hp-envy-15-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Click on the launcher Dash button, and find the "Software Updater", launch it. At the bottom left of the window, click on the "Settings" button. Under the first Tab, "Ubuntu Software" make sure the community-maintained free and open-source software (universe) is checked. The package list will update if a change was made, and you can then install the package fprintd. Or in a terminal:
sudo apt-get update
sudo apt-get install fprintd
Read the man page for instructions on running it.
man fprintd
The synopsis is:
fprintd-enroll [username]
fprintd-list username [usernames...]
fprintd-verify [-f finger] [usename]
fprintd-delete username [usernames...]
The first thing to do is enroll your username. example:
fprintd-enroll -f right-index-finger myusername
There is another package with "fingerprint" in the name which is more gui related, but seems to have more problems than fprintd. Even fprintd has problems recognizing prints, and even if it does, you stil have the issue of it not being able to open the keyring, so you will still need to type in the password to access that (like for email). Didn't save me any time, so I finally just removed it.
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
add a comment |
Click on the launcher Dash button, and find the "Software Updater", launch it. At the bottom left of the window, click on the "Settings" button. Under the first Tab, "Ubuntu Software" make sure the community-maintained free and open-source software (universe) is checked. The package list will update if a change was made, and you can then install the package fprintd. Or in a terminal:
sudo apt-get update
sudo apt-get install fprintd
Read the man page for instructions on running it.
man fprintd
The synopsis is:
fprintd-enroll [username]
fprintd-list username [usernames...]
fprintd-verify [-f finger] [usename]
fprintd-delete username [usernames...]
The first thing to do is enroll your username. example:
fprintd-enroll -f right-index-finger myusername
There is another package with "fingerprint" in the name which is more gui related, but seems to have more problems than fprintd. Even fprintd has problems recognizing prints, and even if it does, you stil have the issue of it not being able to open the keyring, so you will still need to type in the password to access that (like for email). Didn't save me any time, so I finally just removed it.
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
add a comment |
Click on the launcher Dash button, and find the "Software Updater", launch it. At the bottom left of the window, click on the "Settings" button. Under the first Tab, "Ubuntu Software" make sure the community-maintained free and open-source software (universe) is checked. The package list will update if a change was made, and you can then install the package fprintd. Or in a terminal:
sudo apt-get update
sudo apt-get install fprintd
Read the man page for instructions on running it.
man fprintd
The synopsis is:
fprintd-enroll [username]
fprintd-list username [usernames...]
fprintd-verify [-f finger] [usename]
fprintd-delete username [usernames...]
The first thing to do is enroll your username. example:
fprintd-enroll -f right-index-finger myusername
There is another package with "fingerprint" in the name which is more gui related, but seems to have more problems than fprintd. Even fprintd has problems recognizing prints, and even if it does, you stil have the issue of it not being able to open the keyring, so you will still need to type in the password to access that (like for email). Didn't save me any time, so I finally just removed it.
Click on the launcher Dash button, and find the "Software Updater", launch it. At the bottom left of the window, click on the "Settings" button. Under the first Tab, "Ubuntu Software" make sure the community-maintained free and open-source software (universe) is checked. The package list will update if a change was made, and you can then install the package fprintd. Or in a terminal:
sudo apt-get update
sudo apt-get install fprintd
Read the man page for instructions on running it.
man fprintd
The synopsis is:
fprintd-enroll [username]
fprintd-list username [usernames...]
fprintd-verify [-f finger] [usename]
fprintd-delete username [usernames...]
The first thing to do is enroll your username. example:
fprintd-enroll -f right-index-finger myusername
There is another package with "fingerprint" in the name which is more gui related, but seems to have more problems than fprintd. Even fprintd has problems recognizing prints, and even if it does, you stil have the issue of it not being able to open the keyring, so you will still need to type in the password to access that (like for email). Didn't save me any time, so I finally just removed it.
edited Jun 30 '16 at 4:14
answered Jun 22 '16 at 15:23
ubfan1ubfan1
9,41641527
9,41641527
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
add a comment |
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
I installed it but nothing happened. How can I add a feaature that allows me to scan finger print during login and give access to my account. I think what you asked me to do was to install the driver for the sensor...
– Kumar Gaurav
Jun 30 '16 at 3:53
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f790011%2fhow-to-use-the-fingerprint-sensor-of-my-hp-envy-15-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try fprint from the Ubuntu Software repository?
– ubfan1
Jun 22 '16 at 3:50
No, what is that ?? No search results found on Ubuntu Software Center.
– Kumar Gaurav
Jun 22 '16 at 4:29