On Sat, 24 Apr 2010, devsk wrote: > Never mind! I used the following to rebuild the module and it works now: > > $ make INSTALL_MOD_DIR=pvrusb2 -C /lib/modules/2.6.33.2/build > M=/private/shared/Installs/pvrusb2-mci-20100424/driver CONFIG_VIDEO_PVRUSB2=m > CONFIG_VIDEO_PVRUSB2_24XXX=y CONFIG_VIDEO_PVRUSB2_SYSFS=y > CONFIG_VIDEO_PVRUSB2_DEBUGIFC=y CONFIG_VIDEO_ADV_DEBUG=y modules > > And the garbage is gone! Have done few modprobe followed by modprobe -r. > Looks good! > > -devsk >
And that I believe will also have the same effect of disabling DVB support in the standalone driver, thus the unresolved references are removed. Check the .config for your kernel and see if CONFIG_VIDEO_PVRUSB2_DVB was turned on there. It might not be (which would explain why the in-kernel version of the driver is loading ok). A "default" build of the standalone driver tries to turn everything on. It might be useful to only turn on what has actually been configured into the kernel you are compiling against, but I'm not sure if I can make that work. -Mike -- Mike Isely isely @ isely (dot) net PGP: 03 54 43 4D 75 E5 CC 92 71 16 01 E2 B5 F5 C1 E8 _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
