First off, remember that fprint is not entirely stable, and may not work all the time. A list of supported devices is here, and the list of unsupported devices is here.
1. First thing to do is add the [third-party] fprint repository to your sources file '/etc/apt/sources.list'
# Fingerprint reader support (fprint)
deb ...
Well, webcam started working on Ubuntu in my HP Pavilion dv2000 model.
Here is the details of what did to get the webcam running on using Ubuntu.
$ svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/
$ cd linux-uvc/linux-uvc/trunk/
$ make
$ sudo make install
$ modprobe uvcvideo
Tested with 'ekiga ' and 'xawtv' ...
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and not reveal the reason why. 404 errors should not be confused with "server not found" or ...
Indroduction
VMWare is a Virtual Machine used for installing an Operating system inside another Operating System. After installing VMWare on any operating system, we can start VMWare which will act as a system. We can install operating systems in VMWare so that we can switch to other OS very easly, we don't need to restart our ...
The first Linux OS I used is Fedora and RedHat when I was doing my PG. Most of the machines in our college is running Fedora and after two three days I will be comfortable with the new OS. At the time of computer lab and free times I used to do some other things like installing some packages and other things. Almost two years I used ...