TERMİNALDEN
sudo apt-get install sane
sudo mkdir /usr/share/sane/gt68xx
daha sonra home dosyası içine mustek1200UB.sh adında bir dosya açıp içine
#!/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!"
bu scripti kaydedip kapatıyoruz
yine terminalde
sudo chmod +x mustek1200UB.sh
./mustek1200UB.sh
tamamdır.
Hiç yorum yok:
Yorum Gönder