Re: SANE 1.0 and FreeBSD

NOGAYA Shigeki (nogaya@mbox.kyoto-inet.or.jp)
Sun, 27 Dec 1998 16:14:56 +0900

Hi,

>>>>> "Stingray" == Stingray <chrisd@bsdbox.dynip.com> writes:

Stingray> here it is:
Stingray> [sanei_init_debug]: Setting debug level of hp to 4.
Stingray> [hp] init called
Stingray> [hp] get_devices called
Stingray> [hp] scsi_inquire: sending INQUIRE
Stingray> [hp] scsi_inquire: inquiry failed: Device busy
Stingray> [hp] /dev/uk0: Can't open scsi device
Stingray> [hp] exit called

By default, recent FreeBSD system does not have uk device file.
You must make it.

% su
# cd /dev; sh MAKEDEV uk0

It should work, but not tested.
I'm using pt(processor type) device for HP scanner.

-- 
                                                            nogaya

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com