Re: [Hp5400backend-devel] Trouble with driver: Segmentation fault
Status: Alpha
Brought to you by:
soumarmt
From: Lilith <luc...@nt...> - 2003-06-03 11:03:34
|
Thomas Soumarmon wrote: >The problem of having twice the scanner as available could be due to a double >declaration in hp5400.conf or a >Check that the hp5400.conf does not declare twice the scanner or that there is >only one version of hp5400.conf on your computer. >I never saw this problem and I can't think of any problem that could be caused >by that. > I commented out everything in hp5400.conf and I also commented out in /etc/modules.conf : alias /dev/usb/scanner0 scanner options scanner vendor=0x3f0 product=0x1005 Scan still works after those modifications, but it's still being listed twice by scanimage and xsane. sane-find-scanner -q found USB scanner (vendor=0x03f0, product=0x1005) at /dev/usb/scanner0 found USB scanner (vendor=0x03f0, product=0x1005) at libusb:001:002 It seems as it's reading '/dev/usb/scanner0' and 'libusb:001:002' as two separate addresses. |