{"id":4345,"date":"2022-12-20T17:49:02","date_gmt":"2022-12-20T20:49:02","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/sanema1509-man5\/"},"modified":"2022-12-20T17:49:02","modified_gmt":"2022-12-20T20:49:02","slug":"sanema1509-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/sanema1509-man5\/","title":{"rendered":"sane&minus;ma1509 (man5)"},"content":{"rendered":"<h1 align=\"center\">sane\u2212ma1509<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#DEVICE NAMES\">DEVICE NAMES<\/a><br \/> <a href=\"#CONFIGURATION\">CONFIGURATION<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#ENVIRONMENT\">ENVIRONMENT<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a><br \/> <a href=\"#BUGS\">BUGS<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">sane\u2212ma1509 \u2212 SANE backend for Mustek BearPaw 1200F USB scanner<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The <b>sane\u2212ma1509<\/b> library implements a SANE (Scanner Access Now Easy) backend that provides access to the Mustek BearPaw 1200F USB flatbed scanner. This scanner is based on the MA-1509 chipset. Other scanners that use this chip (if they exist) may also work.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This backend is ALPHA software. Be careful and remove the power plug immediately if your hear unusual noises.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">More details can be found on the <b>sane\u2212ma1509<\/b> backend homepage <i>http:\/\/www.meier\u2212geinitz.de\/sane\/ma1509\u2212backend\/<\/i>.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Other Mustek USB scanners are supported by the <b>sane\u2212mustek_usb<\/b>(5), <b>sane\u2212gt68xx<\/b>(5) and <b>sane\u2212plustek<\/b>(5) backends.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This backend can only work with scanners that are already detected by the operating system. See <b>sane\u2212usb<\/b>(5) for details.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">If you own a scanner other than the Mustek BearPaw 1200F that works with this backend, please let me know this by sending the scanner\u2019s exact model name and the USB vendor and device ids (e.g. from <i>\/proc\/bus\/usb\/devices<\/i> or syslog) to me.<\/p>\n<h2>DEVICE NAMES <a name=\"DEVICE NAMES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This backend expects device names of the form:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>special<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Where <i>special<\/i> is a path-name for the special device that corresponds to a USB scanner. With Linux, such a device name could be <i>\/dev\/usb\/scanner0<\/i> or <i>libusb:001:002<\/i>, for example.<\/p>\n<h2>CONFIGURATION <a name=\"CONFIGURATION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The contents of the <i>ma1509.conf<\/i> file is a list of options and device names that correspond to Mustek BearPaw 1200F scanners. Empty lines and lines starting with a hash mark (#) are ignored.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Instead of using the device name, the scanner can be autodetected by <b>usb vendor_id product_id<\/b> statements which are already included into <i>ma1509.conf<\/i>. This is only supported with Linux 2.4.8 and higher and all systems that support libsub. &#8220;vendor_id&#8221; and &#8220;product_id&#8221; are hexadecimal numbers that identify the scanner. If this doesn\u2019t work, a device name must be placed in <i>ma1509.conf<\/i> as described above.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">To set the time the lamp needs for warm-up, use <b>option warmup-time<\/b> in <i>ma1509.conf<\/i>. The time is given in seconds after the option. The default is 30 seconds.<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>\/etc\/sane.d\/ma1509.conf<\/i><\/p>\n<p style=\"margin-left:22%;\">The backend configuration file (see also description of <b>SANE_CONFIG_DIR<\/b> below).<\/p>\n<p style=\"margin-left:11%;\"><i>\/usr\/lib64\/sane\/libsane\u2212ma1509.a<\/i><\/p>\n<p style=\"margin-left:22%;\">The static library implementing this backend.<\/p>\n<p style=\"margin-left:11%;\"><i>\/usr\/lib64\/sane\/libsane\u2212ma1509.so<\/i><\/p>\n<p style=\"margin-left:22%;\">The shared library implementing this backend (present on systems that support dynamic loading).<\/p>\n<h2>ENVIRONMENT <a name=\"ENVIRONMENT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>SANE_CONFIG_DIR<\/b><\/p>\n<p style=\"margin-left:22%;\">This environment variable specifies the list of directories that may contain the configuration file. On *NIX systems, the directories are separated by a colon (\u2018:\u2019), under OS\/2, they are separated by a semi-colon (\u2018;\u2019). If this variable is not set, the configuration file is searched in two default directories: first, the current working directory (&#8220;.&#8221;) and then in <i>\/etc\/sane.d<\/i>. If the value of the environment variable ends with the directory separator character, then the default directories are searched after the explicitly specified directories. For example, setting <b>SANE_CONFIG_DIR<\/b> to &#8220;\/tmp\/config:&#8221; would result in directories <i>tmp\/config<\/i>, <i>.<\/i>, and <i>\/etc\/sane.d<\/i> being searched (in this order).<\/p>\n<p style=\"margin-left:11%;\"><b>SANE_DEBUG_MA1509<\/b><\/p>\n<p style=\"margin-left:22%;\">If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. Higher debug levels increase the verbosity of the output.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>sane<\/b>(7), <b>sane\u2212usb<\/b>(5), <b>sane\u2212gt68xx<\/b>(5), <b>sane\u2212plustek<\/b>(5), <b>sane\u2212mustek_usb<\/b>(5), <b>sane\u2212mustek<\/b>(5), <b>sane\u2212mustek_pp<\/b>(5), <i><br \/> http:\/\/www.meier\u2212geinitz.de\/sane\/ma1509\u2212backend\/<\/i><\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Henning Meier-Geinitz <<i>henning@meier\u2212geinitz.de<\/i>><\/p>\n<h2>BUGS <a name=\"BUGS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Resolutions higher than 600 dpi don\u2019t work <br \/> Transparency adapter and automatic document feeder is not supported yet <br \/> No support for &#8220;high-speed&#8221; mode (jpeg)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">More detailed bug information is available at the MA-1509 backend homepage <i>http:\/\/www.meier\u2212geinitz.de\/sane\/ma1509-backend\/<\/i>.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  sane\u2212ma1509 \u2212 SANE backend for Mustek BearPaw 1200F USB scanner <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1358],"class_list":["post-4345","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-sane-ma1509"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4345"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4345\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}