Hello!
On Sat, 04 Nov 2006 19:55:50 +0100, Cassius V. de Magalhaes wrote:
> Derek Atkins escreveu:
>> Umm... 10.0.12 is INCLUDED in 2.6.18 natively, so why are you
>> building the external module?
>>
>> -derek
>>
>> James Lay <> writes:
>>
>>
>>> So.....10.0.12-rc1 is broken with 2.6.18...any update on when that will
>>> be fixed?
>>>
>>
>>
>
>
> Hello,
>
> I'm using Fedora Core 6 with kernel 2.6.18-1.2798.fc6 . How to confirm
> the pwc module is included on this kernel, please?
Check if it's compiled by default:
=====
:~$ grep PWC /boot/config-2.6.18*
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
:~$
=====
The value for CONFIG_USB_PWC should be 'm' or 'y'.
> And how to use it
Depending of the CONFIG_USB_PWC value: if it's 'y' the driver is
compiled into the kernel and so it's always available (no need to
insert the module).
If it's 'm' (which is normally the mostly seen situation for kernel
prepared by different GNU/Linux distributions), the module should be
load (manually by you or by udev, for example). Thus, when you plug
in the webcam, insert the module as root:
modprobe pwc
Then check the dmesg (or syslog) output to be sure it was correctly
loaded and it has recognized your webcam.
Thx, bye,
Gismo / Luca
pgpRPOZ5UGr7r.pgp
Description: PGP signature
_______________________________________________
pwc mailing list
http://lists.saillard.org/mailman/listinfo/pwc
|