Instalar Scanner Mustek 1200 UB Plus en Ubuntu-Linux Mint

Este Scanner a veces no funciona con Simple Scan en Ubuntu y Linux Mint, para ello se deben seguir los siguientes pasos para instalarlo:

1. Instalar Sane y crear el directorio:

#sudo apt-get install sane
#sudo mkdir /usr/share/sane/gt68xx

2. Conecta el scanner
3. Copia y pega el siguiente contenido en un editor de texto y guárdalo en la carpeta Home con el nombre mustek1200UB.sh

  Script:

#!/bin/bash
#################################################
# DESCRIPTION: Mustek UB1200 Plus setup on Ubuntu
# DATE: 2011.10.23
# AUTHOR: ssnjara
#################################################
#navigate to proper directory
cd /usr/share/sane/gt68xx
echo "Driver firmware download directory is:"
pwd
echo "Starting downlad..."
sleep 2
#download driver firmware file sbfw.usb
sudo wget http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/sbfw.usb
cd /etc/sane.d/
sleep 2
echo "Seting up /etc/sane.d/gt68xx.conf file"
#search the string in file and replace it
sudo sed -i.backup -e 's/^#override "mustek-scanexpress-1200-ub-plus"/override "mustek-scanexpress-1200-ub-plus"/' gt68xx.conf
sleep 2
echo "Device should be ready for use!"

4. Convertir el archivo de texto en ejecutable. Abrimos una terminal y escribimos:


 #sudo chmod +x mustek1200UB.sh

5. Finalmente ejecutamos el script:

./mustek1200UB.sh

Fin, el scanner está listo para usarse

Fuente: http://ssnjara.wordpress.com/2011/10/24/howto-install-mustek-1200-ub-plus-scanner-on-ubuntu-11-10/

Unknown

Autor & Editor

Usuario avanzado en GNU/Linux.

1 comentarios:

 
biz.