Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-03-2006, 10:11 AM
|
#1
|
Member
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Rep:
|
Need help with Epson CX5400 scanner
It's an Epson CX5400, not a 400; sorry.
I got the printer working as a C82.
I can not get the scanner working.
Below is /etc/sane.d/epson.conf.
I've tried every combination I can think of.
The 'usb 0x4b8 0x808' is correct.
Used every usb slot there is.
I'm very frustrated.
Need help.
dlw
# epson.conf
#
# here are some examples for how to configure the EPSON backend
#
# SCSI scanner:
# scsi EPSON
# for the GT-6500, comment out the previous line and uncomment the following line:
#scsi
#
# Parallel port scanner:
#pio 0x278
#pio 0x378
#pio 0x3BC
#
# USB
# There are two different methods of configuring a USB scanner: libusb and the kernel module
# For any system with libusb support (which is pretty much any recent Linux distribution) the
# following line is sufficient. This however assumes that the connected scanner (or to be more
# accurate, it's device ID) is known to the backend.
usb
# For libusb support for unknown scanners use the following command
# usb <product ID> <device ID>
# e.g.:
usb 0x4b8 0x808
# And for the scanner module, use the following configuration:
usb /dev/usbscanner0
usb /dev/usb/scanner0
Last edited by d1l2w3; 06-03-2006 at 10:20 AM.
|
|
|
06-03-2006, 02:49 PM
|
#2
|
Bash Guru
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852
|
What output do you get with sane-find-scanner and scanimage -L? Try it both as a regular user and as root.
|
|
|
06-03-2006, 02:54 PM
|
#3
|
Bash Guru
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852
|
Oh, and comment out the single "usb" line and the two scanner module lines. You shouldn't need them if you're using the regular usb drivers. You only need the one "usb 0x4b8 0x808" entry.
Last edited by David the H.; 06-03-2006 at 02:56 PM.
|
|
|
06-04-2006, 08:27 AM
|
#4
|
Member
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Original Poster
Rep:
|
Changed /etc/sane.d/epson.conf as suggested. Did not help.
Below are the results of sane-find-scanner and scanimage -L
dlw
[root@desktop don]# sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a SCSI driver for your SCSI adapter.
# No USB scanners found. If you expected something different, make sure that
# you have loaded a driver for your USB host controller and have installed a
# kernel scanner module.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
[root@desktop don]# scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[root@desktop don]# su - don
[don@desktop ~]$ sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a SCSI driver for your SCSI adapter.
# No USB scanners found. If you expected something different, make sure that
# you have loaded a driver for your USB host controller and have installed a
# kernel scanner module.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
[don@desktop ~]$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[don@desktop ~]$
|
|
|
06-04-2006, 10:28 AM
|
#5
|
Bash Guru
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852
|
Something is keeping the system from finding your scanner well before sane comes into play. You should be getting a hit from sane-find-scanner, at least. That's getting beyond my expertise though.
Does lsusb show anything? It should output the manufacturer and hexidecimal model number if your system is detecting it.
|
|
|
06-04-2006, 06:47 PM
|
#6
|
Member
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Original Poster
Rep:
|
lsusb as root shows nothing.
dlw
|
|
|
All times are GMT -5. The time now is 03:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|