Bug 140468

Summary: pcHDTV HD-3000 DVB device not conifgurable with Yast2-tv
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Russell Scott <rustys>
Component: YaST2Assignee: Ladislav Slezák <lslezak>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: YaST2 log file

Description Russell Scott 2005-12-21 03:55:10 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.
Comment 1 Michael Gross 2005-12-21 09:48:28 UTC
Please attach the YaST2 logfiles.
Comment 2 Russell Scott 2005-12-23 02:32:29 UTC
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.
Comment 3 Ladislav Slezák 2006-11-29 15:00:32 UTC
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.