[sane-devel] Problem in setting up Xsane
Martijn van Oosterhout
kleptog at svana.org
Fri Feb 28 03:24:15 GMT 2003
On Fri, Feb 28, 2003 at 10:19:18AM +0800, Stephen Liu wrote:
> # /sbin/insmod aha152x=0x140,10
> Using /lib/modules/2.4.18-3/kernel/abi/cxenix/abi-cxenix.o/aha152x=0x140,10
> insmod:
> /lib/modules/2.4.18-3/kernel/abi/cxenix/abi-cxenix.o/aha152x=0x140,10:
> Not a directory
Wrong command. The arguments are not part of the filename. Besides, you
should be using modprobe as it will take care of any possible dependancies.
# /sbin/modprobe aha152x aha152x=0x140,10
Though it might be:
# /sbin/modprobe aha152x io=0x140,10
Which would be more in line with other drivers.
NOTE: I don't own any scsi devices. I just use a CD burner at work.
--
Martijn van Oosterhout <kleptog at svana.org> http://svana.org/kleptog/
> Support bacteria! They're the only culture some people have.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/sane-devel/attachments/20030228/cbf98c54/attachment.sig>
More information about the sane-devel
mailing list