Bug 140468 - pcHDTV HD-3000 DVB device not conifgurable with Yast2-tv
Summary: pcHDTV HD-3000 DVB device not conifgurable with Yast2-tv
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Ladislav Slezák
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 03:55 UTC by Russell Scott
Modified: 2006-11-29 15:00 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
YaST2 log file (843.51 KB, text/plain)
2005-12-23 02:32 UTC, Russell Scott
Details

Note You need to log in before you can comment on or make changes to this bug.
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.