If you're browsing this page, you may be desperately trying to make your good old Mustesk 1200 UB Plus scanner work on Mac OS X. Well, I have a bad and a good news for you: no Mac OS X driver is available for this scanner, BUT with a bit of patiente, you can make it work thanks to SANE! Just follow these steps:
curl 'http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/sbfw.usb' > /tmp/sbfw.usb sudo mv /tmp/sbfw.usb /usr/local/share/sane/gt68xx/PS1fw.usb sudo chown root /usr/local/share/sane/gt68xx/PS1fw.usbEdit this file /usr/local/etc/sane.d/gt68xx.conf (need admin priviledges), to transform this piece of text from:
# Mustek ScanExpress 1200 UB Plus: #override "mustek-scanexpress-1200-ub-plus"to:
# Mustek ScanExpress 1200 UB Plus: override "mustek-scanexpress-1200-ub-plus"
scanimage --format=tiff --mode=Color --resolution=300 > ~/Desktop/my_scan.tiffCheck out scanimage's man page for more options!
man scanimage