From: Giuseppe Borzi <gborzi@gmail.com>
To: linux-media@vger.kernel.org
Subject: Dazzle TV Hybrid USB and em28xx
Date: Sun, 11 Oct 2009 16:38:54 +0000 (UTC) [thread overview]
Message-ID: <loom.20091011T180513-771@post.gmane.org> (raw)
Hello to everyone,
I bought a Dazzle TV Hybrid USB stick some years ago (2006 maybe?) and until
now I've used out of kernel drivers from M. Rechberger. Here's a webpage about
the stick
http://www.lelong.com.my/Auc/List/2009-10DeStd44780009_AUCTION_-#
Dazzle-TV-Hybrid-USB-stick-Watch-TV-without-Internet-BID-Now.htm
(this line has been breaked at the sharp # sign)
The usbid is eb1a:2881.
The Linux distribution I'm using, Archlinux, has updated the kernel to 2.6.31.3
and I've failed to patch the out of kernel drivers again, so I've tried the in
kernel em28xx modules.
These are the results: when I plug the stick em28xx and em28xx-dvb get loaded
by the kernel, I think the stick is recognized as card=53 (Pinnacle Hybrid
Pro), and the /dev/videoX, /dev/dspX, /dev/vbiX and /dev/dvb/adapterX devices
are created. But analog TV has no audio (I've tried sox/arecord-aplay),
teletext doesn't work (mtt segfaults) and DVB doesn't work too. With me-tv I
get an error message like "Failed to tune to channel" and sometimes a
"timeout".
Searching this mailing list I've found a way to get at least DVB working
(thanks to Emanuele Deiola)
1) remove em28xx-dvb and em28xx modules if these are already loaded;
2) plug the stick (the kernel loads em28xx and em28xx-dvb);
3) remove em28xx-dvb and em28xx modules
# modprobe -r em28xx-dvb
# modprobe -r em28xx
4) load em28xx with card=11
# modprobe em28xx card=11
and DVB works, i.e. me-tv, vlc, w_scan work as expected. Analog TV is still
without audio, video is OK.
I've tried to add the option card=11 in modprobe.conf but the result is that
the /dev/dvb/adapterX directory is not created.
I hope this is helpful for other people with this stick and to the developers
to enhance support for the stick. Please developers let me know if you need
more info.
next reply other threads:[~2009-10-11 16:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-11 16:38 Giuseppe Borzi [this message]
2009-10-11 19:18 ` Dazzle TV Hybrid USB and em28xx Devin Heitmueller
2009-10-12 20:49 ` Giuseppe Borzi
2009-10-12 21:37 ` Devin Heitmueller
2009-10-12 23:22 ` Giuseppe Borzi
2009-10-13 0:23 ` Devin Heitmueller
2009-10-13 19:31 ` Giuseppe Borzi
2009-10-13 19:37 ` Devin Heitmueller
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=loom.20091011T180513-771@post.gmane.org \
--to=gborzi@gmail.com \
--cc=linux-media@vger.kernel.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.