LinuxMCE Forums

General => Users => Topic started by: MANDINGO on December 19, 2009, 08:14:02 pm

Title: DVB Cards info needed for Templates
Post by: MANDINGO on December 19, 2009, 08:14:02 pm
NEWS FLASH......... NEWS FLASH......... NEW WIKI PAGE WITH A LIST OF PLUG AND PLAY CARDS FOR LinuxMCE KEEP YOUR EYES OPEN AS THIS PAGE WILL CHANGE OFTEN

HERE IS A LIST OF PLUG AND PLAY CAPTURE CARDS/DEVICES THAT WORK WITH LinuxMCE AS OF RIGHT NOW  ;D

http://wiki.linuxmce.org/index.php/Capture_Cards (http://wiki.linuxmce.org/index.php/Capture_Cards)

Im cranking out the DVB cards that will be plug n play with LinuxMCE but i need you guys help with some info and testing.
Current cards that i have completed are the HVR-1600, pcHDTV 5500, HD PVR which needs to be tested.
All templates for the DVB cards will have the analog side of the card disabled by default untill MythTV decides to fix their code.

So that being said what i need is a reply of the card that you use and the vendor ID, and the ports on the card, dont forget make and model

from term run

sudo lspci -vn
post your output for your card complete

if usb device then run
sudo lsusb -vn
post your output for your card complete

then run
sudo apt-get install ivtv-utils
 
install and then run

sudo v4l2-ctl -n
post your ouput for your card complete

also let me know if you had to install and compile drivers for your card and if firmware is needed thanks
you can catch me in the irc channels Linuxmce and Linuxmce-devel

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: colinjones on December 19, 2009, 09:54:14 pm
I have the Nova-T-500 which is a USB connection through the PCI interface. I couldn't see a specific PCI entry for it, but I suspect it is the VIA USB card (as I don't think I have any other VIA in the system, the mobo chipset is nVidia)

Code: [Select]
01:09.0 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 21
        I/O ports at cc00 [size=32]
        Capabilities: [80] Power Management version 2

01:09.1 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at c800 [size=32]
        Capabilities: [80] Power Management version 2

01:09.2 0c03: 1106:3104 (rev 65) (prog-if 20 [EHCI])
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 64, IRQ 18
        Memory at fd2fe000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

from lsusb -vv

Code: [Select]
Bus 003 Device 002: ID 2040:9941 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x9941
  bcdDevice            1.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV Nova-DT
  iSerial                 3 4028962000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

v4l2-ctl didn't work, its looking for a device here, /dev/video which doesn't exist (running 0710) there is a device under /dev/dvb... several directories and devices for 2 "adapters" etc, but using the --device= option just reports:

ioctl: VIDIOC_ENUMINPUT

I didn't have to compile anything, however I am not using this DVB card right at the moment.

hth
Title: Re: DVB Cards info needed for Templates
Post by: Xtra on December 20, 2009, 04:30:21 am
I own a technisat cablestar hd2 which I am currently struggeling to get the kernel module of the mantis drivers to work in LMCE beta2.

I am stuck in hacking my way through the driver code, as currently it produces a kernel Oops when initializing the IR device.

As soon as I get the driver working, I'll be happy to provide a template for this card aswel but as you guys already know, kernel level debugging is a major PITA. :(

Output from lspci will follow as soon as I have my hands on the testsystem again.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 20, 2009, 06:56:44 pm
Bump
for all those that where bitching about DVB cards no one is posting info
Still waiting...... :-\
Title: Re: DVB Cards info needed for Templates
Post by: Xtra on December 20, 2009, 08:22:47 pm
Code: [Select]
02:0a.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV PCI Bridge Controller [Ver 1.0] (rev 01)
Subsystem: Device 1ae4:0002
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64 (2000ns min, 63750ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at dfeff000 (32-bit, prefetchable) [size=4K]
Kernel modules: mantis
Code: [Select]
02:0a.0 0480: 1822:4e35 (rev 01)
Subsystem: 1ae4:0002
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at dfeff000 (32-bit, prefetchable) [size=4K]
Kernel modules: mantis

Output from v4l2-ctl will follow after I have recompiled my MD kernel (compiling right now) and I have urged the mantis module to work. Rumor has it, it is working with an older kernel than 2.6.25 and the mantis driver from s2-liplianin but I want to get it to work with the LMCE0810b2 default kernel, therefore I am hacking debug statements in there and it takes time. So please bear with me. :(
Title: Re: DVB Cards info needed for Templates
Post by: patmankn on December 20, 2009, 10:11:33 pm
Ok...first i just plugged in my Terratec Cinergy DT XS Diversity und checked dmesg

Code: [Select]
pat@dcerouter:~$ dmesg
[ 3802.412033] usb 2-8: new high speed USB device using ehci_hcd and address 7
[ 3802.553951] usb 2-8: configuration #1 chosen from 1 choice
[ 3802.554910] dvb-usb: found a 'Terratec Cinergy DT XS Diversity' in cold state, will try to load a firmware
[ 3802.554917] firmware: requesting dvb-usb-dib0700-1.10.fw
[ 3802.559679] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
[ 3802.905484] dib0700: firmware started successfully.
[ 3803.409067] dvb-usb: found a 'Terratec Cinergy DT XS Diversity' in warm state.
[ 3803.410787] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3803.411617] DVB: registering new adapter (Terratec Cinergy DT XS Diversity)
[ 3803.653846] DVB: registering frontend 1 (DiBcom 7000PC)...
[ 3803.658218] MT2266: successfully identified
[ 3803.822722] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3803.823351] DVB: registering new adapter (Terratec Cinergy DT XS Diversity)
[ 3804.002719] DVB: registering frontend 2 (DiBcom 7000PC)...
[ 3804.009470] MT2266: successfully identified
[ 3804.175214] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:0b.1/usb2/2-8/input/input8
[ 3804.212609] dvb-usb: schedule remote query interval to 150 msecs.
[ 3804.212618] dvb-usb: Terratec Cinergy DT XS Diversity successfully initialized and connected.

...than lsusb vn:

Code: [Select]
Bus 002 Device 007: ID 0ccd:005a TerraTec Electronic GmbH
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0ccd TerraTec Electronic GmbH
  idProduct          0x005a
  bcdDevice            0.01
  iManufacturer           1 TerraTec
  iProduct                2 Cinergy DT XS
  iSerial                 3 070201004089
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
Code: [Select]
pat@dcerouter:~$ sudo apt-get install ivtv-utils
...
pat@dcerouter:~$ sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory

I just ordered the KNC ONE PCI DVB-C card.... i will post results, the moment the card arrives.

And Mandigo, as i haven't tried creating templates before and i got lost in the wiki, i would love to see some wiki/documentation, so that more of us could suuport in little babysteps. How about that idea?
Cheers,
Pat
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 21, 2009, 01:49:50 am
if you get a failed to open on v4l2-ctl -n

that is due to the card not having other inputs for capturing out side of the DVB input so its not a problem

Keep em coming guys
Title: Re: DVB Cards info needed for Templates
Post by: ste_b_79 on December 21, 2009, 11:12:21 pm
I have a hauppauge hvr-1300.

I will post the results as soon as I can.

I tried to get the analogue RCA/phono input to work with Myth TV and couldn't, so I'm glad to see its not just me and/or the HVR-1300 card. 
Title: Re: DVB Cards info needed for Templates
Post by: tariqh on December 21, 2009, 11:47:38 pm
+1 on this card,  mines the OEM without any remote if that makes a difference

do you still need the output?

colinjones, BTW how did you get mythtv to recognise this card ? i had a look at the mythtv wiki and it seems the 0810 recognises it but how do i get mythtv to use it ? (Im not sure if this hijacking but i though i might ask here )

I have the Nova-T-500 which is a USB connection through the PCI interface. I couldn't see a specific PCI entry for it, but I suspect it is the VIA USB card (as I don't think I have any other VIA in the system, the mobo chipset is nVidia)

Code: [Select]
01:09.0 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 21
        I/O ports at cc00 [size=32]
        Capabilities: [80] Power Management version 2

01:09.1 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at c800 [size=32]
        Capabilities: [80] Power Management version 2

01:09.2 0c03: 1106:3104 (rev 65) (prog-if 20 [EHCI])
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 64, IRQ 18
        Memory at fd2fe000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

from lsusb -vv

Code: [Select]
Bus 003 Device 002: ID 2040:9941 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x9941
  bcdDevice            1.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV Nova-DT
  iSerial                 3 4028962000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

v4l2-ctl didn't work, its looking for a device here, /dev/video which doesn't exist (running 0710) there is a device under /dev/dvb... several directories and devices for 2 "adapters" etc, but using the --device= option just reports:

ioctl: VIDIOC_ENUMINPUT

I didn't have to compile anything, however I am not using this DVB card right at the moment.

hth
Title: Re: DVB Cards info needed for Templates
Post by: Kezza on December 22, 2009, 02:22:33 am
I'm also running that card so yell out if need any additional info to get plugin working. Will be rebuilding system onto a new drive at somestage so can do some testing for you!

Title: Re: DVB Cards info needed for Templates
Post by: tariqh on December 22, 2009, 04:41:17 am

any help would be appreciated :)

I'm also running that card so yell out if need any additional info to get plugin working. Will be rebuilding system onto a new drive at somestage so can do some testing for you!


Title: Re: DVB Cards info needed for Templates
Post by: colinjones on December 22, 2009, 01:22:04 pm
sorry can't help, I've never tried to get that card working with MythTV. However, I'm certain that totallymaxed's crew has!
Title: Re: DVB Cards info needed for Templates
Post by: totallymaxed on December 22, 2009, 01:44:12 pm
+1 on this card,  mines the OEM without any remote if that makes a difference

do you still need the output?

colinjones, BTW how did you get mythtv to recognise this card ? i had a look at the mythtv wiki and it seems the 0810 recognises it but how do i get mythtv to use it ? (Im not sure if this hijacking but i though i might ask here )

I have the Nova-T-500 which is a USB connection through the PCI interface. I couldn't see a specific PCI entry for it, but I suspect it is the VIA USB card (as I don't think I have any other VIA in the system, the mobo chipset is nVidia)

Code: [Select]
01:09.0 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 21
        I/O ports at cc00 [size=32]
        Capabilities: [80] Power Management version 2

01:09.1 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at c800 [size=32]
        Capabilities: [80] Power Management version 2

01:09.2 0c03: 1106:3104 (rev 65) (prog-if 20 [EHCI])
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 64, IRQ 18
        Memory at fd2fe000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

from lsusb -vv

Code: [Select]
Bus 003 Device 002: ID 2040:9941 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x9941
  bcdDevice            1.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV Nova-DT
  iSerial                 3 4028962000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

v4l2-ctl didn't work, its looking for a device here, /dev/video which doesn't exist (running 0710) there is a device under /dev/dvb... several directories and devices for 2 "adapters" etc, but using the --device= option just reports:

ioctl: VIDIOC_ENUMINPUT

I didn't have to compile anything, however I am not using this DVB card right at the moment.

hth

We dont have a device template for the T500... cue Thom to give me a 'bashing' for not having one ;-)

...but we do have it working very well using our V4l package (PM me if any of you would like a copy...its DKMS based so will work correctly on 0710 or 0810...or indeed 0910 too ;-)  )...and reliably in Myth now. The only issue we see is that if we reboot the T500's do not get in initialised properly from a 'warm' firmware boot. The solution is to do a shutdown, remove the power for 15 secs or so, then powerup and all is well. This is an irritation but compared to before when the T500 was so unstable it was unusable its very acceptable!

All the best for Xmas and for the new year too!

Andrew

Title: Re: DVB Cards info needed for Templates
Post by: freaky on December 22, 2009, 02:35:50 pm
Does anybody have the right configuration in the MythTV Backend for my Hauppauge Nova-S plus (DVBs)? Is it similar to the Nova-T? I had it working on a 0710 istallation, now I have 0810 beta2 and can't find the right configuration any more.

Thanks so far
freaky
Title: Re: DVB Cards info needed for Templates
Post by: totallymaxed on December 22, 2009, 02:55:32 pm
Does anybody have the right configuration in the MythTV Backend for my Hauppauge Nova-S plus (DVBs)? Is it similar to the Nova-T? I had it working on a 0710 istallation, now I have 0810 beta2 and can't find the right configuration any more.

Thanks so far
freaky

Again... at the risk of Thom bashing me again (Twice in a single afternoon!) the Nova-S should we configurable directly in Myth backend setup until Mandingo has a template for it.

All the best for Xmas

Andrew
Title: Re: DVB Cards info needed for Templates
Post by: tariqh on December 22, 2009, 08:12:44 pm

We dont have a device template for the T500... cue Thom to give me a 'bashing' for not having one ;-)

...but we do have it working very well using our V4l package (PM me if any of you would like a copy...its DKMS based so will work correctly on 0710 or 0810...or indeed 0910 too ;-)  )...and reliably in Myth now. The only issue we see is that if we reboot the T500's do not get in initialised properly from a 'warm' firmware boot. The solution is to do a shutdown, remove the power for 15 secs or so, then powerup and all is well. This is an irritation but compared to before when the T500 was so unstable it was unusable its very acceptable!

All the best for Xmas and for the new year too!

Andrew


im taking you up on the offer , PM sent :)
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 22, 2009, 08:59:52 pm
There was a nasty little issue found with some code not allowing the host name of the computer to be added to the myth db and is getting fixed, allowing me to soon crank out some more templates  ;D

So keep them comming and no one will go ignored just remember the info to post
Title: Re: DVB Cards info needed for Templates
Post by: buckle on December 23, 2009, 04:39:24 am
...
So keep them comming and no one will go ignored just remember the info to post

DViCo FusionHDTV7 Dual Express - The lspci bits were already up on the wiki I created for this card.  I ran the v4l2-ctl and added the output but soon realized that the analog inputs were likely from the usb tuner card I have plugged in (I'll post the info for it soon).  The driver for this card does not support the analog inputs.  http://wiki.linuxmce.org/index.php/DViCO_FusionHDTV7_Dual_Express (http://wiki.linuxmce.org/index.php/DViCO_FusionHDTV7_Dual_Express)

This card requires the xc5000 firmware.  There are two versions that I have used, depending on which the kernel requests (1.1 or 1.6.114).

Replied as soon as I saw this post...I was away from the forums for a couple days.  Keep up the good work. 
Title: Re: DVB Cards info needed for Templates
Post by: freaky on December 23, 2009, 01:40:41 pm
I have the Hauppauge Nova-S plus PCI Card DVB-S

sudo lspci -vn  brings:

Code: [Select]
00:00.0 0600: 8086:2e20 (rev 03)
        Subsystem: 1043:8336   
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: intel-agp                         

00:01.0 0604: 8086:2e21 (rev 03)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff                       
        Memory behind bridge: f6000000-f9cfffff                     
        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
        Capabilities: [88] Subsystem: 1043:8336                             
        Capabilities: [80] Power Management version 3                       
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                   
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [140] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1a.0 0c03: 8086:3a37
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at b800 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.1 0c03: 8086:3a38
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b880 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.2 0c03: 8086:3a39                                                         
        Subsystem: 1043:82d4                                                   
        Flags: bus master, medium devsel, latency 0, IRQ 18                     
        I/O ports at bc00 [size=32]                                             
        Capabilities: [50] Vendor Specific Information <?>                     
        Kernel driver in use: uhci_hcd                                         
        Kernel modules: uhci-hcd                                               

00:1a.7 0c03: 8086:3a3c (prog-if 20)
        Subsystem: 1043:82d4       
        Flags: bus master, medium devsel, latency 0, IRQ 18
        Memory at f5fffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1b.0 0403: 8086:3a3e
        Subsystem: 1043:82fe
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at f5ff8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2           
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00     
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [130] Root Complex Link <?>                               
        Kernel driver in use: HDA Intel                                         
        Kernel modules: snd-hda-intel                                           

00:1c.0 0604: 8086:3a40
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        Prefetchable memory behind bridge: 00000000f4f00000-00000000f4ffffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00               
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.3 0604: 8086:3a46
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Memory behind bridge: f9f00000-f9ffffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.4 0604: 8086:3a48
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                       
        Memory behind bridge: f9e00000-f9efffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.5 0604: 8086:3a4a
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff                       
        Memory behind bridge: f9d00000-f9dfffff                     
        Prefetchable memory behind bridge: 00000000f4e00000-00000000f4efffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00               
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1d.0 0c03: 8086:3a34
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at b080 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:3a35
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at b400 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:3a36
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at b480 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:3a3a (prog-if 20)
        Subsystem: 1043:82d4       
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at f5fff800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev 90) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
        Memory behind bridge: fa000000-fdffffff                     
        Capabilities: [50] Subsystem: 1043:82d4                     

00:1f.0 0601: 8086:3a18
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>

00:1f.2 0101: 8086:3a20 (prog-if 8a [Master SecP PriP])
        Subsystem: 1043:82d4                           
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
        I/O ports at 01f0 [size=8]                               
        I/O ports at 03f4 [size=1]                               
        I/O ports at 0170 [size=8]                               
        I/O ports at 0374 [size=1]                               
        I/O ports at ff90 [size=16]                               
        I/O ports at ffa0 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Capabilities: [b0] Vendor Specific Information <?>       
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

00:1f.3 0c05: 8086:3a30
        Subsystem: 1043:82d4
        Flags: medium devsel, IRQ 3
        Memory at f5fff400 (64-bit, non-prefetchable) [size=256]
        I/O ports at 0400 [size=32]                             
        Kernel modules: i2c-i801                               

00:1f.5 0101: 8086:3a26 (prog-if 85 [Master SecO PriO])
        Subsystem: 1043:82d4                           
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
        I/O ports at b000 [size=8]                               
        I/O ports at ac00 [size=4]                               
        I/O ports at a880 [size=8]                               
        I/O ports at a800 [size=4]                               
        I/O ports at a480 [size=16]                               
        I/O ports at a400 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Capabilities: [b0] Vendor Specific Information <?>       
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

01:00.0 0300: 10de:0614 (rev a2)
        Subsystem: 1043:82de   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]   
        Memory at f6000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at cc00 [size=128]                           
        [virtual] Expansion ROM at f9ce0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 3             
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [78] Express Endpoint, MSI 00                             
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [128] Power Budgeting <?>                                 
        Capabilities: [600] Vendor Specific Information <?>                     
        Kernel driver in use: nvidia                                           
        Kernel modules: nvidiafb, nvidia                                       

02:00.0 0200: 10ec:8168 (rev 02)
        Subsystem: 1043:82c6   
        Flags: bus master, fast devsel, latency 0, IRQ 218
        I/O ports at d800 [size=256]                     
        Memory at f4eff000 (64-bit, prefetchable) [size=4K]
        Memory at f4ee0000 (64-bit, prefetchable) [size=64K]
        Expansion ROM at f9df0000 [disabled] [size=64K]     
        Capabilities: [40] Power Management version 3       
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                         
        Capabilities: [70] Express Endpoint, MSI 01                             
        Capabilities: [b0] MSI-X: Enable- Mask- TabSize=2                       
        Capabilities: [d0] Vital Product Data <?>                               
        Capabilities: [100] Advanced Error Reporting <?>                       
        Capabilities: [140] Virtual Channel <?>                                 
        Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00       
        Kernel driver in use: r8169                                             
        Kernel modules: r8169                                                   

03:00.0 0101: 11ab:6121 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:82a2                                             
        Flags: bus master, fast devsel, latency 0, IRQ 16                 
        I/O ports at ec00 [size=8]                                       
        I/O ports at e880 [size=4]                                       
        I/O ports at e800 [size=8]                                       
        I/O ports at e480 [size=4]                                       
        I/O ports at e400 [size=16]                                       
        Memory at f9effc00 (32-bit, non-prefetchable) [size=1K]           
        Capabilities: [48] Power Management version 2                     
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-                                                                         
        Capabilities: [e0] Express Legacy Endpoint, MSI 00                     
        Capabilities: [100] Advanced Error Reporting <?>                       
        Kernel driver in use: pata_marvell                                     
        Kernel modules: pata_marvell, ahci                                     

04:00.0 0c00: 197b:2380 (prog-if 10)
        Subsystem: 1043:8313       
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at f9fff800 (32-bit, non-prefetchable) [size=2K]
        Memory at f9fff400 (32-bit, non-prefetchable) [size=128]
        Memory at f9fff000 (32-bit, non-prefetchable) [size=128]
        Memory at f9ffec00 (32-bit, non-prefetchable) [size=128]
        Capabilities: [44] Power Management version 3
        Capabilities: [80] Express Endpoint, MSI 00
        Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0Enable-
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394

06:00.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx8800
        Kernel modules: cx8800

06:00.1 0480: 14f1:8801 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88_audio
        Kernel modules: cx88-alsa

06:00.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802

06:00.4 0480: 14f1:8804 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2

sudo v4l2-ctl -n   brings:

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

is there anything else I can do....

thanks so far
freaky

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 26, 2009, 06:11:40 am
;D ok there are new templates now in the CVS but some of you will need to install drivers and firmware, remember these templates might not be complete do to me not having the hardware to test, So feed back is welcomed and keep the cards coming as so we can get most of the common cards used into the 810 release.

there will be some new debs for cards and firmware soon

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Jubert26 on December 27, 2009, 11:20:15 am
I have an ATI tv-wonder VE if memory serves me correct it shows up as a Brooktree bt878 chipset
lspci output
Code: [Select]
01:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)

lspci -v output
Code: [Select]
01:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
        Subsystem: ATI Technologies Inc Device 0003
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at ff6fe000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

01:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
        Subsystem: ATI Technologies Inc Device 0003
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at ff6ff000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

lspci -vn output
Code: [Select]
01:02.0 0400: 109e:036e (rev 11)
        Subsystem: 1002:0003
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at ff6fe000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

01:02.1 0480: 109e:0878 (rev 11)
        Subsystem: 1002:0003
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at ff6ff000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

v4l2-ctl -n output
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 256

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0


EDIT:::
ALL IS GOOD EXCEPT SOUND NOW!!!
TYVM MANDINGO


Hope this helps
Pugs
Title: Re: DVB Cards info needed for Templates
Post by: bongowongo on December 27, 2009, 11:41:22 am
Pinnacle PCTV Hybrid Pro 310i pci

lspci -vn

Code: [Select]
00:00.0 0600: 1106:0308                
        Subsystem: 1849:0308          
        Flags: bus master, medium devsel, latency 8
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [80] AGP version 3.5                  
        Capabilities: [50] Power Management version 2      
        Kernel driver in use: agpgart-via                  
        Kernel modules: via-agp                            

00:00.1 0600: 1106:1308
        Subsystem: 1849:1308
        Flags: bus master, medium devsel, latency 0

00:00.2 0600: 1106:2308
        Subsystem: 1849:2308
        Flags: bus master, medium devsel, latency 0

00:00.3 0600: 1106:3208
        Flags: bus master, medium devsel, latency 0
        Kernel modules: via-agp                    

00:00.4 0600: 1106:4308
        Subsystem: 1849:4308
        Flags: bus master, medium devsel, latency 0

00:00.5 0800: 1106:5308 (prog-if 20)
        Subsystem: 1849:5308        
        Flags: bus master, fast devsel, latency 0

00:00.7 0600: 1106:7308
        Flags: bus master, medium devsel, latency 0

00:01.0 0604: 1106:b198
        Flags: bus master, 66MHz, medium devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Capabilities: [70] Power Management version 2              
        Kernel modules: shpchp                                      
                                                                                                                        
00:02.0 0604: 1106:a208                                                                                                  
        Flags: bus master, fast devsel, latency 0                                                                        
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0                                                    
        Memory behind bridge: fc000000-fe9fffff                                                                          
        Prefetchable memory behind bridge: d0000000-dfffffff                                                            
        Capabilities: [40] Express Root Port (Slot+), MSI 00                                                            
        Capabilities: [68] Power Management version 2                                                                    
        Capabilities: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable+                                  
        Capabilities: [100] Advanced Error Reporting <?>                                                                
        Capabilities: [140] Virtual Channel <?>                                                                          
        Kernel driver in use: pcieport-driver                                                                            
        Kernel modules: shpchp                                                                                          

00:0f.0 0101: 1106:5372 (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1849:5372                                    
        Flags: bus master, medium devsel, latency 32, IRQ 21    
        I/O ports at dc00 [size=8]                              
        I/O ports at d880 [size=4]                              
        I/O ports at d800 [size=8]                              
        I/O ports at d480 [size=4]                              
        I/O ports at d400 [size=16]                              
        I/O ports at d000 [size=256]                            
        Capabilities: [c0] Power Management version 2            
        Kernel driver in use: sata_via                          
        Kernel modules: sata_via                                

00:0f.1 0101: 1106:0571 (rev 07) (prog-if 8a [Master SecP PriP])
        Subsystem: 1849:0571                                    
        Flags: bus master, medium devsel, latency 32            
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at fc00 [size=16]                                                
        Capabilities: [c0] Power Management version 2                              
        Kernel driver in use: pata_via                                            
        Kernel modules: pata_via                                                  

00:10.0 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 20
        I/O ports at c480 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.1 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 22
        I/O ports at c800 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.2 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 21
        I/O ports at c880 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.3 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at cc00 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.4 0c03: 1106:3104 (rev 90) (prog-if 20)
        Subsystem: 1849:3104                
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at f7fffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2          
        Capabilities: [88] Debug port: BAR=1 offset=00a0        
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:11.0 0601: 1106:3372
        Subsystem: 1849:3372
        Flags: medium devsel
        Capabilities: [c0] Power Management version 2
        Kernel modules: i2c-viapro                  

00:11.7 0600: 1106:287e
        Subsystem: 1106:337e
        Flags: bus master, medium devsel, latency 32
        Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration

00:12.0 0200: 1106:3065 (rev 7c)
        Subsystem: 1849:3065    
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at c000 [size=256]                        
        Memory at f7fff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [40] Power Management version 2          
        Kernel driver in use: via-rhine                        
        Kernel modules: via-rhine                              

00:13.0 0600: 1106:337b
        Flags: bus master, fast devsel, latency 0
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+

00:13.1 0604: 1106:337a (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                        
        Memory behind bridge: fea00000-feafffff                    
        Prefetchable memory behind bridge: 0000000050000000-00000000500fffff
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+      
        Capabilities: [70] Subsystem: 1849:337a                            

02:00.0 0300: 10de:0163 (rev a1)
        Subsystem: 1043:820b    
        Flags: bus master, fast devsel, latency 0, IRQ 24
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]  
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

03:04.0 0200: 10ec:8169 (rev 10)
        Subsystem: 10ec:8169
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        I/O ports at e800 [size=256]
        Memory at feaffc00 (32-bit, non-prefetchable) [size=256]
        Expansion ROM at 50000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: r8169
        Kernel modules: r8169

03:06.0 0480: 1131:7133 (rev d1)
        Subsystem: 11bd:002f
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at feaff000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2
        Kernel driver in use: saa7134
        Kernel modules: saa7134

80:01.0 0403: 1106:3288 (rev 10)
        Subsystem: 1849:0888
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

v4l2-ctl -n will follow shortly

did a "dmesg | grep saa7133", and driver was already loaded. Didn't need to download a driver to my knowledge.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 28, 2009, 07:46:11 am
 ;D that template has been in the sqlCVS, what you have to do is update your system via CVS
open webadmin
then advance up at the top
then sqlCVS then update
check all and then next
and after update is done
reload
it takes a little and another window will open say success !!

I still need testers
and more cards keep em coming

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: bongowongo on December 28, 2009, 02:10:59 pm
which template?
Title: HVR-4000
Post by: Lexje on December 28, 2009, 04:03:40 pm
Mandingo, here's my info:

sudo lspci -vn > lspci.txt is attached

This is what I did to get the correct firmware:
Code: [Select]
* delving into firmware of HVR-4000
** look here for [[http://ubuntuforums.org/showpost.php?p=8217434&postcount=6][info]]
  
   -rw-r--r-- 1 root root 32522 2009-11-01 21:57 /lib/firmware/dvb-fe-cx24116.fw
   md5sum /lib/firmware/dvb-fe-cx24116.fw
   417cafd3b10e207e1dba9a03ad63e405 /lib/firmware/dvb-fe-cx24116.fw

   As soon as the file is in the directory, the card will work properly. No rebooting or changing run levels required.

   You should see this healthy report from the kernel when a program accesses the card (such as mythtv doing a channel scan with it):

   [42984.651309] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
   [42984.651324] cx8800 0000:01:08.0: firmware: requesting dvb-fe-cx24116.fw
   [42984.661140] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
   [42989.799701] cx24116_load_firmware: FW version 1.20.79.0
   [42989.799717] cx24116_firmware_ondemand: Firmware upload complete

   My channel scanning now works perfectly. Hope this helps someone else
** compare to mine:
  
   linuxmce@mythrouter:/lib/firmware$ md5sum dvb-fe-cx24116.fw
   dd8dfdfca6b72462d9db8032f78631c8  dvb-fe-cx24116.fw
** went to fetch Firmware v1.20.79.0
   linuxmce@mythrouter:/lib/firmware$ md5sum dvb-fe-cx24116.fw
   417cafd3b10e207e1dba9a03ad63e405  dvb-fe-cx24116.fw

During the previous couple of weeks I did a lot of test setup's in all kinds of ways. As stated earlier I have tried and tested both the standard v4l-dvb repositories at linuxtv.org as well as the s2-liplianin repository. At a certain point nothing would work any more.
I am not a specialist in mercurial or git, but I did some searching and went back to some of the test installs.
I found that hg parents gave me detailed info on the repository installed.

This was the hg parent info of a working install:
Code: [Select]
*** hg parents
    linuxmce@dcerouter:/usr/local/src/v4l-dvb$ hg parents
    Not trusting file /usr/local/src/v4l-dvb/.hg/hgrc from untrusted user root, group root
    Not trusting file /usr/local/src/v4l-dvb/.hg/hgrc from untrusted user root, group root
    changeset:   13486:b7aed635c722
    tag:         tip
    parent:      13476:94eeadb13b55
    parent:      13485:98ae95e7390b
    user:        Mauro Carvalho Chehab <mchehab@redhat.com>
    date:        Wed Nov 25 16:48:18 2009 -0200
    summary:     merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

To put in place this specific set of the repo:
hg clone -r 13486 http://...

05-01-2010
Here's the additional sudo v4l2-ctl -n info:
Code: [Select]
linuxmce@dcerouter:~$ sudo v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
Input   : 0
Name    : Television
Type    : 0x00000001
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 1
Name    : Composite1
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 2
Name    : S-Video
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

If you require more info just let me know.
If you want me to do testing, let me know what steps I need to make, and I'll swap in a blank hd and test anew.

Thanks for your input!

Erwin



Title: Re: DVB Cards info needed for Templates
Post by: Xtra on December 28, 2009, 05:40:54 pm
technisat cablestar hd2

Code: [Select]
02:0a.0 0480: 1822:4e35 (rev 01)
        Subsystem: 1ae4:0002
        Flags: bus master, medium devsel, latency 64, IRQ 22
        Memory at dfeff000 (32-bit, prefetchable) [size=4K]
        Kernel driver in use: Mantis
        Kernel modules: mantis
Mantis module compiled from http://mercurial.intuxication.org/hg/s2-liplianin (selectively compiled, hence there are a whole lot more drivers included).

Struggeling to make vdr actually use it now. I mean, it does open the device (listed in lsof and I get device is busy when trying to scan for channels while vdr is running) but it says "no signal" when switching to TV on my orbiter.
Any hints are welcome.
Title: Re: DVB Cards info needed for Templates
Post by: colinjones on December 28, 2009, 09:12:41 pm
if you're getting device busy while vdr is running, that is why :) ... vdr is using the tuners, you have to stop it first so that scan can use them. check out the instructions on the wiki as this is explained.
Title: Re: DVB Cards info needed for Templates
Post by: Xtra on December 28, 2009, 11:08:05 pm
I'm sorry, I did not make myself clear above.
I was able to scan for channels after killing vdr-kbd and put the channels.conf to /etc/vdr/channels.conf (it contains a ton of channels and several more tons of scrambled channels)

After that I rebootet to make sure vdr is coming up normally (what, according to the logs it did).

But vdr from the orbiter insists to have "no signal".
My mentioning of the device being busy above was meant to emphasize that vdr is in fact using the device (keeping it open and therefore restricting other apps from using it).

Sorry for any misunderstanding.
Title: Re: DVB Cards info needed for Templates
Post by: darrenmason on December 29, 2009, 01:36:40 am
Mandingo,

I have two older cards but thought I would give you the info anyway.

They are Winfast DTV-1000T PCI cards.

sudo lspci -vn
Code: [Select]
00:00.0 0600: 8086:1a30 (rev 11)
Subsystem: 8086:1a30
Flags: bus master, fast devsel, latency 0
Memory at f2000000 (32-bit, prefetchable) [size=32M]
Capabilities: [e4] Vendor Specific Information
Capabilities: [a0] AGP version 2.0

00:01.0 0604: 8086:1a31 (rev 11) (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 32
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
Memory behind bridge: f4900000-f69fffff
Prefetchable memory behind bridge: ec600000-f06fffff

00:1d.0 0c03: 8086:24c2 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at e800 [size=32]

00:1d.1 0c03: 8086:24c4 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at e880 [size=32]

00:1d.2 0c03: 8086:24c7 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at ec00 [size=32]

00:1d.7 0c03: 8086:24cd (rev 01) (prog-if 20 [EHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 19
Memory at febffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 0604: 8086:244e (rev 81) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: f6a00000-feafffff
Prefetchable memory behind bridge: f0700000-f07fffff

00:1f.0 0601: 8086:24c0 (rev 01)
Flags: bus master, medium devsel, latency 0

00:1f.1 0101: 8086:24cb (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at ffa0 [size=16]
Memory at 50000000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 0c05: 8086:24c3 (rev 01)
Subsystem: 8086:5032
Flags: medium devsel, IRQ 20
I/O ports at e000 [size=32]

00:1f.5 0401: 8086:24c5 (rev 01)
Subsystem: 8086:0102
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at e400 [size=256]
I/O ports at e080 [size=64]
Memory at febff800 (32-bit, non-prefetchable) [size=512]
Memory at febff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

01:00.0 0300: 10de:002d (rev 15) (prog-if 00 [VGA])
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
Memory at ee000000 (32-bit, prefetchable) [size=32M]
Expansion ROM at f69f0000 [disabled] [size=64K]
Capabilities: [60] Power Management version 1
Capabilities: [44] AGP version 2.0

02:00.0 0780: 1057:5608
Subsystem: 1057:0000
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d800 [size=256]
Memory at feaff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2

02:02.0 0400: 14f1:8800 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 18
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
Capabilities: [4c] Power Management version 2

02:02.2 0480: 14f1:8802 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 18
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2

02:0c.0 0200: 10ec:8169 (rev 10)
Subsystem: 1385:311a
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 20
I/O ports at d400 [size=256]
Memory at feafec00 (32-bit, non-prefetchable) [size=256]
Expansion ROM at f0700000 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

02:0d.0 0200: 1113:1211 (rev 10)
Subsystem: 1113:1211
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d000 [size=256]
Memory at feafe800 (32-bit, non-prefetchable) [size=256]
Expansion ROM at f0720000 [disabled] [size=64K]
Capabilities: [50] Power Management version 2

02:0e.0 0400: 14f1:8800 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
Capabilities: [4c] Power Management version 2

02:0e.2 0480: 14f1:8802 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2

sudo v4l2-ctl -n
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
Input   : 0
Name    : DVB
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 1
Name    : Composite1
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 2
Name    : S-Video
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0
Both cards are the same so only included this for default /dev/video0

Drivers were standard part of 7.10 install and cards work very well with no issues whatsoever.
If firmware was required I did nothing explicit to get it.

Thanks for your efforts
Darren
Title: Re: DVB Cards info needed for Templates
Post by: Jones on December 29, 2009, 08:02:59 pm
Here you go :-)

Card information:
   Philips Semiconductors SAA7146 (rev 01)
   Interface: PCI
   DVB-C

sudo lspci -vn

09:00.0 0480: 1131:7146 (rev 01)
        Subsystem: 1894:0022
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fbeffc00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: budget_av
        Kernel modules: budget-av

sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory

Is this because that mythtv is running right now???


Have a nice and productive day :-)
/Jones
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 30, 2009, 08:04:31 am
No that is because you have no analog ports on the card ie.. S video in etc...
Title: Re: DVB Cards info needed for Templates
Post by: Jones on December 30, 2009, 04:02:23 pm
Correct :-) Only an antenna port...
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 31, 2009, 04:50:47 am
Jones is your card the Hauppauge Nova-T  ???
Title: Re: DVB Cards info needed for Templates
Post by: Xtra on December 31, 2009, 09:26:40 am
My MD identified the card correct now.
Unfortunately it did tell me, that it could not determine a provider list.
How can I submit my details? (Provider and channel list)
Title: Re: DVB Cards info needed for Templates
Post by: ladekribs on December 31, 2009, 03:58:26 pm
Hi I have a:

Hauppauge WinTV
Nova-t PCI (9003) Thomson DTT75105
PCI CX2388x
DVB-T (CX22702)
________________________________________________

sudo lspci -vn



01:07.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9002
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx8800
        Kernel modules: cx8800

01:07.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9002
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802


________________________________________________

sudo v4l2-ctl -n

ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

________________________________________________

Title: Re: DVB Cards info needed for Templates
Post by: Viking on January 02, 2010, 12:39:03 pm
Hi,

I have got three PCI cards and one USB.


- TT S2-3200 - DVB-S2 - http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-budget_S2-3200
  Need never drivers than 0810 has. The drivers from Convergent (Andrew) v4l_debs_convergent_20090723.zip works very nicely :)

- Opera S1 USB - DVB-S - http://www.linuxtv.org/wiki/index.php/DVB-S_USB_Devices#SIEMSSEN_.26_CO._-_Opera_S1
  need special firmware. dvb-usb-opera-01.fw and dvb-usb-opera1-fpga-01.fw

  I have attached the files as I don't remember where they came from and a quick search did not give any result.


- KNC ONE (Satelco Easy DVB) - DVB-C  http://www.linuxtv.org/wiki/index.php/Satelco_EasyWatch_PCI_(DVB-C)
  Is working with 0810 kernel. I am using it with the Convergent driver.

- TechnoTrend AV7110 - DVB-S (don't remember the exact model number - but it is one with built in MPEG decoder and TV out)
  Is working with 0810 kernel. I am using it with the Convergent driver.
 

If you need more info, please ask :)


------------------
  TT S2-3200
------------------

# lspci -vn
Code: [Select]
04:05.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:1019
        Flags: bus master, medium devsel, latency 64, IRQ 20
        Memory at febffc00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: budget_ci dvb
        Kernel modules: snd-aw2, budget-ci



------------------
    KNC ONE
------------------

# lspci -vn
Code: [Select]
04:06.0 0480: 1131:7146 (rev 01)
        Subsystem: 1894:0022
        Flags: bus master, medium devsel, latency 64, IRQ 21
        Memory at febff800 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: budget_av
        Kernel modules: snd-aw2, budget-av


------------------
TechnoTrend AV7110
------------------

# lspci -vn
Code: [Select]
04:07.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:0000
        Flags: bus master, medium devsel, latency 64, IRQ 22
        Memory at febff400 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: dvb
        Kernel modules: snd-aw2, dvb-ttpci


---------------
 Opera S1 USB
---------------

lsusb -vv

Code: [Select]
Bus 005 Device 002: ID 695c:3829
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  idVendor           0x695c
  idProduct          0x3829
  bcdDevice            0.00
  iManufacturer           1 Gmbh
  iProduct                2 DVB-S1
  iSerial                 3 1234
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 HIGH?????
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               5
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Title: Re: DVB Cards info needed for Templates
Post by: Kezza on January 04, 2010, 02:12:52 am
Just did a reinstall of MCE and selected Nova T-500 from web admin and YAY! went into MythTV and everything was setup just had to scan channels and was watching TV :)

Thanks for all work on this Mandingo looks like quite a few cards in there now.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 04, 2010, 05:16:07 pm
 ;D Keep them cards comming fellas with all the info

Side note: another bug was found with one of the plugins and is getting a little work done to accomidate handling hybrid cards the correct way.  Once the fixed has been tested and approve there will be a bunch of new cards availble for auto detection  ;D

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 04, 2010, 08:41:31 pm
Just did a reinstall of MCE and selected Nova T-500 from web admin and YAY! went into MythTV and everything was setup just had to scan channels and was watching TV :)

Thanks for all work on this Mandingo looks like quite a few cards in there now.

Kezza you shouldnt of had to select it from the MD page but it should have auto detected it....
Could you please post your sudo lspci -vn information of the card so i could see thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 05, 2010, 12:42:39 am
Im still looking for the haupauge users out there hit me up and post your card info.....


Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Lexje on January 05, 2010, 12:44:44 am
Im still looking for the haupauge users out there hit me up and post your card info.....


Mandingo
Mandingo,

Have you been able to use my info on the HVR-4000?

Thx,

Erwin
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 05, 2010, 01:12:49 am
Im still looking for the haupauge users out there hit me up and post your card info.....


Mandingo
Mandingo,

Have you been able to use my info on the HVR-4000?

Thx,

Erwin

Lexje no because the info that was posted wasnt what i needed but if you could post the info that would be great....

sorry i stand corrected i just saw the attachement and yes the info was helpfull but i still need the rest thanks
Title: Re: DVB Cards info needed for Templates
Post by: Jones on January 05, 2010, 01:14:35 am
Jones is your card the Hauppauge Nova-T  ???

No, it is a 2 x Satelco EasyWatch PCI (DVB-C)
http://www.linuxtv.org/wiki/index.php/Satelco_EasyWatch_PCI_(DVB-C) (http://www.linuxtv.org/wiki/index.php/Satelco_EasyWatch_PCI_(DVB-C))


Keep up the good work :-)
Jones
Title: Re: DVB Cards info needed for Templates
Post by: Lexje on January 05, 2010, 09:27:24 am
Im still looking for the haupauge users out there hit me up and post your card info.....


Mandingo
Mandingo,

Have you been able to use my info on the HVR-4000?

Thx,

Erwin

Lexje no because the info that was posted wasnt what i needed but if you could post the info that would be great....

sorry i stand corrected i just saw the attachement and yes the info was helpfull but i still need the rest thanks

Hi Mandingo,
I've added the missing info to the HVR-4000 previous post http://forum.linuxmce.org/index.php?topic=9354.msg64242#msg64242 (http://forum.linuxmce.org/index.php?topic=9354.msg64242#msg64242)
Please let me know if this is sufficient.
Erwin
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 05, 2010, 06:41:55 pm
Lexje  Great you are good i seem to have over looked a couple of things sorry about that and the 4000 is in the system im just working on the deb for installation of the drivers etc.....

Keep the cards comming, need testing of the haupauge line of cards

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: maverick0815 on January 05, 2010, 07:39:34 pm
I got a hauppauge nova hd s2

here are my two cents:
lspci -vn:
Quote


v4l2-ctl -n
Quote
ioctl: VIDIOC_ENUMINPUT
   Input   : 0
   Name    : DVB
   Type    : 0x00000002
   Audioset: 0x00000000
   Tuner   : 0x00000000
   Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
   Status  : 0
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 05, 2010, 08:18:28 pm
 ;D

Current Cards that are now in the system are !!!

WinTV-PVR-150
WinTV-PVR-250
WinTV-PVR-500
WinTV-PVR-USB2
HD PVR
WinTV-HVR-850
WinTV-HVR-950Q
WinTV-HVR-1100
WinTV-HVR-1150
WinTV-HVR-1200
WinTV-HVR-1250
WinTV-HVR-1300
WinTV-HVR-1500
WinTV-HVR-1600
WinTV-HVR-1850
WinTV-HVR-1950
WinTV-HVR-2250
WinTV-HVR-3000
WinTV-HVR-4000
WinTV-NOVA-T
WinTV-NOVA-T-500
WinTV-NOVA-S-Plus
WinTV-NOVA-HD-S2
TV-Wonder VE
S2-3200
HD-5500
DTV-1000T
Cinergy DT USB XS Diversity
Cablestar HD 2
 ;D

I will be adding more later today but i need those mentioned tested and i still need alot of vendor id's so please keep the card info comming
as mention before there will be a deb supplied with the templates when complete that will handle the driver issue for some of the cards. 
There will be a final change on the cards once a bug has been fixed for the mythtv plugin...

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: patmankn on January 05, 2010, 09:12:48 pm
Mandigo,

sorry that i have to admit.... but you just rock! ;O)

As soon as i plugged in my cinerygy USB stick the Systems pops up and asks me what to do.
BUT... the systems offers two choices to install, but tells me "sorry, cannot find any provider for your country. You need to run MythTV Setup" (sth. like that).

Pat

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 05, 2010, 09:36:31 pm
Mandigo,

sorry that i have to admit.... but you just rock! ;O)

As soon as i plugged in my cinerygy USB stick the Systems pops up and asks me what to do.
BUT... the systems offers two choices to install, but tells me "sorry, cannot find any provider for your country. You need to run MythTV Setup" (sth. like that).

Pat



Pat have you done a dist-upgrade if not do this from the term
sudo apt-get update
then
sudo apt-get dist-upgrade

there has been some fixes to allow for a dummie provider if you dont have one and set it to LMCEdefault within myth, if this doesnt happen for you let me know and ill look into it a little deeper
Thanks and keep testing

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on January 05, 2010, 09:42:11 pm
Hi,

I use Technotrend-Budget/Hauppauge WinTV-NOVA-CI DVB card. Here is an output of lspci:

Code: [Select]
01:07.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:100f
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at fcfff800 (32-bit, non-prefetchable) [size=512]

Code: [Select]
linuxmce@dcerouter:~$ sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0
ioctl: VIDIOC_ENUMINPUT
Title: Re: DVB Cards info needed for Templates
Post by: patmankn on January 05, 2010, 10:49:18 pm
Mandigo,

ok... in the MythTV Setup i saw sth. with LMCE Default... but i didn't know what to do with it ;O)
So i need to take a look at that as well.
But first, i need to fix my MythTV-cannot-scan-DVBC-with-UNityMedia-as-theprovider issue ;O(

pat
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 06, 2010, 06:50:02 am
Hi,

I use Technotrend-Budget/Hauppauge WinTV-NOVA-CI DVB card. Here is an output of lspci:

Code: [Select]
01:07.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:100f
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at fcfff800 (32-bit, non-prefetchable) [size=512]

Code: [Select]
linuxmce@dcerouter:~$ sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0
ioctl: VIDIOC_ENUMINPUT


Nite_Man what is the exact TechnoTrend card model for the dvb card, what are the stickers on the card ?
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 06, 2010, 07:37:16 am
Mandigo,

ok... in the MythTV Setup i saw sth. with LinuxMCE Default... but i didn't know what to do with it ;O)
So i need to take a look at that as well.
But first, i need to fix my MythTV-cannot-scan-DVBC-with-UNityMedia-as-theprovider issue ;O(

pat

patmankn go into myth setup and create a new input source for your service provider which is UNityMedia, create it based on your card and then scan for channels, that should fix you up

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 06, 2010, 09:09:11 am
 ;D

Latest DVB cards now added to the system but still need testing and a couple need vendor id # so please keep posting your card info

Thanks

TT-connect S-2400
TT-connect S2-3600
TT-connect S2-3650 CI
TT-connect CT-3650 CI
TT-premium C-2300
TT-premium S-2300
TT-budget S-1401
TT-budget S-1500
TT-budget T-1500
TT-budget C-1501
TT-budget S2-1600
TT-budget T-3000

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: ste_b_79 on January 06, 2010, 06:43:27 pm
Here are the details for my Hauppauge HVR-1300:

sudo lspci -vn

00:00.0 0600: 8086:2570 (rev 02)
        Subsystem: 8086:2570   
        Flags: bus master, fast devsel, latency 0
        Memory at e8000000 (32-bit, prefetchable) [size=128M]
        Capabilities: [e4] Vendor Specific Information <?>   
        Kernel driver in use: agpgart-intel                 
        Kernel modules: intel-agp                           

00:02.0 0300: 8086:2572 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f0000000 (32-bit, prefetchable) [size=128M]
        Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00                               
        Capabilities: [d0] Power Management version 1           
        Kernel modules: intelfb                                 

00:1d.0 0c03: 8086:24d2 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at c800 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:24d4 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at cc00 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:24d7 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at d000 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.3 0c03: 8086:24de (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at d400 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:24dd (rev 02) (prog-if 20)
        Subsystem: 8086:485a                 
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev c2)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000b000-0000bfff                         
        Memory behind bridge: f8900000-fe9fffff                     
        Kernel modules: shpchp                                       

00:1f.0 0601: 8086:24d0 (rev 02)
        Flags: bus master, medium devsel, latency 0
        Kernel modules: intel-rng, iTCO_wdt       

00:1f.1 0101: 8086:24db (rev 02) (prog-if 8a [Master SecP PriP])
        Subsystem: 8086:485a                                   
        Flags: bus master, medium devsel, latency 0, IRQ 18     
        I/O ports at 01f0                               
        I/O ports at 03f4                               
        I/O ports at 0170                               
        I/O ports at 0374                               
        I/O ports at ffa0 [size=16]                             
        Memory at 40000000 (32-bit, non-prefetchable) [size=1K]
        Kernel driver in use: ata_piix                         
        Kernel modules: ata_piix                               

00:1f.2 0101: 8086:24d1 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:485a                                             
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18       
        I/O ports at e800                                         
        I/O ports at e400                                         
        I/O ports at e000                                         
        I/O ports at dc00                                         
        I/O ports at d800 [size=16]                                       
        Kernel driver in use: ata_piix                                   
        Kernel modules: ata_piix                                         

00:1f.3 0c05: 8086:24d3 (rev 02)
        Subsystem: 8086:485a   
        Flags: medium devsel, IRQ 3
        I/O ports at c400 [size=32]
        Kernel modules: i2c-i801   

00:1f.5 0401: 8086:24d5 (rev 02)
        Subsystem: 8086:0210   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        Memory at feb7f800 (32-bit, non-prefetchable) [size=512]
        Memory at feb7f400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2           
        Kernel driver in use: Intel ICH                         
        Kernel modules: snd-intel8x0                           

01:00.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9600   
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>               
        Capabilities: [4c] Power Management version 2           
        Kernel driver in use: cx8800                           
        Kernel modules: cx8800                                 

01:00.1 0480: 14f1:8811 (rev 05)
        Subsystem: 0070:9600
        Flags: bus master, medium devsel, latency 32, IRQ 10
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel modules: cx88-alsa

01:00.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9600
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802

01:02.0 0200: 10ec:8139 (rev 10)
        Subsystem: 3030:5032
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at b800 [size=256]
        Memory at fe9ffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

01:08.0 0200: 8086:1050 (rev 01)
        Subsystem: 8086:304a
        Flags: bus master, medium devsel, latency 32, IRQ 20
        Memory at fe9fe000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at bc00 [size=64]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: e100
        Kernel modules: e100, eepro100

sudo v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

Regards

Ste 
 
 
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on January 06, 2010, 10:01:45 pm
Quote
Nite_Man what is the exact TechnoTrend card model for the dvb card, what are the stickers on the card ?

Cannot find any model. The photo of the card is here (http://wiki.linuxmce.org/index.php/Image:WinTV-NOVA-CI.jpg).
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 07, 2010, 03:46:36 am
Quote
Nite_Man what is the exact TechnoTrend card model for the dvb card, what are the stickers on the card ?

Cannot find any model. The photo of the card is here (http://wiki.linuxmce.org/index.php/Image:WinTV-NOVA-CI.jpg).

Nite Man thats good enough

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 07, 2010, 03:56:43 am
 ;D

Still need card information keep it comming

New cards added to the system

WinTV-HVR-900
WinTV-HVR-950
WinTV-HVR-1120
WinTV-HVR-1700
WinTV-HVR-1800
WinTV-HVR-2200
WinTV-NOVA-T-Stick
WinTV-NOVA-TD-Stick
WinTV-NOVA-T-PCI
WinTV-NOVA-T-USB
WinTV-NOVA-S-USB/2
WinTV-NEXUS-S

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 07, 2010, 07:53:53 pm
Quote
Nite_Man what is the exact TechnoTrend card model for the dvb card, what are the stickers on the card ?

Cannot find any model. The photo of the card is here (http://wiki.linuxmce.org/index.php/Image:WinTV-NOVA-CI.jpg).

Some more cards where added including yours so if you could check that would be great
remember to update your sqlCVS

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Viking on January 08, 2010, 09:22:43 am
remember to update your sqlCVS

How do we do that ?

Thanks, keep up the good work :)

Viking
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on January 08, 2010, 09:31:06 am
Quote
How do we do that ?

Be careful with sqlCVS. Once I broke my test system with it. Do backup of pluto_main DB. So, you'll able to restore it if something goes wrong.
Title: Re: DVB Cards info needed for Templates
Post by: Viking on January 08, 2010, 09:38:46 am
Thanks :)

I have setup weekly backups of all MySQL. And allmost everytime I do an update I do an full backup of the core, mysql and MD's.
From previously problems I have learned ;)

Greetings
Viking
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 08, 2010, 06:40:40 pm
From the web admin click on advance on the top then sqlCVS update

From there select everything and then next
when done do a quick reload, it will take abit and you will see another window that says success....

Thats it

Keep the cards comiing

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 09, 2010, 07:28:36 am
 ;D

sucessfully built a new v4l deb package which should cover alot of the cards with the latest drivers, ill see if i can get it into the cvs as so the drivers for cards will be installed auto on pnp detection.... ill keep you posted

until then please post your card info still, i sound like a broken record  :-\


Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: ihaar on January 10, 2010, 01:31:02 pm
TechniSat SkyStar 2 (http://wiki.linuxmce.org/index.php/Technisat_SkyStar2) TV rev.2.6D

lspci -vn

Code: [Select]
00:00.0 0500: 10de:03ea (rev a1)
        Subsystem: 1458:5001
        Flags: bus master, 66MHz, fast devsel, latency 0
        Capabilities: [44] HyperTransport: Slave or Primary Interface
        Capabilities: [dc] HyperTransport: MSI Mapping Enable+ Fixed-

00:01.0 0601: 10de:03e0 (rev a2)
        Subsystem: 1458:0c11
        Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 0c05: 10de:03eb (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel, IRQ 5
        I/O ports at c400 [size=64]
        I/O ports at 1c00 [size=64]
        I/O ports at 1c40 [size=64]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: nForce2_smbus
        Kernel modules: i2c-nforce2

00:01.2 0500: 10de:03f5 (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel

00:02.0 0c03: 10de:03f1 (rev a3) (prog-if 10)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at fd006000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:02.1 0c03: 10de:03f2 (rev a3) (prog-if 20)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at fd007000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=0098
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:04.0 0604: 10de:03f3 (rev a1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: fb000000-fcffffff
        Prefetchable memory behind bridge: 88000000-880fffff
        Capabilities: [b8] Subsystem: 1458:026f
        Capabilities: [8c] HyperTransport: MSI Mapping Enable+ Fixed-

00:05.0 0403: 10de:03f0 (rev a2)
        Subsystem: 1458:a002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at fd000000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable-
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:06.0 0101: 10de:03ec (rev a2) (prog-if 8a [Master SecP PriP])
        Subsystem: f458:5002
        Flags: bus master, 66MHz, fast devsel, latency 0
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at f000 [size=16]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: pata_amd
        Kernel modules: pata_amd

00:07.0 0680: 10de:03ef (rev a2)
        Subsystem: 1458:e000
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        Memory at fd004000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at c800 [size=8]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/3 Enable+
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: forcedeth
        Kernel modules: forcedeth

00:08.0 0101: 10de:03f6 (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        I/O ports at 09f0 [size=8]
        I/O ports at 0bf0 [size=4]
        I/O ports at 0970 [size=8]
        I/O ports at 0b70 [size=4]
        I/O ports at dc00 [size=16]
        Memory at fd005000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/2 Enable-
        Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: sata_nv
        Kernel modules: sata_nv

00:09.0 0604: 10de:03e8 (rev a2)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: f8000000-faffffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
        Capabilities: [40] Subsystem: 10de:0000
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
        Capabilities: [80] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:18.0 0600: 1022:1200
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1201
        Flags: fast devsel

00:18.2 0600: 1022:1202
        Flags: fast devsel

00:18.3 0600: 1022:1203
        Flags: fast devsel
        Capabilities: [f0] Secure device <?>

00:18.4 0600: 1022:1204
        Flags: fast devsel

01:07.0 0280: 13d0:2103 (rev 02)
        Subsystem: 13d0:2103
        Flags: bus master, slow devsel, latency 32, IRQ 17
        Memory at fc000000 (32-bit, non-prefetchable) [size=64K]
        I/O ports at a000 [size=32]
        Kernel driver in use: b2c2_flexcop_pci
        Kernel modules: b2c2-flexcop-pci

01:09.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at a400 [size=256]
        Memory at fc010000 (32-bit, non-prefetchable) [size=256]
        [virtual] Expansion ROM at 88000000 [disabled] [size=64K]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

02:00.0 0300: 10de:0392 (rev a1)
        Subsystem: 1458:341a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Memory at f9000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at b000 [size=128]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

sudo apt-get install ivtv-utils

sudo v4l2-ctl -n

Code: [Select]
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on January 10, 2010, 08:23:24 pm
It seems that you should run that command with specific device:
Code: [Select]
sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 10, 2010, 10:55:46 pm
It seems that you should run that command with specific device:
Code: [Select]
sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

Nite_man i said sudo v4l2-ctl -n that way i know if its a hybrid card or not and if so ill get the analog info i need not the digital

More templates in by the way

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: ihaar on January 11, 2010, 06:55:35 pm
It seems that you should run that command with specific device:
Code: [Select]
sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

Code: [Select]
Failed to open /dev/dvb/adapter0/frontend0: Device or resource busy
 :-\

/etc/init.d/vdr stop

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
 :)

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 11, 2010, 08:22:50 pm
It seems that you should run that command with specific device:
Code: [Select]
sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

Code: [Select]
Failed to open /dev/dvb/adapter0/frontend0: Device or resource busy
 :-\

/etc/init.d/vdr stop

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
 :)



ihaar please run the commands that i listed in the begining of this post, what you have supplied is incorrect

Thnaks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: ihaar on January 11, 2010, 08:53:46 pm
Code: [Select]
sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 11, 2010, 10:37:50 pm
Code: [Select]
sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory



Please run from term

sudo lspci -vn

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: ihaar on January 12, 2010, 12:18:08 am
sudo lspci -vn

Code: [Select]
00:00.0 0500: 10de:03ea (rev a1)
        Subsystem: 1458:5001
        Flags: bus master, 66MHz, fast devsel, latency 0
        Capabilities: [44] HyperTransport: Slave or Primary Interface
        Capabilities: [dc] HyperTransport: MSI Mapping Enable+ Fixed-

00:01.0 0601: 10de:03e0 (rev a2)
        Subsystem: 1458:0c11
        Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 0c05: 10de:03eb (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel, IRQ 5
        I/O ports at c400 [size=64]
        I/O ports at 1c00 [size=64]
        I/O ports at 1c40 [size=64]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: nForce2_smbus
        Kernel modules: i2c-nforce2

00:01.2 0500: 10de:03f5 (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel

00:02.0 0c03: 10de:03f1 (rev a3) (prog-if 10)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at fd006000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:02.1 0c03: 10de:03f2 (rev a3) (prog-if 20)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at fd007000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=0098
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:04.0 0604: 10de:03f3 (rev a1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: fb000000-fcffffff
        Prefetchable memory behind bridge: 88000000-880fffff
        Capabilities: [b8] Subsystem: 1458:026f
        Capabilities: [8c] HyperTransport: MSI Mapping Enable+ Fixed-

00:05.0 0403: 10de:03f0 (rev a2)
        Subsystem: 1458:a002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at fd000000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable-
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:06.0 0101: 10de:03ec (rev a2) (prog-if 8a [Master SecP PriP])
        Subsystem: f458:5002
        Flags: bus master, 66MHz, fast devsel, latency 0
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at f000 [size=16]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: pata_amd
        Kernel modules: pata_amd

00:07.0 0680: 10de:03ef (rev a2)
        Subsystem: 1458:e000
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        Memory at fd004000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at c800 [size=8]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/3 Enable+
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: forcedeth
        Kernel modules: forcedeth

00:08.0 0101: 10de:03f6 (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        I/O ports at 09f0 [size=8]
        I/O ports at 0bf0 [size=4]
        I/O ports at 0970 [size=8]
        I/O ports at 0b70 [size=4]
        I/O ports at dc00 [size=16]
        Memory at fd005000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/2 Enable-
        Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: sata_nv
        Kernel modules: sata_nv

00:09.0 0604: 10de:03e8 (rev a2)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: f8000000-faffffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
        Capabilities: [40] Subsystem: 10de:0000
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
        Capabilities: [80] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:18.0 0600: 1022:1200
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1201
        Flags: fast devsel

00:18.2 0600: 1022:1202
        Flags: fast devsel

00:18.3 0600: 1022:1203
        Flags: fast devsel
        Capabilities: [f0] Secure device <?>

00:18.4 0600: 1022:1204
        Flags: fast devsel

01:07.0 0280: 13d0:2103 (rev 02)
        Subsystem: 13d0:2103
        Flags: bus master, slow devsel, latency 32, IRQ 17
        Memory at fc000000 (32-bit, non-prefetchable) [size=64K]
        I/O ports at a000 [size=32]
        Kernel driver in use: b2c2_flexcop_pci
        Kernel modules: b2c2-flexcop-pci

01:09.0 0200: 10ec:8169 (rev 10)
        Subsystem: 187e:330b
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
        I/O ports at a400 [size=256]
        Memory at fc010000 (32-bit, non-prefetchable) [size=256]
        [virtual] Expansion ROM at 88000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: r8169
        Kernel modules: r8169

02:00.0 0300: 10de:0392 (rev a1)
        Subsystem: 1458:341a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Memory at f9000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at b000 [size=128]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

I have a problem with this card. It works fine with VDR in core/hybrid but MD won't boot until the card is installed in server.

PS. Also I have another Technisat SkyStar 2 TV PCI rev.2.8A (http://www.technisat.com/index381f.html?nav=PC_products,en,76-174) but it's not supported by 810.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 14, 2010, 12:01:53 am
Still need alot of cards guys

if you have a DVB or any capturecard for that matter please post your info

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: wombiroller on January 14, 2010, 07:46:08 am
Not sure why it took me so long to read this post! Sorry!  :-[

Avermedia AVerTV DVB-T 777
Code: [Select]
linuxmce@dcerouter:~$ sudo lspci -vn
[sudo] password for linuxmce:
00:00.0 0600: 8086:29c0 (rev 02)
        Subsystem: 1043:8276
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:01.0 0604: 8086:29c1 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: fc000000-fe8fffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 1043:8276
        Capabilities: [80] Power Management version 3
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [a0] Express Root Port (Slot+) IRQ 0

00:1a.0 0c03: 8086:2937 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at b800 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.1 0c03: 8086:2938 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at b880 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.2 0c03: 8086:2939 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at bc00 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.7 0c03: 8086:293c (rev 02) (prog-if 20 [EHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        Memory at fbfffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] Vendor Specific Information

00:1b.0 0403: 8086:293e (rev 02)
        Subsystem: 1043:829f
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at fbff8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 0604: 8086:2940 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Prefetchable memory behind bridge: 00000000faf00000-00000000faffffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1c.4 0604: 8086:2948 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fea00000-feafffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1c.5 0604: 8086:294a (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fe900000-fe9fffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1d.0 0c03: 8086:2934 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 20
        I/O ports at b080 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.1 0c03: 8086:2935 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b400 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.2 0c03: 8086:2936 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at b480 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.7 0c03: 8086:293a (rev 02) (prog-if 20 [EHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 20
        Memory at fbfff800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] Vendor Specific Information

00:1e.0 0604: 8086:244e (rev 92) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: feb00000-febfffff
        Capabilities: [50] Subsystem: 1043:8277

00:1f.0 0601: 8086:2916 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:1f.2 0101: 8086:2920 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at a000 [size=8]
        I/O ports at 9c00 [size=4]
        I/O ports at 9880 [size=8]
        I/O ports at 9800 [size=4]
        I/O ports at 9480 [size=16]
        I/O ports at 9400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information

00:1f.3 0c05: 8086:2930 (rev 02)
        Subsystem: 1043:8277
        Flags: medium devsel, IRQ 5
        Memory at fbfff400 (64-bit, non-prefetchable) [size=256]
        I/O ports at 0400 [size=32]

00:1f.5 0101: 8086:2926 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at b000 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at a880 [size=8]
        I/O ports at a800 [size=4]
        I/O ports at a480 [size=16]
        I/O ports at a400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information

01:00.0 0300: 10de:01df (rev a1) (prog-if 00 [VGA])
        Subsystem: 1458:342a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe8e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [78] Express Endpoint IRQ 0

02:00.0 0200: 11ab:4364 (rev 12)
        Subsystem: 1043:81f8
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
        I/O ports at c800 [size=256]
        Expansion ROM at fe9c0000 [disabled] [size=128K]
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data
        Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [e0] Express Legacy Endpoint IRQ 0

03:00.0 0101: 11ab:6101 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:82e0
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at dc00 [size=8]
        I/O ports at d880 [size=4]
        I/O ports at d800 [size=8]
        I/O ports at d480 [size=4]
        I/O ports at d400 [size=16]
        Memory at feaffc00 (32-bit, non-prefetchable) [size=512]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [e0] Express Legacy Endpoint IRQ 0

05:01.0 0480: 1131:7133 (rev d1)
        Subsystem: 1461:2c05
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at febff800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2

05:02.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at e800 [size=256]
        Memory at febff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2

05:03.0 0c00: 1106:3044 (rev c0) (prog-if 10 [OHCI])
        Subsystem: 1043:81fe
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at febfe800 (32-bit, non-prefetchable) [size=2K]
        I/O ports at ec00 [size=128]
        Capabilities: [50] Power Management version 2



Thanks!
WR.
Title: Re: DVB Cards info needed for Templates
Post by: Viking on January 14, 2010, 10:59:57 am
Hi,

did an update to the latest version yesterday. After reboot the TT-S2-3200 card was detected. "Unfortunately" I have already setup MythTV and everything like it should. So bad test - and I would like not to touch too much - because things are working at the moment ;)

But I did answer yes it should be used and No I did not want to select an provider.

So did it change anything ? I could not see anything - except that the following reboot did take longer because udev did use some more time at "Loading hardware drivers..." - no idea if it has soemthing to do with this.

The Media director now lists a "TT-budget S2-3200".

Viking
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on January 14, 2010, 02:15:15 pm
Card info from my friend:
 - Prof Revolution DVB-S2 7500 USB - http://www.prof-tuners.com/eng/prof7500.html
 - lsusb:
Code: [Select]
Bus 002 Device 003: ID 3034:7500 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x3034
  idProduct          0x7500
  bcdDevice            0.00
  iManufacturer           1 Prof Group
  iProduct                2 DVB-S USB
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
Title: Re: DVB Cards info needed for Templates
Post by: totonano on January 17, 2010, 01:00:00 am
I have WinTV-Nexus-S V2.3 PCI
 
sudo lspci -vn

Code: [Select]

00:00.0 0600: 8086:2990 (rev 02)
        Subsystem: 1028:01da     
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: intel-agp                         

00:01.0 0604: 8086:2991 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff                       
        Memory behind bridge: fc000000-feafffff                     
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 1028:01da                             
        Capabilities: [80] Power Management version 3                       
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                           
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [140] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1a.0 0c03: 8086:2834 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at ff20 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.1 0c03: 8086:2835 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff00 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.7 0c03: 8086:283a (rev 02) (prog-if 20)
        Subsystem: 1028:01da                 
        Flags: bus master, medium devsel, latency 0, IRQ 22
        Memory at febfbc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1b.0 0403: 8086:284b (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2           
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00           
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [130] Root Complex Link <?>                                     
        Kernel driver in use: HDA Intel                                               
        Kernel modules: snd-hda-intel                                                 

00:1c.0 0604: 8086:283f (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: fbf00000-fbffffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da                                       
        Capabilities: [a0] Power Management version 2                                 
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [180] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1c.4 0604: 8086:2847 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Memory behind bridge: fbe00000-fbefffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da                                       
        Capabilities: [a0] Power Management version 2                                 
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [180] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1d.0 0c03: 8086:2830 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at ff80 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:2831 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff60 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:2832 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at ff40 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:2836 (rev 02) (prog-if 20)
        Subsystem: 1028:01da                 
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at ff980800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev f2) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
        I/O behind bridge: 0000c000-0000cfff                         
        Memory behind bridge: fbc00000-fbdfffff                     
        Prefetchable memory behind bridge: 0000000088000000-00000000880fffff
        Capabilities: [50] Subsystem: 1028:01da                             

00:1f.0 0601: 8086:2810 (rev 02)
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt                         

00:1f.2 0101: 8086:2820 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1028:01da                                             
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20       
        I/O ports at fe00 [size=8]                                       
        I/O ports at fe10 [size=4]                                       
        I/O ports at fe20 [size=8]                                       
        I/O ports at fe30 [size=4]                                       
        I/O ports at fec0 [size=16]                                       
        I/O ports at ecc0 [size=16]                                       
        Capabilities: [70] Power Management version 3                     
        Kernel driver in use: ata_piix                                   
        Kernel modules: ata_piix                                         

00:1f.3 0c05: 8086:283e (rev 02)
        Subsystem: 1028:01da   
        Flags: medium devsel, IRQ 10
        Memory at febfbb00 (32-bit, non-prefetchable) [size=256]
        I/O ports at ece0 [size=32]                             
        Kernel modules: i2c-i801                               

00:1f.5 0101: 8086:2825 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1028:01da                                   
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
        I/O ports at fe40 [size=8]                               
        I/O ports at fe50 [size=4]                               
        I/O ports at fe60 [size=8]                               
        I/O ports at fe70 [size=4]                               
        I/O ports at fed0 [size=16]                               
        I/O ports at ecd0 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

01:00.0 0300: 10de:0391 (rev a1)
        Subsystem: 3842:c554   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]   
        Memory at fd000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at dc80 [size=128]                           
        Expansion ROM at fea00000 [disabled] [size=128K]       
        Capabilities: [60] Power Management version 2           
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00                                   
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [128] Power Budgeting <?>                                       
        Kernel driver in use: nvidia                                                   
        Kernel modules: nvidiafb, nvidia                                               

03:00.0 0200: 14e4:167a (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, fast devsel, latency 0, IRQ 220
        Memory at fbef0000 (64-bit, non-prefetchable) [size=64K]
        Expansion ROM at <ignored> [disabled]                   
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Vendor Specific Information <?>
        Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [13c] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 48-21-30-fe-ff-b9-19-00
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: tg3
        Kernel modules: tg3

04:00.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:000e
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fbcbfe00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: dvb
        Kernel modules: dvb-ttpci

04:02.0 0200: 8086:107c (rev 05)
        Subsystem: 8086:1376
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
        Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
        I/O ports at ccc0 [size=64]
        Expansion ROM at 88000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Capabilities: [e4] PCI-X non-bridge device
        Kernel driver in use: e1000
        Kernel modules: e1000



sudo v4l2-ctl -n

Code: [Select]

ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000001007 ( PAL NTSC )
        Status  : 0

Title: Re: DVB Cards info needed for Templates
Post by: ymarcox on January 19, 2010, 03:26:08 pm
Hi,

i have a Tevvi S660 DVB-S2 USB, it works with the "linux pack" from http://tevii.com/linux_tevii_ds3000.rar
You must copy the FW from Tevvi to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the box work with the vdr.  (thanks to nite_man !)

_________________________________________________________________________________________________
lsusb -v

Bus 003 Device 002: ID 9022:d660 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x9022
  idProduct          0xd660
  bcdDevice            0.00
  iManufacturer           1 TBS-Tech
  iProduct                2 DVBS2BOX
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
_______________________________________________________________________________________

dmesg | grep dvb

[   25.850980] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in cold state, will try to load a firmware
[   25.850994] firmware: requesting dvb-usb-teviis660.fw
[   27.325924] dvb-usb: downloading firmware from file 'dvb-usb-teviis660.fw'
[   27.325937] firmware: requesting dvb-usb-teviis660.fw
[   27.636059] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in warm state.
[   27.636215] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   27.765778] dvb-usb: MAC address: f76388f0
[   28.384342] dvb-usb: schedule remote query interval to 150 msecs.
[   28.384357] dvb-usb: TEVII S660 DVBS2 USB2.0 successfully initialized and connected.

________________________________________________________________________________________________

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

The program 'v4l2-ctl' is currently not installed.  You can install it by typing:
sudo apt-get install ivtv-utils
__________________________________________________________________________________________________


Marco
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 24, 2010, 04:29:09 am
 ;D

ok some new cards and new drivers will be available soon !! ill keep you posted

Keep the card info comming guys
Title: Re: DVB Cards info needed for Templates
Post by: wombiroller on January 24, 2010, 11:30:28 am
Forgot I had this one...

FusionHDTV DVB-T Dual Digital 2

 ;D


sudo lspci -vn
Code: [Select]
00:01.0 0604: 8086:29c1 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: fc000000-fe8fffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 1043:8276
        Capabilities: [80] Power Management version 3
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [a0] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [140] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1a.0 0c03: 8086:2937 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at b800 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1a.1 0c03: 8086:2938 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b880 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1a.2 0c03: 8086:2939 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at bc00 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1a.7 0c03: 8086:293c (rev 02) (prog-if 20)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 18
        Memory at fbfffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] Vendor Specific Information <?>
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:1b.0 0403: 8086:293e (rev 02)
        Subsystem: 1043:829f
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at fbff8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [130] Root Complex Link <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:1c.0 0604: 8086:2940 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Prefetchable memory behind bridge: 00000000faf00000-00000000faffffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1c.4 0604: 8086:2948 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fea00000-feafffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1c.5 0604: 8086:294a (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fe900000-fe9fffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1d.0 0c03: 8086:2934 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at b080 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.1 0c03: 8086:2935 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at b400 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.2 0c03: 8086:2936 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at b480 [size=32]
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.7 0c03: 8086:293a (rev 02) (prog-if 20)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at fbfff800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] Vendor Specific Information <?>
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:1e.0 0604: 8086:244e (rev 92) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: feb00000-febfffff
        Capabilities: [50] Subsystem: 1043:8277

00:1f.0 0601: 8086:2916 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt

00:1f.2 0101: 8086:2920 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at a000 [size=8]
        I/O ports at 9c00 [size=4]
        I/O ports at 9880 [size=8]
        I/O ports at 9800 [size=4]
        I/O ports at 9480 [size=16]
        I/O ports at 9400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information <?>
        Kernel driver in use: ata_piix
        Kernel modules: ata_piix

00:1f.3 0c05: 8086:2930 (rev 02)
        Subsystem: 1043:8277
        Flags: medium devsel, IRQ 5
        Memory at fbfff400 (64-bit, non-prefetchable) [size=256]
        I/O ports at 0400 [size=32]
        Kernel modules: i2c-i801

00:1f.5 0101: 8086:2926 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at b000 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at a880 [size=8]
        I/O ports at a800 [size=4]
        I/O ports at a480 [size=16]
        I/O ports at a400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information <?>
        Kernel driver in use: ata_piix
        Kernel modules: ata_piix

01:00.0 0300: 10de:01df (rev a1)
        Subsystem: 1458:342a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe8e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

02:00.0 0200: 11ab:4364 (rev 12)
        Subsystem: 1043:81f8
        Flags: bus master, fast devsel, latency 0, IRQ 219
        Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
        I/O ports at c800 [size=256]
        Expansion ROM at fe9c0000 [disabled] [size=128K]
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [e0] Express Legacy Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: sky2
        Kernel modules: sky2

03:00.0 0101: 11ab:6101 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:82e0
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at dc00 [size=8]
        I/O ports at d880 [size=4]
        I/O ports at d800 [size=8]
        I/O ports at d480 [size=4]
        I/O ports at d400 [size=16]
        Memory at feaffc00 (32-bit, non-prefetchable) [size=512]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [e0] Express Legacy Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pata_marvell
        Kernel modules: pata_marvell

05:01.0 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 17
        I/O ports at e880 [size=32]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

05:01.1 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 18
        I/O ports at ec00 [size=32]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

05:01.2 0c03: 1106:3104 (rev 63) (prog-if 20)
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at febffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

05:02.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 64, IRQ 18
        I/O ports at e400 [size=256]
        Memory at febff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

05:03.0 0c00: 1106:3044 (rev c0) (prog-if 10)
        Subsystem: 1043:81fe
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at febff000 (32-bit, non-prefetchable) [size=2K]
        I/O ports at e800 [size=128]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394


Title: Re: DVB Cards info needed for Templates
Post by: huh on January 24, 2010, 09:55:24 pm
This is the output for a BlueCherry PV-149 and probably my Hauppauge PVR-150 is mixed in there as well.  If this is incorrect or you want me to run something different, please advise.  I currently do not have this running on my machine and have not yet tried to add it to LMCE- just installed the card, booted the core and ran the commands.

lspci -vn

Code: [Select]
                                                                                           
00:00.0 0600: 1002:5957                                                                                                    
        Subsystem: 1019:1388                                                                                              
        Flags: bus master, 66MHz, medium devsel, latency 0                                                                
        Memory at <ignored> (64-bit, non-prefetchable)                                                                    
        Capabilities: [c4] HyperTransport: Slave or Primary Interface                                                      
        Capabilities: [40] HyperTransport: Retry Mode                                                                      
        Capabilities: [54] HyperTransport: UnitID Clumping                                                                
        Capabilities: [9c] HyperTransport: #1a                                                                            
        Kernel modules: ati-agp                                                                                            

00:02.0 0604: 1002:5978
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: fc000000-fe9fffff                    
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [50] Power Management version 3                      
        Capabilities: [58] Express Root Port (Slot-), MSI 00                
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1019:1388                                        
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+                  
        Capabilities: [100] Vendor Specific Information <?>                            
        Capabilities: [110] Virtual Channel <?>                                        
        Kernel driver in use: pcieport-driver                                          
        Kernel modules: shpchp                                                        

00:04.0 0604: 1002:597a
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff                        
        Memory behind bridge: fea00000-feafffff                    
        Capabilities: [50] Power Management version 3              
        Capabilities: [58] Express Root Port (Slot-), MSI 00        
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1019:1388                                        
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+                  
        Capabilities: [100] Vendor Specific Information <?>                            
        Capabilities: [110] Virtual Channel <?>                                        
        Kernel driver in use: pcieport-driver                                          
        Kernel modules: shpchp                                                        

00:06.0 0604: 1002:597c
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                        
        Memory behind bridge: feb00000-febfffff                    
        Prefetchable memory behind bridge: 00000000f3f00000-00000000f3ffffff
        Capabilities: [50] Power Management version 3                      
        Capabilities: [58] Express Root Port (Slot-), MSI 00                
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1019:1388                                        
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+                  
        Capabilities: [100] Vendor Specific Information <?>                            
        Capabilities: [110] Virtual Channel <?>                                        
        Kernel driver in use: pcieport-driver                                          
        Kernel modules: shpchp                                                        

00:11.0 0106: 1002:4390 (prog-if 01)
        Subsystem: 1019:4390        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
        I/O ports at c000 [size=8]                                
        I/O ports at b000 [size=4]                                
        I/O ports at a000 [size=8]                                
        I/O ports at 9000 [size=4]                                
        I/O ports at 8000 [size=16]                                
        Memory at fbfffc00 (32-bit, non-prefetchable) [size=1K]    
        Capabilities: [60] Power Management version 2              
        Capabilities: [70] SATA HBA <?>                            
        Kernel driver in use: ahci                                
        Kernel modules: ahci                                      

00:12.0 0c03: 1002:4397 (prog-if 10)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at fbffe000 (32-bit, non-prefetchable) [size=4K]    
        Kernel driver in use: ohci_hcd                            
        Kernel modules: ohci-hcd                                  

00:12.1 0c03: 1002:4398 (prog-if 10)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at fbffd000 (32-bit, non-prefetchable) [size=4K]    
        Kernel driver in use: ohci_hcd                            
        Kernel modules: ohci-hcd                                  

00:12.2 0c03: 1002:4396 (prog-if 20)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at fbfff800 (32-bit, non-prefetchable) [size=256]  
        Capabilities: [c0] Power Management version 2              
        Capabilities: [e4] Debug port: BAR=1 offset=00e0          
        Kernel driver in use: ehci_hcd                            
        Kernel modules: ehci-hcd                                  

00:13.0 0c03: 1002:4397 (prog-if 10)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at fbffc000 (32-bit, non-prefetchable) [size=4K]    
        Kernel driver in use: ohci_hcd                            
        Kernel modules: ohci-hcd                                  

00:13.1 0c03: 1002:4398 (prog-if 10)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at fbffb000 (32-bit, non-prefetchable) [size=4K]    
        Kernel driver in use: ohci_hcd                            
        Kernel modules: ohci-hcd                                  

00:13.2 0c03: 1002:4396 (prog-if 20)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
        Memory at fbfff400 (32-bit, non-prefetchable) [size=256]  
        Capabilities: [c0] Power Management version 2              
        Capabilities: [e4] Debug port: BAR=1 offset=00e0          
        Kernel driver in use: ehci_hcd                            
        Kernel modules: ehci-hcd                                  

00:14.0 0c05: 1002:4385 (rev 3a)
        Subsystem: 1019:1388    
        Flags: 66MHz, medium devsel
        Capabilities: [b0] HyperTransport: MSI Mapping Enable- Fixed+
        Kernel driver in use: piix4_smbus                            
        Kernel modules: i2c-piix4                                    

00:14.2 0403: 1002:4383
        Subsystem: 1019:1388
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at fbff4000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2          
        Kernel driver in use: HDA Intel                        
        Kernel modules: snd-hda-intel                          

00:14.3 0601: 1002:439d
        Subsystem: 1019:1388
        Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 0604: 1002:4384 (prog-if 01)
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=04, subordinate=05, sec-latency=64
        Prefetchable memory behind bridge: f4000000-faffffff        

00:14.5 0c03: 1002:4399 (prog-if 10)
        Subsystem: 1019:1388        
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at fbffa000 (32-bit, non-prefetchable) [size=4K]    
        Kernel driver in use: ohci_hcd                            
        Kernel modules: ohci-hcd                                  

00:18.0 0600: 1022:1100
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1101
        Flags: fast devsel

00:18.2 0600: 1022:1102
        Flags: fast devsel

00:18.3 0600: 1022:1103
        Flags: fast devsel
        Capabilities: [f0] Secure device <?>
        Kernel driver in use: k8temp        
        Kernel modules: k8temp              

01:00.0 0300: 10de:0163 (rev a1)
        Subsystem: 3842:c297    
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]  
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2            
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00                                    
        Capabilities: [100] Virtual Channel <?>                                        
        Capabilities: [128] Power Budgeting <?>                                        
        Kernel driver in use: nvidia                                                  
        Kernel modules: nvidiafb, nvidia                                              

02:00.0 0200: 10ec:8168 (rev 01)
        Subsystem: 10ec:8168    
        Flags: bus master, fast devsel, latency 0, IRQ 220
        I/O ports at d800 [size=256]                      
        Memory at feaff000 (64-bit, non-prefetchable) [size=4K]
        Expansion ROM at feac0000 [disabled] [size=128K]      
        Capabilities: [40] Power Management version 2          
        Capabilities: [48] Vital Product Data <?>              
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [60] Express Endpoint, MSI 00                                    
        Capabilities: [84] Vendor Specific Information <?>                            
        Capabilities: [100] Advanced Error Reporting <?>                              
        Capabilities: [12c] Virtual Channel <?>                                        
        Capabilities: [148] Device Serial Number 68-81-ec-10-00-00-00-d5              
        Capabilities: [154] Power Budgeting <?>                                        
        Kernel driver in use: r8169                                                    
        Kernel modules: r8169                                                          

03:00.0 0200: 10ec:8168 (rev 02)
        Subsystem: 1019:8111    
        Flags: bus master, fast devsel, latency 0, IRQ 219
        I/O ports at e800 [size=256]                      
        Memory at febff000 (64-bit, non-prefetchable) [size=4K]
        Memory at f3ff0000 (64-bit, prefetchable) [size=64K]  
        Expansion ROM at febc0000 [disabled] [size=128K]      
        Capabilities: [40] Power Management version 3          
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [70] Express Endpoint, MSI 01                                    
        Capabilities: [b0] MSI-X: Enable- Mask- TabSize=2                              
        Capabilities: [d0] Vital Product Data <?>                                      
        Capabilities: [100] Advanced Error Reporting <?>                              
        Capabilities: [140] Virtual Channel <?>                                        
        Capabilities: [160] Device Serial Number 00-e0-4c-68-00-00-00-f2              
        Kernel driver in use: r8169                                                    
        Kernel modules: r8169                                                          

04:05.0 0400: 4444:0016 (rev 01)
        Subsystem: 0070:8801    
        Flags: bus master, medium devsel, latency 64, IRQ 20
        Memory at f4000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [44] Power Management version 2      
        Kernel driver in use: ivtv                          
        Kernel modules: ivtv                                

04:06.0 0604: 3388:0021 (rev 11)
        Flags: bus master, medium devsel, latency 64
        Bus: primary=04, secondary=05, subordinate=05, sec-latency=64
        Prefetchable memory behind bridge: faf00000-faffffff        
        Capabilities: [80] Power Management version 2                
        Capabilities: [90] CompactPCI hot-swap <?>                  
        Kernel modules: shpchp                                      

05:08.0 0400: 109e:036e (rev 11)
        Subsystem: aa00:1460    
        Flags: bus master, medium devsel, latency 64, IRQ 21
        Memory at fafff000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>          
        Capabilities: [4c] Power Management version 2      
        Kernel driver in use: bttv                          
        Kernel modules: bttv                                

05:08.1 0480: 109e:0878 (rev 11)
        Subsystem: aa00:1460    
        Flags: bus master, medium devsel, latency 64, IRQ 11
        Memory at faffe000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>          
        Capabilities: [4c] Power Management version 2      

05:09.0 0400: 109e:036e (rev 11)
        Subsystem: aa01:1461    
        Flags: bus master, medium devsel, latency 64, IRQ 22
        Memory at faffd000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>          
        Capabilities: [4c] Power Management version 2      
        Kernel driver in use: bttv                          
        Kernel modules: bttv                                

05:09.1 0480: 109e:0878 (rev 11)
        Subsystem: aa01:1461    
        Flags: bus master, medium devsel, latency 64, IRQ 15
        Memory at faffc000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

05:0a.0 0400: 109e:036e (rev 11)
        Subsystem: aa02:1462
        Flags: bus master, medium devsel, latency 64, IRQ 23
        Memory at faffb000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

05:0a.1 0480: 109e:0878 (rev 11)
        Subsystem: aa02:1462
        Flags: bus master, medium devsel, latency 64, IRQ 15
        Memory at faffa000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

05:0b.0 0400: 109e:036e (rev 11)
        Subsystem: aa03:1463
        Flags: bus master, medium devsel, latency 64, IRQ 20
        Memory at faff9000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

05:0b.1 0480: 109e:0878 (rev 11)
        Subsystem: aa03:1463
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at faff8000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

v4l2-ctl-n
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Composite0
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 258

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

Title: Re: DVB Cards info needed for Templates
Post by: ymarcox on January 25, 2010, 10:11:58 am
Hello Friends,

i have try the TeVii S420 DVB-S PCI, it works fine and the channel switching it´s fast!
driver package are find: http://tevii.com/linux_tevii_ds3000.rar

You must copy the FW from Tevii to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the card work with the vdr.

--------------------------------------------------------------------------------------------------------------------
lspci | grep v

0c:07.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
0c:07.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)

--------------------------------------------------------------------------------------------------------------------

dmesg | grep dvb
[   17.596194] cx88/2: cx2388x dvb driver version 0.0.7 loaded
[   17.596200] cx88/2: registering cx8802 driver, type: dvb access: shared

---------------------------------------------------------------------------------------------------------------------
Code: [Select]
lspci -vn
00:00.0 0600: 1002:5a33 (rev 01)
        Subsystem: 1734:10cc
        Flags: bus master, 66MHz, medium devsel, latency 64
        Memory at <ignored> (64-bit, non-prefetchable)
        Kernel modules: ati-agp

00:01.0 0604: 1002:5a3f
        Flags: bus master, 66MHz, medium devsel, latency 99
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=70
        I/O behind bridge: 00009000-00009fff
        Memory behind bridge: d2100000-d21fffff
        Prefetchable memory behind bridge: c0000000-cfffffff
        Capabilities: <access denied>
        Kernel modules: shpchp

00:12.0 0106: 1002:4380 (prog-if 01)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
        I/O ports at 8440 [size=8]
        I/O ports at 8434 [size=4]
        I/O ports at 8438 [size=8]
        I/O ports at 8430 [size=4]
        I/O ports at 8400 [size=16]
        Memory at d240a000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:13.0 0c03: 1002:4387 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at d2404000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.1 0c03: 1002:4388 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at d2405000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.2 0c03: 1002:4389 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at d2406000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.3 0c03: 1002:438a (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at d2407000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.4 0c03: 1002:438b (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at d2408000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.5 0c03: 1002:4386 (prog-if 20)
        Subsystem: 1002:4386
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
        Memory at d240a400 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:14.0 0c05: 1002:4385 (rev 13)
        Subsystem: 1734:10d1
        Flags: 66MHz, medium devsel
        I/O ports at 8410 [size=16]
        Memory at d2409000 (32-bit, non-prefetchable) [size=1K]
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c-piix4

00:14.1 0101: 1002:438c (prog-if 82 [Master PriP])
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        I/O ports at 01f0 [size=8]
        I/O ports at 03f4 [size=1]
        I/O ports at 0170 [size=8]
        I/O ports at 0374 [size=1]
        I/O ports at 8420 [size=16]
        Capabilities: <access denied>
        Kernel driver in use: pata_atiixp
        Kernel modules: pata_atiixp

00:14.2 0403: 1002:4383
        Subsystem: 1734:10cf
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at d2400000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:14.3 0601: 1002:438d
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 0604: 1002:4384 (prog-if 01)
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=64
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: d0000000-d20fffff

01:05.0 0300: 1002:5a61
        Subsystem: 1734:10cc
        Flags: bus master, 66MHz, medium devsel, latency 66, IRQ 10
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        I/O ports at 9000 [size=256]
        Memory at d2100000 (32-bit, non-prefetchable) [size=64K]
        [virtual] Expansion ROM at d2120000 [disabled] [size=128K]
        Capabilities: <access denied>

0c:04.0 0200: 10ec:8139 (rev 10)
        Subsystem: 1734:10b1
        Flags: bus master, medium devsel, latency 64, IRQ 23
        I/O ports at a000 [size=256]
        Memory at d2000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

0c:05.0 0200: 10ec:8139 (rev 10)
        Subsystem: 1259:2503
        Flags: bus master, medium devsel, latency 64, IRQ 20
        I/O ports at a400 [size=256]
        Memory at d2000400 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

0c:07.0 0400: 14f1:8800 (rev 05)
        Subsystem: d420:9022
        Flags: bus master, medium devsel, latency 165, IRQ 21
        Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx8800
        Kernel modules: cx8800

0c:07.2 0480: 14f1:8802 (rev 05)
        Subsystem: d420:9022
        Flags: bus master, medium devsel, latency 64, IRQ 21
        Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802


Marco
Title: Re: DVB Cards info needed for Templates
Post by: ladekribs on January 25, 2010, 12:22:15 pm
Hello Mandingo,

Can You give some guidlines buying TV-tuner cards?

Are there any cards for DVT-T with support for CI/CA-modul that is supported in Linuxmce ?

(only 4 channels in Sweden are free-view)


Thanks, Stefan
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 26, 2010, 09:44:03 am
Ill Post a Wiki soon of a list that is already compatible and a list of cards that will be within the next month or so !!!

 ;D

I have some scripting issues i need to resolve before i commit any new cards into the CVS
 :P

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Kooma on January 26, 2010, 10:40:12 am
Ill Post a Wiki soon of a list that is already compatible and a list of cards that will be within the next month or so !!!

 ;D

I have some scripting issues i need to resolve before i commit any new cards into the CVS
 :P

Mandingo
This is great. Thank you so much for your efforts mr MANDINGO!!
Title: Re: DVB Cards info needed for Templates
Post by: wombiroller on January 28, 2010, 12:41:19 pm
Hey MANDINGO,

Sorry as discussed I missed the USB part for the FusionHDTV DVB-T Dual Digital 2

sudo lsusb -v
Code: [Select]
Bus 009 Device 005: ID 0fe9:db59 DVICO
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0fe9 DVICO
  idProduct          0xdb59
  bcdDevice            3.00
  iManufacturer           1 Dvico
  iProduct                2 Bluebird
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          249
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x13f2  3x 1010 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x11e5  3x 485 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       3
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x11c2  3x 450 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       4
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x11e5  3x 485 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       5
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x1145  3x 325 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       6
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x1145  3x 325 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       7
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Note: this is duplicated in the output for the second tuner but it is too long to include in the post (assuming its identical anyway right?)...

Cheers,
WR
Title: Re: DVB Cards info needed for Templates
Post by: Xperianer on January 30, 2010, 11:23:22 pm
Another try to post it, ...

lspci -vn
03:09.0 0480: 1131:7134 (rev 01)
        Subsystem: 16be:0003   
        Flags: bus master, medium devsel, latency 64, IRQ 21
        Memory at feaff400 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>                         
        Kernel driver in use: saa7134                         
        Kernel modules: saa7134 

v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 65792

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on January 31, 2010, 06:44:45 pm
ok i i added a new wiki page with the current list of capture cards/devices that are plug and play ill be adding more cards and a rating on what works best !!!

http://wiki.linuxmce.org/index.php/Capture_Cards (http://wiki.linuxmce.org/index.php/Capture_Cards)

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on February 02, 2010, 03:02:32 am
 ;D

ALL DVB Cards will now use the lastest drivers from v4l so there is no more compiling your own its all taken care off.....

Thanks
Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: nite_man on February 02, 2010, 09:08:05 am
;D

ALL DVB Cards will now use the lastest drivers from v4l so there is no more compiling your own its all taken care off.....

Thanks
Mandingo

I installed manually v4l when I tested vdr 1.7.11 from posde. As result I couldn't boot my 0810 core because it was some error of module loading. I'll update system tonight and see how it'll work. Thanks a lot for PnP cards BTW!
Title: Re: DVB Cards info needed for Templates
Post by: totallymaxed on February 11, 2010, 01:12:09 am
Hi Mandingo,

We have a few DVB-T HD Homeruns here that we're testing. Would it be useful to you to have some data from us to develop a template for the DVB-T model...or will the existing Template for the ATSC version suffice?

Let me know what you need from the DVB-T units if you need it.

All the best


Andrew
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on February 13, 2010, 06:57:34 am
Hi Mandingo,

We have a few DVB-T HD Homeruns here that we're testing. Would it be useful to you to have some data from us to develop a template for the DVB-T model...or will the existing Template for the ATSC version suffice?

Let me know what you need from the DVB-T units if you need it.

All the best


Andrew


Andrew yeh that would be great ill take what ever info you have also send me a dump of the PnpQueue and capturecard table from mythconverg.  If Uplink gets a break i wouldnt mind talking to him about some myth stuff too...   :D

Side note

 ;D The Fusion line of cards are in the CVS so update to get the new info and keep the cards comming

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: tekoholic on February 13, 2010, 10:19:34 pm
lsusb -vn results in a Useage error, but lsusb -vv shows this and then some:
Code: [Select]
Bus 004 Device 002: ID 2304:0227 Pinnacle Systems, Inc. [hex] PCTV for Mac, HD Stick
Device Descriptor:                                                                 
  bLength                18                                                         
  bDescriptorType         1                                                         
  bcdUSB               2.00                                                         
  bDeviceClass            0 (Defined at Interface level)                           
  bDeviceSubClass         0                                                         
  bDeviceProtocol         0                                                         
  bMaxPacketSize0        64                                                         
  idVendor           0x2304 Pinnacle Systems, Inc. [hex]                           
  idProduct          0x0227 PCTV for Mac, HD Stick                                 
  bcdDevice            1.10                                                         
  iManufacturer           3 Pinnacle Systems                                       
  iProduct                1 PCTV 800e                                               
  iSerial                 2 061101017206                                           
  bNumConfigurations      1                                                         
  Configuration Descriptor:                                                         
    bLength                 9                                                       
    bDescriptorType         2                                                       
    wTotalLength          305                                                       
    bNumInterfaces          1                                                       
    bConfigurationValue     1                                                       
    iConfiguration          0                                                       
    bmAttributes         0x80                                                       
      (Bus Powered)                                                                 
    MaxPower              500mA

After installing the v4l2-modules and -firmware current in repo, this error is still present in dmesg: 
Code: [Select]
xc2028 0-0061: Error: firmware xc3028-v27.fw not found.
Of course, device does not work, until firmware is installed:  http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware

Code: [Select]
# In order to use, you need to:
#       1) Download the windows driver with something like:
#               wget http://www.steventoth.net/linux/xc5000/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
#       2) Extract the file hcw85bda.sys from the zip into the current dir:
#               unzip -j HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip Driver85/hcw85bda.sys
#       3) Download the extract script
#               wget http://linuxtv.org/hg/v4l-dvb/raw-file/3919b17dc88e/linux/Documentation/video4linux/extract_xc3028.pl
#       3) run the script:
#               perl extract_xc3028.pl
#       4) copy the generated file:
#               sudo cp xc3028-v27.fw /lib/firmware

v4l2-ctrl -n didn't seem to show anything more than the three inputs device has (unsupported, or maybe that's all it's supposed to show?).

Let me know if there's more ya' need!!
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on February 14, 2010, 06:26:00 am
tekoholic

please post the output that you got from running the last command, i know it post the inputs and i need that info to make a input change script as so lmce knows how to change inputs on the card

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: macaroni on February 14, 2010, 09:42:02 pm
Dvico FusionHDTV5 Express  (pcie)

lspci -vn

Code: [Select]
00:00.0 0600: 8086:29e0 (rev 01)  
        Subsystem: 8086:5442      
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>

00:01.0 0604: 8086:29e1 (rev 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 00002000-00002fff                        
        Memory behind bridge: e0000000-e2ffffff                    
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 8086:5442                            
        Capabilities: [80] Power Management version 3                      
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                        
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                    
        Capabilities: [100] Virtual Channel <?>                                
        Capabilities: [140] Root Complex Link <?>                              
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:19.0 0200: 8086:294c (rev 02)
        Subsystem: 8086:0001    
        Flags: bus master, fast devsel, latency 0, IRQ 220
        Memory at e3400000 (32-bit, non-prefetchable) [size=128K]
        Memory at e3424000 (32-bit, non-prefetchable) [size=4K]  
        I/O ports at 30e0 [size=32]                              
        Capabilities: [c8] Power Management version 2            
        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+                                                                        
        Capabilities: [e0] Vendor Specific Information <?>                      
        Kernel driver in use: e1000e                                            
        Kernel modules: e1000e                                                  

00:1a.0 0c03: 8086:2937 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at 30c0 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1a.1 0c03: 8086:2938 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at 30a0 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1a.2 0c03: 8086:2939 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at 3080 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1a.7 0c03: 8086:293c (rev 02) (prog-if 20)
        Subsystem: 8086:5442                
        Flags: bus master, medium devsel, latency 0, IRQ 17
        Memory at e3425400 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2          
        Capabilities: [58] Debug port: BAR=1 offset=00a0      
        Capabilities: [98] Vendor Specific Information <?>    
        Kernel driver in use: ehci_hcd                        
        Kernel modules: ehci-hcd                              

00:1b.0 0403: 8086:293e (rev 02)
        Subsystem: 8086:0519    
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at e3420000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2          
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                        
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00    
        Capabilities: [100] Virtual Channel <?>                                
        Capabilities: [130] Root Complex Link <?>                              
        Kernel driver in use: HDA Intel                                        
        Kernel modules: snd-hda-intel                                          

00:1c.0 0604: 8086:2940 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: e3000000-e31fffff                    
        Capabilities: [40] Express Root Port (Slot+), MSI 00        
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                        
        Capabilities: [90] Subsystem: 8086:2940                                
        Capabilities: [a0] Power Management version 2                          
        Capabilities: [100] Virtual Channel <?>                                
        Capabilities: [180] Root Complex Link <?>                              
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:1c.4 0604: 8086:2948 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 00001000-00001fff                        
        Memory behind bridge: e3300000-e33fffff                    
        Capabilities: [40] Express Root Port (Slot+), MSI 00        
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                        
        Capabilities: [90] Subsystem: 8086:2948                                
        Capabilities: [a0] Power Management version 2                          
        Capabilities: [100] Virtual Channel <?>                                
        Capabilities: [180] Root Complex Link <?>                              
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:1d.0 0c03: 8086:2934 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at 3060 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1d.1 0c03: 8086:2935 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at 3040 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1d.2 0c03: 8086:2936 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at 3020 [size=32]                        
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                    
        Kernel modules: uhci-hcd                          

00:1d.7 0c03: 8086:293a (rev 02) (prog-if 20)
        Subsystem: 8086:5442                
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at e3425000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2          
        Capabilities: [58] Debug port: BAR=1 offset=00a0      
        Capabilities: [98] Vendor Specific Information <?>    
        Kernel driver in use: ehci_hcd                        
        Kernel modules: ehci-hcd                              

00:1e.0 0604: 8086:244e (rev 92) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
        Memory behind bridge: e3200000-e32fffff                      
        Capabilities: [50] Subsystem: 8086:5442                      

00:1f.0 0601: 8086:2916 (rev 02)
        Subsystem: 8086:5442    
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt                          

00:1f.2 0101: 8086:2920 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:5442                                              
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 21        
        I/O ports at 3458 [size=8]                                        
        I/O ports at 346c [size=4]                                        
        I/O ports at 3450 [size=8]                                        
        I/O ports at 3468 [size=4]                                        
        I/O ports at 3430 [size=16]                                      
        I/O ports at 3420 [size=16]                                      
        Capabilities: [70] Power Management version 3                    
        Capabilities: [b0] Vendor Specific Information <?>                
        Kernel driver in use: ata_piix                                    
        Kernel modules: ata_piix                                          

00:1f.3 0c05: 8086:2930 (rev 02)
        Subsystem: 8086:5442    
        Flags: medium devsel, IRQ 10
        Memory at e3425800 (64-bit, non-prefetchable) [size=256]
        I/O ports at 3000 [size=32]                            
        Kernel modules: i2c-i801                                

00:1f.5 0101: 8086:2926 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 8086:5442                                    
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 21
        I/O ports at 3448 [size=8]                                
        I/O ports at 3464 [size=4]                                
        I/O ports at 3440 [size=8]                                
        I/O ports at 3460 [size=4]                                
        I/O ports at 3410 [size=16]                              
        I/O ports at 3400 [size=16]                              
        Capabilities: [70] Power Management version 3            
        Capabilities: [b0] Vendor Specific Information <?>        
        Kernel driver in use: ata_piix                            
        Kernel modules: ata_piix                                  

01:00.0 0300: 10de:0622 (rev a1)
        Subsystem: 10de:0545    
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]  
        Memory at e0000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at 2000 [size=128]                            
        Capabilities: [60] Power Management version 3          
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                        
        Capabilities: [78] Express Endpoint, MSI 00                            
        Capabilities: [b4] Vendor Specific Information <?>                      
        Capabilities: [100] Virtual Channel <?>                                
        Capabilities: [128] Power Budgeting <?>                                
        Capabilities: [600] Vendor Specific Information <?>                    
        Kernel driver in use: nvidia                                            
        Kernel modules: nvidiafb, nvidia                                        

02:00.0 0400: 14f1:8852 (rev 02)
        Subsystem: 18ac:d500    
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at e3000000 (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] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                        
        Capabilities: [100] Advanced Error Reporting <?>                        
        Capabilities: [200] Virtual Channel <?>                                
        Kernel driver in use: cx23885                                          
        Kernel modules: cx23885                                                

03:00.0 0101: 11ab:6121 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:5442                                              
        Flags: bus master, fast devsel, latency 0, IRQ 16                
        I/O ports at 1018 [size=8]
        I/O ports at 1024 [size=4]
        I/O ports at 1010 [size=8]
        I/O ports at 1020 [size=4]
        I/O ports at 1000 [size=16]
        Memory at e3300000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0Enable-
        Capabilities: [e0] Express Legacy Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pata_marvell
        Kernel modules: ahci, pata_marvell

04:02.0 0200: 173b:03ea (rev 15)
        Subsystem: 1385:302a
        Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 18
        Memory at e3200000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] PCI-X non-bridge device
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3Enable-
        Kernel driver in use: tg3
        Kernel modules: tg3

04:03.0 0c00: 104c:8023 (prog-if 10)
        Subsystem: 8086:5442
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at e3214000 (32-bit, non-prefetchable) [size=2K]
        Memory at e3210000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394

v4l2-ctl -n

Failed to open /dev/video0: No such file or directory
This card is basically the same as the FusionHDTV5 RT Gold except for the decoder chip. It has the same physical connections. Not sure why the s-video data didn't complete.

I installed lmce with a pcHDTV 5500. I removed that tuner card and replaced with the Dvico card and it worked, lmce was still setup for the pcHDTV 5500 template. I believe this worked since the cards are very similar.
Title: Re: DVB Cards info needed for Templates
Post by: macaroni on February 14, 2010, 10:06:31 pm
Dvico FusionHDTV5 RT Gold  (pci)

lspci -vn

Code: [Select]
00:00.0 0600: 8086:29e0 (rev 01)   
        Subsystem: 8086:5442       
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>

00:01.0 0604: 8086:29e1 (rev 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 00002000-00002fff                       
        Memory behind bridge: e0000000-e2ffffff                     
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 8086:5442                             
        Capabilities: [80] Power Management version 3                       
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                   
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [140] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:19.0 0200: 8086:294c (rev 02)
        Subsystem: 8086:0001   
        Flags: bus master, fast devsel, latency 0, IRQ 220
        Memory at e6200000 (32-bit, non-prefetchable) [size=128K]
        Memory at e6224000 (32-bit, non-prefetchable) [size=4K] 
        I/O ports at 30e0 [size=32]                             
        Capabilities: [c8] Power Management version 2           
        Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+                                                                         
        Capabilities: [e0] Vendor Specific Information <?>                     
        Kernel driver in use: e1000e                                           
        Kernel modules: e1000e                                                 

00:1a.0 0c03: 8086:2937 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at 30c0 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.1 0c03: 8086:2938 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at 30a0 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.2 0c03: 8086:2939 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at 3080 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.7 0c03: 8086:293c (rev 02) (prog-if 20)
        Subsystem: 8086:5442                 
        Flags: bus master, medium devsel, latency 0, IRQ 17
        Memory at e6225400 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1b.0 0403: 8086:293e (rev 02)
        Subsystem: 8086:0519   
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at e6220000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2           
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00     
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [130] Root Complex Link <?>                               
        Kernel driver in use: HDA Intel                                         
        Kernel modules: snd-hda-intel                                           

00:1c.0 0604: 8086:2940 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: e6300000-e63fffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 8086:2940                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.4 0604: 8086:2948 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 00001000-00001fff                       
        Memory behind bridge: e6100000-e61fffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 8086:2948                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1d.0 0c03: 8086:2934 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at 3060 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:2935 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at 3040 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:2936 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at 3020 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:293a (rev 02) (prog-if 20)
        Subsystem: 8086:5442                 
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at e6225000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev 92) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
        Memory behind bridge: e3000000-e60fffff                     
        Capabilities: [50] Subsystem: 8086:5442                     

00:1f.0 0601: 8086:2916 (rev 02)
        Subsystem: 8086:5442   
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt                         

00:1f.2 0101: 8086:2920 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:5442                                             
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 21       
        I/O ports at 3458 [size=8]                                       
        I/O ports at 346c [size=4]                                       
        I/O ports at 3450 [size=8]                                       
        I/O ports at 3468 [size=4]                                       
        I/O ports at 3430 [size=16]                                       
        I/O ports at 3420 [size=16]                                       
        Capabilities: [70] Power Management version 3                     
        Capabilities: [b0] Vendor Specific Information <?>               
        Kernel driver in use: ata_piix                                   
        Kernel modules: ata_piix                                         

00:1f.3 0c05: 8086:2930 (rev 02)
        Subsystem: 8086:5442   
        Flags: medium devsel, IRQ 10
        Memory at e6225800 (64-bit, non-prefetchable) [size=256]
        I/O ports at 3000 [size=32]                             
        Kernel modules: i2c-i801                               

00:1f.5 0101: 8086:2926 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 8086:5442                                   
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 21
        I/O ports at 3448 [size=8]                               
        I/O ports at 3464 [size=4]                               
        I/O ports at 3440 [size=8]                               
        I/O ports at 3460 [size=4]                               
        I/O ports at 3410 [size=16]                               
        I/O ports at 3400 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Capabilities: [b0] Vendor Specific Information <?>       
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

01:00.0 0300: 10de:0622 (rev a1)
        Subsystem: 10de:0545   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]   
        Memory at e0000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at 2000 [size=128]                           
        Capabilities: [60] Power Management version 3           
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [78] Express Endpoint, MSI 00                             
        Capabilities: [b4] Vendor Specific Information <?>                     
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [128] Power Budgeting <?>                                 
        Capabilities: [600] Vendor Specific Information <?>                     
        Kernel driver in use: nvidia                                           
        Kernel modules: nvidiafb, nvidia                                       

03:00.0 0101: 11ab:6121 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:5442                                             
        Flags: bus master, fast devsel, latency 0, IRQ 16                 
        I/O ports at 1018 [size=8]                                       
        I/O ports at 1024 [size=4]                                       
        I/O ports at 1010 [size=8]                                       
        I/O ports at 1020 [size=4]                                       
        I/O ports at 1000 [size=16]                                       
        Memory at e6100000 (32-bit, non-prefetchable) [size=1K]           
        Capabilities: [48] Power Management version 2                     
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-                                                                         
        Capabilities: [e0] Express Legacy Endpoint, MSI 00                     
        Capabilities: [100] Advanced Error Reporting <?>                       
        Kernel driver in use: pata_marvell                                     
        Kernel modules: ahci, pata_marvell                                     

04:00.0 0400: 14f1:8800 (rev 05)
        Subsystem: 18ac:d500   
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at e5000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>               
        Capabilities: [4c] Power Management version 2           
        Kernel driver in use: cx8800                           
        Kernel modules: cx8800                                 

04:00.1 0480: 14f1:8801 (rev 05)
        Subsystem: 18ac:d500
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at e4000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel modules: cx88-alsa

04:00.2 0480: 14f1:8802 (rev 05)
        Subsystem: 18ac:d500
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at e3000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802

04:02.0 0200: 173b:03ea (rev 15)
        Subsystem: 1385:302a
        Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 18
        Memory at e6000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] PCI-X non-bridge device
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3Enable-
        Kernel driver in use: tg3
        Kernel modules: tg3

04:03.0 0c00: 104c:8023 (prog-if 10)
        Subsystem: 8086:5442
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at e6014000 (32-bit, non-prefetchable) [size=2K]
        Memory at e6010000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394

v4l2-ctl -n

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0

I installed lmce with a pcHDTV 5500. I removed that tuner card and replaced with the Dvico card and it worked, lmce was still setup for the pcHDTV 5500 template. I believe this worked since the cards are very similar.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on February 18, 2010, 06:55:25 am
 ;D

New firmware package is now in the repo so no more grabbing firmware files, the most recent have been added

keep the cards comming and there will be a new batch of cards in this week !!!!!
Title: Re: DVB Cards info needed for Templates
Post by: maybeoneday on February 21, 2010, 02:39:18 pm
Hi mandingo ,
terriffic work

KWORLD DVB-T 399U..............usb stick dual tuner...rf input only

used v4l modules supplied by Totallymaxed (many thanks) and (on recent installs) firmware
from http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/       ....(4.95.0)

sorry for length of output , I did'nt want to delete any reqd info

BE AWARE  there's also a hauppauge 150 in there as well

many thanks,
Ian
Title: Re: DVB Cards info needed for Templates
Post by: castlec on February 22, 2010, 06:19:31 am
Here's the output you requested in IRC Mandingo.  Leaving it here so it doesn't get lost.

Code: [Select]
02:00.0 0480: 1131:7164 (rev 81)
Subsystem: 0070:88a1
Flags: fast devsel, IRQ 16
Memory at fb800000 (64-bit, non-prefetchable) [size=4M]
Memory at fb400000 (64-bit, non-prefetchable) [size=4M]
Capabilities: [40] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable-
Capabilities: [50] Express Endpoint, MSI 00
Capabilities: [74] Power Management version 3
Capabilities: [7c] Vendor Specific Information <?>
Capabilities: [100] Vendor Specific Information <?>
Capabilities: [160] Virtual Channel <?>
Kernel modules: saa7164
Title: Re: DVB Cards info needed for Templates
Post by: castlec on February 23, 2010, 04:30:55 pm
So, after I added my device id to the HVR 2250 template, I was getting detection after a reboot.  I was able to configure the video sources to use my schedules direct subsription.  Afterward, when going into TV, I got a message from myth saying that no tv capture cards were configured.  I went into mythtv-setup and verified that this is the case.  Maybe I screwed something up when I was trying to get it to go before.
Title: Re: DVB Cards info needed for Templates
Post by: totonano on March 09, 2010, 12:53:30 am

I just got PCI-E DVB-S2 Dual Tuner TV card supports dual DVB-S2 TV

http://www.tbsdtv.com/english/product/6980.html

sudo lspci -vn
Code: [Select]

00:00.0 0600: 8086:2990 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: intel-agp

00:01.0 0604: 8086:2991 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fc000000-feafffff
        Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
        Capabilities: [88] Subsystem: 1028:01da
        Capabilities: [80] Power Management version 3
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [a0] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [140] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1a.0 0c03: 8086:2834 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at ff20 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1a.1 0c03: 8086:2835 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff00 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1a.7 0c03: 8086:283a (rev 02) (prog-if 20)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 22
        Memory at febfbc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:1b.0 0403: 8086:284b (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [130] Root Complex Link <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:1c.0 0604: 8086:283f (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: fbe00000-fbffffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1c.4 0604: 8086:2847 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Memory behind bridge: fbd00000-fbdfffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:1d.0 0c03: 8086:2830 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at ff80 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.1 0c03: 8086:2831 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff60 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.2 0c03: 8086:2832 (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at ff40 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci-hcd

00:1d.7 0c03: 8086:2836 (rev 02) (prog-if 20)
        Subsystem: 1028:01da
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at ff980800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:1e.0 0604: 8086:244e (rev f2) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
        Prefetchable memory behind bridge: 00000000d0000000-00000000d3ffffff
        Capabilities: [50] Subsystem: 1028:01da

00:1f.0 0601: 8086:2810 (rev 02)
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt

00:1f.2 0101: 8086:2820 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1028:01da
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
        I/O ports at fe00 [size=8]
        I/O ports at fe10 [size=4]
        I/O ports at fe20 [size=8]
        I/O ports at fe30 [size=4]
        I/O ports at fec0 [size=16]
        I/O ports at ecc0 [size=16]
        Capabilities: [70] Power Management version 3
        Kernel driver in use: ata_piix
        Kernel modules: ata_piix

00:1f.3 0c05: 8086:283e (rev 02)
        Subsystem: 1028:01da
        Flags: medium devsel, IRQ 10
        Memory at febfbb00 (32-bit, non-prefetchable) [size=256]
        I/O ports at ece0 [size=32]
        Kernel modules: i2c-i801

00:1f.5 0101: 8086:2825 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1028:01da
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
        I/O ports at fe40 [size=8]
        I/O ports at fe50 [size=4]
        I/O ports at fe60 [size=8]
        I/O ports at fe70 [size=4]
        I/O ports at fed0 [size=16]
        I/O ports at ecd0 [size=16]
        Capabilities: [70] Power Management version 3
        Kernel driver in use: ata_piix
        Kernel modules: ata_piix

01:00.0 0300: 10de:0391 (rev a1)
        Subsystem: 3842:c554
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at fd000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at dc80 [size=128]
        [virtual] Expansion ROM at fea00000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

02:00.0 0400: 14f1:8852 (rev 02)
        Subsystem: 6980:8888
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fbe00000 (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] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [200] Virtual Channel <?>
        Kernel driver in use: cx23885
        Kernel modules: cx23885

03:00.0 0200: 14e4:167a (rev 02)
        Subsystem: 1028:01da
        Flags: bus master, fast devsel, latency 0, IRQ 220
        Memory at fbdf0000 (64-bit, non-prefetchable) [size=64K]
        Expansion ROM at <ignored> [disabled]
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Vendor Specific Information <?>
        Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [13c] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 48-21-30-fe-ff-b9-19-00
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: tg3
        Kernel modules: tg3

04:00.0 0400: 4444:0803 (rev 01)
        Subsystem: 0070:4000
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at d0000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ivtv
        Kernel modules: ivtv




sudo v4l2-ctl -n

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Tuner 1
        Type    : 0x00000001
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000001000 ( NTSC )
        Status  : 0

        Input   : 1
        Name    : S-Video 1
        Type    : 0x00000002
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : Composite 1
        Type    : 0x00000002
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 3
        Name    : S-Video 2
        Type    : 0x00000002
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 4
        Name    : Composite 2
        Type    : 0x00000002
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 5
        Name    : Composite 3
        Type    : 0x00000002
        Audioset: 0x00000007
        Tuner   : 0x00000000
        Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
        Status  : 0

      
      
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on March 09, 2010, 09:04:20 pm
 ;D

Ok i will be done with the new drivers for S2 DVB cards within a day or so, so check back and ill let you know when the drivers package is available for download..

Keep the cards comming

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: totonano on March 09, 2010, 09:14:49 pm
Thanks Mandingo for all of your hard work  :)
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on March 10, 2010, 11:53:55 pm
 ;D

New Drivers for s2 DVB cards are now in and should be available on the next build

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on March 11, 2010, 10:16:05 pm
 ;D

ok so new S2 DVB firmware and drivers are now in the system just waiting on a new build for the packages to be ready..

if you would like to test drive them please hit me up in the chat rooms
linuxmce and linuxmce-deve

side note,  some have reported that the cards never end up in myth,
i do now belive that there is yet another bug that has surfaced and i will dig into this within the comming weekend.

keep the cards comming

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: patmankn on March 12, 2010, 08:39:33 pm
Hey Mandingo,

i just did the shell stuff with my DVB-C Card, which is a KNC One btw.

KNC ONE:
Code: [Select]
pat@dcerouter:~$ sudo lspci -vn
01:05.0 0480: 1131:7146 (rev 01)
        Subsystem: 1894:0022
        Flags: bus master, medium devsel, latency 32, IRQ 16
        Memory at f9fffc00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: budget_av
        Kernel modules: budget-av

pat@dcerouter:~$ sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory

It looks the pretty same, except "Memory at f9fffc00 (32-bit, non-prefetchable) [size=512]" which does differ from Vikings post (viking: Memory at febff800 (32-bit, non-prefetchable) [size=512]) , on page 3 )

I still have big issues with stupid me, MythTV, DVB-C via unity-media cable... grrr.

@ Mandingo: did you create a template for the KNC one, as i could not find anything in your wiki page?

Hoping for help... ;O)

Pat
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on March 14, 2010, 12:27:42 am
 ;D

Ok so found the bug that was stopping mythconverg.capturecards from getting populated !!!

so we should be back on track in a day or so

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Viking on March 15, 2010, 09:21:36 am
Hi Mandingo,

great that you are working on this, thanks a lot :)

Viking
Title: Re: DVB Cards info needed for Templates
Post by: TinkerMan on April 02, 2010, 10:59:43 am
I have info for an AverMedia, AVerTV HD A180 (AVerTV HD MCE A180), more info on this card at MythTV's website http://www.mythtv.org/wiki/AVerTV_HD_A180 (http://www.mythtv.org/wiki/AVerTV_HD_A180)

Two informational quotes from MythTV's website
Quote
AVerTV HD A180 is an HDTV tuner for OTA (ATSC) or unencrypted digital cable (QAM) signals
and
Quote
The card uses an nxt2004 Frontend chipset with an saa7135 bridge interface. This is similar to the ATI HDTV Wonder and the Kworld ATSC 110.

Code: [Select]
sudo lspci -v
01:05.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
        Subsystem: Avermedia Technologies Inc Device 1044
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at f9fff800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2
        Kernel driver in use: saa7134
        Kernel modules: saa7134

I think this is a great card with a great picture, I have had it in operation for a little over 2 years now. First year in just a stand alone myth system and last year in a LinuxMCE 710 system and now I just recently upgraded to 810 and it manually installs fine. I have compared the picture side by side with Myth's "PBP" (picture by pictue) feature against a HDHomeRun both in full 1080p and in my opinion it has just as good of a picture and I can't tell the two apart. My comparison test has only been for OTA HD (ATSC 8VSB).

The only thing I had to do was download the firmware and copy it into the /lib/firmware directory and rebooted and it worked.

One final note, the script to download the firmware is broke but here is a note from http://www.mythtv.org/wiki/Kworld_ATSC_110 (http://www.mythtv.org/wiki/Kworld_ATSC_110) and also http://www.mythtv.org/wiki/ATI_HDTV_Wonder (http://www.mythtv.org/wiki/ATI_HDTV_Wonder)
Quote
NOTE: Running the perl download script causes wget to exit with a 404 error. This is caused because aver.com updated their domain to "www.avermedia-usa.com". To fix this you must edit 'get_dvb_firmware' at line 320 after the gzip -d command. Replace 'www.aver.com' with 'avermedia-usa.com' and it should download properly

Both the Kworld and ATI Myth sites are very helpful because the A180 site seems to be a little outdated.

If there is any other info you need just let me know.

Good luck, TinkerMan
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on April 02, 2010, 06:32:21 pm
TinkerMan

Could you post the results from the commands that are posted on the first page of the thread, the info that you have posted isnt enough  :P

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: TinkerMan on April 03, 2010, 04:00:43 am
Mandingo

OK so when I run this command I get these two entries that pertain to the two installed capture cards I have, unless you need the entire list let me know:
Code: [Select]
lspci -vn
01:05.0 0480: 1131:7133 (rev d1)
        Subsystem: 1461:1044
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at f9fff800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: saa7134
        Kernel modules: saa7134

01:06.0 0400: 4444:0803 (rev 01)
        Subsystem: 0070:4000
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at dc000000 (32-bit, prefetchable) [size=64M]
        Capabilities: <access denied>
        Kernel driver in use: ivtv
        Kernel modules: ivtv

FYI I also have a PVR350 installed that is auto recognized as a WinTV-PVR150 with S-video and Composite inputs so when I run this command:
Code: [Select]
v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 65792

        Input   : 1
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

All I get is one set of S-Video and Composite inputs that I think are the PVR350's inputs not the AverMedia A180's input.  Based on a quote that I read:
Quote
Although the card includes S-video and composite inputs (including RCA audio jacks), these inputs don't appear to work in Linux, so you can't use the card for analog recording, even from a set-top box, VCR, or other device. However, it does tune analog channels within its frequency range. It is important to note though that the analog tuner of this card does not have a hardware MPEG2 encoder; it is an old fashioned frame grabber based tuner. Therefore, it is highly discouraged for analog use.
Quote was located @ http://www.mythtv.org/wiki/AVerTV_HD_A180 (http://www.mythtv.org/wiki/AVerTV_HD_A180)
I guess based on the quote I would not expect the A/V inputs to show up. These are the two commands listed on the first entry if there is another one you would like me to run just let me know.

Title: Re: DVB Cards info needed for Templates
Post by: bongowongo on April 10, 2010, 12:37:12 pm
Pinnacle PCTV Hybrid Pro 310i pci

lspci -vn

Code: [Select]
00:00.0 0600: 1106:0308                               
        Subsystem: 1849:0308                           
        Flags: bus master, medium devsel, latency 8   
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [80] AGP version 3.5                 
        Capabilities: [50] Power Management version 2       
        Kernel driver in use: agpgart-via                   
        Kernel modules: via-agp                             

00:00.1 0600: 1106:1308
        Subsystem: 1849:1308
        Flags: bus master, medium devsel, latency 0

00:00.2 0600: 1106:2308
        Subsystem: 1849:2308
        Flags: bus master, medium devsel, latency 0

00:00.3 0600: 1106:3208
        Flags: bus master, medium devsel, latency 0
        Kernel modules: via-agp                   

00:00.4 0600: 1106:4308
        Subsystem: 1849:4308
        Flags: bus master, medium devsel, latency 0

00:00.5 0800: 1106:5308 (prog-if 20)
        Subsystem: 1849:5308       
        Flags: bus master, fast devsel, latency 0

00:00.7 0600: 1106:7308
        Flags: bus master, medium devsel, latency 0

00:01.0 0604: 1106:b198
        Flags: bus master, 66MHz, medium devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Capabilities: [70] Power Management version 2               
        Kernel modules: shpchp                                     

00:02.0 0604: 1106:a208
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: fc000000-fe9fffff                     
        Prefetchable memory behind bridge: d0000000-dfffffff       
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [68] Power Management version 2               
        Capabilities: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable+                                                                         
        Capabilities: [100] Advanced Error Reporting <?>                       
        Capabilities: [140] Virtual Channel <?>                                 
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:0f.0 0101: 1106:5372 (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1849:5372                                     
        Flags: bus master, medium devsel, latency 32, IRQ 21     
        I/O ports at dc00 [size=8]                               
        I/O ports at d880 [size=4]                               
        I/O ports at d800 [size=8]                               
        I/O ports at d480 [size=4]                               
        I/O ports at d400 [size=16]                             
        I/O ports at d000 [size=256]                             
        Capabilities: [c0] Power Management version 2           
        Kernel driver in use: sata_via                           
        Kernel modules: sata_via                                 

00:0f.1 0101: 1106:0571 (rev 07) (prog-if 8a [Master SecP PriP])
        Subsystem: 1849:0571                                   
        Flags: bus master, medium devsel, latency 32           
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]                                                                             
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]                                                                             
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]                                                                             
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]                                                                             
        I/O ports at fc00 [size=16]                                             
        Capabilities: [c0] Power Management version 2                           
        Kernel driver in use: pata_via                                         
        Kernel modules: pata_via                                               

00:10.0 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038   
        Flags: bus master, medium devsel, latency 32, IRQ 20
        I/O ports at c480 [size=32]                         
        Capabilities: [80] Power Management version 2       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:10.1 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038   
        Flags: bus master, medium devsel, latency 32, IRQ 22
        I/O ports at c800 [size=32]                         
        Capabilities: [80] Power Management version 2       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:10.2 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038   
        Flags: bus master, medium devsel, latency 32, IRQ 21
        I/O ports at c880 [size=32]                         
        Capabilities: [80] Power Management version 2       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:10.3 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038   
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at cc00 [size=32]                         
        Capabilities: [80] Power Management version 2       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:10.4 0c03: 1106:3104 (rev 90) (prog-if 20)
        Subsystem: 1849:3104                 
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at f7fffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2           
        Capabilities: [88] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:11.0 0601: 1106:3372
        Subsystem: 1849:3372
        Flags: medium devsel
        Capabilities: [c0] Power Management version 2
        Kernel modules: i2c-viapro                   

00:11.7 0600: 1106:287e
        Subsystem: 1106:337e
        Flags: bus master, medium devsel, latency 32
        Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration

00:12.0 0200: 1106:3065 (rev 7c)
        Subsystem: 1849:3065   
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at c000 [size=256]                       
        Memory at f7fff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [40] Power Management version 2           
        Kernel driver in use: via-rhine                         
        Kernel modules: via-rhine                               

00:13.0 0600: 1106:337b
        Flags: bus master, fast devsel, latency 0
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+

00:13.1 0604: 1106:337a (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                       
        Memory behind bridge: fea00000-feafffff                     
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+
        Capabilities: [70] Subsystem: 1849:337a                     

02:00.0 0300: 10de:0163 (rev a1)
        Subsystem: 1043:820b   
        Flags: bus master, fast devsel, latency 0, IRQ 24
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]   
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2             
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

03:05.0 0480: 1131:7133 (rev d1)
        Subsystem: 11bd:002f
        Flags: bus master, medium devsel, latency 32, IRQ 18
        Memory at feaff800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2
        Kernel driver in use: saa7134
        Kernel modules: saa7134

03:06.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 32, IRQ 19
        I/O ports at e800 [size=256]
        Memory at feaff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

80:01.0 0403: 1106:3288 (rev 10)
        Subsystem: 1849:0888
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

v4l2-ctl -n

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 65792

        Input   : 2
        Name    : Composite2
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 3
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0
did a "dmesg | grep saa7133", and driver was already loaded. Didn't need to download a driver to my knowledge.
Title: Re: DVB Cards info needed for Templates
Post by: Esperanto on April 26, 2010, 09:57:42 pm
Yo Mandingo. On your request =)

keep the pnp commin....

Technotrend
TT-connect S2-3650 CI

sudo v4l2-ctl -n:
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : STV06xx
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000000000 ( )
        Status  : 0

sudo lsusb -v
Code: [Select]
Bus 004 Device 007: ID 0b48:300a TechnoTrend AG
Device Descriptor:                             
  bLength                18                     
  bDescriptorType         1                     
  bcdUSB               2.00                     
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0                             
  bDeviceProtocol         0                             
  bMaxPacketSize0        64                             
  idVendor           0x0b48 TechnoTrend AG             
  idProduct          0x300a                             
  bcdDevice            1.01                             
  iManufacturer           1 TechnoTrend                 
  iProduct                2 TT-USB2.0                   
  iSerial                 3 LHIEKI                     
  bNumConfigurations      1   
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 09, 2010, 06:51:14 pm
 ;D

Just to keep you guys updated the bug for mythtv plugin has been fixed sometime ago but i still have a todo list on adding a script to handle multiple cards in the same system correctly

My time now has been pushed over to integrating mythtv .23 and getting us off .22 untill then, i will backport the analog scanning and get that back into .22 working..

The cards that have been posted will become pnp and ill push those in when i have finished with .23

So keep the cards coming

Thanks
Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 07:58:46 am
NOW PNP

I have the Nova-T-500 which is a USB connection through the PCI interface. I couldn't see a specific PCI entry for it, but I suspect it is the VIA USB card (as I don't think I have any other VIA in the system, the mobo chipset is nVidia)

Code: [Select]
01:09.0 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 21
        I/O ports at cc00 [size=32]
        Capabilities: [80] Power Management version 2

01:09.1 0c03: 1106:3038 (rev 62) (prog-if 00 [UHCI])
        Subsystem: 1106:3038
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at c800 [size=32]
        Capabilities: [80] Power Management version 2

01:09.2 0c03: 1106:3104 (rev 65) (prog-if 20 [EHCI])
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 64, IRQ 18
        Memory at fd2fe000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2

from lsusb -vv

Code: [Select]
Bus 003 Device 002: ID 2040:9941 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x9941
  bcdDevice            1.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV Nova-DT
  iSerial                 3 4028962000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

v4l2-ctl didn't work, its looking for a device here, /dev/video which doesn't exist (running 0710) there is a device under /dev/dvb... several directories and devices for 2 "adapters" etc, but using the --device= option just reports:

ioctl: VIDIOC_ENUMINPUT

I didn't have to compile anything, however I am not using this DVB card right at the moment.

hth
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:01:51 am
NOW PNP

Ok...first i just plugged in my Terratec Cinergy DT XS Diversity und checked dmesg

Code: [Select]
pat@dcerouter:~$ dmesg
[ 3802.412033] usb 2-8: new high speed USB device using ehci_hcd and address 7
[ 3802.553951] usb 2-8: configuration #1 chosen from 1 choice
[ 3802.554910] dvb-usb: found a 'Terratec Cinergy DT XS Diversity' in cold state, will try to load a firmware
[ 3802.554917] firmware: requesting dvb-usb-dib0700-1.10.fw
[ 3802.559679] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
[ 3802.905484] dib0700: firmware started successfully.
[ 3803.409067] dvb-usb: found a 'Terratec Cinergy DT XS Diversity' in warm state.
[ 3803.410787] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3803.411617] DVB: registering new adapter (Terratec Cinergy DT XS Diversity)
[ 3803.653846] DVB: registering frontend 1 (DiBcom 7000PC)...
[ 3803.658218] MT2266: successfully identified
[ 3803.822722] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3803.823351] DVB: registering new adapter (Terratec Cinergy DT XS Diversity)
[ 3804.002719] DVB: registering frontend 2 (DiBcom 7000PC)...
[ 3804.009470] MT2266: successfully identified
[ 3804.175214] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:0b.1/usb2/2-8/input/input8
[ 3804.212609] dvb-usb: schedule remote query interval to 150 msecs.
[ 3804.212618] dvb-usb: Terratec Cinergy DT XS Diversity successfully initialized and connected.

...than lsusb vn:

Code: [Select]
Bus 002 Device 007: ID 0ccd:005a TerraTec Electronic GmbH
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0ccd TerraTec Electronic GmbH
  idProduct          0x005a
  bcdDevice            0.01
  iManufacturer           1 TerraTec
  iProduct                2 Cinergy DT XS
  iSerial                 3 070201004089
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
Code: [Select]
pat@dcerouter:~$ sudo apt-get install ivtv-utils
...
pat@dcerouter:~$ sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory

I just ordered the KNC ONE PCI DVB-C card.... i will post results, the moment the card arrives.

And Mandigo, as i haven't tried creating templates before and i got lost in the wiki, i would love to see some wiki/documentation, so that more of us could suuport in little babysteps. How about that idea?
Cheers,
Pat
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:02:41 am
NOW PNP

...
So keep them comming and no one will go ignored just remember the info to post

DViCo FusionHDTV7 Dual Express - The lspci bits were already up on the wiki I created for this card.  I ran the v4l2-ctl and added the output but soon realized that the analog inputs were likely from the usb tuner card I have plugged in (I'll post the info for it soon).  The driver for this card does not support the analog inputs.  http://wiki.linuxmce.org/index.php/DViCO_FusionHDTV7_Dual_Express (http://wiki.linuxmce.org/index.php/DViCO_FusionHDTV7_Dual_Express)

This card requires the xc5000 firmware.  There are two versions that I have used, depending on which the kernel requests (1.1 or 1.6.114).

Replied as soon as I saw this post...I was away from the forums for a couple days.  Keep up the good work. 
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:03:39 am
NOW PNP

I have the Hauppauge Nova-S plus PCI Card DVB-S

sudo lspci -vn  brings:

Code: [Select]
00:00.0 0600: 8086:2e20 (rev 03)
        Subsystem: 1043:8336   
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: intel-agp                         

00:01.0 0604: 8086:2e21 (rev 03)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff                       
        Memory behind bridge: f6000000-f9cfffff                     
        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
        Capabilities: [88] Subsystem: 1043:8336                             
        Capabilities: [80] Power Management version 3                       
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                   
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [140] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1a.0 0c03: 8086:3a37
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at b800 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.1 0c03: 8086:3a38
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b880 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.2 0c03: 8086:3a39                                                         
        Subsystem: 1043:82d4                                                   
        Flags: bus master, medium devsel, latency 0, IRQ 18                     
        I/O ports at bc00 [size=32]                                             
        Capabilities: [50] Vendor Specific Information <?>                     
        Kernel driver in use: uhci_hcd                                         
        Kernel modules: uhci-hcd                                               

00:1a.7 0c03: 8086:3a3c (prog-if 20)
        Subsystem: 1043:82d4       
        Flags: bus master, medium devsel, latency 0, IRQ 18
        Memory at f5fffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1b.0 0403: 8086:3a3e
        Subsystem: 1043:82fe
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at f5ff8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2           
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00     
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [130] Root Complex Link <?>                               
        Kernel driver in use: HDA Intel                                         
        Kernel modules: snd-hda-intel                                           

00:1c.0 0604: 8086:3a40
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        Prefetchable memory behind bridge: 00000000f4f00000-00000000f4ffffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00               
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.3 0604: 8086:3a46
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Memory behind bridge: f9f00000-f9ffffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.4 0604: 8086:3a48
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                       
        Memory behind bridge: f9e00000-f9efffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1c.5 0604: 8086:3a4a
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff                       
        Memory behind bridge: f9d00000-f9dfffff                     
        Prefetchable memory behind bridge: 00000000f4e00000-00000000f4efffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00               
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+                                                                         
        Capabilities: [90] Subsystem: 1043:82d4                                 
        Capabilities: [a0] Power Management version 2                           
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [180] Root Complex Link <?>                               
        Kernel driver in use: pcieport-driver                                   
        Kernel modules: shpchp                                                 

00:1d.0 0c03: 8086:3a34
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at b080 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:3a35
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at b400 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:3a36
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at b480 [size=32]                       
        Capabilities: [50] Vendor Specific Information <?>
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:3a3a (prog-if 20)
        Subsystem: 1043:82d4       
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at f5fff800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Capabilities: [98] Vendor Specific Information <?>     
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev 90) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
        Memory behind bridge: fa000000-fdffffff                     
        Capabilities: [50] Subsystem: 1043:82d4                     

00:1f.0 0601: 8086:3a18
        Subsystem: 1043:82d4
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>

00:1f.2 0101: 8086:3a20 (prog-if 8a [Master SecP PriP])
        Subsystem: 1043:82d4                           
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
        I/O ports at 01f0 [size=8]                               
        I/O ports at 03f4 [size=1]                               
        I/O ports at 0170 [size=8]                               
        I/O ports at 0374 [size=1]                               
        I/O ports at ff90 [size=16]                               
        I/O ports at ffa0 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Capabilities: [b0] Vendor Specific Information <?>       
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

00:1f.3 0c05: 8086:3a30
        Subsystem: 1043:82d4
        Flags: medium devsel, IRQ 3
        Memory at f5fff400 (64-bit, non-prefetchable) [size=256]
        I/O ports at 0400 [size=32]                             
        Kernel modules: i2c-i801                               

00:1f.5 0101: 8086:3a26 (prog-if 85 [Master SecO PriO])
        Subsystem: 1043:82d4                           
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19
        I/O ports at b000 [size=8]                               
        I/O ports at ac00 [size=4]                               
        I/O ports at a880 [size=8]                               
        I/O ports at a800 [size=4]                               
        I/O ports at a480 [size=16]                               
        I/O ports at a400 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Capabilities: [b0] Vendor Specific Information <?>       
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

01:00.0 0300: 10de:0614 (rev a2)
        Subsystem: 1043:82de   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]   
        Memory at f6000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at cc00 [size=128]                           
        [virtual] Expansion ROM at f9ce0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 3             
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                         
        Capabilities: [78] Express Endpoint, MSI 00                             
        Capabilities: [100] Virtual Channel <?>                                 
        Capabilities: [128] Power Budgeting <?>                                 
        Capabilities: [600] Vendor Specific Information <?>                     
        Kernel driver in use: nvidia                                           
        Kernel modules: nvidiafb, nvidia                                       

02:00.0 0200: 10ec:8168 (rev 02)
        Subsystem: 1043:82c6   
        Flags: bus master, fast devsel, latency 0, IRQ 218
        I/O ports at d800 [size=256]                     
        Memory at f4eff000 (64-bit, prefetchable) [size=4K]
        Memory at f4ee0000 (64-bit, prefetchable) [size=64K]
        Expansion ROM at f9df0000 [disabled] [size=64K]     
        Capabilities: [40] Power Management version 3       
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                         
        Capabilities: [70] Express Endpoint, MSI 01                             
        Capabilities: [b0] MSI-X: Enable- Mask- TabSize=2                       
        Capabilities: [d0] Vital Product Data <?>                               
        Capabilities: [100] Advanced Error Reporting <?>                       
        Capabilities: [140] Virtual Channel <?>                                 
        Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00       
        Kernel driver in use: r8169                                             
        Kernel modules: r8169                                                   

03:00.0 0101: 11ab:6121 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:82a2                                             
        Flags: bus master, fast devsel, latency 0, IRQ 16                 
        I/O ports at ec00 [size=8]                                       
        I/O ports at e880 [size=4]                                       
        I/O ports at e800 [size=8]                                       
        I/O ports at e480 [size=4]                                       
        I/O ports at e400 [size=16]                                       
        Memory at f9effc00 (32-bit, non-prefetchable) [size=1K]           
        Capabilities: [48] Power Management version 2                     
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-                                                                         
        Capabilities: [e0] Express Legacy Endpoint, MSI 00                     
        Capabilities: [100] Advanced Error Reporting <?>                       
        Kernel driver in use: pata_marvell                                     
        Kernel modules: pata_marvell, ahci                                     

04:00.0 0c00: 197b:2380 (prog-if 10)
        Subsystem: 1043:8313       
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at f9fff800 (32-bit, non-prefetchable) [size=2K]
        Memory at f9fff400 (32-bit, non-prefetchable) [size=128]
        Memory at f9fff000 (32-bit, non-prefetchable) [size=128]
        Memory at f9ffec00 (32-bit, non-prefetchable) [size=128]
        Capabilities: [44] Power Management version 3
        Capabilities: [80] Express Endpoint, MSI 00
        Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0Enable-
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394

06:00.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx8800
        Kernel modules: cx8800

06:00.1 0480: 14f1:8801 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88_audio
        Kernel modules: cx88-alsa

06:00.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802

06:00.4 0480: 14f1:8804 (rev 05)
        Subsystem: 0070:9202
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2

sudo v4l2-ctl -n   brings:

Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

is there anything else I can do....

thanks so far
freaky


Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:04:18 am
NOW PNP

I have an ATI tv-wonder VE if memory serves me correct it shows up as a Brooktree bt878 chipset
lspci output
Code: [Select]
01:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)

lspci -v output
Code: [Select]
01:02.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
        Subsystem: ATI Technologies Inc Device 0003
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at ff6fe000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

01:02.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
        Subsystem: ATI Technologies Inc Device 0003
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at ff6ff000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

lspci -vn output
Code: [Select]
01:02.0 0400: 109e:036e (rev 11)
        Subsystem: 1002:0003
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at ff6fe000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: bttv
        Kernel modules: bttv

01:02.1 0480: 109e:0878 (rev 11)
        Subsystem: 1002:0003
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at ff6ff000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2

v4l2-ctl -n output
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 256

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0


EDIT:::
ALL IS GOOD EXCEPT SOUND NOW!!!
TYVM MANDINGO


Hope this helps
Pugs
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:04:49 am
NOW PNP

Pinnacle PCTV Hybrid Pro 310i pci

lspci -vn

Code: [Select]
00:00.0 0600: 1106:0308                
        Subsystem: 1849:0308          
        Flags: bus master, medium devsel, latency 8
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [80] AGP version 3.5                  
        Capabilities: [50] Power Management version 2      
        Kernel driver in use: agpgart-via                  
        Kernel modules: via-agp                            

00:00.1 0600: 1106:1308
        Subsystem: 1849:1308
        Flags: bus master, medium devsel, latency 0

00:00.2 0600: 1106:2308
        Subsystem: 1849:2308
        Flags: bus master, medium devsel, latency 0

00:00.3 0600: 1106:3208
        Flags: bus master, medium devsel, latency 0
        Kernel modules: via-agp                    

00:00.4 0600: 1106:4308
        Subsystem: 1849:4308
        Flags: bus master, medium devsel, latency 0

00:00.5 0800: 1106:5308 (prog-if 20)
        Subsystem: 1849:5308        
        Flags: bus master, fast devsel, latency 0

00:00.7 0600: 1106:7308
        Flags: bus master, medium devsel, latency 0

00:01.0 0604: 1106:b198
        Flags: bus master, 66MHz, medium devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Capabilities: [70] Power Management version 2              
        Kernel modules: shpchp                                      
                                                                                                                        
00:02.0 0604: 1106:a208                                                                                                  
        Flags: bus master, fast devsel, latency 0                                                                        
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0                                                    
        Memory behind bridge: fc000000-fe9fffff                                                                          
        Prefetchable memory behind bridge: d0000000-dfffffff                                                            
        Capabilities: [40] Express Root Port (Slot+), MSI 00                                                            
        Capabilities: [68] Power Management version 2                                                                    
        Capabilities: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable+                                  
        Capabilities: [100] Advanced Error Reporting <?>                                                                
        Capabilities: [140] Virtual Channel <?>                                                                          
        Kernel driver in use: pcieport-driver                                                                            
        Kernel modules: shpchp                                                                                          

00:0f.0 0101: 1106:5372 (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1849:5372                                    
        Flags: bus master, medium devsel, latency 32, IRQ 21    
        I/O ports at dc00 [size=8]                              
        I/O ports at d880 [size=4]                              
        I/O ports at d800 [size=8]                              
        I/O ports at d480 [size=4]                              
        I/O ports at d400 [size=16]                              
        I/O ports at d000 [size=256]                            
        Capabilities: [c0] Power Management version 2            
        Kernel driver in use: sata_via                          
        Kernel modules: sata_via                                

00:0f.1 0101: 1106:0571 (rev 07) (prog-if 8a [Master SecP PriP])
        Subsystem: 1849:0571                                    
        Flags: bus master, medium devsel, latency 32            
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at fc00 [size=16]                                                
        Capabilities: [c0] Power Management version 2                              
        Kernel driver in use: pata_via                                            
        Kernel modules: pata_via                                                  

00:10.0 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 20
        I/O ports at c480 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.1 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 22
        I/O ports at c800 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.2 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 21
        I/O ports at c880 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.3 0c03: 1106:3038 (rev b0)
        Subsystem: 1849:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at cc00 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

00:10.4 0c03: 1106:3104 (rev 90) (prog-if 20)
        Subsystem: 1849:3104                
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at f7fffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2          
        Capabilities: [88] Debug port: BAR=1 offset=00a0        
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:11.0 0601: 1106:3372
        Subsystem: 1849:3372
        Flags: medium devsel
        Capabilities: [c0] Power Management version 2
        Kernel modules: i2c-viapro                  

00:11.7 0600: 1106:287e
        Subsystem: 1106:337e
        Flags: bus master, medium devsel, latency 32
        Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration

00:12.0 0200: 1106:3065 (rev 7c)
        Subsystem: 1849:3065    
        Flags: bus master, medium devsel, latency 32, IRQ 23
        I/O ports at c000 [size=256]                        
        Memory at f7fff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [40] Power Management version 2          
        Kernel driver in use: via-rhine                        
        Kernel modules: via-rhine                              

00:13.0 0600: 1106:337b
        Flags: bus master, fast devsel, latency 0
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+

00:13.1 0604: 1106:337a (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff                        
        Memory behind bridge: fea00000-feafffff                    
        Prefetchable memory behind bridge: 0000000050000000-00000000500fffff
        Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed+      
        Capabilities: [70] Subsystem: 1849:337a                            

02:00.0 0300: 10de:0163 (rev a1)
        Subsystem: 1043:820b    
        Flags: bus master, fast devsel, latency 0, IRQ 24
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]  
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

03:04.0 0200: 10ec:8169 (rev 10)
        Subsystem: 10ec:8169
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        I/O ports at e800 [size=256]
        Memory at feaffc00 (32-bit, non-prefetchable) [size=256]
        Expansion ROM at 50000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: r8169
        Kernel modules: r8169

03:06.0 0480: 1131:7133 (rev d1)
        Subsystem: 11bd:002f
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at feaff000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2
        Kernel driver in use: saa7134
        Kernel modules: saa7134

80:01.0 0403: 1106:3288 (rev 10)
        Subsystem: 1849:0888
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

v4l2-ctl -n will follow shortly

did a "dmesg | grep saa7133", and driver was already loaded. Didn't need to download a driver to my knowledge.
Title: Re: HVR-4000
Post by: MANDINGO on May 23, 2010, 08:05:35 am
NOW PNP

Mandingo, here's my info:

sudo lspci -vn > lspci.txt is attached

This is what I did to get the correct firmware:
Code: [Select]
* delving into firmware of HVR-4000
** look here for [[http://ubuntuforums.org/showpost.php?p=8217434&postcount=6][info]]
  
   -rw-r--r-- 1 root root 32522 2009-11-01 21:57 /lib/firmware/dvb-fe-cx24116.fw
   md5sum /lib/firmware/dvb-fe-cx24116.fw
   417cafd3b10e207e1dba9a03ad63e405 /lib/firmware/dvb-fe-cx24116.fw

   As soon as the file is in the directory, the card will work properly. No rebooting or changing run levels required.

   You should see this healthy report from the kernel when a program accesses the card (such as mythtv doing a channel scan with it):

   [42984.651309] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
   [42984.651324] cx8800 0000:01:08.0: firmware: requesting dvb-fe-cx24116.fw
   [42984.661140] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
   [42989.799701] cx24116_load_firmware: FW version 1.20.79.0
   [42989.799717] cx24116_firmware_ondemand: Firmware upload complete

   My channel scanning now works perfectly. Hope this helps someone else
** compare to mine:
  
   linuxmce@mythrouter:/lib/firmware$ md5sum dvb-fe-cx24116.fw
   dd8dfdfca6b72462d9db8032f78631c8  dvb-fe-cx24116.fw
** went to fetch Firmware v1.20.79.0
   linuxmce@mythrouter:/lib/firmware$ md5sum dvb-fe-cx24116.fw
   417cafd3b10e207e1dba9a03ad63e405  dvb-fe-cx24116.fw

During the previous couple of weeks I did a lot of test setup's in all kinds of ways. As stated earlier I have tried and tested both the standard v4l-dvb repositories at linuxtv.org as well as the s2-liplianin repository. At a certain point nothing would work any more.
I am not a specialist in mercurial or git, but I did some searching and went back to some of the test installs.
I found that hg parents gave me detailed info on the repository installed.

This was the hg parent info of a working install:
Code: [Select]
*** hg parents
    linuxmce@dcerouter:/usr/local/src/v4l-dvb$ hg parents
    Not trusting file /usr/local/src/v4l-dvb/.hg/hgrc from untrusted user root, group root
    Not trusting file /usr/local/src/v4l-dvb/.hg/hgrc from untrusted user root, group root
    changeset:   13486:b7aed635c722
    tag:         tip
    parent:      13476:94eeadb13b55
    parent:      13485:98ae95e7390b
    user:        Mauro Carvalho Chehab <mchehab@redhat.com>
    date:        Wed Nov 25 16:48:18 2009 -0200
    summary:     merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

To put in place this specific set of the repo:
hg clone -r 13486 http://...

05-01-2010
Here's the additional sudo v4l2-ctl -n info:
Code: [Select]
linuxmce@dcerouter:~$ sudo v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
Input   : 0
Name    : Television
Type    : 0x00000001
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 1
Name    : Composite1
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 2
Name    : S-Video
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

If you require more info just let me know.
If you want me to do testing, let me know what steps I need to make, and I'll swap in a blank hd and test anew.

Thanks for your input!

Erwin




Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:06:27 am
NOW PNP

technisat cablestar hd2

Code: [Select]
02:0a.0 0480: 1822:4e35 (rev 01)
        Subsystem: 1ae4:0002
        Flags: bus master, medium devsel, latency 64, IRQ 22
        Memory at dfeff000 (32-bit, prefetchable) [size=4K]
        Kernel driver in use: Mantis
        Kernel modules: mantis
Mantis module compiled from http://mercurial.intuxication.org/hg/s2-liplianin (selectively compiled, hence there are a whole lot more drivers included).

Struggeling to make vdr actually use it now. I mean, it does open the device (listed in lsof and I get device is busy when trying to scan for channels while vdr is running) but it says "no signal" when switching to TV on my orbiter.
Any hints are welcome.
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:08:26 am
NOW PNP

Mandingo,

I have two older cards but thought I would give you the info anyway.

They are Winfast DTV-1000T PCI cards.

sudo lspci -vn
Code: [Select]
00:00.0 0600: 8086:1a30 (rev 11)
Subsystem: 8086:1a30
Flags: bus master, fast devsel, latency 0
Memory at f2000000 (32-bit, prefetchable) [size=32M]
Capabilities: [e4] Vendor Specific Information
Capabilities: [a0] AGP version 2.0

00:01.0 0604: 8086:1a31 (rev 11) (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 32
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
Memory behind bridge: f4900000-f69fffff
Prefetchable memory behind bridge: ec600000-f06fffff

00:1d.0 0c03: 8086:24c2 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at e800 [size=32]

00:1d.1 0c03: 8086:24c4 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at e880 [size=32]

00:1d.2 0c03: 8086:24c7 (rev 01) (prog-if 00 [UHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at ec00 [size=32]

00:1d.7 0c03: 8086:24cd (rev 01) (prog-if 20 [EHCI])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 19
Memory at febffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 0604: 8086:244e (rev 81) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: f6a00000-feafffff
Prefetchable memory behind bridge: f0700000-f07fffff

00:1f.0 0601: 8086:24c0 (rev 01)
Flags: bus master, medium devsel, latency 0

00:1f.1 0101: 8086:24cb (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: 8086:5032
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at ffa0 [size=16]
Memory at 50000000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 0c05: 8086:24c3 (rev 01)
Subsystem: 8086:5032
Flags: medium devsel, IRQ 20
I/O ports at e000 [size=32]

00:1f.5 0401: 8086:24c5 (rev 01)
Subsystem: 8086:0102
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at e400 [size=256]
I/O ports at e080 [size=64]
Memory at febff800 (32-bit, non-prefetchable) [size=512]
Memory at febff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

01:00.0 0300: 10de:002d (rev 15) (prog-if 00 [VGA])
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
Memory at ee000000 (32-bit, prefetchable) [size=32M]
Expansion ROM at f69f0000 [disabled] [size=64K]
Capabilities: [60] Power Management version 1
Capabilities: [44] AGP version 2.0

02:00.0 0780: 1057:5608
Subsystem: 1057:0000
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d800 [size=256]
Memory at feaff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2

02:02.0 0400: 14f1:8800 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 18
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
Capabilities: [4c] Power Management version 2

02:02.2 0480: 14f1:8802 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 18
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2

02:0c.0 0200: 10ec:8169 (rev 10)
Subsystem: 1385:311a
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 20
I/O ports at d400 [size=256]
Memory at feafec00 (32-bit, non-prefetchable) [size=256]
Expansion ROM at f0700000 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

02:0d.0 0200: 1113:1211 (rev 10)
Subsystem: 1113:1211
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d000 [size=256]
Memory at feafe800 (32-bit, non-prefetchable) [size=256]
Expansion ROM at f0720000 [disabled] [size=64K]
Capabilities: [50] Power Management version 2

02:0e.0 0400: 14f1:8800 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
Capabilities: [4c] Power Management version 2

02:0e.2 0480: 14f1:8802 (rev 05)
Subsystem: 107d:665f
Flags: bus master, medium devsel, latency 32, IRQ 20
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2

sudo v4l2-ctl -n
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
Input   : 0
Name    : DVB
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 1
Name    : Composite1
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0

Input   : 2
Name    : S-Video
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
Status  : 0
Both cards are the same so only included this for default /dev/video0

Drivers were standard part of 7.10 install and cards work very well with no issues whatsoever.
If firmware was required I did nothing explicit to get it.

Thanks for your efforts
Darren

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:09:45 am
NOW PNP

Hi I have a:

Hauppauge WinTV
Nova-t PCI (9003) Thomson DTT75105
PCI CX2388x
DVB-T (CX22702)
________________________________________________

sudo lspci -vn



01:07.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9002
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx8800
        Kernel modules: cx8800

01:07.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9002
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802


________________________________________________

sudo v4l2-ctl -n

ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

________________________________________________


Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:11:48 am
NOW PNP

Jones is your card the Hauppauge Nova-T  ???

No, it is a 2 x Satelco EasyWatch PCI (DVB-C)
http://www.linuxtv.org/wiki/index.php/Satelco_EasyWatch_PCI_(DVB-C) (http://www.linuxtv.org/wiki/index.php/Satelco_EasyWatch_PCI_(DVB-C))


Keep up the good work :-)
Jones
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:16:48 am
NOW PNP

I got a hauppauge nova hd s2

here are my two cents:
lspci -vn:
Quote


v4l2-ctl -n
Quote
ioctl: VIDIOC_ENUMINPUT
   Input   : 0
   Name    : DVB
   Type    : 0x00000002
   Audioset: 0x00000000
   Tuner   : 0x00000000
   Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
   Status  : 0
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:17:57 am
NOW PNP

Hi,

I use Technotrend-Budget/Hauppauge WinTV-NOVA-CI DVB card. Here is an output of lspci:

Code: [Select]
01:07.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:100f
        Flags: bus master, medium devsel, latency 64, IRQ 19
        Memory at fcfff800 (32-bit, non-prefetchable) [size=512]

Code: [Select]
linuxmce@dcerouter:~$ sudo v4l2-ctl -n -d /dev/dvb/adapter0/frontend0
ioctl: VIDIOC_ENUMINPUT

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:19:10 am
NOW PNP

Here are the details for my Hauppauge HVR-1300:

sudo lspci -vn

00:00.0 0600: 8086:2570 (rev 02)
        Subsystem: 8086:2570   
        Flags: bus master, fast devsel, latency 0
        Memory at e8000000 (32-bit, prefetchable) [size=128M]
        Capabilities: [e4] Vendor Specific Information <?>   
        Kernel driver in use: agpgart-intel                 
        Kernel modules: intel-agp                           

00:02.0 0300: 8086:2572 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f0000000 (32-bit, prefetchable) [size=128M]
        Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00                               
        Capabilities: [d0] Power Management version 1           
        Kernel modules: intelfb                                 

00:1d.0 0c03: 8086:24d2 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at c800 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:24d4 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at cc00 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:24d7 (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at d000 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.3 0c03: 8086:24de (rev 02)
        Subsystem: 8086:485a   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at d400 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:24dd (rev 02) (prog-if 20)
        Subsystem: 8086:485a                 
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev c2)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000b000-0000bfff                         
        Memory behind bridge: f8900000-fe9fffff                     
        Kernel modules: shpchp                                       

00:1f.0 0601: 8086:24d0 (rev 02)
        Flags: bus master, medium devsel, latency 0
        Kernel modules: intel-rng, iTCO_wdt       

00:1f.1 0101: 8086:24db (rev 02) (prog-if 8a [Master SecP PriP])
        Subsystem: 8086:485a                                   
        Flags: bus master, medium devsel, latency 0, IRQ 18     
        I/O ports at 01f0                               
        I/O ports at 03f4                               
        I/O ports at 0170                               
        I/O ports at 0374                               
        I/O ports at ffa0 [size=16]                             
        Memory at 40000000 (32-bit, non-prefetchable) [size=1K]
        Kernel driver in use: ata_piix                         
        Kernel modules: ata_piix                               

00:1f.2 0101: 8086:24d1 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 8086:485a                                             
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18       
        I/O ports at e800                                         
        I/O ports at e400                                         
        I/O ports at e000                                         
        I/O ports at dc00                                         
        I/O ports at d800 [size=16]                                       
        Kernel driver in use: ata_piix                                   
        Kernel modules: ata_piix                                         

00:1f.3 0c05: 8086:24d3 (rev 02)
        Subsystem: 8086:485a   
        Flags: medium devsel, IRQ 3
        I/O ports at c400 [size=32]
        Kernel modules: i2c-i801   

00:1f.5 0401: 8086:24d5 (rev 02)
        Subsystem: 8086:0210   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        Memory at feb7f800 (32-bit, non-prefetchable) [size=512]
        Memory at feb7f400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2           
        Kernel driver in use: Intel ICH                         
        Kernel modules: snd-intel8x0                           

01:00.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:9600   
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>               
        Capabilities: [4c] Power Management version 2           
        Kernel driver in use: cx8800                           
        Kernel modules: cx8800                                 

01:00.1 0480: 14f1:8811 (rev 05)
        Subsystem: 0070:9600
        Flags: bus master, medium devsel, latency 32, IRQ 10
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel modules: cx88-alsa

01:00.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:9600
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802

01:02.0 0200: 10ec:8139 (rev 10)
        Subsystem: 3030:5032
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at b800 [size=256]
        Memory at fe9ffc00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

01:08.0 0200: 8086:1050 (rev 01)
        Subsystem: 8086:304a
        Flags: bus master, medium devsel, latency 32, IRQ 20
        Memory at fe9fe000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at bc00 [size=64]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: e100
        Kernel modules: e100, eepro100

sudo v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000727FF7 ( PAL NTSC SECAM )
        Status  : 0

Regards

Ste 
 
 

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:20:44 am
NOW PNP

TechniSat SkyStar 2 (http://wiki.linuxmce.org/index.php/Technisat_SkyStar2) TV rev.2.6D

lspci -vn

Code: [Select]
00:00.0 0500: 10de:03ea (rev a1)
        Subsystem: 1458:5001
        Flags: bus master, 66MHz, fast devsel, latency 0
        Capabilities: [44] HyperTransport: Slave or Primary Interface
        Capabilities: [dc] HyperTransport: MSI Mapping Enable+ Fixed-

00:01.0 0601: 10de:03e0 (rev a2)
        Subsystem: 1458:0c11
        Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 0c05: 10de:03eb (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel, IRQ 5
        I/O ports at c400 [size=64]
        I/O ports at 1c00 [size=64]
        I/O ports at 1c40 [size=64]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: nForce2_smbus
        Kernel modules: i2c-nforce2

00:01.2 0500: 10de:03f5 (rev a2)
        Subsystem: 1458:0c11
        Flags: 66MHz, fast devsel

00:02.0 0c03: 10de:03f1 (rev a3) (prog-if 10)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at fd006000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:02.1 0c03: 10de:03f2 (rev a3) (prog-if 20)
        Subsystem: 1458:5004
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at fd007000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=0098
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:04.0 0604: 10de:03f3 (rev a1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: fb000000-fcffffff
        Prefetchable memory behind bridge: 88000000-880fffff
        Capabilities: [b8] Subsystem: 1458:026f
        Capabilities: [8c] HyperTransport: MSI Mapping Enable+ Fixed-

00:05.0 0403: 10de:03f0 (rev a2)
        Subsystem: 1458:a002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at fd000000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable-
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:06.0 0101: 10de:03ec (rev a2) (prog-if 8a [Master SecP PriP])
        Subsystem: f458:5002
        Flags: bus master, 66MHz, fast devsel, latency 0
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
        I/O ports at f000 [size=16]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: pata_amd
        Kernel modules: pata_amd

00:07.0 0680: 10de:03ef (rev a2)
        Subsystem: 1458:e000
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        Memory at fd004000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at c800 [size=8]
        Capabilities: [44] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/3 Enable+
        Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: forcedeth
        Kernel modules: forcedeth

00:08.0 0101: 10de:03f6 (rev a2) (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b002
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        I/O ports at 09f0 [size=8]
        I/O ports at 0bf0 [size=4]
        I/O ports at 0970 [size=8]
        I/O ports at 0b70 [size=4]
        I/O ports at dc00 [size=16]
        Memory at fd005000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/2 Enable-
        Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+
        Kernel driver in use: sata_nv
        Kernel modules: sata_nv

00:09.0 0604: 10de:03e8 (rev a2)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: f8000000-faffffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
        Capabilities: [40] Subsystem: 10de:0000
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed-
        Capabilities: [80] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:18.0 0600: 1022:1200
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1201
        Flags: fast devsel

00:18.2 0600: 1022:1202
        Flags: fast devsel

00:18.3 0600: 1022:1203
        Flags: fast devsel
        Capabilities: [f0] Secure device <?>

00:18.4 0600: 1022:1204
        Flags: fast devsel

01:07.0 0280: 13d0:2103 (rev 02)
        Subsystem: 13d0:2103
        Flags: bus master, slow devsel, latency 32, IRQ 17
        Memory at fc000000 (32-bit, non-prefetchable) [size=64K]
        I/O ports at a000 [size=32]
        Kernel driver in use: b2c2_flexcop_pci
        Kernel modules: b2c2-flexcop-pci

01:09.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at a400 [size=256]
        Memory at fc010000 (32-bit, non-prefetchable) [size=256]
        [virtual] Expansion ROM at 88000000 [disabled] [size=64K]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

02:00.0 0300: 10de:0392 (rev a1)
        Subsystem: 1458:341a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Memory at f9000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at b000 [size=128]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

sudo apt-get install ivtv-utils

sudo v4l2-ctl -n

Code: [Select]
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 08:37:04 am
NOW PNP

Not sure why it took me so long to read this post! Sorry!  :-[

Avermedia AVerTV DVB-T 777
Code: [Select]
linuxmce@dcerouter:~$ sudo lspci -vn
[sudo] password for linuxmce:
00:00.0 0600: 8086:29c0 (rev 02)
        Subsystem: 1043:8276
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:01.0 0604: 8086:29c1 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: fc000000-fe8fffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 1043:8276
        Capabilities: [80] Power Management version 3
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [a0] Express Root Port (Slot+) IRQ 0

00:1a.0 0c03: 8086:2937 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at b800 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.1 0c03: 8086:2938 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at b880 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.2 0c03: 8086:2939 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at bc00 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1a.7 0c03: 8086:293c (rev 02) (prog-if 20 [EHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        Memory at fbfffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] Vendor Specific Information

00:1b.0 0403: 8086:293e (rev 02)
        Subsystem: 1043:829f
        Flags: bus master, fast devsel, latency 0, IRQ 22
        Memory at fbff8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 0604: 8086:2940 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Prefetchable memory behind bridge: 00000000faf00000-00000000faffffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1c.4 0604: 8086:2948 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fea00000-feafffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1c.5 0604: 8086:294a (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fe900000-fe9fffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [90] Subsystem: 1043:8277
        Capabilities: [a0] Power Management version 2

00:1d.0 0c03: 8086:2934 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 20
        I/O ports at b080 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.1 0c03: 8086:2935 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 21
        I/O ports at b400 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.2 0c03: 8086:2936 (rev 02) (prog-if 00 [UHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at b480 [size=32]
        Capabilities: [50] Vendor Specific Information

00:1d.7 0c03: 8086:293a (rev 02) (prog-if 20 [EHCI])
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0, IRQ 20
        Memory at fbfff800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] Vendor Specific Information

00:1e.0 0604: 8086:244e (rev 92) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: feb00000-febfffff
        Capabilities: [50] Subsystem: 1043:8277

00:1f.0 0601: 8086:2916 (rev 02)
        Subsystem: 1043:8277
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:1f.2 0101: 8086:2920 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at a000 [size=8]
        I/O ports at 9c00 [size=4]
        I/O ports at 9880 [size=8]
        I/O ports at 9800 [size=4]
        I/O ports at 9480 [size=16]
        I/O ports at 9400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information

00:1f.3 0c05: 8086:2930 (rev 02)
        Subsystem: 1043:8277
        Flags: medium devsel, IRQ 5
        Memory at fbfff400 (64-bit, non-prefetchable) [size=256]
        I/O ports at 0400 [size=32]

00:1f.5 0101: 8086:2926 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1043:8277
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 22
        I/O ports at b000 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at a880 [size=8]
        I/O ports at a800 [size=4]
        I/O ports at a480 [size=16]
        I/O ports at a400 [size=16]
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] Vendor Specific Information

01:00.0 0300: 10de:01df (rev a1) (prog-if 00 [VGA])
        Subsystem: 1458:342a
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fe8e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [78] Express Endpoint IRQ 0

02:00.0 0200: 11ab:4364 (rev 12)
        Subsystem: 1043:81f8
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
        I/O ports at c800 [size=256]
        Expansion ROM at fe9c0000 [disabled] [size=128K]
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data
        Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0           Enable-
        Capabilities: [e0] Express Legacy Endpoint IRQ 0

03:00.0 0101: 11ab:6101 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1043:82e0
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at dc00 [size=8]
        I/O ports at d880 [size=4]
        I/O ports at d800 [size=8]
        I/O ports at d480 [size=4]
        I/O ports at d400 [size=16]
        Memory at feaffc00 (32-bit, non-prefetchable) [size=512]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0           Enable-
        Capabilities: [e0] Express Legacy Endpoint IRQ 0

05:01.0 0480: 1131:7133 (rev d1)
        Subsystem: 1461:2c05
        Flags: bus master, medium devsel, latency 64, IRQ 17
        Memory at febff800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2

05:02.0 0200: 10ec:8139 (rev 10)
        Subsystem: 10ec:8139
        Flags: bus master, medium devsel, latency 64, IRQ 19
        I/O ports at e800 [size=256]
        Memory at febff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [50] Power Management version 2

05:03.0 0c00: 1106:3044 (rev c0) (prog-if 10 [OHCI])
        Subsystem: 1043:81fe
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at febfe800 (32-bit, non-prefetchable) [size=2K]
        I/O ports at ec00 [size=128]
        Capabilities: [50] Power Management version 2



Thanks!
WR.

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 09:03:00 am
NOW PNP

Card info from my friend:
 - Prof Revolution DVB-S2 7500 USB - http://www.prof-tuners.com/eng/prof7500.html
 - lsusb:
Code: [Select]
Bus 002 Device 003: ID 3034:7500 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x3034
  idProduct          0x7500
  bcdDevice            0.00
  iManufacturer           1 Prof Group
  iProduct                2 DVB-S USB
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 09:24:45 am
NOW PNP

I have WinTV-Nexus-S V2.3 PCI
 
sudo lspci -vn

Code: [Select]

00:00.0 0600: 8086:2990 (rev 02)
        Subsystem: 1028:01da     
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: intel-agp                         

00:01.0 0604: 8086:2991 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff                       
        Memory behind bridge: fc000000-feafffff                     
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [88] Subsystem: 1028:01da                             
        Capabilities: [80] Power Management version 3                       
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [a0] Express Root Port (Slot+), MSI 00                           
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [140] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1a.0 0c03: 8086:2834 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at ff20 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.1 0c03: 8086:2835 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff00 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1a.7 0c03: 8086:283a (rev 02) (prog-if 20)
        Subsystem: 1028:01da                 
        Flags: bus master, medium devsel, latency 0, IRQ 22
        Memory at febfbc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1b.0 0403: 8086:284b (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2           
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00           
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [130] Root Complex Link <?>                                     
        Kernel driver in use: HDA Intel                                               
        Kernel modules: snd-hda-intel                                                 

00:1c.0 0604: 8086:283f (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: fbf00000-fbffffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da                                       
        Capabilities: [a0] Power Management version 2                                 
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [180] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1c.4 0604: 8086:2847 (rev 02)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Memory behind bridge: fbe00000-fbefffff                     
        Capabilities: [40] Express Root Port (Slot+), MSI 00       
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [90] Subsystem: 1028:01da                                       
        Capabilities: [a0] Power Management version 2                                 
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [180] Root Complex Link <?>                                     
        Kernel driver in use: pcieport-driver                                         
        Kernel modules: shpchp                                                         

00:1d.0 0c03: 8086:2830 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 23
        I/O ports at ff80 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.1 0c03: 8086:2831 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at ff60 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.2 0c03: 8086:2832 (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at ff40 [size=32]                       
        Kernel driver in use: uhci_hcd                     
        Kernel modules: uhci-hcd                           

00:1d.7 0c03: 8086:2836 (rev 02) (prog-if 20)
        Subsystem: 1028:01da                 
        Flags: bus master, medium devsel, latency 0, IRQ 23
        Memory at ff980800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2         
        Capabilities: [58] Debug port: BAR=1 offset=00a0       
        Kernel driver in use: ehci_hcd                         
        Kernel modules: ehci-hcd                               

00:1e.0 0604: 8086:244e (rev f2) (prog-if 01)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
        I/O behind bridge: 0000c000-0000cfff                         
        Memory behind bridge: fbc00000-fbdfffff                     
        Prefetchable memory behind bridge: 0000000088000000-00000000880fffff
        Capabilities: [50] Subsystem: 1028:01da                             

00:1f.0 0601: 8086:2810 (rev 02)
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>
        Kernel modules: iTCO_wdt                         

00:1f.2 0101: 8086:2820 (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: 1028:01da                                             
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20       
        I/O ports at fe00 [size=8]                                       
        I/O ports at fe10 [size=4]                                       
        I/O ports at fe20 [size=8]                                       
        I/O ports at fe30 [size=4]                                       
        I/O ports at fec0 [size=16]                                       
        I/O ports at ecc0 [size=16]                                       
        Capabilities: [70] Power Management version 3                     
        Kernel driver in use: ata_piix                                   
        Kernel modules: ata_piix                                         

00:1f.3 0c05: 8086:283e (rev 02)
        Subsystem: 1028:01da   
        Flags: medium devsel, IRQ 10
        Memory at febfbb00 (32-bit, non-prefetchable) [size=256]
        I/O ports at ece0 [size=32]                             
        Kernel modules: i2c-i801                               

00:1f.5 0101: 8086:2825 (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: 1028:01da                                   
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
        I/O ports at fe40 [size=8]                               
        I/O ports at fe50 [size=4]                               
        I/O ports at fe60 [size=8]                               
        I/O ports at fe70 [size=4]                               
        I/O ports at fed0 [size=16]                               
        I/O ports at ecd0 [size=16]                               
        Capabilities: [70] Power Management version 3             
        Kernel driver in use: ata_piix                           
        Kernel modules: ata_piix                                 

01:00.0 0300: 10de:0391 (rev a1)
        Subsystem: 3842:c554   
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]   
        Memory at fd000000 (64-bit, non-prefetchable) [size=16M]
        I/O ports at dc80 [size=128]                           
        Expansion ROM at fea00000 [disabled] [size=128K]       
        Capabilities: [60] Power Management version 2           
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00                                   
        Capabilities: [100] Virtual Channel <?>                                       
        Capabilities: [128] Power Budgeting <?>                                       
        Kernel driver in use: nvidia                                                   
        Kernel modules: nvidiafb, nvidia                                               

03:00.0 0200: 14e4:167a (rev 02)
        Subsystem: 1028:01da   
        Flags: bus master, fast devsel, latency 0, IRQ 220
        Memory at fbef0000 (64-bit, non-prefetchable) [size=64K]
        Expansion ROM at <ignored> [disabled]                   
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Vendor Specific Information <?>
        Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [13c] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 48-21-30-fe-ff-b9-19-00
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: tg3
        Kernel modules: tg3

04:00.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:000e
        Flags: bus master, medium devsel, latency 64, IRQ 16
        Memory at fbcbfe00 (32-bit, non-prefetchable) [size=512]
        Kernel driver in use: dvb
        Kernel modules: dvb-ttpci

04:02.0 0200: 8086:107c (rev 05)
        Subsystem: 8086:1376
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
        Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
        I/O ports at ccc0 [size=64]
        Expansion ROM at 88000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Capabilities: [e4] PCI-X non-bridge device
        Kernel driver in use: e1000
        Kernel modules: e1000



sudo v4l2-ctl -n

Code: [Select]

ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : DVB
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000001007 ( PAL NTSC )
        Status  : 0

Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 09:40:01 am
NOW PNP

Hi,

i have a Tevvi S660 DVB-S2 USB, it works with the "linux pack" from http://tevii.com/linux_tevii_ds3000.rar
You must copy the FW from Tevvi to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the box work with the vdr.  (thanks to nite_man !)

_________________________________________________________________________________________________
lsusb -v

Bus 003 Device 002: ID 9022:d660 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x9022
  idProduct          0xd660
  bcdDevice            0.00
  iManufacturer           1 TBS-Tech
  iProduct                2 DVBS2BOX
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
_______________________________________________________________________________________

dmesg | grep dvb

[   25.850980] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in cold state, will try to load a firmware
[   25.850994] firmware: requesting dvb-usb-teviis660.fw
[   27.325924] dvb-usb: downloading firmware from file 'dvb-usb-teviis660.fw'
[   27.325937] firmware: requesting dvb-usb-teviis660.fw
[   27.636059] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in warm state.
[   27.636215] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   27.765778] dvb-usb: MAC address: f76388f0
[   28.384342] dvb-usb: schedule remote query interval to 150 msecs.
[   28.384357] dvb-usb: TEVII S660 DVBS2 USB2.0 successfully initialized and connected.

________________________________________________________________________________________________

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

The program 'v4l2-ctl' is currently not installed.  You can install it by typing:
sudo apt-get install ivtv-utils
__________________________________________________________________________________________________


Marco
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on May 23, 2010, 07:22:05 pm
NOW PNP

Yo Mandingo. On your request =)

keep the pnp commin....

Technotrend
TT-connect S2-3650 CI

sudo v4l2-ctl -n:
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : STV06xx
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x0000000000000000 ( )
        Status  : 0

sudo lsusb -v
Code: [Select]
Bus 004 Device 007: ID 0b48:300a TechnoTrend AG
Device Descriptor:                             
  bLength                18                     
  bDescriptorType         1                     
  bcdUSB               2.00                     
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0                             
  bDeviceProtocol         0                             
  bMaxPacketSize0        64                             
  idVendor           0x0b48 TechnoTrend AG             
  idProduct          0x300a                             
  bcdDevice            1.01                             
  iManufacturer           1 TechnoTrend                 
  iProduct                2 TT-USB2.0                   
  iSerial                 3 LHIEKI                     
  bNumConfigurations      1   
Title: Re: DVB Cards info needed for Templates
Post by: gunsmoke on May 23, 2010, 10:25:29 pm
Testet my new Hauppauge WinTV-HVR-4000-HD Model 364, PCI, AnalogTV-Radio/DVB-T-S-S2/Line In/IR remote control sensor input. Test platform LinuxMCE 8.10 beta 2 SVN 22969. HW; Mobo: Gigabyte E7AUM-DS2H, Core2 Duo E8400.

sudo lspci -vn give me:
Code: [Select]
00:00.0 0600: 10de:0a80 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:00.1 0500: 10de:0a88 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.0 0601: 10de:0aac (rev b2)
        Subsystem: 1458:5001    
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.1 0500: 10de:0aa4 (rev b1)
        Flags: 66MHz, fast devsel

00:03.2 0c05: 10de:0aa2 (rev b1)
        Subsystem: 1458:0aa2    
        Flags: 66MHz, fast devsel, IRQ 255
        I/O ports at c000 [size=64]      
        I/O ports at 1c00 [size=64]      
        I/O ports at 1c80 [size=64]      
        Capabilities: [44] Power Management version 2

00:03.3 0500: 10de:0a89 (rev b1)
        Flags: 66MHz, fast devsel

00:03.4 0500: 10de:0a98 (rev b1)
        Subsystem: 10de:cb79    
        Flags: 66MHz, fast devsel

00:03.5 0b40: 10de:0aa3 (rev b1)
        Subsystem: 10de:cb79    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at ea000000 (32-bit, non-prefetchable) [size=512K]
        Kernel driver in use: nvidia                            
        Kernel modules: nvidia                                  

00:04.0 0c03: 10de:0aa5 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at ea08b000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:04.1 0c03: 10de:0aa6 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at ea08c000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:06.0 0c03: 10de:0aa7 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at ea089000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:06.1 0c03: 10de:0aa9 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at ea08a000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:08.0 0403: 10de:0ac0 (rev b1)
        Subsystem: 1458:a102    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at ea080000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: HDA Intel                        
        Kernel modules: snd-hda-intel                          

00:09.0 0604: 10de:0aab (rev b1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 00008000-00008fff                        
        Memory behind bridge: e4000000-e8ffffff                      
        Capabilities: [b8] Subsystem: 1458:026f                      

00:0a.0 0200: 10de:0ab0 (rev b1)
        Subsystem: 1458:e000    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 221
        Memory at ea086000 (32-bit, non-prefetchable) [size=4K]  
        I/O ports at c400 [size=8]                              
        Memory at ea087000 (32-bit, non-prefetchable) [size=256]
        Memory at ea088000 (32-bit, non-prefetchable) [size=16]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/4 Enable+                                                                        
        Kernel driver in use: forcedeth                                        
        Kernel modules: forcedeth                                              

00:0b.0 0106: 10de:0ab8 (rev b1) (prog-if 01)
        Subsystem: 1458:b002                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        I/O ports at 09f0 [size=8]                              
        I/O ports at 0bf0 [size=4]                              
        I/O ports at 0970 [size=8]                              
        I/O ports at 0b70 [size=4]                              
        I/O ports at d800 [size=16]                              
        Memory at ea084000 (32-bit, non-prefetchable) [size=8K]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [8c] SATA HBA <?>                          
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+                                                                        
        Kernel driver in use: ahci                                              
        Kernel modules: ahci                                                    

00:10.0 0604: 10de:0aa0 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00009000-00009fff                        
        Memory behind bridge: e2000000-e3ffffff                    
        Prefetchable memory behind bridge: 00000000c0000000-00000000dfffffff
        Capabilities: [40] Subsystem: 10de:0000                            
        Capabilities: [48] Power Management version 2                      
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-                                                                        
        Kernel modules: shpchp                                                  

00:16.0 0604: 10de:0ac7 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000a000-0000bfff                        
        Memory behind bridge: e9000000-e9ffffff                    
        Capabilities: [40] Subsystem: 10de:0000                    
        Capabilities: [48] Power Management version 3              
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

01:05.0 0400: 14f1:8800 (rev 05)
        Subsystem: 0070:6902    
        Flags: bus master, medium devsel, latency 32, IRQ 16
        Memory at e4000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [44] Vital Product Data <?>              
        Capabilities: [4c] Power Management version 2          
        Kernel driver in use: cx8800                            
        Kernel modules: cx8800                                  

01:05.1 0480: 14f1:8801 (rev 05)
        Subsystem: 0070:6902    
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at e5000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2          
        Kernel modules: cx88-alsa                              

01:05.2 0480: 14f1:8802 (rev 05)
        Subsystem: 0070:6902    
        Flags: bus master, medium devsel, latency 32, IRQ 16
        Memory at e6000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2          
        Kernel driver in use: cx88-mpeg driver manager          
        Kernel modules: cx8802                                  

01:05.4 0480: 14f1:8804 (rev 05)
        Subsystem: 0070:6902    
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at e7000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: [4c] Power Management version 2          

01:06.0 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at 8000 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.1 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at 8400 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.2 0c03: 1106:3104 (rev 63) (prog-if 20)
        Subsystem: 1106:3104                
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at e8000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

02:00.0 0300: 10de:086a (rev b1)
        Subsystem: 1458:d000    
        Flags: bus master, fast devsel, latency 0, IRQ 20
        Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]  
        Memory at d0000000 (64-bit, prefetchable) [size=32M]    
        I/O ports at 9000 [size=128]                            
        [virtual] Expansion ROM at d2000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2            
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                                                                        
        Kernel driver in use: nvidia                                            
        Kernel modules: nvidiafb, nvidia                                        

03:00.0 0101: 197b:2368 (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b000                          
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at a000 [size=8]                      
        I/O ports at a400 [size=4]                      
        I/O ports at a800 [size=8]                      
        I/O ports at ac00 [size=4]                      
        I/O ports at b000 [size=16]                      
        Capabilities: [68] Power Management version 2    
        Capabilities: [50] Express Legacy Endpoint, MSI 01
        Kernel driver in use: pata_jmicron                
        Kernel modules: pata_jmicron

sudo v4l2-ctl -n, gives me:
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000000
        Tuner   : 0x00000000
        Standard: 0x00000000007F7FF7 ( PAL NTSC SECAM )
        Status  : 0


LinuxMCE find my card PnP. Have not been able to scan for channels yet, due to the wiki guide here http://wiki.linuxmce.org/index.php/VDR (http://wiki.linuxmce.org/index.php/VDR) for the VDR was not sucsessfull for DVB-T :(

Could not find a local transmitter for Norway Stavanger. I see in the scan examples that sweden, denmark, findland, uk, germany, australia, france etc is present, but none from Norway :(

Can I make my own list, if so, is there a How-to?
Title: Re: DVB Cards info needed for Templates
Post by: gunsmoke on May 24, 2010, 12:05:31 am
New test: my older Hauppauge WinTV-NEXUS-S DVB Card ver 2.2, PCI. Ports: DVB-S/S-video out/IR channel.
Test platform LinuxMCE 8.10 beta 2 SVN 22969. HW; Mobo: Gigabyte E7AUM-DS2H, Core2 Duo E8400.

Output from code; sudo lspci -vn:
Code: [Select]
00:00.0 0600: 10de:0a80 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:00.1 0500: 10de:0a88 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.0 0601: 10de:0aac (rev b2)
        Subsystem: 1458:5001    
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.1 0500: 10de:0aa4 (rev b1)
        Flags: 66MHz, fast devsel

00:03.2 0c05: 10de:0aa2 (rev b1)
        Subsystem: 1458:0aa2    
        Flags: 66MHz, fast devsel, IRQ 255
        I/O ports at c000 [size=64]      
        I/O ports at 1c00 [size=64]      
        I/O ports at 1c80 [size=64]      
        Capabilities: [44] Power Management version 2

00:03.3 0500: 10de:0a89 (rev b1)
        Flags: 66MHz, fast devsel

00:03.4 0500: 10de:0a98 (rev b1)
        Subsystem: 10de:cb79    
        Flags: 66MHz, fast devsel

00:03.5 0b40: 10de:0aa3 (rev b1)
        Subsystem: 10de:cb79    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at e5100000 (32-bit, non-prefetchable) [size=512K]
        Kernel driver in use: nvidia                            
        Kernel modules: nvidia                                  

00:04.0 0c03: 10de:0aa5 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at e518b000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:04.1 0c03: 10de:0aa6 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at e518c000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:06.0 0c03: 10de:0aa7 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at e5189000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:06.1 0c03: 10de:0aa9 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at e518a000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:08.0 0403: 10de:0ac0 (rev b1)
        Subsystem: 1458:a102    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at e5180000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: HDA Intel                        
        Kernel modules: snd-hda-intel                          

00:09.0 0604: 10de:0aab (rev b1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 00008000-00008fff                        
        Memory behind bridge: e5000000-e50fffff                      
        Capabilities: [b8] Subsystem: 1458:026f                      

00:0a.0 0200: 10de:0ab0 (rev b1)
        Subsystem: 1458:e000    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 221
        Memory at e5186000 (32-bit, non-prefetchable) [size=4K]  
        I/O ports at c400 [size=8]                              
        Memory at e5187000 (32-bit, non-prefetchable) [size=256]
        Memory at e5188000 (32-bit, non-prefetchable) [size=16]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/4 Enable+                                                                        
        Kernel driver in use: forcedeth                                        
        Kernel modules: forcedeth                                              

00:0b.0 0106: 10de:0ab8 (rev b1) (prog-if 01)
        Subsystem: 1458:b002                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        I/O ports at 09f0 [size=8]                              
        I/O ports at 0bf0 [size=4]                              
        I/O ports at 0970 [size=8]                              
        I/O ports at 0b70 [size=4]                              
        I/O ports at d800 [size=16]                              
        Memory at e5184000 (32-bit, non-prefetchable) [size=8K]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [8c] SATA HBA <?>                          
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+                                                                        
        Kernel driver in use: ahci                                              
        Kernel modules: ahci                                                    

00:10.0 0604: 10de:0aa0 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00009000-00009fff                        
        Memory behind bridge: e2000000-e3ffffff                    
        Prefetchable memory behind bridge: 00000000c0000000-00000000dfffffff
        Capabilities: [40] Subsystem: 10de:0000                            
        Capabilities: [48] Power Management version 2                      
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-                                                                        
        Kernel modules: shpchp                                                  

00:16.0 0604: 10de:0ac7 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000a000-0000bfff                        
        Memory behind bridge: e4000000-e4ffffff                    
        Capabilities: [40] Subsystem: 10de:0000                    
        Capabilities: [48] Power Management version 3              
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

01:05.0 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:0003    
        Flags: medium devsel, IRQ 16
        Memory at e5000000 (32-bit, non-prefetchable) [size=512]
        Kernel modules: dvb-ttpci                              

01:06.0 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at 8000 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.1 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at 8400 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.2 0c03: 1106:3104 (rev 63) (prog-if 20)
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at e5001000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

02:00.0 0300: 10de:086a (rev b1)
        Subsystem: 1458:d000
        Flags: bus master, fast devsel, latency 0, IRQ 20
        Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at d0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 9000 [size=128]
        [virtual] Expansion ROM at d2000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

03:00.0 0101: 197b:2368 (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b000
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at a000 [size=8]
        I/O ports at a400 [size=4]
        I/O ports at a800 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at b000 [size=16]
        Capabilities: [68] Power Management version 2
        Capabilities: [50] Express Legacy Endpoint, MSI 01
        Kernel driver in use: pata_jmicron
        Kernel modules: pata_jmicron

Output from code; sudo v4l2-ctl -n:
Code: [Select]
Failed to open /dev/video0: No such file or directory

This error I can not help you with Mandigo, for the moment ???

No PnP, but if I select "WinTV-NEXUS-S" in the LinuxMCE Admin page under Media Directors "PVR Capture Card" for my Hybride setup. The Set up Wizard will detected the card after a reboot. (Update: I noticed that this will hapen if the card is removed from the computer also... :o)

TV picture not testet yet.

Think the card is using this firmware: dvb-ttpci-01.fw-2622. How can I chk this for sure?
Title: Re: DVB Cards info needed for Templates
Post by: gunsmoke on May 24, 2010, 07:41:27 am
Here is my first bought capture card; Pinnacle PCTV-Sat DVB-S Card. Ports: DVB-S in-out loop/S-video in/SPDIF Coax.
Test platform LinuxMCE 8.10 beta 2 SVN 22969. HW; Mobo: Gigabyte E7AUM-DS2H, Core2 Duo E8400.

Output from code; sudo lspci -vn:
Code: [Select]
00:00.0 0600: 10de:0a80 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:00.1 0500: 10de:0a88 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.0 0601: 10de:0aac (rev b2)
        Subsystem: 1458:5001    
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.1 0500: 10de:0aa4 (rev b1)
        Flags: 66MHz, fast devsel

00:03.2 0c05: 10de:0aa2 (rev b1)
        Subsystem: 1458:0aa2    
        Flags: 66MHz, fast devsel, IRQ 255
        I/O ports at c000 [size=64]      
        I/O ports at 1c00 [size=64]      
        I/O ports at 1c80 [size=64]      
        Capabilities: [44] Power Management version 2

00:03.3 0500: 10de:0a89 (rev b1)
        Flags: 66MHz, fast devsel

00:03.4 0500: 10de:0a98 (rev b1)
        Subsystem: 10de:cb79    
        Flags: 66MHz, fast devsel

00:03.5 0b40: 10de:0aa3 (rev b1)
        Subsystem: 10de:cb79    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at d5200000 (32-bit, non-prefetchable) [size=512K]
        Kernel driver in use: nvidia                            
        Kernel modules: nvidia                                  

00:04.0 0c03: 10de:0aa5 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at d528a000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:04.1 0c03: 10de:0aa6 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at d528b000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:06.0 0c03: 10de:0aa7 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at d528c000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:06.1 0c03: 10de:0aa9 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at d5289000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:08.0 0403: 10de:0ac0 (rev b1)
        Subsystem: 1458:a102    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at d5280000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: HDA Intel                        
        Kernel modules: snd-hda-intel                          

00:09.0 0604: 10de:0aab (rev b1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 00008000-00008fff                        
        Memory behind bridge: d5100000-d51fffff                      
        Prefetchable memory behind bridge: d5000000-d50fffff        
        Capabilities: [b8] Subsystem: 1458:026f                      

00:0a.0 0200: 10de:0ab0 (rev b1)
        Subsystem: 1458:e000    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 221
        Memory at d5286000 (32-bit, non-prefetchable) [size=4K]  
        I/O ports at c400 [size=8]                              
        Memory at d5287000 (32-bit, non-prefetchable) [size=256]
        Memory at d5288000 (32-bit, non-prefetchable) [size=16]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/4 Enable+                                                                        
        Kernel driver in use: forcedeth                                        
        Kernel modules: forcedeth                                              

00:0b.0 0106: 10de:0ab8 (rev b1) (prog-if 01)
        Subsystem: 1458:b002                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        I/O ports at 09f0 [size=8]                              
        I/O ports at 0bf0 [size=4]                              
        I/O ports at 0970 [size=8]                              
        I/O ports at 0b70 [size=4]                              
        I/O ports at d800 [size=16]                              
        Memory at d5284000 (32-bit, non-prefetchable) [size=8K]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [8c] SATA HBA <?>                          
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+                                                                        
        Kernel driver in use: ahci                                              
        Kernel modules: ahci                                                    

00:10.0 0604: 10de:0aa0 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00009000-00009fff                        
        Memory behind bridge: d2000000-d3ffffff                    
        Prefetchable memory behind bridge: 00000000b0000000-00000000cfffffff
        Capabilities: [40] Subsystem: 10de:0000                            
        Capabilities: [48] Power Management version 2                      
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-                                                                        
        Kernel modules: shpchp                                                  

00:16.0 0604: 10de:0ac7 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000a000-0000bfff                        
        Memory behind bridge: d4000000-d4ffffff                    
        Capabilities: [40] Subsystem: 10de:0000                    
        Capabilities: [48] Power Management version 3              
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

01:05.0 0400: 109e:036e (rev 11)
        Subsystem: 11bd:001c    
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at d5000000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>          
        Capabilities: [4c] Power Management version 2      
        Kernel modules: bttv                                

01:05.1 0480: 109e:0878 (rev 11)
        Subsystem: 11bd:001c    
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at d5001000 (32-bit, prefetchable) [size=4K]
        Capabilities: [44] Vital Product Data <?>          
        Capabilities: [4c] Power Management version 2      
        Kernel modules: bt878                              

01:06.0 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at 8000 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.1 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at 8400 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.2 0c03: 1106:3104 (rev 63) (prog-if 20)
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at d5100000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

02:00.0 0300: 10de:086a (rev b1)
        Subsystem: 1458:d000
        Flags: bus master, fast devsel, latency 0, IRQ 20
        Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at b0000000 (64-bit, prefetchable) [size=256M]
        Memory at c0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 9000 [size=128]
        [virtual] Expansion ROM at c2000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

03:00.0 0101: 197b:2368 (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b000
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at a000 [size=8]
        I/O ports at a400 [size=4]
        I/O ports at a800 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at b000 [size=16]
        Capabilities: [68] Power Management version 2
        Capabilities: [50] Express Legacy Endpoint, MSI 01
        Kernel driver in use: pata_jmicron
        Kernel modules: pata_jmicron


Output from code; sudo v4l2-ctl -n:
Code: [Select]
Failed to open /dev/video0: No such file or directory
This card is not auto detected by LinuxMCE. No picture or sound. Not tried any firmware updates. Just put it inn and execudet your codes..

If you need a picture of this card or anything else information, let me know ;)


Hope this is of any help. (I am still waiting to se my first live TV experience on LinuxMCE :'()
Title: Re: DVB Cards info needed for Templates
Post by: gunsmoke on May 24, 2010, 01:18:36 pm
Info from; Hauppauge WinTV-Nova-T-500-HD Model 298, PCI (repacked; WinTV-Nova-TD-500) DVB-T Card. Ports:DVB-T Ant1 & Ant2/IR channel (ant 2 possibly  dummy, not cofirmed on this card however...)
Test platform: LinuxMCE 8.10 beta 2 SVN 22969. HW; Mobo: Gigabyte E7AUM-DS2H, Core2 Duo E8400.

Output from code; sudo lspci -vn:
Code: [Select]
00:00.0 0600: 10de:0a80 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:00.1 0500: 10de:0a88 (rev b1)
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.0 0601: 10de:0aac (rev b2)
        Subsystem: 1458:5001    
        Flags: bus master, 66MHz, fast devsel, latency 0

00:03.1 0500: 10de:0aa4 (rev b1)
        Flags: 66MHz, fast devsel

00:03.2 0c05: 10de:0aa2 (rev b1)
        Subsystem: 1458:0aa2    
        Flags: 66MHz, fast devsel, IRQ 255
        I/O ports at c000 [size=64]      
        I/O ports at 1c00 [size=64]      
        I/O ports at 1c80 [size=64]      
        Capabilities: [44] Power Management version 2

00:03.3 0500: 10de:0a89 (rev b1)
        Flags: 66MHz, fast devsel

00:03.4 0500: 10de:0a98 (rev b1)
        Subsystem: 10de:cb79    
        Flags: 66MHz, fast devsel

00:03.5 0b40: 10de:0aa3 (rev b1)
        Subsystem: 10de:cb79    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at e5100000 (32-bit, non-prefetchable) [size=512K]
        Kernel driver in use: nvidia                            
        Kernel modules: nvidia                                  

00:04.0 0c03: 10de:0aa5 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at e518b000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:04.1 0c03: 10de:0aa6 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at e518c000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:06.0 0c03: 10de:0aa7 (rev b1) (prog-if 10)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at e5189000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:06.1 0c03: 10de:0aa9 (rev b1) (prog-if 20)
        Subsystem: 1458:5004                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        Memory at e518a000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=00a0        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:08.0 0403: 10de:0ac0 (rev b1)
        Subsystem: 1458:a102    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at e5180000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: HDA Intel                        
        Kernel modules: snd-hda-intel                          

00:09.0 0604: 10de:0aab (rev b1) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 00008000-00008fff                        
        Memory behind bridge: e5000000-e50fffff                      
        Capabilities: [b8] Subsystem: 1458:026f                      

00:0a.0 0200: 10de:0ab0 (rev b1)
        Subsystem: 1458:e000    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 221
        Memory at e5186000 (32-bit, non-prefetchable) [size=4K]  
        I/O ports at c400 [size=8]                              
        Memory at e5187000 (32-bit, non-prefetchable) [size=256]
        Memory at e5188000 (32-bit, non-prefetchable) [size=16]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/4 Enable+                                                                        
        Kernel driver in use: forcedeth                                        
        Kernel modules: forcedeth                                              

00:0b.0 0106: 10de:0ab8 (rev b1) (prog-if 01)
        Subsystem: 1458:b002                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 222
        I/O ports at 09f0 [size=8]                              
        I/O ports at 0bf0 [size=4]                              
        I/O ports at 0970 [size=8]                              
        I/O ports at 0b70 [size=4]                              
        I/O ports at d800 [size=16]                              
        Memory at e5184000 (32-bit, non-prefetchable) [size=8K]  
        Capabilities: [44] Power Management version 2            
        Capabilities: [8c] SATA HBA <?>                          
        Capabilities: [b0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+                                                                        
        Kernel driver in use: ahci                                              
        Kernel modules: ahci                                                    

00:10.0 0604: 10de:0aa0 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00009000-00009fff                        
        Memory behind bridge: e2000000-e3ffffff                    
        Prefetchable memory behind bridge: 00000000c0000000-00000000dfffffff
        Capabilities: [40] Subsystem: 10de:0000                            
        Capabilities: [48] Power Management version 2                      
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-                                                                        
        Kernel modules: shpchp                                                  

00:16.0 0604: 10de:0ac7 (rev b1)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000a000-0000bfff                        
        Memory behind bridge: e4000000-e4ffffff                    
        Capabilities: [40] Subsystem: 10de:0000                    
        Capabilities: [48] Power Management version 3              
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

01:05.0 0c03: 1106:3038 (rev 62)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 16
        I/O ports at 8000 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:05.2 0c03: 1106:3104 (rev 65) (prog-if 20)
        Subsystem: 1106:3104                
        Flags: bus master, medium devsel, latency 32, IRQ 18
        Memory at e5000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

01:06.0 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at 8400 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.1 0c03: 1106:3038 (rev 61)
        Subsystem: 1106:3038    
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at 8800 [size=32]                        
        Capabilities: [80] Power Management version 2      
        Kernel driver in use: uhci_hcd                      
        Kernel modules: uhci-hcd                            

01:06.2 0c03: 1106:3104 (rev 63) (prog-if 20)
        Subsystem: 1106:3104
        Flags: bus master, medium devsel, latency 32, IRQ 19
        Memory at e5001000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

02:00.0 0300: 10de:086a (rev b1)
        Subsystem: 1458:d000
        Flags: bus master, fast devsel, latency 0, IRQ 20
        Memory at e2000000 (32-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at d0000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 9000 [size=128]
        [virtual] Expansion ROM at d2000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nvidia

03:00.0 0101: 197b:2368 (prog-if 85 [Master SecO PriO])
        Subsystem: 1458:b000
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at a000 [size=8]
        I/O ports at a400 [size=4]
        I/O ports at a800 [size=8]
        I/O ports at ac00 [size=4]
        I/O ports at b000 [size=16]
        Capabilities: [68] Power Management version 2
        Capabilities: [50] Express Legacy Endpoint, MSI 01
        Kernel driver in use: pata_jmicron
        Kernel modules: pata_jmicron

Due to a USB controller on this card(had to shortened down, due to character limitation on forum post):
Output from code:sudo lsusb -v (-vn did not work for me!)
Code: [Select]
Bus 005 Device 002: ID 2040:8400 Hauppauge
Device Descriptor:                        
  bLength                18                
  bDescriptorType         1                
  bcdUSB               2.00                
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0                            
  bDeviceProtocol         0                            
  bMaxPacketSize0        64                            
  idVendor           0x2040 Hauppauge                  
  idProduct          0x8400                            
  bcdDevice            1.00                            
  iManufacturer           1 Hauppauge                  
  iProduct                2 WinTV Nova-DT              
  iSerial                 3 4033671507                  
  bNumConfigurations      1                            
  Configuration Descriptor:                            
    bLength                 9                          
    bDescriptorType         2                          
    wTotalLength           46                          
    bNumInterfaces          1                          
    bConfigurationValue     1                          
    iConfiguration          0                          
    bmAttributes         0xa0                          
      (Bus Powered)                                    
      Remote Wakeup                                    
    MaxPower              500mA                        
    Interface Descriptor:                              
      bLength                 9                        
      bDescriptorType         4                        
      bInterfaceNumber        0                        
      bAlternateSetting       0                        
      bNumEndpoints           4                        
      bInterfaceClass       255 Vendor Specific Class  
      bInterfaceSubClass      0                        
      bInterfaceProtocol      0                        
      iInterface              0                        
      Endpoint Descriptor:                              
        bLength                 7                      
        bDescriptorType         5                      
        bEndpointAddress     0x01  EP 1 OUT            
        bmAttributes            2                      
          Transfer Type            Bulk                
          Synch Type               None                
          Usage Type               Data                
        wMaxPacketSize     0x0200  1x 512 bytes        
        bInterval               1                      
      Endpoint Descriptor:                              
        bLength                 7                      
        bDescriptorType         5                      
        bEndpointAddress     0x81  EP 1 IN              
        bmAttributes            2                      
          Transfer Type            Bulk                
          Synch Type               None                
          Usage Type               Data                
        wMaxPacketSize     0x0200  1x 512 bytes        
        bInterval               1                      
      Endpoint Descriptor:                              
        bLength                 7                      
        bDescriptorType         5                      
        bEndpointAddress     0x82  EP 2 IN              
        bmAttributes            2                      
          Transfer Type            Bulk                
          Synch Type               None                
          Usage Type               Data                
        wMaxPacketSize     0x0200  1x 512 bytes        
        bInterval               1                      
      Endpoint Descriptor:                              
        bLength                 7                      
        bDescriptorType         5                      
        bEndpointAddress     0x83  EP 3 IN              
        bmAttributes            2                      
          Transfer Type            Bulk                
          Synch Type               None                
          Usage Type               Data                
        wMaxPacketSize     0x0200  1x 512 bytes        
        bInterval               1                                                                

Output from code; sudo v4l2-ctl -n:
Code: [Select]
Failed to open /dev/video0: No such file or directory

No PnP!
This is a new card with original firmware. I have not tried to get TV receptions on this card, using VDR yet :P.

Mandigo: Let me know if you need the full post for the USB code!
Title: Re: DVB Card info DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)
Post by: indulis on June 03, 2010, 07:51:24 pm
DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2) info from Ubuntu 9.10 and Mythtv 0.22, hope it is useful!  Dual USB-based DVB-T tuners on a PCI card with a USB hub.

lsusb -v
Code: [Select]
Bus 003 Device 002: ID 0fe9:db98 DVICO
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0fe9 DVICO
  idProduct          0xdb98
  bcdDevice           d3.4b
  iManufacturer           1 Dvico
  iProduct                2 Bluebird
  iSerial                 4 0000d34b
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           99
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
     Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x13f2  3x 1010 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 003 Device 003: ID 0fe9:db98 DVICO
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0fe9 DVICO
  idProduct          0xdb98
  bcdDevice           53.4b
  iManufacturer           1 Dvico
  iProduct                2 Bluebird
  iSerial                 4 0000534b
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           99
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      1
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x13f2  3x 1010 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)


dmesg output
Code: [Select]
indulis@timtam:~$ dmesg | grep dvb
[    9.262164] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)' in warm state.
[    9.262498] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[    9.298179] dvb-usb: found a 'Pinnacle PCTV Dual DVB-T Diversity Stick' in warm state.
[    9.298239] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[    9.631315] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2) successfully initialized and connected.
[    9.631335] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)' in warm state.
[    9.631490] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[    9.708541] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   10.007640] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2) successfully initialized and connected.
[   10.007686] usbcore: registered new interface driver dvb_usb_cxusb
[   10.040839] dvb-usb: Pinnacle PCTV Dual DVB-T Diversity Stick successfully initialized and connected.
[   10.041000] usbcore: registered new interface driver dvb_usb_dib0700
Title: Re: DVB Cards info needed for Templates
Post by: jamieaus on June 06, 2010, 12:22:26 pm
Hi

I have just purchased a Leadtek WinFast DTV2000 DS
I have this card up and running on Kubuntu CD for 810 Beta after just installing Kubuntu without LinuxMCE.

I have the card tuning in channel in Caffeine however the codecs won't allow me to view the tv channels as yet, I am not concerned about this as I will be installing LinuxMCE.

The Guide I used to install the drivers is here

http://ubuntu-stash.blogspot.com/2008/11/geniatech-t328b-dvb-t-usb-freeview.html

This installs Af9015 USB drivers and appears to get the card up and running what confuses me though is the fact that it is a PCI card and shows up under lsusb.

Hopefully this will provide you the information you need to get this up and running in LinuxMCE, if you need more information let me know.

lsusb -vv output.

Code: [Select]
Bus 003 Device 002: ID 0413:6a04 Leadtek Research, Inc.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0413 Leadtek Research, Inc.
  idProduct          0x6a04
  bcdDevice            2.00
  iManufacturer           1 Afatech
  iProduct                2 DVB-T 2
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

And v4l2-ctl -n

Code: [Select]
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: Viking on June 29, 2010, 12:39:25 pm
Hi Mandingo,

First the good news :) My KNC ONE DVB-C is now autodetected by LinuxMCE :) I answered yes to using it - but can not see that i changes anything.

Then the bad. The driver for the Technotrend S2-3200 does not seem to work :(
After upgrading LinuxMCE to the newest version, the driver from convergent (see below) was not active anylonger and the S2-3200 was not working (no /dev/dvb device)

Should i install and use v4l2-ngene-modules ?

Will DVB-S2 work with that ? I have trouble tuning to some stations with the current drivers that i have got from Convergent : v4l2-modules-source_0+hg20090324-1_all.deb

Greetings
Viking
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on June 30, 2010, 12:04:05 am
yes use the ngene and let me know how it goes

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: avajon on June 30, 2010, 08:19:53 am
hi,

first, thank you MANDINGO for your work on myth and so on.
I have two TT-Connect S2 3650 CI usb tuners (one with the austrian orf cam). They work very well after i installed the s2-libpian (or so) driver. But i can't find any DVB-S2 channels in mythtv. Possy said in irc that there is some work to do in mythtv to have dvb-s2 channels. Is this correct? If so, how can i help? test or so?

thanks
avajon
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on June 30, 2010, 02:37:10 pm
The current build of myth .23 doesnt have DVB-S/S2 support built in,

I am still looking for people to test a current build that will be released into the wild once i get alittle more feed back on it

Hit me up in the irc and i will give you the newer version with the S2 support for testing

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Viking on June 30, 2010, 03:17:49 pm
Hi Mandingo,

I would also like to test the DVB-S2 version - I wil PM you my mail adress

Greetings
Viking
Title: Re: DVB Cards info needed for Templates
Post by: coley on June 30, 2010, 04:40:56 pm
Hi Mandingo,
I have a DVBWorld HD 2104 USB S/S2 as supplied by Convergent.
I don't know if you have the info already from Andrew but I didn't spot it on the wiki page or in this thread.

sudo lsusb -v
Code: [Select]
Bus 002 Device 002: ID 04b4:2104 Cypress Semiconductor Corp.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x04b4 Cypress Semiconductor Corp.
  idProduct          0x2104
  bcdDevice            0.00
  iManufacturer           1 Cypress
  iProduct                2 EZ-USB FX2
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
 bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

From what I gather this is just the USB interface rather than the tuner+demod.
These are:
CX24118A tuner
CX24116 demod

dmesg output is as below after a reboot:
Code: [Select]
[   17.366911] dvb-usb: found a 'DVBWorld DW2104 USB2.0' in cold state, will try to load a
[   17.366916] firmware: requesting dvb-usb-dw2104.fw

[   18.479552] dvb-usb: downloading firmware from file 'dvb-usb-dw2104.fw'
[   18.479556] dw2102: start downloading DW210X firmware
[   18.608027] dvb-usb: found a 'DVBWorld DW2104 USB2.0' in warm state.
[   18.608078] dvb-usb: will pass the complete MPEG2 transport stream to the software demu
[   18.608312] DVB: registering new adapter (DVBWorld DW2104 USB2.0)
[   18.800269] dvb-usb: MAC address: f7d9e808
[   18.840389] dw2102: Attached cx24116!
[   18.840391]
[   18.840395] DVB: registering adapter 0 frontend 0 (Conexant CX24116/CX24118)...
[   18.841284] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:0
[   18.880547] dvb-usb: schedule remote query interval to 150 msecs.
[   18.880551] dvb-usb: DVBWorld DW2104 USB2.0 successfully initialized and connected.
[   18.880571] usbcore: registered new interface driver dw2102

Prior to the reboot I couldn't connect to the device and the error was as below.
Code: [Select]
[  564.336539] usb 2-3: new high speed USB device using ehci_hcd and address 3
[  564.486129] usb 2-3: configuration #1 chosen from 1 choice
[  564.683752] dvb-usb: found a 'DVBWorld DW2104 USB2.0' in cold state, will try to load a firmware
[  564.683760] firmware: requesting dvb-usb-dw2104.fw
[  564.916490] dvb-usb: downloading firmware from file 'dvb-usb-dw2104.fw'
[  564.916520] dw2102: start downloading DW210X firmware
[  564.941267] usb 2-3: USB disconnect, address 3
[  565.044614] dvb-usb: found a 'DVBWorld DW2104 USB2.0' in warm state.
[  565.045450] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[  565.047487] DVB: registering new adapter (DVBWorld DW2104 USB2.0)
[  565.047496] dw2102: read eeprom failed.
[  565.047499] dvb-usb: MAC address reading failed.
[  565.184585] Invalid probe, probably not a CX24116 device
[  565.184669] dvb-usb: no frontend was attached by 'DVBWorld DW2104 USB2.0'
[  565.186231] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:02.1/usb2/2-3/input/input6
[  565.244665] dvb-usb: schedule remote query interval to 150 msecs.
[  565.244674] dvb-usb: DVBWorld DW2104 USB2.0 successfully initialized and connected.
[  565.305200] dvb-usb: DVBWorld DW2104 USB2.0 successfully deinitialized and disconnected.
[  565.432582] usbcore: registered new interface driver dw2102
I needed to have firmware installed before any of the above worked.

If you need any more info just let me know.
-Coley.
Title: Re: DVB Cards info needed for Templates
Post by: Viking on July 04, 2010, 03:26:21 pm
yes use the ngene and let me know how it goes

Tried them now and the S2-3200 does not work with them :(
The driver is loaded and the card is found, there is a device created below /dev/dvb


How can we debug further ?

Code: [Select]
Jul  4 14:40:37 dcerouter kernel: [   18.433004] cdc_acm 3-2:1.0: ttyACM0: USB ACM device
Jul  4 14:40:37 dcerouter kernel: [   18.436170] usbcore: registered new interface driver cdc_acm
Jul  4 14:40:37 dcerouter kernel: [   18.436173] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
Jul  4 14:40:37 dcerouter kernel: [   18.574084] saa7146: register extension 'budget_ci dvb'.
Jul  4 14:40:37 dcerouter kernel: [   18.574126] budget_ci dvb 0000:04:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Jul  4 14:40:37 dcerouter kernel: [   18.574157] saa7146: found saa7146 @ mem f8934c00 (revision 1, irq 20) (0x13c2,0x1019).
Jul  4 14:40:37 dcerouter kernel: [   18.574163] saa7146 (0): dma buffer size 192512
Jul  4 14:40:37 dcerouter kernel: [   18.574165] DVB: registering new adapter (TT-Budget S2-3200 PCI)
Jul  4 14:40:37 dcerouter kernel: [   18.609640] adapter has MAC addr = 00:d0:5c:64:a3:48
Jul  4 14:40:37 dcerouter kernel: [   18.610101] input: Budget-CI dvb ir receiver saa7146 (0) as /devices/pci0000:00/0000:00:14.4/0000:04:05.0/input/input7
Jul  4 14:40:37 dcerouter kernel: [   18.636646] Creating IR device irrcv0
Jul  4 14:40:37 dcerouter kernel: [   18.727702] Linux video capture interface: v2.00
Jul  4 14:40:37 dcerouter kernel: [   18.756413] saa7146: register extension 'dvb'.
Jul  4 14:40:37 dcerouter kernel: [   18.814567] opera: start downloading fpga firmware dvb-usb-opera1-fpga-01.fw
Jul  4 14:40:37 dcerouter kernel: [   18.814572] firmware: requesting dvb-usb-opera1-fpga-01.fw
Jul  4 14:40:37 dcerouter kernel: [   18.819345] saa7146: register extension 'budget_av'.
Jul  4 14:40:37 dcerouter kernel: [   19.045945] stb0899_attach: Attaching STB0899
Jul  4 14:40:37 dcerouter kernel: [   19.089694] stb6100_attach: Attaching STB6100
Jul  4 14:40:37 dcerouter kernel: [   19.176316] dvb-usb: found a 'Opera1 DVB-S USB2.0' in warm state.
Jul  4 14:40:37 dcerouter kernel: [   19.177135] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
Jul  4 14:40:37 dcerouter kernel: [   19.177844] DVB: registering new adapter (Opera1 DVB-S USB2.0)
Jul  4 14:40:37 dcerouter kernel: [   19.180866] dvb-usb: MAC address: f5c508f0
Jul  4 14:40:37 dcerouter kernel: [   19.192296] LNBx2x attached on addr=8
Jul  4 14:40:37 dcerouter kernel: [   19.192301] DVB: registering adapter 0 frontend 0 (STB0899 Multistandard)...
Jul  4 14:40:37 dcerouter kernel: [   19.193726] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Jul  4 14:40:37 dcerouter kernel: [   19.193798] dvb 0000:04:07.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Jul  4 14:40:37 dcerouter kernel: [   19.193821] saa7146: found saa7146 @ mem f8c44400 (revision 1, irq 22) (0x13c2,0x0000).
Jul  4 14:40:37 dcerouter kernel: [   19.193833] firmware: requesting dvb-ttpci-01.fw
Jul  4 14:40:37 dcerouter kernel: [   19.218433] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
Viking
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on July 05, 2010, 04:03:55 am
Viking hit me up in irc channel because i can see you have other issues going on also

Like sound etc....

Thanks

Mandingo
Title: Hauppauge 1850 pci-e: DVB Cards info needed for Templates
Post by: pyrilampes on July 07, 2010, 05:20:28 am
Hauppauge 1850 pci-e
Code: [Select]
ward@Starship2:~$ sudo lspci -vn
[sudo] password for ward:      
00:00.0 0580: 10de:005e (rev a3)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Capabilities: [44] HyperTransport: Slave or Primary Interface
        Capabilities: [e0] HyperTransport: MSI Mapping Enable+ Fixed-

00:01.0 0601: 10de:0050 (rev a3)
        Subsystem: 10de:cb84    
        Flags: bus master, 66MHz, fast devsel, latency 0

00:01.1 0c05: 10de:0052 (rev a2)
        Subsystem: 10de:cb84    
        Flags: 66MHz, fast devsel, IRQ 10
        I/O ports at fc00 [size=32]      
        I/O ports at f800 [size=64]      
        I/O ports at f400 [size=64]      
        Capabilities: [44] Power Management version 2
        Kernel driver in use: nForce2_smbus          
        Kernel modules: i2c-nforce2                  

00:02.0 0c03: 10de:005a (rev a2) (prog-if 10)
        Subsystem: 10de:cb84                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        Memory at febff000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: ohci_hcd                          
        Kernel modules: ohci-hcd                                

00:02.1 0c03: 10de:005b (rev a3) (prog-if 20)
        Subsystem: 10de:cb84                
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        Memory at febfe000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [44] Debug port: BAR=1 offset=0098        
        Capabilities: [80] Power Management version 2          
        Kernel driver in use: ehci_hcd                          
        Kernel modules: ehci-hcd                                

00:04.0 0401: 10de:0059 (rev a2)
        Subsystem: 16f3:6405    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
        I/O ports at f000 [size=256]                            
        I/O ports at ec00 [size=256]                            
        Memory at febfd000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: Intel ICH                        
        Kernel modules: snd-intel8x0                            

00:06.0 0101: 10de:0053 (rev a2) (prog-if 8a [Master SecP PriP])
        Subsystem: f0de:cb84                                    
        Flags: bus master, 66MHz, fast devsel, latency 0        
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]                                                                            
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]                                                                            
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]                                                                            
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]                                                                            
        I/O ports at e000 [size=16]                                            
        Capabilities: [44] Power Management version 2                          
        Kernel driver in use: pata_amd                                          
        Kernel modules: pata_amd                                                

00:07.0 0101: 10de:0054 (rev a3) (prog-if 85 [Master SecO PriO])
        Subsystem: 10de:cb84                                    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
        I/O ports at 09f0 [size=8]                              
        I/O ports at 0bf0 [size=4]                              
        I/O ports at 0970 [size=8]                              
        I/O ports at 0b70 [size=4]                              
        I/O ports at cc00 [size=16]                            
        Memory at febfb000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: sata_nv                          
        Kernel modules: sata_nv                                

00:08.0 0101: 10de:0055 (rev a3) (prog-if 85 [Master SecO PriO])
        Subsystem: 10de:cb84                                    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
        I/O ports at 09e0 [size=8]                              
        I/O ports at 0be0 [size=4]                              
        I/O ports at 0960 [size=8]                              
        I/O ports at 0b60 [size=4]                              
        I/O ports at b800 [size=16]                            
        Memory at febfa000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: sata_nv                          
        Kernel modules: sata_nv                                

00:09.0 0604: 10de:005c (rev a2) (prog-if 01)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 0000a000-0000afff                        
        Memory behind bridge: fe900000-fe9fffff                      
        Prefetchable memory behind bridge: fea00000-feafffff        

00:0a.0 0680: 10de:0057 (rev a3)
        Subsystem: 10de:cb84    
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
        Memory at febf9000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at b400 [size=8]                              
        Capabilities: [44] Power Management version 2          
        Kernel driver in use: forcedeth                        
        Kernel modules: forcedeth                              

00:0b.0 0604: 10de:005d (rev a3)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00009000-00009fff                        
        Memory behind bridge: fe800000-fe8fffff                    
        Prefetchable memory behind bridge: 00000000fe700000-00000000fe7fffff
        Capabilities: [40] Power Management version 2                      
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [58] HyperTransport: MSI Mapping Enable+ Fixed-          
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Capabilities: [100] Virtual Channel <?>                                
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:0c.0 0604: 10de:005d (rev a3)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 00008000-00008fff                        
        Memory behind bridge: fe600000-fe6fffff                    
        Prefetchable memory behind bridge: 00000000fe500000-00000000fe5fffff
        Capabilities: [40] Power Management version 2                      
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [58] HyperTransport: MSI Mapping Enable+ Fixed-          
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Capabilities: [100] Virtual Channel <?>                                
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:0d.0 0604: 10de:005d (rev a3)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: 00007000-00007fff                        
        Memory behind bridge: fe200000-fe3fffff                    
        Prefetchable memory behind bridge: 00000000fe400000-00000000fe4fffff
        Capabilities: [40] Power Management version 2                      
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [58] HyperTransport: MSI Mapping Enable+ Fixed-          
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Capabilities: [100] Virtual Channel <?>                                
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:0e.0 0604: 10de:005d (rev a3)
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        I/O behind bridge: 00006000-00006fff                        
        Memory behind bridge: fa000000-fdffffff                    
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [40] Power Management version 2                      
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+                                                                        
        Capabilities: [58] HyperTransport: MSI Mapping Enable+ Fixed-          
        Capabilities: [80] Express Root Port (Slot+), MSI 00                    
        Capabilities: [100] Virtual Channel <?>                                
        Kernel driver in use: pcieport-driver                                  
        Kernel modules: shpchp                                                  

00:18.0 0600: 1022:1100
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1101
        Flags: fast devsel

00:18.2 0600: 1022:1102
        Flags: fast devsel

00:18.3 0600: 1022:1103
        Flags: fast devsel
        Kernel driver in use: k8temp
        Kernel modules: k8temp

04:00.0 0400: 14f1:8880 (rev 04)
        Subsystem: 0070:8541
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at fe200000 (64-bit, non-prefetchable) [size=2M]
        Capabilities: [40] Express Endpoint, MSI 00
        Capabilities: [80] Power Management version 3
        Capabilities: [90] Vital Product Data <?>
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [200] Virtual Channel <?>
        Kernel driver in use: cx23885
        Kernel modules: cx23885

05:00.0 0300: 10de:06e4 (rev a1)
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at 6c00 [size=128]
        [virtual] Expansion ROM at fd000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 3
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Capabilities: [600] Vendor Specific Information <?>
        Kernel modules: nvidia, nvidiafb[/size][/size]

ward@Starship2:~$
MSI 785GT 1gb ram(test-pc) nvidia gforce 8400
And v4l2-ctl -n - no response. (installing v4l drivers and reboot stops at modprobe.
Title: Re: DVB Cards info needed for Templates
Post by: jamieaus on July 17, 2010, 12:57:43 pm
Mandingo

Don't waste time on the DVB2000DS I can't get it to obtain channel lock properly.

Regards.

Jamie.
Title: Re: DVB Cards info needed for Templates
Post by: blahbla on July 21, 2010, 03:52:57 pm
TerraTec Cinergy 1200 DVB-C

I currently use kernel 2.6.34 because of mantis (s2-liplianin) driver

sudo lspci -vn
02:07.0 0480: 1822:4e35 (rev 01)
        Subsystem: 153b:1178
        Flags: bus master, medium devsel, latency 32, IRQ 17
        Memory at fdfff000 (32-bit, prefetchable) [size=4K]
        Kernel driver in use: Mantis

sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: cfernandes on August 08, 2010, 03:51:20 pm
Capture Card Zogis Real Angel 220

lspci -vn

02:03.0 0480: 1131:7130 (rev 01)
        Subsystem: 1131:0000
        Flags: bus master, medium devsel, latency 32, IRQ 18
        Memory at f2001000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [40] Power Management version 1
        Kernel driver in use: saa7134
        Kernel modules: saa7134

 v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 65792

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0


Title: Re: DVB Cards info needed for Templates
Post by: brake16 on September 03, 2010, 09:47:41 pm
Mandingo

I don't want to mess with your wiki table cuz it's so nice...but the HD-PVR doesn't have a TV tuner, just video & audio inputs.  From a nit-picky standpoint, it probably shouldn't say NTSC/ATSC, but from a practical standpoint it should be usable in all locations (Not just North America).  I'm not sure of the best way to modify the wiki table to reflect this.

A related question about the wiki entry: what is the meaning behind the star ratings?  Do they reflect abilities, ease of use, capture quality?

Awesome work on this.  Thanks for what you've done.

Bryce
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on September 04, 2010, 05:33:21 am
Mandingo

I don't want to mess with your wiki table cuz it's so nice...but the HD-PVR doesn't have a TV tuner, just video & audio inputs.  From a nit-picky standpoint, it probably shouldn't say NTSC/ATSC, but from a practical standpoint it should be usable in all locations (Not just North America).  I'm not sure of the best way to modify the wiki table to reflect this.

A related question about the wiki entry: what is the meaning behind the star ratings?  Do they reflect abilities, ease of use, capture quality?

Awesome work on this.  Thanks for what you've done.

Bryce

Thanks ill make those changes

NOTE I WILL BE PUSHING UP THE LATEST VERSION OF MYTH WITHIN A FEW WEEKS

This should take care of some bug issues

Thanks Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Avner on September 09, 2010, 01:09:16 am
;D

Current Cards that are now in the system are !!!

WinTV-PVR-150
...
WinTV-HVR-1850
WinTV-HVR-1950
WinTV-HVR-2250
...
 ;D

I will be adding more later today but i need those mentioned tested and i still need alot of vendor id's so please keep the card info comming
as mention before there will be a deb supplied with the templates when complete that will handle the driver issue for some of the cards. 
There will be a final change on the cards once a bug has been fixed for the mythtv plugin...

Mandingo

Mandingo,
Hauppauge WinTV-HVR-1850 is not in the system, at least not for me. LinuxMCE fails to load the cx23885 driver that the card uses. I also tried loading the prebuilt drivers and to build them from source. Both attempts failed. Please see  http://forum.linuxmce.org/index.php?topic=10649.0
Title: Re: DVB Cards info needed for Templates
Post by: CHRlS on September 21, 2010, 02:58:26 pm
Hi Mandingo,

here is another card, seems no one posted before:

Card Type: DVB-S2 Dual Tuner PCIe
Vendor: Digital Devices (Micronas Chipset, same as e.g. Linux4Media CineS2, Mystique Satix-S2, Mediapointer and others)
Model: Cine S2
Full Name: Digital Devices Cine S2

It is running really stable on both channels with very fast channel switching times on the CVN 23261 using VDR...while choosing Myth, the installation is crashing down...

Short:
02:00.0 0400: 18c3:0720
        Subsystem: 18c3:abc4
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at faef0000 (32-bit, non-prefetchable) [size=64K]
        Memory at faee0000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] Power Management version 2
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [58] Express Endpoint, MSI 00
        Capabilities: [100] Device Serial Number 00-11-3c-20-07-00-00-00
        Capabilities: [400] Virtual Channel <?>
        Kernel driver in use: ngene
        Kernel modules: ngene

Long:
02:00.0 Multimedia video controller [0400]: Micronas Semiconductor Holding AG Device [18c3:0720]
        Subsystem: Micronas Semiconductor Holding AG Device [18c3:abc4]                        
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes                                                                
        Interrupt: pin A routed to IRQ 19                                                                    
        Region 0: Memory at faef0000 (32-bit, non-prefetchable) [size=64K]                                  
        Region 1: Memory at faee0000 (64-bit, non-prefetchable) [size=64K]                                  
        Capabilities: [40] Power Management version 2                                                        
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)                  
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-                                                  
        Capabilities: [48] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-                      
                Address: 0000000000000000  Data: 0000                                                        
        Capabilities: [58] Express (v1) Endpoint, MSI 00                                                    
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us                        
                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-                                      
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-                          
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+                                        
                        MaxPayload 128 bytes, MaxReadReq 512 bytes                                          
                DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-                          
                LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 unlimited, L1 unlimited      
                        ClockPM- Suprise- LLActRep- BwNot-                                                  
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-                              
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-                                      
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
        Capabilities: [100] Device Serial Number 00-11-3c-20-07-00-00-00
        Capabilities: [400] Virtual Channel <?>
        Kernel driver in use: ngene
        Kernel modules: ngene

GreetingZ,

CHRlS


Title: Re: DVB Cards info needed for Templates
Post by: RayBe on October 04, 2010, 10:01:35 am
Hi Mandingo,
thanks for your superb list,
but there are some broken links in it, its just a type i guess :):
hauppage is written with 2 'p' some links have only 1 'p' in it  ;).

another thing i want to mention about the section 'ATSC/NTSC Cards (only in US/Canada )',
the hauppage-cards are also available in the EU, they are labeled as 'analog tv-cards' and therefore (i think) should work in the EU also.
don't know if the other cards in this section are also available in the EU.

hth,
br,
Raymond
Title: Re: DVB Cards info needed for Templates
Post by: foverton on December 04, 2010, 11:42:28 pm
I have the Hauppauge 950Q USB Tuner and it installed and works great in LMCE. NICE JOB!
I have read on various web forums that MythTV users are now getting the Analog (specifically composite) side of this card working as well.
What is the status of this in LMCE? (It is certainly a feature I would like)
Lemme know if there is anything I can do to help with this test/implement this feature.
Thanks!
Title: Re: DVB Cards info needed for Templates
Post by: tschak909 on December 05, 2010, 04:17:14 am
Due to the way LinuxMCE uses the tuner inputs, any tuner support must have MPEG acceleration (that is, we must be able to open /dev/videoX and be able to get a compressed and playable stream, not a V4L stream from it.). The 950 does not have this on the Analogue side of it, therefore we will not support the analogue side of it for this purpose.

-Thom
Title: Re: DVB Cards info needed for Templates
Post by: Hdale85 on December 16, 2010, 09:19:34 pm
I have a Kworld ATSC 110. All the info you likely need should be in this wiki post it seems. If you need me to do an lspci I will work on that.

http://www.linuxtv.org/wiki/index.php/KWorld_ATSC_110#Sample_kernel_output
Title: Re: DVB Cards info needed for Templates
Post by: gtsupport on December 19, 2010, 09:21:58 pm
Hi,
I'm using a Hauppauge WinTV HVR2200
It has an Aerial input, an FM input, a SVHS input, plus a 3.5mm Jack for audio

here is output from lspci -vn

http://pastebin.com/93scP9re

dcerouter_1:/home/matt# v4l2-ctl -n
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: am on December 23, 2010, 04:04:07 pm
I have connected one HD-PVR, one HVR 2250 and one 950Q that will record black .mpg space....
outputs attached
Title: Re: DVB Cards info needed for Templates
Post by: MANDINGO on December 23, 2010, 11:20:59 pm
am could you do me a favor and post the info directly into the thread based on how i asked and how others have posted there info or could you reformat your link as so it is readable

Thanks

Mandingo
Title: Re: DVB Cards info needed for Templates
Post by: Zaerc on December 29, 2010, 10:50:42 pm
I am newbie in this forum and glad to join
I am admin in this forum and glad to kick spammers like you out.
Title: Re: DVB Cards info needed for Templates
Post by: l3mce on February 17, 2011, 09:51:43 pm
Avermedia 780m pcie combo tuner

Fresh dmesg:
http://pastebin.com/CKCxhnMs

With native FW (skipping the script), using the other drivers:
Code: [Select]
hg clone http://kernellabs.com/hg/~dheitmueller/ngene3
cd ngene3
make
make install

http://pastebin.com/Q0p38GVP make
http://pastebin.com/RVy6XuLF make install

Resulting in this dmesg
http://pastebin.com/g5s4zwCp

Vendor ID: 18c307201461062e

sudo lspci -vn
http://pastebin.com/Wju59bCr

sudo v4l2-ctl -n
Code: [Select]
Failed to open /dev/video0: No such file or directory
1 Digital ATSC/QAM in
1 Analog "HD" in
1 S-Video in
1 Audio in

Currently have 2 installed, working well on ATSC for both. Myth behaving famously. Though a little top heavy:

11696 root      19  -1  186m 169m 103m R   90  5.0  26:27.09 Xorg               
18553 root      20   0  410m 241m 121m S   40  7.1  16:49.35 mythfrontend       
 9546 mythtv    20   0  323m  51m  14m S    2  1.5   1:01.44 mythbackend     

I cannot get VDPAU working on core (Asus M3N78-VM) w/on board 8200 for other media, have not tried with myth.   

model name      : AMD Athlon(tm) II X2 240 Processor
stepping        : 2
cpu MHz         : 2799.955
cache size      : 1024 KB
Title: EasyCap USB video capure devie
Post by: electric_flesh on March 17, 2011, 02:55:49 pm
What about EasyCap USB 2.0 video capture dongle?? If i look in Youtube there is a lot of people using it on Ubuntu, but it semms there's no way to get it working on LMCE.... Is there anybody working with this device on Linux MCE???


Code: [Select]
lsusb

ID 05e1:0408 Syntek Semiconductor Co., Ltd


Ive followed these instructions but have no results.. http://antojose.com/content/getting-easycap-usb-20-dc60-audio-video-capture-device-working-ubuntu-1004


Thank you for those who may give me a way to get it working... :)
Title: WinTV-HVR-950Q
Post by: B34N on October 10, 2011, 12:11:37 am
i see that there was already a template for the 950Q, but it didn't seem to make mine work PnP. I edited the template and removed the serial number. The machine saw the DVB, but kept on looping and asking me if I want to use the DVB.

sudo lspci -vn
Code: [Select]
Bus 001 Device 003: ID 2040:7200 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x7200
  bcdDevice            0.05
  iManufacturer           1
  iProduct                2
  iSerial                10
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          267
    bNumInterfaces          4
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0300  1x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x03fc  1x 1020 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               5
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0
      iInterface             11
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength           38
        bInCollection           1
        baInterfaceNr( 0)       2
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0602 Digital Audio Interface
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0
        iTerminal               0
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               3
        iTerminal               0
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 3
        bSourceID               1
        bControlSize            1
        bmaControls( 0)      0x01
          Mute
        iFeature                0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0
      iInterface             11
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0
      iInterface             11
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           2
        bDelay                  1 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             2
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        48000
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0100  1x 256 bytes
        bInterval               4
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bLockDelayUnits         0 Undefined
          wLockDelay              0 Undefined
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
sudo v4l2-ctl -n
Code: [Select]
ioctl: VIDIOC_ENUMINPUT
Input   : 0
Name    : Television
Type    : 0x00000001
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000001000 ( NTSC )
Status  : 0

Input   : 1
Name    : Composite
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000001000 ( NTSC )
Status  : 0

Input   : 2
Name    : S-Video
Type    : 0x00000002
Audioset: 0x00000000
Tuner   : 0x00000000
Standard: 0x0000000000001000 ( NTSC )
Status  : 0
Title: Re: DVB Cards info needed for Templates
Post by: Esperanto on November 12, 2011, 09:20:13 am
Digital Devices DuoFlex S2 Octopus

http://linuxtv.org/hg/~endriss/ngene-octopus-test/

Code: [Select]
#lspci -vn
05:00.0 0480: dd01:0003
        Subsystem: dd01:0001
        Flags: bus master, fast devsel, latency 0, IRQ 30
        Memory at febf0000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 3
        Capabilities: [70] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [90] Express Endpoint, MSI 00
        Capabilities: [100] Vendor Specific Information <?>
        Kernel driver in use: DDBridge
        Kernel modules: ddbridge

Code: [Select]
# v4l2-ctl -n
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: Roman on November 23, 2011, 10:09:50 pm
It is a USB DVB-T Stick - In Ubuntu 11.10 it is marked as a AFAtech 9013

sudo lsusb -v

Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:                                           
  bLength                18                                   
  bDescriptorType         1                                   
  bcdUSB               2.00                                   
  bDeviceClass            9 Hub                               
  bDeviceSubClass         0 Unused                           
  bDeviceProtocol         0 Full speed (or root) hub         
  bMaxPacketSize0        64                                   
  idVendor           0x1d6b Linux Foundation                 
  idProduct          0x0002 2.0 root hub                     
  bcdDevice            2.06                                   
  iManufacturer           3 Linux 2.6.27-17-generic ehci_hcd 
  iProduct                2 EHCI Host Controller             
  iSerial                 1 0000:00:16.2                     
  bNumConfigurations      1                                   
  Configuration Descriptor:                                   
    bLength                 9                                 
    bDescriptorType         2                                 
    wTotalLength           25                                 
    bNumInterfaces          1                                 
    bConfigurationValue     1                                 
    iConfiguration          0                                 
    bmAttributes         0xe0                                 
      Self Powered                                           
      Remote Wakeup                                           
    MaxPower                0mA                               
    Interface Descriptor:                                     
      bLength                 9                               
      bDescriptorType         4                               
      bInterfaceNumber        0                               
      bAlternateSetting       0                               
      bNumEndpoints           1                               
      bInterfaceClass         9 Hub                           
      bInterfaceSubClass      0 Unused                       
      bInterfaceProtocol      0 Full speed (or root) hub     
      iInterface              0                               
      Endpoint Descriptor:                                   
        bLength                 7                             
        bDescriptorType         5                             
        bEndpointAddress     0x81  EP 1 IN                   
        bmAttributes            3                             
          Transfer Type            Interrupt                 
          Synch Type               None                       
          Usage Type               Data                       
        wMaxPacketSize     0x0004  1x 4 bytes                 
        bInterval              12                             
Hub Descriptor:                                               
  bLength               9                                     
  bDescriptorType      41                                     
  nNbrPorts             4                                     
  wHubCharacteristic 0x000a                                   
    No power switching (usb 1.0)                             
    Per-port overcurrent protection                           
  bPwrOn2PwrGood       10 * 2 milli seconds                   
  bHubContrCurrent      0 milli Ampere                       
  DeviceRemovable    0x00                                     
  PortPwrCtrlMask    0xff                                     
 Hub Port Status:                                             
   Port 1: 0000.0100 power                                   
   Port 2: 0000.0100 power                                   
   Port 3: 0000.0100 power                                   
   Port 4: 0000.0100 power                                   
Device Status:     0x0003                                     
  Self Powered                                               
  Remote Wakeup Enabled                                       

Bus 005 Device 002: ID 1058:0740 Western Digital Technologies, Inc.
Device Descriptor:                                                 
  bLength                18                                         
  bDescriptorType         1                                         
  bcdUSB               2.10                                         
  bDeviceClass            0 (Defined at Interface level)           
  bDeviceSubClass         0                                         
  bDeviceProtocol         0                                         
  bMaxPacketSize0        64                                         
  idVendor           0x1058 Western Digital Technologies, Inc.     
  idProduct          0x0740                                         
  bcdDevice           10.03                                         
  iManufacturer           1 Western Digital                         
  iProduct                2 My Passport 0740                       
  iSerial                 5 575847314135314634383431               
  bNumConfigurations      1                                         
  Configuration Descriptor:                                         
    bLength                 9                                       
    bDescriptorType         2                                       
    wTotalLength           32                                       
    bNumInterfaces          1                                       
    bConfigurationValue     1                                       
    iConfiguration          4 USB Mass Storage                     
    bmAttributes         0x80                                       
      (Bus Powered)                                                 
    MaxPower              500mA                                     
    Interface Descriptor:                                           
      bLength                 9                                     
      bDescriptorType         4                                     
      bInterfaceNumber        0                                     
      bAlternateSetting       0                                     
      bNumEndpoints           2                                     
      bInterfaceClass         8 Mass Storage                       
      bInterfaceSubClass      6 SCSI                               
      bInterfaceProtocol     80 Bulk (Zip)                         
      iInterface              6 MSC Bulk-Only Transport             
      Endpoint Descriptor:                                         
        bLength                 7                                   
        bDescriptorType         5                                   
        bEndpointAddress     0x81  EP 1 IN                         
        bmAttributes            2                                   
          Transfer Type            Bulk                             
          Synch Type               None                             
          Usage Type               Data                             
        wMaxPacketSize     0x0200  1x 512 bytes                     
        bInterval               0                                   
      Endpoint Descriptor:                                         
        bLength                 7                                   
        bDescriptorType         5                                   
        bEndpointAddress     0x02  EP 2 OUT                         
        bmAttributes            2                                   
          Transfer Type            Bulk                             
          Synch Type               None                             
          Usage Type               Data                             
        wMaxPacketSize     0x0200  1x 512 bytes                     
        bInterval               0                                   
Device Qualifier (for other device speed):                         
  bLength                10                                         
  bDescriptorType         6                                         
  bcdUSB               2.10                                         
  bDeviceClass            0 (Defined at Interface level)           
  bDeviceSubClass         0                                         
  bDeviceProtocol         0                                         
  bMaxPacketSize0        64                                         
  bNumConfigurations      1                                         
Device Status:     0x0000                                           
  (Bus Powered)                                                     

Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:                                           
  bLength                18                                   
  bDescriptorType         1                                   
  bcdUSB               2.00                                   
  bDeviceClass            9 Hub                               
  bDeviceSubClass         0 Unused                           
  bDeviceProtocol         0 Full speed (or root) hub         
  bMaxPacketSize0        64                                   
  idVendor           0x1d6b Linux Foundation                 
  idProduct          0x0002 2.0 root hub                     
  bcdDevice            2.06                                   
  iManufacturer           3 Linux 2.6.27-17-generic ehci_hcd 
  iProduct                2 EHCI Host Controller             
  iSerial                 1 0000:00:13.2                     
  bNumConfigurations      1                                   
  Configuration Descriptor:                                   
    bLength                 9                                 
    bDescriptorType         2                                 
    wTotalLength           25                                 
    bNumInterfaces          1                                 
    bConfigurationValue     1                                 
    iConfiguration          0                                 
    bmAttributes         0xe0                                 
      Self Powered                                           
      Remote Wakeup                                           
    MaxPower                0mA                               
    Interface Descriptor:                                     
      bLength                 9                               
      bDescriptorType         4                               
      bInterfaceNumber        0                               
      bAlternateSetting       0                               
      bNumEndpoints           1                               
      bInterfaceClass         9 Hub                           
      bInterfaceSubClass      0 Unused                       
      bInterfaceProtocol      0 Full speed (or root) hub     
      iInterface              0                               
      Endpoint Descriptor:                                   
        bLength                 7                             
        bDescriptorType         5                             
        bEndpointAddress     0x81  EP 1 IN                   
        bmAttributes            3                             
          Transfer Type            Interrupt                 
          Synch Type               None                       
          Usage Type               Data                       
        wMaxPacketSize     0x0004  1x 4 bytes                 
        bInterval              12                             
Hub Descriptor:                                               
  bLength               9                                     
  bDescriptorType      41                                     
  nNbrPorts             5                                     
  wHubCharacteristic 0x000a                                   
    No power switching (usb 1.0)                             
    Per-port overcurrent protection                           
  bPwrOn2PwrGood       10 * 2 milli seconds                   
  bHubContrCurrent      0 milli Ampere                       
  DeviceRemovable    0x00                                     
  PortPwrCtrlMask    0xff                                     
 Hub Port Status:                                             
   Port 1: 0000.0100 power                                   
   Port 2: 0000.0100 power                                   
   Port 3: 0000.0503 highspeed power enable connect           
   Port 4: 0000.0100 power                                   
   Port 5: 0000.0100 power                                   
Device Status:     0x0003                                     
  Self Powered                                               
  Remote Wakeup Enabled                                       

Bus 003 Device 003: ID 15a4:9015 
Device Descriptor:               
  bLength                18       
  bDescriptorType         1       
  bcdUSB               2.00       
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0                             
  bDeviceProtocol         0                             
  bMaxPacketSize0        64                             
  idVendor           0x15a4                             
  idProduct          0x9015                             
  bcdDevice            2.00                             
  iManufacturer           1 Afatech                     
  iProduct                2 DVB-T 2                     
  iSerial                 3 010101010600001             
  bNumConfigurations      1                             
  Configuration Descriptor:                             
    bLength                 9                           
    bDescriptorType         2                           
    wTotalLength           46                           
    bNumInterfaces          1                           
    bConfigurationValue     1                           
    iConfiguration          0                           
    bmAttributes         0x80                           
      (Bus Powered)                                     
    MaxPower              500mA                         
    Interface Descriptor:                               
      bLength                 9                         
      bDescriptorType         4                         
      bInterfaceNumber        0                         
      bAlternateSetting       0                         
      bNumEndpoints           4                         
      bInterfaceClass       255 Vendor Specific Class   
      bInterfaceSubClass      0                         
      bInterfaceProtocol      0                         
      iInterface              0                         
      Endpoint Descriptor:                             
        bLength                 7                       
        bDescriptorType         5                       
        bEndpointAddress     0x81  EP 1 IN             
        bmAttributes            2                       
          Transfer Type            Bulk                 
          Synch Type               None                 
          Usage Type               Data                 
        wMaxPacketSize     0x0200  1x 512 bytes         
        bInterval               0                       
      Endpoint Descriptor:                             
        bLength                 7                       
        bDescriptorType         5                       
        bEndpointAddress     0x02  EP 2 OUT             
        bmAttributes            2                       
          Transfer Type            Bulk                 
          Synch Type               None                 
          Usage Type               Data                 
        wMaxPacketSize     0x0200  1x 512 bytes         
        bInterval               0                       
      Endpoint Descriptor:                             
        bLength                 7                       
        bDescriptorType         5                       
        bEndpointAddress     0x84  EP 4 IN             
        bmAttributes            2                       
          Transfer Type            Bulk                 
          Synch Type               None                 
          Usage Type               Data                 
        wMaxPacketSize     0x0200  1x 512 bytes         
        bInterval               0                       
      Endpoint Descriptor:                             
        bLength                 7                       
        bDescriptorType         5                       
        bEndpointAddress     0x85  EP 5 IN             
        bmAttributes            2                       
          Transfer Type            Bulk                 
          Synch Type               None                 
          Usage Type               Data                 
        wMaxPacketSize     0x0200  1x 512 bytes         
        bInterval               0                       
Device Qualifier (for other device speed):             
  bLength                10                             
  bDescriptorType         6                             
  bcdUSB               2.00                             
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0                             
  bDeviceProtocol         0                             
  bMaxPacketSize0        64                             
  bNumConfigurations      1                             
Device Status:     0x0000                               
  (Bus Powered)                                         

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:                                           
  bLength                18                                   
  bDescriptorType         1                                   
  bcdUSB               2.00                                   
  bDeviceClass            9 Hub                               
  bDeviceSubClass         0 Unused                           
  bDeviceProtocol         0 Full speed (or root) hub         
  bMaxPacketSize0        64                                   
  idVendor           0x1d6b Linux Foundation                 
  idProduct          0x0002 2.0 root hub                     
  bcdDevice            2.06                                   
  iManufacturer           3 Linux 2.6.27-17-generic ehci_hcd 
  iProduct                2 EHCI Host Controller             
  iSerial                 1 0000:00:12.2                     
  bNumConfigurations      1                                   
  Configuration Descriptor:                                   
    bLength                 9                                 
    bDescriptorType         2                                 
    wTotalLength           25                                 
    bNumInterfaces          1                                 
    bConfigurationValue     1                                 
    iConfiguration          0                                 
    bmAttributes         0xe0                                 
      Self Powered                                           
      Remote Wakeup                                           
    MaxPower                0mA                               
    Interface Descriptor:                                     
      bLength                 9                               
      bDescriptorType         4                               
      bInterfaceNumber        0                               
      bAlternateSetting       0                               
      bNumEndpoints           1                               
      bInterfaceClass         9 Hub                           
      bInterfaceSubClass      0 Unused                       
      bInterfaceProtocol      0 Full speed (or root) hub     
      iInterface              0                               
      Endpoint Descriptor:                                   
        bLength                 7                             
        bDescriptorType         5                             
        bEndpointAddress     0x81  EP 1 IN                   
        bmAttributes            3                             
          Transfer Type            Interrupt                 
          Synch Type               None                       
          Usage Type               Data                       
        wMaxPacketSize     0x0004  1x 4 bytes                 
        bInterval              12                             
Hub Descriptor:                                               
  bLength               9                                     
  bDescriptorType      41                                     
  nNbrPorts             5                                     
  wHubCharacteristic 0x000a                                   
    No power switching (usb 1.0)                             
    Per-port overcurrent protection                           
  bPwrOn2PwrGood       10 * 2 milli seconds                   
  bHubContrCurrent      0 milli Ampere                       
  DeviceRemovable    0x00                                     
  PortPwrCtrlMask    0xff                                     
 Hub Port Status:                                             
   Port 1: 0000.0100 power                                   
   Port 2: 0000.0100 power                                   
   Port 3: 0000.0503 highspeed power enable connect           
   Port 4: 0000.0100 power                                   
   Port 5: 0000.0100 power                                   
Device Status:     0x0003                                     
  Self Powered                                               
  Remote Wakeup Enabled                                       

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:                                           
  bLength                18                                   
  bDescriptorType         1                                   
  bcdUSB               1.10                                   
  bDeviceClass            9 Hub                               
  bDeviceSubClass         0 Unused                           
  bDeviceProtocol         0 Full speed (or root) hub         
  bMaxPacketSize0        64                                   
  idVendor           0x1d6b Linux Foundation                 
  idProduct          0x0001 1.1 root hub                     
  bcdDevice            2.06                                   
  iManufacturer           3 Linux 2.6.27-17-generic ohci_hcd 
  iProduct                2 OHCI Host Controller             
  iSerial                 1 0000:00:16.0                     
  bNumConfigurations      1                                   
  Configuration Descriptor:                                   
    bLength                 9                                 
    bDescriptorType         2                                 
    wTotalLength           25                                 
    bNumInterfaces          1                                 
    bConfigurationValue     1                                 
    iConfiguration          0                                 
    bmAttributes         0xe0                                 
      Self Powered                                           
      Remote Wakeup                                           
    MaxPower                0mA                               
    Interface Descriptor:                                     
      bLength                 9                               
      bDescriptorType         4                               
      bInterfaceNumber        0                               
      bAlternateSetting       0                               
      bNumEndpoints           1                               
      bInterfaceClass         9 Hub                           
      bInterfaceSubClass      0 Unus
Title: Hauppauge Nordic: WinTV-NOVA-T-Stick
Post by: JoakimL on December 04, 2011, 05:37:00 pm
This is the output from LMCE 10.04

sudo lsusb -v
Code: [Select]
Bus 001 Device 003: ID 2040:7070 Hauppauge Nova-T Stick 3
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x7070 Nova-T Stick 3
  bcdDevice            1.00
  iManufacturer           1 Hauppauge
  iProduct                2 Nova-T Stick
  iSerial                 3 4033415037
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              10
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1

sudo v4l2-ctl -n
Code: [Select]
Failed to open /dev/video0: No such file or directory

ls /dev/dvb/adapter0
Code: [Select]
demux0  dvr0  frontend0  net0

No kernel changes nor compiles needed, firmware already in place.
Title: Re: DVB Cards info needed for Templates
Post by: tux-box1 on February 29, 2012, 07:49:14 pm
card http://hauppauge.com/site/products/data_hvr2250.html (http://hauppauge.com/site/products/data_hvr2250.html)


sudo lspci -vn
post your output for your card complete

if usb device then run
sudo lsusb -vn
post your output for your card complete

then run
sudo apt-get install ivtv-utils
 
install and then run

sudo v4l2-ctl -n
post your ouput for your card complete

also let me know if you had to install and compile drivers for your card and if firmware is needed thanks
you can catch me in the irc channels Linuxmce and Linuxmce-devel


Code: [Select]
---@dcerouter:~$ sudo lspci -vn
00:00.0 0600: 1002:5957
        Subsystem: 1043:8353
        Flags: bus master, 66MHz, medium devsel, latency 0
        Capabilities: [c4] HyperTransport: Slave or Primary Interface
        Capabilities: [40] HyperTransport: Retry Mode
        Capabilities: [54] HyperTransport: UnitID Clumping
        Capabilities: [9c] HyperTransport: #1a
        Kernel modules: ati-agp

00:02.0 0604: 1002:5978
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fa000000-fdffffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Root Port (Slot-), MSI 00
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1043:8353
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100] Vendor Specific Information <?>
        Capabilities: [110] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:07.0 0604: 1002:597d
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: fe000000-fe7fffff
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Root Port (Slot-), MSI 00
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1043:8353
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100] Vendor Specific Information <?>
        Capabilities: [110] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:0a.0 0604: 1002:597f
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fea00000-feafffff
        Prefetchable memory behind bridge: 00000000f8f00000-00000000f8ffffff
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Root Port (Slot-), MSI 00
        Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
        Capabilities: [b0] Subsystem: 1043:8353
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100] Vendor Specific Information <?>
        Capabilities: [110] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:11.0 0106: 1002:4390 (prog-if 01)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
        I/O ports at b000 [size=8]
        I/O ports at a000 [size=4]
        I/O ports at 9000 [size=8]
        I/O ports at 8000 [size=4]
        I/O ports at 7000 [size=16]
        Memory at f9fffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [60] Power Management version 2
        Capabilities: [70] SATA HBA <?>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:12.0 0c03: 1002:4397 (prog-if 10)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:12.1 0c03: 1002:4398 (prog-if 10)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:12.2 0c03: 1002:4396 (prog-if 20)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at f9fff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] Power Management version 2
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:13.0 0c03: 1002:4397 (prog-if 10)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at f9ffc000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.1 0c03: 1002:4398 (prog-if 10)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at f9ffb000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.2 0c03: 1002:4396 (prog-if 20)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
        Memory at f9fff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] Power Management version 2
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:14.0 0c05: 1002:4385 (rev 3c)
        Subsystem: 1043:8389
        Flags: 66MHz, medium devsel
        Capabilities: [b0] HyperTransport: MSI Mapping Enable- Fixed+
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c-piix4

00:14.1 0101: 1002:439c (prog-if 8a [Master SecP PriP])
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        I/O ports at 01f0 [size=8]
        I/O ports at 03f4 [size=1]
        I/O ports at 0170 [size=8]
        I/O ports at 0374 [size=1]
        I/O ports at ff00 [size=16]
        Capabilities: [70] Message Signalled Interrupts: Mask- 64bit- Queue=0/1 Enable-
        Kernel driver in use: pata_atiixp
        Kernel modules: pata_atiixp

00:14.2 0403: 1002:4383
        Subsystem: 1043:8417
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at f9ff4000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:14.3 0601: 1002:439d
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 0604: 1002:4384 (prog-if 01)
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=64
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: feb00000-febfffff
        Prefetchable memory behind bridge: f0000000-f00fffff

00:14.5 0c03: 1002:4399 (prog-if 10)
        Subsystem: 1043:8389
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at f9ffa000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:18.0 0600: 1022:1200
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 0600: 1022:1201
        Flags: fast devsel

00:18.2 0600: 1022:1202
        Flags: fast devsel

00:18.3 0600: 1022:1203
        Flags: fast devsel
        Capabilities: [f0] Secure device <?>

00:18.4 0600: 1022:1204
        Flags: fast devsel

01:00.0 0300: 10de:0640 (rev a1)
        Subsystem: 1043:82fd
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at cc00 [size=128]
        [virtual] Expansion ROM at fcf80000 [disabled] [size=512K]
        Capabilities: [60] Power Management version 3
        Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [b4] Vendor Specific Information <?>
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Capabilities: [600] Vendor Specific Information <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

02:00.0 0480: 1131:7164 (rev 81)
        Subsystem: 0070:8891
        Flags: bus master, fast devsel, latency 0, IRQ 19
        Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
        Memory at fe000000 (64-bit, non-prefetchable) [size=4M]
        Capabilities: [40] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable-
        Capabilities: [50] Express Endpoint, MSI 00
        Capabilities: [74] Power Management version 3
        Capabilities: [7c] Vendor Specific Information <?>
        Capabilities: [100] Vendor Specific Information <?>
        Capabilities: [160] Virtual Channel <?>
        Kernel driver in use: saa7164
        Kernel modules: saa7164

03:00.0 0200: 10ec:8168 (rev 03)
        Subsystem: 1043:83a3
        Flags: bus master, fast devsel, latency 0, IRQ 220
        I/O ports at d800 [size=256]
        Memory at f8fff000 (64-bit, prefetchable) [size=4K]
        Memory at f8ff8000 (64-bit, prefetchable) [size=16K]
        Expansion ROM at feaf0000 [disabled] [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
        Capabilities: [70] Express Endpoint, MSI 01
        Capabilities: [ac] MSI-X: Enable- Mask- TabSize=4
        Capabilities: [cc] Vital Product Data <?>
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [140] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
        Kernel driver in use: r8169
        Kernel modules: r8169

04:07.0 0200: 10ec:8169 (rev 10)
        Subsystem: 10ec:8169
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
        I/O ports at e800 [size=256]
        Memory at febffc00 (32-bit, non-prefetchable) [size=256]
        Expansion ROM at f0000000 [disabled] [size=128K]
        Capabilities: [dc] Power Management version 2
        Kernel driver in use: r8169
        Kernel modules: r8169

04:08.0 0c00: 1106:3044 (rev c0) (prog-if 10)
        Subsystem: 1043:81fe
        Flags: bus master, medium devsel, latency 64, IRQ 23
        Memory at febff000 (32-bit, non-prefetchable) [size=2K]
        I/O ports at ec00 [size=128]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: ohci1394
        Kernel modules: ohci1394
---@dcerouter:~$ sudo v4l2-ctl -n
Failed to open /dev/video0: No such file or directory
Title: Re: DVB Cards info needed for Templates
Post by: dirkcolaert on September 30, 2012, 08:23:31 pm
I use a Hauppauge HVR 1900 (European version). It works on LinuxMCE 8.10 without changes. It has multiple inputs (analogue, digital, ...) but apparently I can only use one because of a bug in MythTV.
I use the analogue input.

this is the listing after interrogating linux about the usb.

Code: [Select]
Bus 001 Device 004: ID 2040:7300 Hauppauge
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x7300
  bcdDevice            8.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV
  iSerial                 3 7300-00-F06D39E9
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           60
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           6
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x88  EP 8 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x86  EP 6 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled
Title: Re: DVB Cards info needed for Templates
Post by: Esperanto on March 29, 2013, 07:58:53 am
DD DuoFlex S2 Octopus - Twin Tuner Card DVB-S/S2 (4 Port Bridge)
http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/62357162/Products/091012

sudo lspci -vn

Code: [Select]
06:00.0 0480: dd01:0003
        Subsystem: dd01:0001
        Flags: bus master, fast devsel, latency 0, IRQ 44
        Memory at f7100000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 3
        Capabilities: [70] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
        Capabilities: [90] Express Endpoint, MSI 00
        Capabilities: [100] Vendor Specific Information <?>
        Kernel driver in use: DDBridge
        Kernel modules: ddbridge


sudo v4l2-ctl -n

Code: [Select]
Failed to open /dev/video0: No such file or directory
running the latest drivers from
http://linuxtv.org/hg/~endriss/media_build_experimental
on the 3.0.0 kernel.
Title: Re: DVB Cards info needed for Templates
Post by: joots007 on June 21, 2013, 03:25:44 am
Hi,

Has anyone got the hauppauge hvr-2210 working. I have tried in Ubuntu with no luck and am looking at other distributions to see if it is any easier.

Thanks in advance.
Title: Re: DVB Cards info needed for Templates
Post by: Alblasco1702 on August 07, 2015, 03:39:46 pm
if you still want data for v card templates min is a Anysee E30 Combo plus.

it is a usb card.

for dvb-t/c and have IR and a smartcard reader on board.
smartcard reader not supported by the current driver

lsusb -v:

Bus 002 Device 004: ID 1c73:861f AMT Anysee E30 USB 2.0 DVB-T Receiver
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x1c73 AMT
  idProduct          0x861f Anysee E30 USB 2.0 DVB-T Receiver
  bcdDevice            1.00
  iManufacturer           1 AMT.CO.KR
  iProduct                2 anysee-FA(LP)
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           83
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled

v4l2-ctl -n
isn't working.

i'm on 1204.
on 1204 i didnt do something to install it,
onlyfor dvb-t need to do:
mv /dev/dvb/adaptor0/frontend0 /dev/dvb/adaptor0/frontend2
mv /dev/dvb/adaptor0/frontend1 /dev/dvb/adaptor0/frontend0
mv /dev/dvb/adaptor0/frontend2 /dev/dvb/adaptor0/frontend1

and restart vdr.

hope this helps you if you need more info you can find me on IRC.
Title: Re: DVB Cards info needed for Templates
Post by: phenigma on August 11, 2015, 04:34:38 pm
Alblasco - this thread is very old and Mandingo is not around.  Please create a ticket as a feature request and attach the information there.

J.