Author Topic: DVB Cards info needed for Templates  (Read 166958 times)

MANDINGO

  • Guru
  • ****
  • Posts: 204
    • View Profile
DVB Cards info needed for Templates
« 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


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
« Last Edit: January 31, 2010, 06:35:24 pm by MANDINGO »
For a Current List of Plug and Play Capture Cards/Devices
http://wiki.linuxmce.org/index.php/Capture_Cards

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #1 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

Xtra

  • Regular Poster
  • **
  • Posts: 19
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #2 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.

MANDINGO

  • Guru
  • ****
  • Posts: 204
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #3 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...... :-\
For a Current List of Plug and Play Capture Cards/Devices
http://wiki.linuxmce.org/index.php/Capture_Cards

Xtra

  • Regular Poster
  • **
  • Posts: 19
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #4 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. :(

patmankn

  • Veteran
  • ***
  • Posts: 88
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #5 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
« Last Edit: December 20, 2009, 10:15:17 pm by patmankn »
Hybrid: MSI MS-7329,Nvidia 6150 onboard,AMD BE-2400,2gb RAM,Sharp Aqous LE 37X20E via MD Zotoc Ion Synergy,Terratec 1200 & Cinergy DT USB Diversity DVB-T, KNC ONE TV-Station DVB-C,WebDT366,Fiire Chief http://wiki.linuxmce.com/index.php/User:Patmankn

MANDINGO

  • Guru
  • ****
  • Posts: 204
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #6 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
For a Current List of Plug and Play Capture Cards/Devices
http://wiki.linuxmce.org/index.php/Capture_Cards

ste_b_79

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #7 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. 

tariqh

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • user setup
Re: DVB Cards info needed for Templates
« Reply #8 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

Kezza

  • Veteran
  • ***
  • Posts: 146
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #9 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!


tariqh

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • user setup
Re: DVB Cards info needed for Templates
« Reply #10 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!



colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #11 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!

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: DVB Cards info needed for Templates
« Reply #12 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

Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

freaky

  • Regular Poster
  • **
  • Posts: 24
    • View Profile
Re: DVB Cards info needed for Templates
« Reply #13 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

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: DVB Cards info needed for Templates
« Reply #14 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
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk