From: CityK <cityk@rogers.com>
To: Bob Cunningham <FlyMyPG@gmail.com>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] AnyTV AUTV002 USB ATSC/QAM Tuner Stick
Date: Thu, 27 Nov 2008 11:11:42 -0500 [thread overview]
Message-ID: <492EC6BE.6090407@rogers.com> (raw)
In-Reply-To: <492CF843.5040807@gmail.com>
Bob Cunningham wrote:
> What are the next steps?
> 1. How much effort will be needed to make this driver work?
> 2. Do all of the pieces already exist? (All the chips seem to be
> mentioned somewhere in the DVB tree.)
> 3. What new code is needed?
> 4. How much reverse-engineering needs to be done? Will a full
> schematic be needed?
>
> Most importantly:
> 5. How can I help?
>
> I'm a real-time embedded systems programmer with 25 years experience,
> though most of what I've written runs on "bare metal", often without
> an OS. I know nothing about Linux device drivers. However, I am very
> good at getting local hardware to "play nice", first by poking it with
> a debugger, then generally by scripting through /dev/port.
> I've never worked with hardware across the USB bus, though I have
> brought up USB interface hardware from the CPU side, and have had to
> snoop USB traffic to diagnose problems. Unfortunately, I don't have a
> Windows system available to use to snoop the USB traffic from the
> driver provided by the vendor, though I haven't yet tried to get
> anything to work via Wine.
>
> I'll be taking lots of time off in December, and should have some time
> to put toward this project.
>
> If anyone else is curious, or wants to help, the product is here:
> http://www.dealextreme.com/details.dx/sku.15569
>
> I also found a brief description of a reference design here:
> http://www.auvitek.com/AU8522%20MT%20USB%20TV%20Stick%20Design%20Brief_R1.0.pdf
1 - probably not a lot
2 - sounds like it, but I do not know how far developed the MT2131
driver is
3 - probably just the "glue code" to tie all the pieces together
4 - likely none (there may be a chance the the components are wired up
slightly differently, such as in the case with GPIO pins, in which case
you'd have to try to discover the true configuration....schematics would
obviously help, but probably 99.99% of cases are resolved without such
aide )
5 - you can add the support for the device ! :P Because of the
advanced state (component drivers already exist) you won't need any in
depth knowledge about the developing device drivers. At this point, all
you will need to do is figure out where to insert the necessary glue
code in the existing modules - have a look in the source code of the
respective components (eg. /linux/drivers/media/video/au0828/ ;
/linux/drivers/media/dvb/frontends/ ; .... ). Note that the AU0828 does
not currently support analog
(http://marc.info/?l=linux-video&m=122459807631633&w=2).
I suspect that solving the EEPROM issue is just a matter of adjusting
the code so that it is not specifically expecting a Hauppauge
signature. Getting the device to attach the correct tuner should be, I
imagine, fairly straight forward too . It would appear that this device
is highly similar to the Woodbury (see:
http://marc.info/?l=linux-dvb&m=122617795121243&w=2); I do not know
whether there is significant difference between the respective MT parts
-- might be trivial, then again it might not be
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-11-27 16:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-22 21:46 [linux-dvb] AnyTV AUTV002 USB ATSC/QAM Tuner Stick Bob Cunningham
2008-11-23 16:35 ` Bob Cunningham
2008-11-23 19:21 ` Michael Krufky
2008-11-23 19:40 ` CityK
2008-11-23 19:48 ` CityK
2008-11-24 1:08 ` Bob Cunningham
2008-11-24 1:33 ` Bob Cunningham
2008-11-24 2:34 ` Bob Cunningham
2008-11-24 3:05 ` Bob Cunningham
2008-11-24 4:50 ` CityK
[not found] ` <492B9B98.5060603@gmail.com>
2008-11-26 1:36 ` CityK
2008-11-26 7:18 ` Bob Cunningham
2008-11-27 16:11 ` CityK [this message]
2008-11-27 19:28 ` Michael Krufky
2008-12-19 6:43 ` Bob Cunningham
2009-03-04 17:24 ` Bob Cunningham
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=492EC6BE.6090407@rogers.com \
--to=cityk@rogers.com \
--cc=FlyMyPG@gmail.com \
--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.