All of lore.kernel.org
 help / color / mirror / Atom feed
From: br <alles@bredde.de>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] Cinergy Hybrid XE with tm6010 chip
Date: Thu, 27 Nov 2008 23:32:20 +0100	[thread overview]
Message-ID: <492F1FF4.7030600@bredde.de> (raw)

Hi,
I've got a Cinergy Hybrid XE DVB-T USB Stick, which has got a tm6010
chip inside (I opened the case just to get sure). Quite fast I realized,
that there are no stable Linux drivers out there, so i tried the
unstable one.

So I checked out the repo at http://linuxtv.org/hg/~mchehab/tm6010/ and
compiled (without DVB), installed, loaded the module and then inserted
the stick and well.. nothing happened, because the driver did not knew
about my device. To fix this, i added the line
{ USB_DEVICE(0x0ccd, 0x0086), .driver_info = TM6010_BOARD_GENERIC },
to file tm6000-cards.c (my lsusb output is 'Bus 008 Device 004: ID
0ccd:0086 TerraTec Electronic GmbH'). I do not know, whether
TM6010_BOARD_GENERIC is the correct one, but for me it seemed to be the
best solution.
Afterward, the driver recognized my stick and began to work:
http://pastebin.com/f79722ed2 . In short: The firmware's missing. So I
extracted the firmware with help of a python script I found on the
internet and put it to the right place. Here's the (long) result:
http://pastebin.com/f6c853b43

I'm not surprised that my journey has failed, because I do not really
know what my added line does (good old try'n'error), so my question:
Where to go from here?

Mark

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

             reply	other threads:[~2008-11-27 22:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-27 22:32 br [this message]
2008-12-02  8:28 ` [linux-dvb] Cinergy Hybrid XE with tm6010 chip Mark Breddemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=492F1FF4.7030600@bredde.de \
    --to=alles@bredde.de \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.