[sane-devel] Canon LiDE30
Gerhard Jaeger
gerhard@gjaeger.de
Tue, 13 Jul 2004 16:30:59 +0200
Hi,
On Tuesday 13 July 2004 16:02, Nobody Here wrote:
> Here is output of:
> lsmod
> ls -lR /proc/bus/usb/
> cat /proc/bus/usb/devices
> cat /sysfs
> # cat /sysfs
> cat: /sysfs: File or directory not found
> I have no /sysfs though my kernel config says CONFIG_SYSFS=y
> I don't see sysfs listed in Pseudo Filesystems in make xconfig
Oh, my fault, should be
cat /sys
it also has to be mounted somewhere during startup:
mount -n -t sysfs sys /sys
The output looks good, the scanner is connected and only accessible
as root user. Sorry, but did you really do the
export SANE_DEBUG_PLUSTEK=20 ; scanimage -L
as root user????
Gerhard