Subject: Re: problems with xsane (scanning)
To: Daniel Senderowicz <daniel@bicho.SynchroDS.COM>
From: Feico Dillema <feico@pasta.cs.uit.no>
List: port-pmax
Date: 01/11/2002 11:30:31
On Thu, Jan 10, 2002 at 07:12:43PM -0800, Daniel Senderowicz wrote:
> I removed /dev/ss0 and did MAKEDEV /dev/uk0. But now
> "sane-find-scanner" does not see the scanner. Do you mean that I
> have to re-compile the kernel commenting out the line defining ss* in
> /usr/src/sys/arch/pmax/conf/mi.scsi? Thanks.

If mi.scsi is your kernel config file (ala GENERIC and INSTALL), then
yes. You should have the following in your kernel config file then:

#ss*     at scsibus? target ? lun ?      # SCSI scanners
uk*     at scsibus? target ? lun ?      # unknown SCSI

Feico.