Hi, On Sunday 01 October 2006 21:16, Roland Mieslinger wrote: > Hi, > > when try to build the driver "make config" enters an endless loop (CPU > usage is high). I've fixed two issus so far: > > - v4l/versions.txt: DVB_USB_PCTV452E is missing Ok, forget to add. DVB_LNBP22 was also missing > > - linux/drivers/media/dvb/dvb-usb/Makefile: should be > > dvb-usb-pctv452e-objs = pctv452e.o > obj-$(CONFIG_DVB_USB_PCTV452E) += dvb-usb-pctv452e.o You're right. > > But the loop remains. I've checked the changes to the build env in your > patch but didn't see the problem. > I can reproduce this behaviour. I did not try to configre/compile the drivers in this dir hence this problem did not occur in my setup. I linked all files in linux/ to a stock kernel and called "make menuconfig;make modules" in that kernel dir. Nevertheless the attached patch should fix this issue. Dominik
Index: linux/drivers/media/dvb/dvb-usb/Kconfig =================================================================== --- linux/drivers/media/dvb/dvb-usb/Kconfig (revision 2) +++ linux/drivers/media/dvb/dvb-usb/Kconfig (working copy) @@ -160,7 +160,7 @@ config DVB_USB_PCTV452E tristate "Pinnacle PCTV HDTV Pro USB device" depends on DVB_USB - select DVB_LNBP22 + select DVB_LNBP22 select DVB_STB0899 help Support for external USB adapter designed by Pinnacle, Index: linux/drivers/media/dvb/dvb-usb/Makefile =================================================================== --- linux/drivers/media/dvb/dvb-usb/Makefile (revision 2) +++ linux/drivers/media/dvb/dvb-usb/Makefile (working copy) @@ -37,6 +37,6 @@ obj-$(CONFIG_DVB_USB_CXUSB) += dvb-usb-cxusb.o dvb-usb-pctv452e-objs = pctv452e.o -obj-$(CONFIG_DVB_USB_CXUSB) += dvb-usb-pctv452e.o +obj-$(CONFIG_DVB_USB_PCTV452E) += dvb-usb-pctv452e.o EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ Index: v4l/versions.txt =================================================================== --- v4l/versions.txt (revision 1) +++ v4l/versions.txt (working copy) @@ -18,6 +18,8 @@ USB_ZC0301 VIDEO_ZORAN_AVS6EYES VIDEO_TLV320AIC23B +DVB_USB_PCTV452E +DVB_LNBP22 # Those are architecture-dependent VIDEO_VINO
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb