2009/9/29 Mike Isely <[email protected]>: > On Tue, 29 Sep 2009, Kai Boenke wrote: >> >> [...] >> pvrusb2: Device initialization completed successfully. >> pvrusb2: registered device video0 [mpeg] > > When you see that "registered" message, the driver has basically > finished its initialization - successfully. This is a good thing. Now > there are still other things going on (see further)... >
Thanks for the insights. As of /dev/video0 you are absolutely right: It works. I just went ahead and tested it successfully. Hence as for the drive your are correct as well. :-) However, there is something else which I was referring to without mentioning it. But this might actually not be a problem with pvrusb2 itself. >> Sadly, this is where it stops. There is no error-message for what >> might happen after the file get requested. Looks like I will have to >> compile debug-output into the Kernel to get a deeper insight? The >> Firmware-Files however are in place: > > It stopped there because the driver is waiting for you to do something, > i.e. open it and use it :-) I am missing my DVB-Device completely. Neither /dev/dvb nor anything similar are available. /sys/dvb is empty and dmesg does not mention it at all. Someone else had an output like this: [ 21.405976] pvrusb2: registered device video1 [mpeg] [ 21.405980] DVB: registering new adapter (pvrusb2-dvb) However, I could not find anything related to pvrusb2-dvb. Here are the DVB-settings of my kernel: $ grep -i dvb .config CONFIG_DVB_CORE=y CONFIG_VIDEOBUF_DVB=y CONFIG_VIDEO_CX88_DVB=y CONFIG_VIDEO_CX231XX_DVB=y CONFIG_DVB_MAX_ADAPTERS=8 # CONFIG_DVB_DYNAMIC_MINORS is not set CONFIG_DVB_CAPTURE_DRIVERS=y # CONFIG_DVB_AV7110 is not set # CONFIG_DVB_BUDGET_CORE is not set CONFIG_DVB_USB=y # CONFIG_DVB_USB_DEBUG is not set # CONFIG_DVB_USB_A800 is not set # CONFIG_DVB_USB_DIBUSB_MB is not set # CONFIG_DVB_USB_DIBUSB_MC is not set # CONFIG_DVB_USB_DIB0700 is not set # CONFIG_DVB_USB_UMT_010 is not set CONFIG_DVB_USB_CXUSB=y # CONFIG_DVB_USB_M920X is not set # CONFIG_DVB_USB_GL861 is not set # CONFIG_DVB_USB_AU6610 is not set # CONFIG_DVB_USB_DIGITV is not set # CONFIG_DVB_USB_VP7045 is not set # CONFIG_DVB_USB_VP702X is not set # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set # CONFIG_DVB_USB_DTT200U is not set # CONFIG_DVB_USB_OPERA1 is not set # CONFIG_DVB_USB_DW2102 is not set # CONFIG_DVB_USB_CINERGY_T2 is not set # CONFIG_DVB_USB_ANYSEE is not set # CONFIG_DVB_USB_DTV5100 is not set # CONFIG_DVB_USB_AF9015 is not set # CONFIG_DVB_TTUSB_BUDGET is not set # CONFIG_DVB_TTUSB_DEC is not set # CONFIG_DVB_B2C2_FLEXCOP is not set # CONFIG_DVB_PLUTO2 is not set # CONFIG_DVB_DM1105 is not set # Supported DVB Frontends # CONFIG_DVB_FE_CUSTOMISE is not set CONFIG_DVB_CX24123=y CONFIG_DVB_STV0288=y CONFIG_DVB_STB6000=y CONFIG_DVB_STV0299=y CONFIG_DVB_CX24116=y CONFIG_DVB_CX22702=y CONFIG_DVB_MT352=y CONFIG_DVB_ZL10353=y CONFIG_DVB_DIB7000P=y CONFIG_DVB_NXT200X=y CONFIG_DVB_OR51132=y CONFIG_DVB_LGDT330X=y CONFIG_DVB_S5H1411=y CONFIG_DVB_PLL=y CONFIG_DVB_TUNER_DIB0070=y CONFIG_DVB_ISL6421=y CONFIG_DVB_LGS8GL5=y -- // Kai Boenke _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
