From owner-freebsd-multimedia@FreeBSD.ORG Sun May 13 20:41:05 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C3A416A402; Sun, 13 May 2007 20:41:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id A8F7A13C46E; Sun, 13 May 2007 20:41:04 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [82.116.76.134] (account mc467741@c2i.net HELO [192.168.1.125]) by mailfe11.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 318846963; Sun, 13 May 2007 22:41:02 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sun, 13 May 2007 22:40:49 +0200 User-Agent: KMail/1.9.5 References: <200705132112.46658.idiotbg@gmail.com> <20070513194957.GB28958@in-addr.com> In-Reply-To: <20070513194957.GB28958@in-addr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705132240.49576.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: freebsd & webcam X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2007 20:41:05 -0000 On Sunday 13 May 2007 21:49, Gary Palmer wrote: > On Sun, May 13, 2007 at 09:12:41PM +0200, Momchil Ivanov wrote: > > Hi guys, > > > > I`ve recently received Logitec QuickCam Express Plus and was wondering > > whether I can use it with freebsd. When I plug it in I see the following > > in messages ugen0: vendor 0x046d Camera, rev 1.10/0.00, addr 5 and the > > led on the camera is on. I`ve installed pwc (multimedia/pwcbsd from > > ports) but when I load the module nothing happens: I don`t see anything > > in messages and no /dev/video0 is created. My system is FreeBSD > > 6.2-STABLE #4: Sat Apr 21 23:27:13 CEST 2007 if that would be of any > > help. > > So my question is: can I use my webcam. If yes how :) ? and if no, is > > there some way to change the answer to yes? > > Did you disconnect and reconnect the camera after loading the pwc module? > If it still doesn't appear, you need to post the 'usbdevs -v' output > which will include the device ID as well as the manufacturer ID. Apropos webcameras, I'm currently working on a Linux USB emulation layer for the new USB stack, that will enable High-Speed webcams working through the same "pwcbsd" module that Luigi has created. --HPS