Hello On my System I have installed an old DVB-FF and a new WinTV HVR1300. The new cvs linuxTV driver are used. I would like to test my new WinTV HVR1300. (use the driver for HVR1100) If I make a make insmod then I get this dmesg: ......... tvmixer: Unknown symbol unregister_sound_mixer tvmixer: Unknown symbol register_sound_mixer wm8775 1-001b: chip found @ 0x36 (cx88[0]) saa711x: Ignoring new-style parameters in presence of obsolete ones msp3400: Unknown symbol v4l_printk_ioctl saa7146: register extension 'dvb'. ACPI: PCI Interrupt 0000:01:0b.0[A] -> GSI 16 (level, low) -> IRQ 193 saa7146: found saa7146 @ mem f9df2000 (revision 1, irq 193) (0x13c2,0x0000). DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). adapter has MAC addr = 00:d0:5c:03:c9:77 dvb-ttpci: gpioirq unknown type=0 len=0 dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app c0002622 dvb-ttpci: firmware @ card 0 supports CI link layer interface dvb-ttpci: Crystal audio DAC @ card 0 detected saa7146_vv: saa7146 (0): registered device video1 [v4l2] saa7146_vv: saa7146 (0): registered device vbi1 [v4l2] DVB: registering frontend 0 (Philips TDA8083 DVB-S)... input: DVB on-card IR receiver as /class/input/input5 dvb-ttpci: found av7110-0. saa7146: register extension 'budget dvb'. saa7146: register extension 'budget_ci dvb'. saa7146: register extension 'budget_av'. ...... After the new driver has been installed: #:/usr/local/src/DVB# ls /dev/dvb/ adapter0 #:/usr/local/src/DVB# ls /dev/video* /dev/video0 /dev/video1 There is only one DVB device, but two video devices. It seems that the HVR is mapped to /dev/video like an analog Card. All my other DVB Cars are mapped to /dev/dvb/... I also want to use the IR. Did it work like the same way then the Nexus? Greetings Patrick