Mustek 1200UB Scanner

There is no kernel module

The Mustek 1200UB scanner does not require a kernel driver module, instead using the libsane userspace library for operation.

Required packages

The following package suites are required to operate the flatbed scanner:

* sane * sane-utils * libsane

Checking the scanner for connectivity

The lsusb tool should show the scanner attached to the usb port:

The sane-find-scanner tool should identify the scanner as usable:

System groups for scanner users

In order to be able to operate the scanner as a normal user, it is necessary to become a member of the scanner system group.

As root, create this group, if it does not exist on the system:

As root, add users to the scanner group:

Configuration of sane for utilization of the scanner

The !/etc/sane.d/mustek_usb.conf configuration file should contain the following entries:

Notice that 001 and 003 correspond to the USB bus and device numbers and must be set to values that match the numbers identified by lsusb above.

Making the usbfs filesystem mountable

The libsane userspace library can only access the scanner if it is not claimed by the kernel scanner driver. The usbfs filesystem must be mounted in order for libsane to be able to operate. The !/etc/fstab configuration file should contain the following entry:

Creating the udev entries

It is now necessary to create the /etc/udev/rules.d/libsane.rules file with entries as follows:

A template file may be available

Note that a template file may be available in the /lib/udev/rules.d directory. Do not symlink this file. Instead copy it to !/etc/udev/rules.d/libsane.rules.

The scanner will be available for use when the system is restarted

The udev system will need to evaluate the new rules, and fstab will need to be evaluated in order for the above changes to take effect. This will occur automatically, when the system is next rebooted.

Producing a test scan

A test scan can be produced by placing a picture into the scanner and using the following command:

HardwareSupportComponentsScannersMustek1200UB (last edited 2011-03-06 11:53:54 by 92)