Enable the pwc module in the kernel as well as a quick fix.  I ran into this problem as well.  Compile the default kernel module, then just run make and make install in your 10.0.11 directory and the new module will overwrite the old.

Regards,
Sebastian

On 3/14/06, Florian Engelhardt <[EMAIL PROTECTED]> wrote:
Hello,

the pwc-module in version 10.0.11 does not compile against 2.6.16-rc6-mm1
kernel. I also found out, that it was not compiling against 2.6.16-rc1-mm5:

discovery pwc-10.0.11 # make
make -C /lib/modules/2.6.16-rc6-mm1/source SUBDIRS=/root/src/pwc- 10.0.11 modules
make[1]: Entering directory `/usr/src/linux-2.6.16-rc6-mm1'
  CC [M]  /root/src/pwc-10.0.11/pwc-if.o
  CC [M]  /root/src/pwc-10.0.11/pwc-misc.o
  CC [M]  /root/src/pwc-10.0.11/pwc-ctrl.o
  CC [M]  /root/src/pwc- 10.0.11/pwc-v4l.o
/root/src/pwc-10.0.11/pwc-v4l.c: In function `pwc_video_do_ioctl':
/root/src/pwc-10.0.11/pwc-v4l.c:371: error: `v4l2_ioctl_names' undeclared (first
use in this function)
/root/src/pwc-10.0.11 /pwc-v4l.c:371: error: (Each undeclared identifier is
reported only once
/root/src/pwc-10.0.11/pwc-v4l.c:371: error: for each function it appears in.)
make[2]: *** [/root/src/pwc-10.0.11/pwc-v4l.o] Error 1
make[1]: *** [_module_/root/src/pwc- 10.0.11] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16-rc6-mm1'
make: *** [all] Error 2

If i comment the lines 371 and 372 of pwc-v4l.c, it compiles. I can install it
and load it and it works.

Kind Regards
Flo

_______________________________________________
pwc mailing list
[email protected]
http://lists.saillard.org/mailman/listinfo/pwc

_______________________________________________
pwc mailing list
[email protected]
http://lists.saillard.org/mailman/listinfo/pwc

Reply via email to