On Mon, Dec 11, 2000 at 04:20:55PM +0100, Joerg Johannes wrote: > Hi there > > I would like to get my scanner recognized when turned on at a runing > system. I know I can do that on Win 98, so it should be possible to > rescan the SCSI-Bus without "disturbing" any of the other devices. The > only question is: How?
Have a look at the SCSI-programming-HOWTO, in particular section 4.3.1. Dynamically insert and remove SCSI devices it goes like (replace the 0's with your scanners dev. nrs.): # echo "scsi add-single-device 0 0 0 0" >/proc/scsi/scsi # echo "scsi remove-single-device 0 0 0 0" >/proc/scsi/scsi -- groetjes, carel