Erik, If I were you I would make this additional change as well, them make, make install, etc. again...
Finally to fix the LED on/off capability you need to edit the pwc-if.c file and change line 1530 related to the SPC 900NC webcam, and change it from type 720 to 740: type_id = 740; Peter --- Peter Baitz <[EMAIL PROTECTED]> wrote: > Erik, > > Your make and make install looks good below. > Now run this > > find /lib/modules/2.6.9-42.cc-i686/ -name pwc.ko > > where you ought to see similar to mine (for the > kernel > you are running 'uname -a'): > > The new pwc driver > /lib/modules/2.6.9-42.*/kernel/drivers/usb/media/pwc.ko > > The old stock pwc driver > /lib/modules/2.6.9-42.*/kernel/drivers/usb/media/pwc/pwc.ko > > You need to copy the new one to the ./pwc dir as > well. > > Then do > > rmmod pwc > modprobe pwc > lsmod | grep pwc > > to unload the old if loaded, load the new, and check > if loaded and used by the video device as well. > > You might also try the latest snapshot rather than > the > release candidate: > > http://www.saillard.org/linux/pwc/snapshots/ > > Peter > > > > _______________________________________________ > > This should be ok OR ??: > > > > pwc-10.0.12-rc1]# make > > make -C /lib/modules/2.6.9-42.cc/source > > SUBDIRS=/opt/pwc-10.0.12-rc1 modules > > make[1]: Entering directory > > `/usr/src/kernels/2.6.9-42.cc-i686' > > CC [M] /opt/pwc-10.0.12-rc1/pwc-if.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-misc.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-ctrl.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-v4l.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-uncompress.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-dec1.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-dec23.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-kiara.o > > CC [M] /opt/pwc-10.0.12-rc1/pwc-timon.o > > LD [M] /opt/pwc-10.0.12-rc1/pwc.o > > Building modules, stage 2. > > MODPOST > > CC /opt/pwc-10.0.12-rc1/pwc.mod.o > > LD [M] /opt/pwc-10.0.12-rc1/pwc.ko > > make[1]: Leaving directory > > `/usr/src/kernels/2.6.9-42.cc-i686' > > > > -- > > Med venlig hilsen / Best regards > > Erik Jakobsen > > > > _______________________________________________ > > pwc mailing list > > [email protected] > > http://lists.saillard.org/mailman/listinfo/pwc > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > _______________________________________________ > pwc mailing list > [email protected] > http://lists.saillard.org/mailman/listinfo/pwc > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
