PDA

View Full Version : [ubuntu] Microtek v300 parallel port scanner - how to install?



leoh
February 26th, 2009, 11:10 PM
Hi everyone.
I need to install a parallel port Microtek V300 scanner on an Ubuntu 8.10.
I have already checked and the parallel port is enabled on the BIOS.

The XSane does not detect it, and under console, if I run "xsane-find-scanner" I get, among other lines, this:

"#Not checking for parallel por scanners"

Here (http://www.sane-project.org/sane-backends.html#S-MICROTEK) it says that the V300 has "good" support under parallel port.

So, what should I do so it actually does scan for it?
What would be the procedure?

geraldm
February 27th, 2009, 02:03 AM
Look at the manpage for it.
man sane-microtek2

I would also try a link to the parallel port, and name the link /dev/scanner0

The manpage does not cover this, so it might not be necessary:
I would also change the group permission of the scanner's parallel port to
group "scanner" with permissions of 0660.
Add the scanner user to the group scanner.
If the port was lp0, try
sudo ln -s /dev/lp0 /dev/scanner0
sudo chmod 0660 /dev/lp0

regards,
Gerald

davidsrsb
February 27th, 2009, 11:10 AM
Does the PC work with the scanner under Windows? Parallel port scanners are very sensitive to PC speed and the port circuit. The parallel port is not very good at bidirectional data transfer.

leoh
March 2nd, 2009, 08:04 PM
Look at the manpage for it.
man sane-microtek2

I would also try a link to the parallel port, and name the link /dev/scanner0
How do I do this?


I would also change the group permission of the scanner's parallel port to
group "scanner" with permissions of 0660.
How do I do that?


Add the scanner user to the group scanner.
And that?


If the port was lp0, try
sudo ln -s /dev/lp0 /dev/scanner0
sudo chmod 0660 /dev/lp0
I did that, but nothing happened.

leoh
March 2nd, 2009, 08:07 PM
Does the PC work with the scanner under Windows? Parallel port scanners are very sensitive to PC speed and the port circuit. The parallel port is not very good at bidirectional data transfer.

The scanner is not officially supported under Windows XP because it is an old model (1999?). However, with the Windows 2000 driver it is recognized and the speed test comes out OK. I could not scan an image, but that's a driver (TWAIN?) issue, not a hardware issue.

I was expecting that, I have other old Microtek scanners at work and none of them work under Windows XP.

leoh
March 5th, 2009, 12:10 PM
Anyone? Please?

leoh
March 18th, 2009, 03:09 AM
Bump.
Please...?