Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting up Tv tuner
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
nos09
n00b
n00b


Joined: 09 May 2015
Posts: 19

PostPosted: Sat May 09, 2015 9:20 pm    Post subject: Setting up Tv tuner Reply with quote

Hello friends, I have a tvtuner card that I want to setup.

I found the the link for my device using the vendor ID an installed the usbtv module as it mentioned.

Here is the link - http://linuxtv.org/wiki/index.php/Gadmei_USB_TVBox_UTV382_%28id_0x1f71:0x3301%29

1. lsusb output -

Code:

Bus 001 Device 002: ID 1f71:3301


lsusb -v -d 1f71:3301

Code:

Bus 001 Device 002: ID 1f71:3301 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x1f71
  idProduct          0x3301
  bcdDevice            1.00
  iManufacturer           3 Gadmei
  iProduct                4 USB TV Box
  iSerial                 2 330000000009
  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    255
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 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               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
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol    255
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 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     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     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0100  1x 256 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               4
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)



Dmesg

Code:

228.064234] usb 1-1: new high-speed USB device number 2 using ehci-pci
[  228.216782] usb 1-1: config 1 interface 0 altsetting 1 bulk endpoint 0x83 has invalid maxpacket 256
[  228.228327] usb 1-1: New USB device found, idVendor=1f71, idProduct=3301
[  228.228333] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[  228.228337] usb 1-1: Product: USB TV Box
[  228.228341] usb 1-1: Manufacturer: Gadmei
[  228.228345] usb 1-1: SerialNumber: 330000000009
[  228.378172] Linux video capture interface: v2.00
[  228.436854] usbtv 1-1:1.0: Fushicai USBTV007 Audio-Video Grabber
[  228.436876] usbcore: registered new interface driver usbtv
[  362.261457] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[  452.690553] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[  493.763832] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[  502.802475] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[  518.269986] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[  754.616142] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
[ 2384.344509] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.


Now the problem is Myth tv doesnt show my device ?? (or is it suppose to ?)

Tvtime is not to be found on the gentoo. So how do I test the device if its working or not ?

Can somebody please help me out?[/url]
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat May 09, 2015 10:24 pm    Post subject: Reply with quote

Do you have /dev/video0 created (assuming this is the only device)?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
nos09
n00b
n00b


Joined: 09 May 2015
Posts: 19

PostPosted: Sun May 10, 2015 3:02 am    Post subject: Reply with quote

Jaglover wrote:
Do you have /dev/video0 created (assuming this is the only device)?


Thanks for the reply.

yes i think so. it is there.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum