From owner-freebsd-hackers Mon May 26 12:06:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA05503 for hackers-outgoing; Mon, 26 May 1997 12:06:43 -0700 (PDT) Received: from m6.bus.net (nell.bus.net [207.41.24.24]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA05497 for ; Mon, 26 May 1997 12:06:37 -0700 (PDT) Received: (from cao@localhost) by m6.bus.net (8.8.5/8.7.3) id PAA01694; Mon, 26 May 1997 15:06:34 -0400 (EDT) Date: Mon, 26 May 1997 15:06:34 -0400 (EDT) From: "Chuck O'Donnell" To: freebsd-hackers@freebsd.org Subject: qcam Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone have the qcam driver working for the color connectix quickcam? If so, what did you use in the kernel config to get it working? I have tried the line from /sys/i386/conf/LINT: device qcam0 at isa? port "IO_LPT3" tty (except I used "IO_LPT1"). The probe fails at boot I noticed some things in qcam(4) and also the mail archives that suggest 'conflict' and 'flags 1'. Is there somewhere that I can read up on the meanings of these directives? Is the problem that I have the wrong flags set or is it just that the driver does not work with color? The cqcam-0.4 says it works under FreeBSD, so I have to assume that the problem is on my end. I am running 2.2.1 R Thank you. Chuck O.