电视调谐卡已安装但无法调谐

电视调谐卡已安装但无法调谐

我在运行 Ubuntu 12.04.2 LTS 的 HP Proliant N40L 微型服务器中安装了两个独立的 PCI 电视调谐卡。 两张卡均被成功识别并注册为 DVB-T 卡

尝试使用 DVB 实用程序(scan、w_scan)或其他软件(TVHeadend)没有返回信号。dmesg 中没有错误消息(见下文)。其中一张卡已成功插入同一根天线电缆的 Windows PC 中,因此我相信硬件和信号都没有问题。

解决该问题的下一步是什么?

[   10.500910] DVB: registering adapter 0 frontend 0 (Realtek DVB-T RTL2832)...
[   10.503616] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-1/input/input2
[   10.503795] dvb-usb: schedule remote query interval to 287 msecs.
[   10.503802] dvb-usb: USB DVB-T Device successfully initialized and connected.
[   10.503833] dvb-usb: found a 'USB DVB-T Device' in warm state.
[   10.503844] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   10.507107] DVB: registering new adapter (USB DVB-T Device)
[   10.529997] RTL2832U usb_init_bulk_setting : USB2.0 HIGH SPEED (480Mb/s)
[   10.765649] RTL2832U check_tuner_type : FC0012 tuner on board...
[   10.875461] cx25840 3-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
[   10.907187] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
[   10.925702] xc4000 1-0061: creating new instance
[   10.926262] xc4000: Device not found at addr 0x61 (0xffff)
[   10.926366] xc4000 1-0061: destroying instance
[   10.926529] cx23885[0]: registered device video0 [v4l2]
[   10.926620] cx23885[0]: registered device vbi0
[   10.926827] cx23885[0]: registered ALSA audio device
[   10.930850] tuner 1-0061: Tuner has no way to set tv freq
[   10.942820] cx23885_dvb_register() allocating 1 frontend(s)
[   10.942824] cx23885[0]: cx23885 based dvb card
[   10.962568] xc4000 2-0061: creating new instance
[   10.963291] xc4000: Successfully identified at address 0x61
[   10.963293] xc4000: Firmware has not been loaded previously
[   10.971195] DVB: registering new adapter (cx23885[0])
[   10.971203] DVB: registering adapter 2 frontend 0 (Zarlink ZL10353 DVB-T)...
[   10.971857] cx23885_dev_checkrevision() Hardware revision = 0xa4
[   10.971865] cx23885[0]/0: found at 0000:02:00.0, rev: 3, irq: 18, latency: 0, mmio: 0xfe600000
[   11.332565] DVB: registering adapter 1 frontend 0 (Realtek DVB-T RTL2832)...
[   11.334180] input: IR-receiver inside an USB DVB receiver as     /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-2/input/input3
[   11.334319] dvb-usb: schedule remote query interval to 287 msecs.
[   11.334324] dvb-usb: USB DVB-T Device successfully initialized and connected.
[   11.334357] dvb-usb: found a 'USB DVB-T Device' in warm state.
[   11.334371] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   11.336039] DVB: registering new adapter (USB DVB-T Device)
[   11.355161] RTL2832U usb_init_bulk_setting : USB2.0 HIGH SPEED (480Mb/s)
[   11.596933] RTL2832U check_tuner_type : FC0012 tuner on board...
[   12.163908] DVB: registering adapter 3 frontend 0 (Realtek DVB-T RTL2832)...
[   12.165480] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-3/input/input4
[   12.165606] dvb-usb: schedule remote query interval to 287 msecs.
[   12.165613] dvb-usb: USB DVB-T Device successfully initialized and connected.
[   12.165647] dvb-usb: found a 'USB DVB-T Device' in warm state.
[   12.165658] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   12.167379] DVB: registering new adapter (USB DVB-T Device)
[   12.185508] RTL2832U usb_init_bulk_setting : USB2.0 HIGH SPEED (480Mb/s)
[   12.425785] RTL2832U check_tuner_type : FC0012 tuner on board...
[   12.995998] DVB: registering adapter 4 frontend 0 (Realtek DVB-T RTL2832)...
[   12.996640] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:04.0/0000:03:00.0/0000:04:00.2/usb4/4-4/input/input5
[   12.997422] dvb-usb: schedule remote query interval to 287 msecs.
[   12.997428] dvb-usb: USB DVB-T Device successfully initialized and connected.
[   12.997463] usbcore: registered new interface driver dvb_usb_rtl2832u

以下是 lspci 的输出:

sudo lspci -v -d 14f1:8852
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 03)
Subsystem: LeadTek Research Inc. Device 6f39
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fe600000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [40] Express Endpoint, MSI 00
Capabilities: [80] Power Management version 2
Capabilities: [90] Vital Product Data
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Advanced Error Reporting
Capabilities: [200] Virtual Channel
Kernel driver in use: cx23885
Kernel modules: cx23885

答案1

我有一个泰拉泰克 Cinergy TStick+(ID 0ccd:00d7)。

所有品牌/设备驱动程序似乎都不起作用,我不得不使用媒体构建

LinuxTV > 使用最新的实验性驱动程序/补丁

(链接提供安装“Media Build”驱动程序的步骤。)


出现在系统盘,有此设备吗?

您能否提供以下输出:

lsusb

lsmod | grep dvb

dmesg | grep dvb

相关内容