View previous topic :: View next topic |
Author |
Message |
idris33 Tux's lil' helper
Joined: 05 May 2003 Posts: 91
|
Posted: Thu Oct 02, 2003 3:17 am Post subject: USB scanner - Epson Perfection 1200 (usb) |
|
|
I have an Epson Perfection 1200U scanner and I cannot figure out how to configure it in Gentoo. I have installed all of the usb utils I can think of. It works in XP on the same box so I know that the hardware works. I have tried in the past to get usb Palms to work also, but to no avail. I have hotplug installed.
Help.............. |
|
Back to top |
|
|
qwkbrnfox Apprentice
Joined: 05 Nov 2002 Posts: 231 Location: Vancouver, BC, Canada
|
Posted: Thu Oct 02, 2003 4:20 am Post subject: |
|
|
Well, first off, do you have the usb-scanner enabled in the kernel? It's in USB support->USB scanner support. If it's a module, then make sure that it loads properly when you plug it in. Do lsmod and check for 'scanner'.
A useful diagnostic would be to check the last few lines from 'dmesg' after you plug in the scanner. |
|
Back to top |
|
|
cylgalad Veteran
Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Thu Oct 02, 2003 9:11 am Post subject: |
|
|
Yes, you need the scanner module.
Then :
Code: | emerge sane-backends sane-frontends xsane
# as root
cd /etc/sane.d
vi epson.conf # or whatever editor you like
|
You should have only one line not starting with a comment (#)
Code: | usb /dev/usb/scanner0 |
Try sane-find-scanner to check if the scanner is recognized or directly launch xsane from X11. |
|
Back to top |
|
|
hgomersall Tux's lil' helper
Joined: 08 Jul 2002 Posts: 135 Location: Cambridge, UK
|
|
Back to top |
|
|
hgomersall Tux's lil' helper
Joined: 08 Jul 2002 Posts: 135 Location: Cambridge, UK
|
Posted: Fri Oct 03, 2003 10:41 am Post subject: |
|
|
Ok, having read around a bit, here is the crucial point (well, it was for me):
In /etc/sane.d/epson.conf, comment out "scsi Epson" and uncomment "usb /dev/usb/scanner0" or whatever your scanner device is.
hen |
|
Back to top |
|
|
idris33 Tux's lil' helper
Joined: 05 May 2003 Posts: 91
|
Posted: Thu Oct 09, 2003 12:11 am Post subject: Ok, I think I've found the problem, but now I have another |
|
|
I've found that if I autoload all of the pertinent modules and append noapic in lilo.conf, I can use the scanner. However, now when I issue the dmesg command I get the following response:
APIC error on CPU0: 40(40)
This message repeats many, many times both on boot up and when I issue the dmesg command. Dmesg will show nothing else. If I deselect apic and io-apic and recompile the kernel, I cannot boot the machine. I'm not sure what to do at this point. Any help would be greatly appreciated. |
|
Back to top |
|
|
|