Hi again, Actually you can also do "modinfo pwc" and it tells the developer and version (Saillard.org and 10.0.12), but what I still do not understand is that when I compile pwc as I previously did, the pwc.ko is over 600kb while the stock pwc.ko even in FC6 is only 95kb or so. Seems like a huge diff.
Peter --- Peter Baitz <[EMAIL PROTECTED]> wrote: > Hello, > > I am now using Fedora Core6 kernel > 2.6.18-1.2798.fc6-i586 and the pwc.ko which comes > with > it is only 95kb approx. no where near the 640kb size > of previous pwc compiles I have done. How can this > be > the same pwc driver? > > I am also getting this error if I try to compile it > on > FC6 (and I made the corrections to pwc_ioctl.h > posted > up here on the group where you extend the comment > around the typedef statement): > > [EMAIL PROTECTED] pwc-v4l2-20061105-042701]# make > make -C /lib/modules/2.6.18-1.2798.fc6/source > SUBDIRS=/opt/pwc/pwc-v4l2-20061105-042701 modules > make[1]: Entering directory > `/usr/src/kernels/2.6.18-1.2798.fc6-i586' > CC [M] /opt/pwc/pwc-v4l2-20061105-042701/pwc-if.o > In file included from > /opt/pwc/pwc-v4l2-20061105-042701/pwc-if.c:69: > /opt/pwc/pwc-v4l2-20061105-042701/pwc.h:28:26: > error: > linux/config.h: No such file or directory > make[2]: *** > [/opt/pwc/pwc-v4l2-20061105-042701/pwc-if.o] Error 1 > make[1]: *** > [_module_/opt/pwc/pwc-v4l2-20061105-042701] Error 2 > make[1]: Leaving directory > `/usr/src/kernels/2.6.18-1.2798.fc6-i586' > make: *** [all] Error 2 > > > Please advise??? > > Peter > > > > --- Luca Capello <[EMAIL PROTECTED]> wrote: > > > 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 <[EMAIL PROTECTED]> 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: > > ===== > > [EMAIL PROTECTED]:~$ grep PWC /boot/config-2.6.18* > > CONFIG_USB_PWC=m > > # CONFIG_USB_PWC_DEBUG is not set > > [EMAIL PROTECTED]:~$ > > ===== > > > > 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 > > > _______________________________________________ > > pwc mailing list > > [email protected] > > http://lists.saillard.org/mailman/listinfo/pwc > > > > > > > ____________________________________________________________________________________ > Cheap Talk? Check out Yahoo! Messenger's low > PC-to-Phone call rates > (http://voice.yahoo.com) > > ____________________________________________________________________________________ Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates (http://voice.yahoo.com) _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
