* All models of Technotrend TT-connect CT-3650 are not supported
@ 2013-05-30 10:37 Jussi Jääskeläinen
2013-05-31 5:53 ` Jussi Jääskeläinen
0 siblings, 1 reply; 4+ messages in thread
From: Jussi Jääskeläinen @ 2013-05-30 10:37 UTC (permalink / raw)
To: linux-media
Older models have: idVendor=0b48, idProduct=300d
Model what I just bought was: idVendor=04b4, idProduct=8613 and this is not
supported!
usb 2-1: New USB device found, idVendor=04b4, idProduct=8613
usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usbtest 2-1:1.0: FX2 device
usbtest 2-1:1.0: high-speed {control bulk-in bulk-out} tests (+alt)
Both products looks just same!
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: All models of Technotrend TT-connect CT-3650 are not supported
2013-05-30 10:37 All models of Technotrend TT-connect CT-3650 are not supported Jussi Jääskeläinen
@ 2013-05-31 5:53 ` Jussi Jääskeläinen
2013-06-02 21:28 ` Antti Palosaari
0 siblings, 1 reply; 4+ messages in thread
From: Jussi Jääskeläinen @ 2013-05-31 5:53 UTC (permalink / raw)
To: linux-media
Jussi Jääskeläinen <www.linuxtv.org <at> jjussi.com> writes:
> Older models have: idVendor=0b48, idProduct=300d
> Model what I just bought was: idVendor=04b4, idProduct=8613 and this is not
> supported!
>
> usb 2-1: New USB device found, idVendor=04b4, idProduct=8613
> usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> usbtest 2-1:1.0: FX2 device
> usbtest 2-1:1.0: high-speed {control bulk-in bulk-out} tests (+alt)
>
> Both products looks just same!
Is there some program I could run what would "extract" all needed information
to developer, so driver could be created or known driver could be connected to
this ID?
-- JJussi
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: All models of Technotrend TT-connect CT-3650 are not supported
2013-05-31 5:53 ` Jussi Jääskeläinen
@ 2013-06-02 21:28 ` Antti Palosaari
2013-06-03 13:33 ` Jussi Jaaskelainen
0 siblings, 1 reply; 4+ messages in thread
From: Antti Palosaari @ 2013-06-02 21:28 UTC (permalink / raw)
To: Jussi Jääskeläinen; +Cc: linux-media
On 05/31/2013 08:53 AM, Jussi Jääskeläinen wrote:
> Jussi Jääskeläinen <www.linuxtv.org <at> jjussi.com> writes:
>
>> Older models have: idVendor=0b48, idProduct=300d
>> Model what I just bought was: idVendor=04b4, idProduct=8613 and this is not
>> supported!
>>
>> usb 2-1: New USB device found, idVendor=04b4, idProduct=8613
>> usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
>> usbtest 2-1:1.0: FX2 device
>> usbtest 2-1:1.0: high-speed {control bulk-in bulk-out} tests (+alt)
>>
>> Both products looks just same!
>
> Is there some program I could run what would "extract" all needed information
> to developer, so driver could be created or known driver could be connected to
> this ID?
Your device eeprom is corrupted or eeprom is broken or connection to
eeprom is broken. 04b4:8613 is Cypress FX2 default USB ID. It tries to
download USB ID (also firmware in some cases) from the eeprom first and
after that enumerates to the USB bus.
That device will not even work on Windows. Return it to the warranty.
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: All models of Technotrend TT-connect CT-3650 are not supported
2013-06-02 21:28 ` Antti Palosaari
@ 2013-06-03 13:33 ` Jussi Jaaskelainen
0 siblings, 0 replies; 4+ messages in thread
From: Jussi Jaaskelainen @ 2013-06-03 13:33 UTC (permalink / raw)
To: linux-media
On 3.6.2013 0.28, Antti Palosaari wrote:
> On 05/31/2013 08:53 AM, Jussi Jääskeläinen wrote:
>> Jussi Jääskeläinen <www.linuxtv.org <at> jjussi.com> writes:
>>
>>> Older models have: idVendor=0b48, idProduct=300d
>>> Model what I just bought was: idVendor=04b4, idProduct=8613 and this
>>> is not
>>> supported!
>>>
>>> usb 2-1: New USB device found, idVendor=04b4, idProduct=8613
>>> usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
>>> usbtest 2-1:1.0: FX2 device
>>> usbtest 2-1:1.0: high-speed {control bulk-in bulk-out} tests (+alt)
>>>
>>> Both products looks just same!
>>
>> Is there some program I could run what would "extract" all needed
>> information
>> to developer, so driver could be created or known driver could be
>> connected to
>> this ID?
>
> Your device eeprom is corrupted or eeprom is broken or connection to
> eeprom is broken. 04b4:8613 is Cypress FX2 default USB ID. It tries to
> download USB ID (also firmware in some cases) from the eeprom first
> and after that enumerates to the USB bus.
>
> That device will not even work on Windows. Return it to the warranty.
>
> regards
> Antti
>
Yes. I think you are right..
I managed to get windows machine and installed needed software there..
It didn't find that USB device.. Then I connect my old CT-3650 to that
cable and everything worked fine..
Problem is that I bought it from germany (DVBShop.net) and now I need
"discuss" with them what we shall do it.. ;-)
--
JJussi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-03 13:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 10:37 All models of Technotrend TT-connect CT-3650 are not supported Jussi Jääskeläinen
2013-05-31 5:53 ` Jussi Jääskeläinen
2013-06-02 21:28 ` Antti Palosaari
2013-06-03 13:33 ` Jussi Jaaskelainen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox