Bugzilla – Bug 140468
pcHDTV HD-3000 DVB device not conifgurable with Yast2-tv
Last modified: 2006-11-29 15:00:32 UTC
YaST2-tv shows the DVB portion of the pcHDTV HD-3000 card as not configured. Clicking "Edit" to configure the card produces a list of kernel modules none of which is the correct one (cx88-dvb) for the card. Using hwinfo --dvb gives the following: 13: PCI 104.2: 11100 Multimedia controller [Created at pci.277] UDI: /org/freedesktop/Hal/devices/pci_14f1_8802_0 Unique ID: YI3a.Vq0qy9bK0M8 Parent ID: 6NW+.ccU5FZC1tz2 SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:01:04.2 SysFS BusID: 0000:01:04.2 Hardware Class: dvb card Model: "pcHDTV HD-3000" Vendor: pci 0x14f1 "Conexant" Device: pci 0x8802 "CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port]" SubVendor: pci 0x7063 "pcHDTV" SubDevice: pci 0x3000 "pcHDTV HD-3000" Revision: 0x05 Driver: "cx88-dvb" Memory Range: 0xdd000000-0xddffffff (rw,non-prefetchable) IRQ: 11 (no events) Module Alias: "pci:v000014F1d00008802sv00007063sd00003000bc04sc80i00" Driver Info #0: Driver Status: cx88-dvb is active Driver Activation Cmd: "modprobe cx88-dvb" Driver Info #1: Driver Status: cx88_dvb is active Driver Activation Cmd: "modprobe cx88_dvb" Driver Info #2: Driver Status: cx88_blackbird is active Driver Activation Cmd: "modprobe cx88_blackbird" Config Status: cfg=no, avail=yes, need=no, active=unknown Attached to: #7 (PCI bridge) which all appears to be correct. The NTSC (plain tv) portion of the card is configured correctly in YaST2-tv.
Please attach the YaST2 logfiles.
Created attachment 61732 [details] YaST2 log file This is the most recent of several log files. Let me know if you need more of them.
The problem is that the driver is located in kernel/drivers/media/video directory while the other DVB drivers are in kernel/drivers/media/dvb directory. Fixed in yast2-tv-2.15.0 - yast searches for *dvb* drivers also in kernel/drivers/media/video.