On Wednesday 19 July 2006 00:08, Lonni J Friedman wrote: > "yum install kernel-devel" should take care of that on FC5.
Thank you thank you :-) I was just trying to figure this out. My tiny brain got confused by rpmbuild things. It gave me a bad mood :-( Then i read you suggestion. yum install kernel-devel This installed kernel-devel-2.6.17-1.2157_FC5 But i had kernel-2.6.15-1.2054_FC5 installed. So i did yum upgrade kernel This installed kernel-2.6.17-1.2157_FC5 Then i did a reboot. Found out you have to remove the following line in /etc/modprobe.conf options pwc index=1 See http://www.lavrsen.dk/twiki/bin/view/PWC/FrequentlyAskedQuestionsPWC Then i did this to remove the old pwc.ko # find /lib/modules/`uname -r`/ -name "pwc*.ko*" # rm <name of the file.ko> See http://www.saillard.org/linux/pwc/INSTALL.en Then in pwc dir make make install modprobe pwc And camstreams works again :-) Yeaaah :-) Bad mood gone :-) Thanks all :-) _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
