[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2015-12-25 Thread Whoopie
** Changed in: libfprint
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2015-05-14 Thread Wolf Geldmacher
I've got an ASUS BU201LA that also sports a Validity Sensor with Id
0138a:0010.

I got it to work by downloading the source for libfprint from
http://www.freedesktop.org/wiki/Software/fprint/Download/ and adding the
USBID to the source for vfs5011 like this:

*** vfs5011.c.orig  2015-05-14 19:59:06.489565109 +0200
--- vfs5011.c   2015-05-14 19:59:14.133534986 +0200
***
*** 992,997 
--- 992,998 
  }
  
  static const struct usb_id id_table[] = {
+   { .vendor = 0x138a, .product = 0x0010 /* vfs5010 */ },
{ .vendor = 0x138a, .product = 0x0011 /* vfs5011 */ },
{ .vendor = 0x138a, .product = 0x0017 /* Validity device from Lenovo 
T440 laptops */ },
{ .vendor = 0x138a, .product = 0x0018 /* one more Validity device */ },

Recompiling results in a libfprint.so.0.0.0 that can be used in the place of 
the one from the ppa.
Using the fingerprint reader shows the same issues as reported by Ruben in #55 
- it works, but
the failure rate when trying to authenticate is quite high.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2015-01-13 Thread Abdurrahman Mohamed
** Changed in: libfprint (Ubuntu)
 Assignee: (unassigned) = Abdurrahman Mohamed (abdobadr)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-12-18 Thread Artem
I have problem with Validity Sensor on ASUS B400VC, id is 0138a:0010...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-12-18 Thread Artem
My output info device in attach

lsusb -s 001:005 -v

** Attachment added: info.txt
   
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+attachment/4283712/+files/info.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-10-29 Thread matteo marchesi
Hello, I have Validity Sensor on PU301L ASUS, my fingerprint id is 0138a:0010.
Any way to get it working on 14.04 trusty?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-09-07 Thread Ruben Rocha
Hi guys

On 12.04 it is a bit tricky for the driver to install ok because the one
on the fprint repo replaces the one of the deb package.

Try this:

sudo apt-get remove libfprint0
install the deb again
sudo apt-get install fprintd libpam-fprintd

I think that you need to install the deb package first and then install
the other files from the fprint repo. Reboot and try to install the deb
package again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-09-07 Thread JanCeuleers
On 09/07/2014 12:38 PM, Ruben Rocha wrote:
 Hi guys
 
 On 12.04 it is a bit tricky for the driver to install ok because the one
 on the fprint repo replaces the one of the deb package.
 
 Try this:
 
 sudo apt-get remove libfprint0
 install the deb again
 sudo apt-get install fprintd libpam-fprintd
 
 I think that you need to install the deb package first and then install
 the other files from the fprint repo. Reboot and try to install the deb
 package again.
 

Hi Ruben,

Thanks for your efforts.

When I follow your instructions, on 12.04.5, I get the following when
trying to start fprint_demo:

fprint_demo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not
found (required by /usr/local/lib/libfprint.so.0)


So it seems that the libfprint from the fprint repo has not been
compiled for 12.04 which carries glibc 2.15. So I'm afraid that this
still isn't working on the current LTS.

Cheers, Jan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-08-03 Thread Luigi R.
The device is recognized now by installing the package provided by Rocha
but it is totally unusable. So far I have never been able to
authenticate myself using the fingerprint. How can it be considered
fixed if we cannot really use it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-08-02 Thread Prakhar Singh
Try http://askubuntu.com/questions/442838/fingerprint-reader-driver-for-
validity-sensor-fingerprint-scanner/458782#458782.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-08-02 Thread Prakhar Singh
Forgot to mention I wrote that from Ruben [Rocha (ruben-
silvarocha)](https://launchpad.net/~ruben-silvarocha)'s work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-03-04 Thread Ruben Rocha
I forgot to mention that for 12.04 versions you will need to add the
fprint ppa to your sources and then you will be able to install fprintd
and libpam-fprintd to get the integrated fingerprint features.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-03-04 Thread Ruben Rocha
I built a deb package on Ubuntu 12.04.4 and tested. Maybe this will help
users running this version.

** Attachment added: fprint-vfs5011_0-1_precise_amd64.deb
   
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+attachment/4007453/+files/fprint-vfs5011_0-1_precise_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-02-23 Thread Ruben Rocha
After some testing with the fingerprint reader integration of ubuntu,
there are some minor problems with the fingerprint use.

- The fingerprint reading is way too accurate. 1 out of 3 the fingerprint reads 
correctly. Maybe this is good on security standards.
- The passwords keyring does not unlock if you log in with fingerprint. A popup 
will show to unlock the stored passwords keyring after you login. You need to 
log in back with your password (without fingerprint) and set a blank password 
on your keyring.
-Everytime you do anything that needs your root password it will ask you for 
your fingerprint (even in the terminal). If you do not want to swipe your 
fingerprint you need to wait some seconds to timeout and then input your 
password.

I think that the fingerprint integration in ubuntu has not matured to a
level of reliability like in windows, but is nice to have your hardware
working 100% and everything can be used.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-02-22 Thread Ruben Rocha
Ok guys

I have built a deb package for 64 bit systems. After you download the
package i attached you just need to sudo dpkg -i and it will install the
driver.

If you want the integrated ubuntu fingerprint features for login and
sudo, apt-get install fprintd libpam-fprintd. Then go to users and you
will see the fingerprint login button option. Enroll your fingerprint
and voila!

The only annoiance is that on the longin screen when it askes for your
fingerprint the process isnt like windows. You swipe your finger and if
the fingerprint is recognised it will display a login button you have to
click. If the fingerprint isnt recognised it will time out and ask for
you user password.

** Attachment added: DEB Package - Fingerprint Driver for 0138a:0018
   
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+attachment/3991571/+files/fprint-vfs5011_0-1_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-02-22 Thread JanCeuleers
Thank you very much. This package however requires glibc 2.17 whereas my
12.04.4 LTS system only has 2.15. Would you be able to make available a
package that works on the other currently supported Ubuntu versions?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2014-02-22 Thread Ruben Rocha
I forgot to specify this deb package was built on ubuntu 13.10 64bit. It
was the first time i built a deb package so i dont know how this works.
Maybe a ppa with the package for different ubuntu versions?

I got the source driver from the link mentioned above and then
./configure, make, and then made the package with checkinstall.

Maybe someone more experienced can make a ppa for this package/driver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-07-04 Thread Trudi
Same as Ivan, works but detects the correct fingers every 10 or 15th
time you scan the finger. Maybe the comparison of the registered print
and the scanned print is too accurate.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-07-04 Thread computerguy505
While I noticed this too, for me the ratio is closer to one in two.
Maybe try re-scanning the original one it compares against with
libfprint_demo or something.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-06-13 Thread Ivan Anisimov
works, but very rarely detects the correct fingers. fingerprints can be very 
long.
Maybe I'm doing something wrong

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-05-18 Thread Luigi R.
Could you please explain how to make it working. I'm on ubuntu 13.04 and
I have installed:

fprint-demo
libfprint0
libpam-fprintd
fprintd
libasprint0c2

but still the message no device found on fprint-demo. Could you tell us
step by step what to do please?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-05-18 Thread Luigi R.
I have also tried to create the rule but i received the following
message at the next boot:

udevd[401]: unknown key 'SYSFS{idVendor}' in 
/etc/udev/rules.d/50-fingerprint.rules:2
udevd[401]: invalid rule '/etc/udev/rules.d/50-fingerprint.rules:2'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-05-18 Thread Luigi R.
last attempt was:

1) downloaded fprint_vfs5011-master.zip
2) ./configure -prefix=/opt/fingerprint
3) make
4) sudo make install
5) reinstall fprint-demo and libfprint0
6) created /etc/udev/rules.d/50-fingerprint.rules
7) add group and user
7) restarted

and nothing happens

udevd[424]: unknown key 'SYSFS{idVendor}' in 
/etc/udev/rules.d/50-fingerprint.rules:3
udevd[424]: invalid rule '/etc/udev/rules.d/50-fingerprint.rules:3'
udevd[528]: error opening 
ATTR{/sys/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/power/control}
 for writing: No such file or directory

kernel : 3.9.2-030902-generic OS: Ubuntu 13.04

Any suggestions? Thanks!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-05-01 Thread jcervilla
Yes, it worked for me. Thank you very much.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-04-03 Thread Jonathan Moore
Hello, I'm a total newbie to ubuntu could someone please explain how to
compile this fix and install it for me.  Thanks for the help

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-27 Thread MK
Created a rule that the scanner works. When logging in Accepted
fingerprint. Everything's great.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread MK
compiled, installed, reinstalled libfprint0 fprint-demo.
scanner is recognized, but fprint-demo startup says opening device..., as 
root run normally.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
This File is a Config File for udev. So Udev knows who is allowed to use
the Fingerprintreader...

Maybe you have to do chown -R youruser ~/.fprint/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
Add This File:  /etc/udev/rules.d/50-fingerprint.rules   
With this content :

SUBSYSTEM !=usb_device, ACTION !=add, GOTO=fingerprint_rules_end

SYSFS{idVendor} ==138a, SYSFS{idProduct} ==0018,
SYMLINK+=fingerprint

MODE=0666, OWNER=nobody, GROUP=fingerprint

LABEL=fingerprint_rules_end

Add a group fingerprint and add your user to the new group.

And Taddaaa it will work!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
you have to create the File!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-25 Thread Max Mustermann
I tried it, too. But it didn't worked for me :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
I also tried to compile the version .0.5 but there wasn't any success.
Still not working

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
After a small change, it worked perfectly. Just give it a try:
https://github.com/maffmeier/fprint_vfs5011

Compile, be sure you have installed frprintd. Now you can Login with
your fingerprint ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Danilo Mendes
Sweet trick!

Just another tip: mine only worked after reinstall libfprint0

So...

sudo apt-get install libfprint0 --reinstall

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-17 Thread Whoopie
You need to compile a libfprint version which supports VFS5011 on your
own.

The info can be found at
http://article.gmane.org/gmane.linux.fprint/2241

And please, stop spamming the bug report. Use the affects me, too link
at the top of the bug report. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-17 Thread Jordy Dickinson
So the fix was not released in Ubuntu, it was released in libfprint. But
the bug report indicates that it's released in Ubuntu, and not in
libfprint. That's why the bug report is being spammed; it says a fix was
released when it wasn't, and it's leading to confusion.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-17 Thread mmizu
Tried to compile the .0.5 and that VFS5011 (which states to work with
138a:0011 and not the 138a:0018, but, hey, why not to try?) and still
not working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-16 Thread Vladimir Yakovlev
I have updated to the latest libfprint (libfprint - 
1:0.5.0-git20130113-1-0ppa1~quantal1) on Ububtu 12.10, but Fingerprint GUI 
doesn't see my 138a:0018 Validity Sensors, Inc. on HP ENVY dv7
Any ideas?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-01 Thread MWisBest
Also affecting HP Envy m6-1205dx (and the m6-1105dx probably too). This
is not fixed, and I have no idea why it is marked as so, and why it now
says no longer affects:libfprint

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-29 Thread aimwin
Also affecting HP dv6-6137tx 
Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc.
Ubuntu Release 12.04.1 (precise) 64-bit, Kernel Linux 3.2.0-36-generic 
According to 
https://launchpad.net/~fingerprint/+archive/fprint
no support for 138a:0018
only the 138a:0008

Any one have a success with 138a:0018 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-23 Thread Dinu
Also affecting HP dv6-6c60el; Bus 001 Device 003: ID 138a:0018 Validity
Sensors, Inc.

** Also affects: libfprint
   Importance: Undecided
   Status: New

** No longer affects: libfprint

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-23 Thread Dinu
** Also affects: libfprint
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-17 Thread Nick
Also affecting HP Envy dv6-7273CA running Ubuntu 12.10 - Bus 001 Device
003: ID 138a:0018 Validity Sensors, Inc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-17 Thread kinseywk
Also affecting HP Pavillion m7; same device (138a:0018)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-14 Thread bianghouse
where is the fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-14 Thread Uri
i don't see the fix either. the computer still does not recognize the
fingerprint reader.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-07 Thread Max Mustermann
where is the fix?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-03 Thread Whoopie
@Gluk41: Why have you changed the bug report to Fix Released???

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-02 Thread Gluk41
** Changed in: libfprint (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-12-26 Thread Tristan Beaudoin
I am having the same problem on my HP Envy dv6-7210us running Ubuntu
12.10 with kernel  Linux 3.5.0-21-generic, with Bus 002 Device 003: ID
138a:0018 Validity Sensors, Inc.  I  sure hope all of this can get
resolved soon.



Thanks,

Tristan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-12-08 Thread Yoann H
Hi,
same device, same issue.
Don't hesitate to contact me if I can help by providing some logs or info. No 
coding yet, I'm still discovering Linux ;-)

Thanks,
Yoann

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-11-21 Thread Edoardo Giomi
Laptop: HP Pavilion dv6 Notebook PC (QF452EA#ABZ)
Device: Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc.
Running: Ubuntu 12.10 x64 with Kernel Linux 3.5.0-19-generic

I have the same problem, please fix it.

Thanks,
edo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-10-31 Thread Leopoldo
Same on HP Pavilion dv6-6c13ss running Ubuntu 12.10 with Bus 001 Device
003: ID 138a:0018 Validity Sensors, Inc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-10-07 Thread MK
** This bug has been flagged as a security vulnerability

** This bug is no longer flagged as a security vulnerability

** This bug has been flagged as a security vulnerability

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-08-31 Thread Badr Ghatasheh
** Description changed:

  In my case, it's on an HP Pavillion dv7 laptop.  Fprint won't recognize the 
device.
  I'm running natty, so Ubuntu 11.04.
  Fprint package 1:0.4.0+git20110418-0ppa1~natty1
  
  Running fprint_demo, I receive a Status: No devices found message.
  
- Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc. 
+ Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc.
  Device Descriptor:
-   bLength18
-   bDescriptorType 1
-   bcdUSB   1.10
-   bDeviceClass  255 Vendor Specific Class
-   bDeviceSubClass17 
-   bDeviceProtocol   255 
-   bMaxPacketSize0 8
-   idVendor   0x138a Validity Sensors, Inc.
-   idProduct  0x0018 
-   bcdDevice0.78
-   iManufacturer   0 
-   iProduct0 
-   iSerial 1 d1f867a97960
-   bNumConfigurations  1
-   Configuration Descriptor:
- bLength 9
- bDescriptorType 2
- wTotalLength   46
- bNumInterfaces  1
- bConfigurationValue 1
- iConfiguration  0 
- bmAttributes 0xa0
-   (Bus Powered)
-   Remote Wakeup
- MaxPower  100mA
- Interface Descriptor:
-   bLength 9
-   bDescriptorType 4
-   bInterfaceNumber0
-   bAlternateSetting   0
-   bNumEndpoints   4
-   bInterfaceClass   255 Vendor Specific Class
-   bInterfaceSubClass  0 
-   bInterfaceProtocol  0 
-   iInterface  0 
-   Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x01  EP 1 OUT
- bmAttributes2
-   Transfer TypeBulk
-   Synch Type   None
-   Usage Type   Data
- wMaxPacketSize 0x0040  1x 64 bytes
- bInterval   0
-   Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x81  EP 1 IN
- bmAttributes2
-   Transfer TypeBulk
-   Synch Type   None
-   Usage Type   Data
- wMaxPacketSize 0x0040  1x 64 bytes
- bInterval   0
-   Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x82  EP 2 IN
- bmAttributes2
-   Transfer TypeBulk
-   Synch Type   None
-   Usage Type   Data
- wMaxPacketSize 0x0040  1x 64 bytes
- bInterval   0
-   Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x83  EP 3 IN
- bmAttributes3
-   Transfer TypeInterrupt
-   Synch Type   None
-   Usage Type   Data
- wMaxPacketSize 0x0008  1x 8 bytes
- bInterval   4
+   bLength18
+   bDescriptorType 1
+   bcdUSB   1.10
+   bDeviceClass  255 Vendor Specific Class
+   bDeviceSubClass17
+   bDeviceProtocol   255
+   bMaxPacketSize0 8
+   idVendor   0x138a Validity Sensors, Inc.
+   idProduct  0x0018
+   bcdDevice0.78
+   iManufacturer   0
+   iProduct0
+   iSerial 1 d1f867a97960
+   bNumConfigurations  1
+   Configuration Descriptor:
+ bLength 9
+ bDescriptorType 2
+ wTotalLength   46
+ bNumInterfaces  1
+ bConfigurationValue 1
+ iConfiguration  0
+ bmAttributes 0xa0
+   (Bus Powered)
+   Remote Wakeup
+ MaxPower  100mA
+ Interface Descriptor:
+   bLength 9
+   bDescriptorType 4
+   bInterfaceNumber0
+   bAlternateSetting   0
+   bNumEndpoints   4
+   bInterfaceClass   255 Vendor Specific Class
+   bInterfaceSubClass  0
+   bInterfaceProtocol  0
+   iInterface  0
+   Endpoint Descriptor:
+ bLength 7
+ bDescriptorType 5
+ bEndpointAddress 0x01  EP 1 OUT
+ bmAttributes2
+   Transfer TypeBulk
+   Synch Type   None
+   Usage Type   Data
+ wMaxPacketSize 0x0040  1x 64 bytes
+ bInterval   0
+   Endpoint Descriptor:
+ bLength 7
+ bDescriptorType 5
+ bEndpointAddress 0x81  EP 1 IN
+ bmAttributes2
+   Transfer TypeBulk
+   Synch Type   None
+   

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-08-25 Thread Robert Middleswarth
I am seeing it as well.  Is there a config or mod line I can use to make
this work?

Thanks
Robert

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-08-25 Thread Eric Draven
can someone please explan to me what triaged means here (dose this mean
that its been fixed or is amputated and not going to be fixed or what am
a bit confused on this ) thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-08-08 Thread Eric Draven
I hope that someone can help i have a HP Pavilon DV6 6180-us runing
ubuntu 12.04 X64 it has a finger print scanner. Here is the info for it
Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc. if ANYONE
comes up with a way to make this work for my system i would be greatful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-07-17 Thread James Spinella
Same issue, HP Pavilion m6 1045dx, so what do the Triaged and
Wishlist statuses mean for getting a driver working?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-07-15 Thread Robert Ancell
** Changed in: libfprint (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: libfprint (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-07-08 Thread Dominik2308
I have the same problem on my HP Pavilion DV6-6087 the Fingerprint
Scanner isn't recognized!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-06-30 Thread fred
Same laptop, same problem. Ubuntu 12.04. The fingerprint scanner works
great in windows 8.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-06-24 Thread MK
Also in HP Pavilion dv6-6c05er on Precise 3.2.0-25-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-06-03 Thread Kyle Michaels
** Also affects: libfprint (Fedora)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-05-23 Thread Alfons
Also for HP Pavilion DV6-6197ss on Precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-05-21 Thread Neutrino
Also in HP Pavilion dv6-6169er on  Precise 3.2.0-24-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-03-21 Thread Uri
Also in HP Pavilion dm4-2110ss on Natty 2.6.38-13-generic #56-Ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-03-12 Thread Spence
HP Pavilion dv6-6c48us on Ubuntu Oneiric Ocelot 11.10 3.0.0-16-generic
#29-Ubuntu SMP  x86_64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2012-02-14 Thread Juho Häme
Same laptop, same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-12-27 Thread LStranger
HP Pavillion dv6  6153sr is also affected (my sister bought one).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-10-18 Thread Rob Robinson
Now at Oneiric Ocelot Ubuntu version 11.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-10-12 Thread Naylor Garcia Bachiega
I have same problem... In vostro 3500

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-10-02 Thread Facundo Rebord
Forgot to tell all HP DV6 6154 and others are affected..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-09-28 Thread Facundo Rebord
Please let us know as fast as you solve this bug.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2011-09-05 Thread Launchpad Bug Tracker
** Changed in: libfprint (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/827669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs