个人工具

“UbuntuHelp:GeniusColorpageVivid4X”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/GeniusColorpageVivid4X}}
 
{{From|https://help.ubuntu.com/community/GeniusColorpageVivid4X}}
 
{{Languages|UbuntuHelp:GeniusColorpageVivid4X}}
 
{{Languages|UbuntuHelp:GeniusColorpageVivid4X}}
 
 
 
== Introduction ==
 
== Introduction ==
 
 
This is a Howto article describing steps on how to make your Genius Colorpage Vivid4X work in Ubuntu. Genius Colorpage Vivid4x are stand-alone and user-friendly scanners. It is cheap and very much reliable. Although it does require drivers to get it working in Ubuntu, the steps are fairly easy to accomplish and you'll get your scanner working in a matter of minutes.
 
This is a Howto article describing steps on how to make your Genius Colorpage Vivid4X work in Ubuntu. Genius Colorpage Vivid4x are stand-alone and user-friendly scanners. It is cheap and very much reliable. Although it does require drivers to get it working in Ubuntu, the steps are fairly easy to accomplish and you'll get your scanner working in a matter of minutes.
 
 
== Requirements ==
 
== Requirements ==
 +
1. Scan or OCR Program
  
1. Scan or OCR Program
 
 
*Kooka
 
*Kooka
*XSane
+
*[[UbuntuHelp:XSane|XSane]]
 
+
 
2. SANE Packages
 
2. SANE Packages
 +
 
*sane
 
*sane
 
*libsane
 
*libsane
 
*sane-utils
 
*sane-utils
 
 
3. You Genius Colorpage Vivid4x firmware named '''ccd548.fw'''
 
3. You Genius Colorpage Vivid4x firmware named '''ccd548.fw'''
 
 
4. Your Genius Colorpage Vivid4x powered up and plugged in via USB
 
4. Your Genius Colorpage Vivid4x powered up and plugged in via USB
  
 
== Steps ==
 
== Steps ==
 
 
1. Download the SANE packages
 
1. Download the SANE packages
  
第29行: 第22行:
 
sudo apt-get install sane libsane sane-utils
 
sudo apt-get install sane libsane sane-utils
 
</nowiki></pre>
 
</nowiki></pre>
 +
2. Next run '''sane-find-scanner''' on a terminal window
  
2. Next run '''sane-find-scanner''' on a terminal window
 
 
The results should say  
 
The results should say  
 
<pre><nowiki>
 
<pre><nowiki>
 
found USB scanner (vendor=0x0458, product=0x201b [600DPI USB Scanner], chip=GT.6816) at libusb:001:004
 
found USB scanner (vendor=0x0458, product=0x201b [600DPI USB Scanner], chip=GT.6816) at libusb:001:004
 
</nowiki></pre>
 
</nowiki></pre>
 
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane3.jpg
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane3.jpg
 
 
3. Copy the firmware file from /media/hda1/Program Files/ScannerU (usually the case) to /usr/share/sane/gt68xx
 
3. Copy the firmware file from /media/hda1/Program Files/ScannerU (usually the case) to /usr/share/sane/gt68xx
  
第43行: 第34行:
 
sudo cp /media/hda1/Program Files/ScannerU/ccd548.fw /usr/share/sane/gt68xx
 
sudo cp /media/hda1/Program Files/ScannerU/ccd548.fw /usr/share/sane/gt68xx
 
</nowiki></pre>
 
</nowiki></pre>
 
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane2.jpg
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane2.jpg
 
 
If you don't have a copy of the firmware file, you can download it [http://www.orbitfiles.com/download/id1483363861 here] and save it to ''/usr/share/sane/gt68xx''
 
If you don't have a copy of the firmware file, you can download it [http://www.orbitfiles.com/download/id1483363861 here] and save it to ''/usr/share/sane/gt68xx''
 
 
4. Check if your applications can access your scanner
 
4. Check if your applications can access your scanner
  
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane4.jpg
 
https://help.ubuntu.com/community/GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane4.jpg
 
 
5. Test out your scanner by scanning a newspaper article or a book
 
5. Test out your scanner by scanning a newspaper article or a book
  
 
== Troubleshooting ==
 
== Troubleshooting ==
 
 
*If it says ''No USB scanner found'' on Step 2, make sure the scanner is properly plugged in via USB and powered up
 
*If it says ''No USB scanner found'' on Step 2, make sure the scanner is properly plugged in via USB and powered up
 
*If the connection is good, try running '''lsusb''' to check if your system can detect it
 
*If the connection is good, try running '''lsusb''' to check if your system can detect it
 
*If the connection is good and '''lsusb''' didn't find any USB scanners, the scanner may be defective or USB port is not working
 
*If the connection is good and '''lsusb''' didn't find any USB scanners, the scanner may be defective or USB port is not working
 
 
== References ==
 
== References ==
 
 
*[http://www.sane-project.org/ SANE Project Homepage]
 
*[http://www.sane-project.org/ SANE Project Homepage]
 
*[http://www.sane-project.org/README.linux SANE Project ReadMe]
 
*[http://www.sane-project.org/README.linux SANE Project ReadMe]
第67行: 第51行:
 
*[http://knightlust.blogspot.com/2007/03/genius-colorpage-vivid4x-on-kubuntu-610.html Blog with Images]
 
*[http://knightlust.blogspot.com/2007/03/genius-colorpage-vivid4x-on-kubuntu-610.html Blog with Images]
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryHardware]]
+
[[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月12日 (二) 16:57的最新版本

Introduction

This is a Howto article describing steps on how to make your Genius Colorpage Vivid4X work in Ubuntu. Genius Colorpage Vivid4x are stand-alone and user-friendly scanners. It is cheap and very much reliable. Although it does require drivers to get it working in Ubuntu, the steps are fairly easy to accomplish and you'll get your scanner working in a matter of minutes.

Requirements

1. Scan or OCR Program

2. SANE Packages

  • sane
  • libsane
  • sane-utils

3. You Genius Colorpage Vivid4x firmware named ccd548.fw 4. Your Genius Colorpage Vivid4x powered up and plugged in via USB

Steps

1. Download the SANE packages

sudo apt-get install sane libsane sane-utils

2. Next run sane-find-scanner on a terminal window

The results should say

found USB scanner (vendor=0x0458, product=0x201b [600DPI USB Scanner], chip=GT.6816) at libusb:001:004

GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane3.jpg 3. Copy the firmware file from /media/hda1/Program Files/ScannerU (usually the case) to /usr/share/sane/gt68xx

sudo cp /media/hda1/Program Files/ScannerU/ccd548.fw /usr/share/sane/gt68xx

GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane2.jpg If you don't have a copy of the firmware file, you can download it here and save it to /usr/share/sane/gt68xx 4. Check if your applications can access your scanner

GeniusColorpageVivid4X?action=AttachFile&do=get&target=sane4.jpg 5. Test out your scanner by scanning a newspaper article or a book

Troubleshooting

  • If it says No USB scanner found on Step 2, make sure the scanner is properly plugged in via USB and powered up
  • If the connection is good, try running lsusb to check if your system can detect it
  • If the connection is good and lsusb didn't find any USB scanners, the scanner may be defective or USB port is not working

References