* pwc driver status? @ 2004-11-13 20:34 Jan De Luyck 2004-11-13 20:42 ` Gergely Nagy 0 siblings, 1 reply; 7+ messages in thread From: Jan De Luyck @ 2004-11-13 20:34 UTC (permalink / raw) To: linux-kernel [-- Attachment #1: Type: text/plain, Size: 566 bytes --] Hello list, I'm currently contemplating getting an USB webcam. As a requirement, it has to be linux-usable (duh). Now, the Philips webcams look pretty good, but I'm getting mightily confused by the current status of the pwc / pwcx driver. There seems to be an 'official' driver, but that has been discontinued, and now there seems to be an 'unofficial' one. Is there still a working driver for 2.4/2.6? What does it support? Thanks. Jan -- Your motives for doing whatever good deed you may have in mind will be misinterpreted by somebody. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-13 20:34 pwc driver status? Jan De Luyck @ 2004-11-13 20:42 ` Gergely Nagy 2004-11-13 21:03 ` Jan De Luyck 0 siblings, 1 reply; 7+ messages in thread From: Gergely Nagy @ 2004-11-13 20:42 UTC (permalink / raw) To: Jan De Luyck; +Cc: Gergely Nagy, linux-kernel > There seems to be an 'official' driver, but that has been discontinued, and > now there seems to be an 'unofficial' one. > > Is there still a working driver for 2.4/2.6? What does it support? Luc Saillards driver for 2.6 supports all the official and now discontinued driver did, and some more. It's also licensed under the GPL so won't taint your kernel. For 2.4... I'd upgrade to 2.6 >;) Works For Me(tm). -- Gergely Nagy ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-13 20:42 ` Gergely Nagy @ 2004-11-13 21:03 ` Jan De Luyck 2004-11-13 21:09 ` Gergely Nagy 0 siblings, 1 reply; 7+ messages in thread From: Jan De Luyck @ 2004-11-13 21:03 UTC (permalink / raw) To: linux-kernel; +Cc: Gergely Nagy, Gergely Nagy [-- Attachment #1: Type: text/plain, Size: 821 bytes --] On Saturday 13 November 2004 21:42, Gergely Nagy wrote: > > There seems to be an 'official' driver, but that has been discontinued, > > and now there seems to be an 'unofficial' one. > > > > Is there still a working driver for 2.4/2.6? What does it support? > > Luc Saillards driver for 2.6 supports all the official and now > discontinued driver did, and some more. It's also licensed under the GPL > so won't taint your kernel. For 2.4... I'd upgrade to 2.6 >;) > Unfortunately, upgrading is not an option right now for other reasons... Is this driver also supporting the Logitech Quickcam for Notebooks? I found some references that the 'official' one used to do that, but I can't find much docs... Jan -- BOFH excuse #245: The Borg tried to assimilate your system. Resistance is futile. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-13 21:03 ` Jan De Luyck @ 2004-11-13 21:09 ` Gergely Nagy 2004-11-13 21:18 ` Luc Saillard 0 siblings, 1 reply; 7+ messages in thread From: Gergely Nagy @ 2004-11-13 21:09 UTC (permalink / raw) To: Jan De Luyck; +Cc: Gergely Nagy, linux-kernel On Sat, 2004-11-13 at 22:03 +0100, Jan De Luyck wrote: > On Saturday 13 November 2004 21:42, Gergely Nagy wrote: > > > There seems to be an 'official' driver, but that has been discontinued, > > > and now there seems to be an 'unofficial' one. > > > > > > Is there still a working driver for 2.4/2.6? What does it support? > > > > Luc Saillards driver for 2.6 supports all the official and now > > discontinued driver did, and some more. It's also licensed under the GPL > > so won't taint your kernel. For 2.4... I'd upgrade to 2.6 >;) > > > > Unfortunately, upgrading is not an option right now for other reasons... That's a pity... because there is no 2.4 version of Luc's driver as far as I know :( > Is this driver also supporting the Logitech Quickcam for Notebooks? I found > some references that the 'official' one used to do that, but I can't find > much docs... As far as I know, yes. The source code seems to indicate the same. -- Gergely Nagy ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-13 21:09 ` Gergely Nagy @ 2004-11-13 21:18 ` Luc Saillard 2004-11-14 10:11 ` Jan De Luyck 0 siblings, 1 reply; 7+ messages in thread From: Luc Saillard @ 2004-11-13 21:18 UTC (permalink / raw) To: Gergely Nagy; +Cc: Jan De Luyck, linux-kernel On Sat, Nov 13, 2004 at 10:09:38PM +0100, Gergely Nagy wrote: > > Unfortunately, upgrading is not an option right now for other reasons... > > That's a pity... because there is no 2.4 version of Luc's driver as far > as I know :( I don't use a 2.4 kernel, so i can produce patch for older kernel, but i'll not test them. If someone want a 2.4 kernel tell me, and i'll try to mande a patch using difftools. I prefer to add features like v4l2, than supporting and testing old kernel (or writing documentation). > > Is this driver also supporting the Logitech Quickcam for Notebooks? I found > > some references that the 'official' one used to do that, but I can't find > > much docs... > > As far as I know, yes. The source code seems to indicate the same. If the old driver supports, mine too (minor some very old webcam). Luc ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-13 21:18 ` Luc Saillard @ 2004-11-14 10:11 ` Jan De Luyck 2004-11-14 11:16 ` Mathis Ahrens 0 siblings, 1 reply; 7+ messages in thread From: Jan De Luyck @ 2004-11-14 10:11 UTC (permalink / raw) To: Luc Saillard; +Cc: Gergely Nagy, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1275 bytes --] On Saturday 13 November 2004 22:18, Luc Saillard wrote: > On Sat, Nov 13, 2004 at 10:09:38PM +0100, Gergely Nagy wrote: > > > Unfortunately, upgrading is not an option right now for other > > > reasons... > > > > That's a pity... because there is no 2.4 version of Luc's driver as far > > as I know :( > > I don't use a 2.4 kernel, so i can produce patch for older kernel, but i'll > not test them. If someone want a 2.4 kernel tell me, and i'll try to mande > a patch using difftools. I prefer to add features like v4l2, than > supporting and testing old kernel (or writing documentation). Understandable. I'll look into getting the other box upgraded, tho the owner of it is kinda reluctant to do so. > > > > Is this driver also supporting the Logitech Quickcam for Notebooks? I > > > found some references that the 'official' one used to do that, but I > > > can't find much docs... > > > > As far as I know, yes. The source code seems to indicate the same. > > If the old driver supports, mine too (minor some very old webcam). Ok, good to know. Would be nice tho to have some actual 'confirmation' of this fact before I run off to spend money ;p Jan -- You may be gone tomorrow, but that doesn't mean that you weren't here today. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: pwc driver status? 2004-11-14 10:11 ` Jan De Luyck @ 2004-11-14 11:16 ` Mathis Ahrens 0 siblings, 0 replies; 7+ messages in thread From: Mathis Ahrens @ 2004-11-14 11:16 UTC (permalink / raw) To: Jan De Luyck; +Cc: Luc Saillard, Gergely Nagy, linux-kernel Jan De Luyck wrote: >On Saturday 13 November 2004 22:18, Luc Saillard wrote: > > >>On Sat, Nov 13, 2004 at 10:09:38PM +0100, Gergely Nagy wrote: >> >> >>>>Unfortunately, upgrading is not an option right now for other >>>>reasons... >>>> >>>> >>>That's a pity... because there is no 2.4 version of Luc's driver as far >>>as I know :( >>> >>> >>I don't use a 2.4 kernel, so i can produce patch for older kernel, but i'll >>not test them. If someone want a 2.4 kernel tell me, and i'll try to mande >>a patch using difftools. I prefer to add features like v4l2, than >>supporting and testing old kernel (or writing documentation). >> >> > >Understandable. I'll look into getting the other box upgraded, tho the owner >of it is kinda reluctant to do so. > > I don't think you have to. The latest release from nemosoft is not in the kernel anymore, but still online: http://www.smcc.demon.nl/webcam/ It is supposed to still work with 2.4 > > >>>>Is this driver also supporting the Logitech Quickcam for Notebooks? I >>>>found some references that the 'official' one used to do that, but I >>>>can't find much docs... >>>> >>>> >>>As far as I know, yes. The source code seems to indicate the same. >>> >>> >>If the old driver supports, mine too (minor some very old webcam). >> >> > >Ok, good to know. Would be nice tho to have some actual 'confirmation' of this >fact before I run off to spend money ;p > From the philips.txt included in the above reference: As of this moment, the following cameras are supported: [...] * Logitech QuickCam Notebook Pro [...] (Note the 'Pro', this might be important!) And as Luc said, once you upgrade to 2.6 you will have the same support with his driver. Cheers, Mathis ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-11-14 11:16 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-11-13 20:34 pwc driver status? Jan De Luyck 2004-11-13 20:42 ` Gergely Nagy 2004-11-13 21:03 ` Jan De Luyck 2004-11-13 21:09 ` Gergely Nagy 2004-11-13 21:18 ` Luc Saillard 2004-11-14 10:11 ` Jan De Luyck 2004-11-14 11:16 ` Mathis Ahrens
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox