public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Yuan EC372S no frontend
@ 2008-04-07 17:07 Julien Rebetez
  2008-04-07 21:14 ` Albert Comerma
  2008-04-07 23:25 ` Antti Palosaari
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Rebetez @ 2008-04-07 17:07 UTC (permalink / raw)
  To: linux-dvb

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Hello,

I have some problems with a Yuan EC372S card. I am using the latest (rev
7499:1abbd650fe07) v4l-dvb from mercurial head. 

The card is correctly detected and the firmware loaded but no frontend
is attached to it.

I'm running kernel 2.6.22-14-generic on an Ubuntu Gutsy.

I have attached the relevant output of dmesg and lsusb -v and of course
I'll be glad to give more informations if needed.

Regards,
Julien


[-- Attachment #2: usb.txt --]
[-- Type: text/plain, Size: 3064 bytes --]


Bus 006 Device 004: ID 1164:1edc YUAN High-Tech Development Co., Ltd 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x1164 YUAN High-Tech Development Co., Ltd
  idProduct          0x1edc 
  bcdDevice            1.00
  iManufacturer           1 YUANRD
  iProduct                2 STK7700D
  iSerial                 3 0000000001
  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)

[-- Attachment #3: dmesg.txt --]
[-- Type: text/plain, Size: 775 bytes --]

[ 6880.516000] dib0700: loaded with support for 7 different device-types
[ 6880.516000] dvb-usb: found a 'Yuan EC372S' in cold state, will try to load a firmware
[ 6880.520000] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
[ 6880.624000] dib0700: firmware started successfully.
[ 6881.128000] dvb-usb: found a 'Yuan EC372S' in warm state.
[ 6881.128000] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 6881.128000] DVB: registering new adapter (Yuan EC372S)
[ 6881.220000] dvb-usb: no frontend was attached by 'Yuan EC372S'
[ 6881.220000] dvb-usb: Yuan EC372S successfully initialized and connected.
[ 6881.220000] dib0700: ir protocol setup failed
[ 6881.220000] usbcore: registered new interface driver dvb_usb_dib0700

[-- Attachment #4: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-dvb] Yuan EC372S no frontend
  2008-04-07 17:07 [linux-dvb] Yuan EC372S no frontend Julien Rebetez
@ 2008-04-07 21:14 ` Albert Comerma
  2008-04-07 23:25 ` Antti Palosaari
  1 sibling, 0 replies; 3+ messages in thread
From: Albert Comerma @ 2008-04-07 21:14 UTC (permalink / raw)
  To: Julien Rebetez; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 939 bytes --]

Uhm... It's strange that it doesn't attach correcly the frontend... could
you send your dib0700_devices.c on v4l-dvb/linux/drivers/media/dvb/dvb-usb/
? Just to verify that it's correct... Did you rebooted after sudo make
install (just to check old drivers are not in memory)?

Albert

2008/4/7 Julien Rebetez <julien@fhtagn.net>:

> Hello,
>
> I have some problems with a Yuan EC372S card. I am using the latest (rev
> 7499:1abbd650fe07) v4l-dvb from mercurial head.
>
> The card is correctly detected and the firmware loaded but no frontend
> is attached to it.
>
> I'm running kernel 2.6.22-14-generic on an Ubuntu Gutsy.
>
> I have attached the relevant output of dmesg and lsusb -v and of course
> I'll be glad to give more informations if needed.
>
> Regards,
> Julien
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>

[-- Attachment #1.2: Type: text/html, Size: 1403 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-dvb] Yuan EC372S no frontend
  2008-04-07 17:07 [linux-dvb] Yuan EC372S no frontend Julien Rebetez
  2008-04-07 21:14 ` Albert Comerma
@ 2008-04-07 23:25 ` Antti Palosaari
  1 sibling, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2008-04-07 23:25 UTC (permalink / raw)
  To: Julien Rebetez; +Cc: linux-dvb

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Julien Rebetez wrote:
> Hello,
> 
> I have some problems with a Yuan EC372S card. I am using the latest (rev
> 7499:1abbd650fe07) v4l-dvb from mercurial head. 
> 
> The card is correctly detected and the firmware loaded but no frontend
> is attached to it.

I just tested current master and it worked for me. Anyhow, tuning still 
gives only filter timeouts (as earlier).

> 
> I'm running kernel 2.6.22-14-generic on an Ubuntu Gutsy.
> 
> I have attached the relevant output of dmesg and lsusb -v and of course
> I'll be glad to give more informations if needed.
> 
> Regards,
> Julien

regards
Antti
-- 
http://palosaari.fi/

[-- Attachment #2: yuan_insert_log.txt --]
[-- Type: text/plain, Size: 1697 bytes --]

Apr  8 02:22:12 crope-laptop kernel: [  910.108121] dib0700: loaded with support for 7 different device-types
Apr  8 02:22:12 crope-laptop kernel: [  910.108154] usbcore: registered new interface driver dvb_usb_dib0700
Apr  8 02:22:20 crope-laptop kernel: [  914.330737] usb 1-8: new high speed USB device using ehci_hcd and address 23
Apr  8 02:22:20 crope-laptop kernel: [  914.382207] usb 1-8: configuration #1 chosen from 1 choice
Apr  8 02:22:20 crope-laptop kernel: [  914.387576] FW GET_VERSION length: -32
Apr  8 02:22:20 crope-laptop kernel: [  914.387581] cold: 1
Apr  8 02:22:20 crope-laptop kernel: [  914.387583] dvb-usb: found a 'Yuan EC372S' in cold state, will try to load a firmware
Apr  8 02:22:20 crope-laptop kernel: [  914.389666] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.10.fw'
Apr  8 02:22:21 crope-laptop kernel: [  914.474369] dib0700: firmware started successfully.
Apr  8 02:22:21 crope-laptop kernel: [  914.759587] dvb-usb: found a 'Yuan EC372S' in warm state.
Apr  8 02:22:21 crope-laptop kernel: [  914.759645] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
Apr  8 02:22:21 crope-laptop kernel: [  914.759808] DVB: registering new adapter (Yuan EC372S)
Apr  8 02:22:21 crope-laptop kernel: [  914.811947] ep 0 read error (status = -32)
Apr  8 02:22:21 crope-laptop kernel: [  914.811955] I2C read failed on address 40
Apr  8 02:22:21 crope-laptop kernel: [  914.980331] DVB: registering frontend 0 (DiBcom 7000PC)...
Apr  8 02:22:21 crope-laptop kernel: [  914.984082] MT2266: successfully identified
Apr  8 02:22:21 crope-laptop kernel: [  915.150087] dvb-usb: Yuan EC372S successfully initialized and connected.


[-- Attachment #3: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-07 23:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07 17:07 [linux-dvb] Yuan EC372S no frontend Julien Rebetez
2008-04-07 21:14 ` Albert Comerma
2008-04-07 23:25 ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox