public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Dazzle TV Hybrid USB and em28xx
@ 2009-10-11 16:38 Giuseppe Borzi
  2009-10-11 19:18 ` Devin Heitmueller
  0 siblings, 1 reply; 8+ messages in thread
From: Giuseppe Borzi @ 2009-10-11 16:38 UTC (permalink / raw)
  To: linux-media

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.


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

end of thread, other threads:[~2009-10-13 19:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 16:38 Dazzle TV Hybrid USB and em28xx Giuseppe Borzi
2009-10-11 19:18 ` 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

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