From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 13 11:46:58 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3CEB16A41F for ; Sun, 13 Nov 2005 11:46:57 +0000 (GMT) (envelope-from sebster@sebster.com) Received: from smtp.profdata.nl (server.profdata.nl [213.196.2.244]) by mx1.FreeBSD.org (Postfix) with SMTP id 497D543D45 for ; Sun, 13 Nov 2005 11:46:55 +0000 (GMT) (envelope-from sebster@sebster.com) Received: (qmail 72581 invoked from network); 13 Nov 2005 11:46:54 -0000 Received: from unknown (HELO ?10.0.0.6?) (80.126.244.3) by server.profdata.nl with SMTP; 13 Nov 2005 11:46:54 -0000 Message-ID: <437727AD.9050300@sebster.com> Date: Sun, 13 Nov 2005 12:46:53 +0100 From: Sebastiaan van Erk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <43770B40.6060607@sebster.com> In-Reply-To: <43770B40.6060607@sebster.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Philips USB 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 Nov 2005 11:46:58 -0000 Hi, Decided to run the program in GDB and see where it stops, turns out it blocks on the read in phpsshot.c line 203: 203 readlen = read(udev->efd, (void *)isodat, MY_ENDP_SIZE); (gdb) s ^C Program received signal SIGINT, Interrupt. 0x280bb833 in read () from /lib/libc.so.6 Still have no clue how to fix it though... Greetings, Sebastiaan Sebastiaan van Erk wrote: > Hi, > > I'm trying to get my Philips webcam to work under FreeBSD 6.0-STABLE. I > installed the phpsview port and when I try to run phpsshot I get the > following messages: > > root@blauwoor(ttyp6:11:0):/usr/ports/graphics/phpsview# phpsshot > pwc Philips webcam module version 9.0.2 loaded. > pwc Supports Philips PCA645/646, PCVC675/680/690, > PCVC720[40]/730/740/750 & PCVC830/840. > pwc Also supports the Askey VC010, various Logitech Quickcams, Samsung > MPC-C10 and MPC-C30, > pwc the Creative WebCam 5 & Pro Ex, SOTEC Afina Eye and Visionite > VCS-UC300 and VCS-UM100. > pwc Philips PCVC680K (Vesta Pro) USB webcam detected. > <7>pwc decode_size = 2. > <7>pwc decode_size = 3. > > After which it does nothing anymore (no prompt either)... > > Dmesg gives me this: > > ugen0: vendor 0x0471 product 0x0308, rev 1.10/0.06, addr 2 > All threads purged from ugen0.2 > All threads purged from ugen0.4 > All threads purged from ugen0.5 > All threads purged from ugen0.2 > All threads purged from ugen0.4 > All threads purged from ugen0.5 > sebster@blauwoor(ttyp7:104:0):~> > > Anybody got any ideas? > > Uname output is: > > sebster@blauwoor(ttyp7:105:0):~> uname -a > FreeBSD blauwoor.sebster.com 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Nov 5 > 09:08:39 CET 2005 > root@blauwoor.sebster.com:/usr/obj/usr/src/sys/GENERIC i386 > > Thanks in advance, > Sebastiaan van Erk > > > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org"