All of lore.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

* Re: Dazzle TV Hybrid USB and em28xx
  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
  0 siblings, 1 reply; 8+ messages in thread
From: Devin Heitmueller @ 2009-10-11 19:18 UTC (permalink / raw)
  To: Giuseppe Borzi; +Cc: linux-media

Hello Giuseppe,

On Sun, Oct 11, 2009 at 12:38 PM, Giuseppe Borzi <gborzi@gmail.com> wrote:
> 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.

Make sure you have the latest v4l-dvb code installed.  The changes for
that board went in relatively recently (make sure you do *not* specify
a card= modprobe parameter).

http://linuxtv.org/repo

> But analog TV has no audio (I've tried sox/arecord-aplay),

Make sure you have the correct standard selected.  This sort of thing
often occurs when you are in an area with PAL support but you have the
device configured for NTSC.

> teletext doesn't work (mtt segfaults) and DVB doesn't work too.

Teletext is not supported currently - I did the NTSC VBI support and
am planning on doing the PAL support in the next couple of weeks.

> With me-tv I
> get an error message like "Failed to tune to channel" and sometimes a
> "timeout".

A fix for this was done this week (but hasn't been checked in yet).
Check the linux-media archive for the PCTV 320e thread.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-11 19:18 ` Devin Heitmueller
@ 2009-10-12 20:49   ` Giuseppe Borzi
  2009-10-12 21:37     ` Devin Heitmueller
  0 siblings, 1 reply; 8+ messages in thread
From: Giuseppe Borzi @ 2009-10-12 20:49 UTC (permalink / raw)
  To: linux-media

Devin Heitmueller <dheitmueller <at> kernellabs.com> writes:

> 
> Hello Giuseppe,
> 
> 
> Make sure you have the latest v4l-dvb code installed.  The changes for
> that board went in relatively recently (make sure you do *not* specify
> a card= modprobe parameter).
> 
> http://linuxtv.org/repo
> 
> > But analog TV has no audio (I've tried sox/arecord-aplay),
> 
> Make sure you have the correct standard selected.  This sort of thing
> often occurs when you are in an area with PAL support but you have the
> device configured for NTSC.
> 
> > teletext doesn't work (mtt segfaults) and DVB doesn't work too.
> 
> Teletext is not supported currently - I did the NTSC VBI support and
> am planning on doing the PAL support in the next couple of weeks.
> 
> > With me-tv I
> > get an error message like "Failed to tune to channel" and sometimes a
> > "timeout".
> 
> A fix for this was done this week (but hasn't been checked in yet).
> Check the linux-media archive for the PCTV 320e thread.
> 
> Devin
> 

Thanks for your prompt reply. I've downloaded v4l-dvb-5578cc977a13.tar.bz2, but
it fails to compile when it reaches firedtv-1394.c. The first part of the error
message is

/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:21:17: error: dma.h: No 
such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:22:21: error: csr1212.h: 
No such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:23:23: error: highlevel.h: 
No such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:24:19: error: hosts.h: No 
such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:25:22: error: ieee1394.h: 
No such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:26:17: error: iso.h: No 
such file or directory
/home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:27:21: error: nodemgr.h: 
No such file or directory

what follows are several warning and error messages about implicit declarations
and "dereferencing pointer to incomplete type" related to the lack of the above
include files.
I'll try again after configuring the compilation to avoid that error message, 
i.e. by compiling only the modules I need for em28xx.




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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-12 20:49   ` Giuseppe Borzi
@ 2009-10-12 21:37     ` Devin Heitmueller
  2009-10-12 23:22       ` Giuseppe Borzi
  0 siblings, 1 reply; 8+ messages in thread
From: Devin Heitmueller @ 2009-10-12 21:37 UTC (permalink / raw)
  To: Giuseppe Borzi; +Cc: linux-media

On Mon, Oct 12, 2009 at 4:49 PM, Giuseppe Borzi <gborzi@gmail.com> wrote:
> Thanks for your prompt reply. I've downloaded v4l-dvb-5578cc977a13.tar.bz2, but
> it fails to compile when it reaches firedtv-1394.c. The first part of the error
> message is
>
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:21:17: error: dma.h: No
> such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:22:21: error: csr1212.h:
> No such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:23:23: error: highlevel.h:
> No such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:24:19: error: hosts.h: No
> such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:25:22: error: ieee1394.h:
> No such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:26:17: error: iso.h: No
> such file or directory
> /home/gborzi/v4l-dvb-5578cc977a13/v4l/firedtv-1394.c:27:21: error: nodemgr.h:
> No such file or directory

Yeah, that happens with Ubuntu Karmic.  The v4l-dvb firedtv driver
depends on headers that are private to ieee1394 and not in their
kernel headers package.

To workaround the issue, open v4l/.config and set the firedtv driver
from "=m" to "=n"

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-12 21:37     ` Devin Heitmueller
@ 2009-10-12 23:22       ` Giuseppe Borzi
  2009-10-13  0:23         ` Devin Heitmueller
  0 siblings, 1 reply; 8+ messages in thread
From: Giuseppe Borzi @ 2009-10-12 23:22 UTC (permalink / raw)
  To: linux-media

> 
> Yeah, that happens with Ubuntu Karmic.  The v4l-dvb firedtv driver
> depends on headers that are private to ieee1394 and not in their
> kernel headers package.
> 
> To workaround the issue, open v4l/.config and set the firedtv driver
> from "=m" to "=n"
> 
> Devin
> 

Thanks Devin,
following your instruction for firedtv I've compiled
v4l-dvb-5578cc977a13 but the results aren't so good. After doing an
"make rminstall" , compiling and "make install" I plugged the USB
stick, the various devices were created (including /dev/dvb) and here
is the dmesg output (now it's identified as card=1)

usb 1-3.1: new high speed USB device using ehci_hcd and address 7
usb 1-3.1: configuration #1 chosen from 1 choice
Linux video capture interface: v2.00
em28xx: New device USB 2881 Video @ 480 Mbps (eb1a:2881, interface 0,
class 0) em28xx #0: chip ID is em2882/em2883
em28xx #0: i2c eeprom 00: 1a eb 67 95 1a eb 81 28 58 12 5c 00 6a 20 6a
00 em28xx #0: i2c eeprom 10: 00 00 04 57 64 57 00 00 60 f4 00 00 02 02
00 00 em28xx #0: i2c eeprom 20: 56 00 01 00 00 00 02 00 b8 00 00 00 5b
1e 00 00 em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 10 02 00 00
00 00 00 00 em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00
00 20 03 55 00 53 00 em28xx #0: i2c eeprom 70: 42 00 20 00 32 00 38 00
38 00 31 00 20 00 56 00 em28xx #0: i2c eeprom 80: 69 00 64 00 65 00 6f
00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom 90: 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom a0: 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom b0: 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom c0: 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom d0: 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 em28xx #0: i2c eeprom e0: 5a
00 55 aa 79 55 54 03 00 17 98 01 00 00 00 00 em28xx #0: i2c eeprom f0:
0c 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 em28xx #0: EEPROM ID=
0x9567eb1a, EEPROM hash = 0xb8846b20 em28xx #0: EEPROM info:
em28xx #0:	AC97 audio (5 sample rates)
em28xx #0:	USB Remote wakeup capable
em28xx #0:	500mA max power
em28xx #0:	Table at 0x04, strings=0x206a, 0x006a, 0x0000
em28xx #0: Identified as Unknown EM2750/28xx video grabber (card=1)
em28xx #0: Your board has no unique USB ID.
em28xx #0: A hint were successfully done, based on eeprom hash.
em28xx #0: This method is not 100% failproof.
em28xx #0: If the board were missdetected, please email this log to:
em28xx #0: 	V4L Mailing List  <linux-media@vger.kernel.org>
em28xx #0: Board detected as Pinnacle Hybrid Pro
tvp5150 2-005c: chip found @ 0xb8 (em28xx #0)
tuner 2-0061: chip found @ 0xc2 (em28xx #0)
xc2028 2-0061: creating new instance
xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
usb 1-3.1: firmware: requesting xc3028-v27.fw
xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type:
xc2028 firmware, ver 2.7 xc2028 2-0061: Loading firmware for type=BASE
(1), id 0000000000000000. xc2028 2-0061: Loading firmware for type=(0),
id 000000000000b700. SCODE (20000000), id 000000000000b700:
xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320
(60008000), id 0000000000008000. em28xx #0: Config register raw data:
0x58 em28xx #0: AC97 vendor ID = 0xffffffff
em28xx #0: AC97 features = 0x6a90
em28xx #0: Empia 202 AC97 audio processor detected
tvp5150 2-005c: tvp5150am1 detected.
em28xx #0: v4l2 driver version 0.1.2
em28xx #0: V4L2 video device registered as /dev/video0
em28xx #0: V4L2 VBI device registered as /dev/vbi0
em28xx audio device (eb1a:2881): interface 1, class 1
em28xx audio device (eb1a:2881): interface 2, class 1
usbcore: registered new interface driver em28xx
em28xx driver loaded
usbcore: registered new interface driver snd-usb-audio
xc2028 2-0061: attaching existing instance
xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
em28xx #0/2: xc3028 attached
DVB: registering new adapter (em28xx #0)
DVB: registering adapter 0 frontend 0 (Zarlink ZL10353 DVB-T)...
Successfully loaded em28xx-dvb
Em28xx: Initialized (Em28xx dvb Extension) extension
tvp5150 2-005c: tvp5150am1 detected.
xc2028 2-0061: Loading firmware for type=BASE F8MHZ (3), id
0000000000000000. xc2028 2-0061: Loading firmware for type=D2633 DTV8
(210), id 0000000000000000. xc2028 2-0061: Loading SCODE for type=DTV6
QAM DTV7 DTV78 DTV8 ZARLINK456 SCODE HAS_IF_4760 (620003e0), id
0000000000000000. xc2028 2-0061: Loading firmware for type=BASE F8MHZ
(3), id 0000000000000000. xc2028 2-0061: Loading firmware for
type=D2633 DTV8 (210), id 0000000000000000. xc2028 2-0061: Loading
SCODE for type=DTV6 QAM DTV7 DTV78 DTV8 ZARLINK456 SCODE
       HAS_IF_4760
(620003e0), id 0000000000000000. xc2028 2-0061: Loading firmware for
type=BASE F8MHZ (3), id 0000000000000000. xc2028 2-0061: Loading
firmware for type=D2633 DTV78 (110), id 0000000000000000. xc2028
2-0061: Loading SCODE for type=DTV6 QAM DTV7 DTV78 DTV8 ZARLINK456
SCODE HAS_IF_4760 (620003e0), id 0000000000000000. tvp5150 2-005c:
tvp5150am1 detected. xc2028 2-0061: Loading firmware for type=BASE
F8MHZ (3), id 0000000000000000. (0), id 00000000000000ff: xc2028
2-0061: Loading firmware for type=(0), id 0000000100000007. xc2028
2-0061: Loading SCODE for type=MONO SCODE HAS_IF_5320 (60008000), id
0000000f00000007. mtt[18144]: segfault at 0 ip (null) sp
00007fffcd5b12f8 error 4 in mtt[400000+26000] tvp5150 2-005c:
tvp5150am1 detected. xc2028 2-0061: Loading firmware for type=BASE
F8MHZ (3), id 0000000000000000. (0), id 00000000000000ff: xc2028
2-0061: Loading firmware for type=(0), id 0000000100000007. xc2028
2-0061: Loading SCODE for type=MONO SCODE HAS_IF_5320 (60008000), id
0000000f00000007. tvp5150 2-005c: tvp5150am1 detected. tvp5150 2-005c:
tvp5150am1 detected. xc2028 2-0061: Loading firmware for type=BASE
F8MHZ (3), id 0000000000000000. (0), id 00000000000000ff: xc2028
2-0061: Loading firmware for type=(0), id 0000000100000007. xc2028
2-0061: Loading SCODE for type=MONO SCODE HAS_IF_5320 (60008000), id
0000000f00000007. tvp5150 2-005c: tvp5150am1 detected. tvp5150 2-005c:
tvp5150am1 detected. xc2028 2-0061: Loading firmware for type=BASE
F8MHZ (3), id 0000000000000000. (0), id 00000000000000ff: xc2028
2-0061: Loading firmware for type=(0), id 0000000100000007. xc2028
2-0061: Loading SCODE for type=MONO SCODE HAS_IF_5320 (60008000), id
0000000f00000007. xc2028 2-0061: Loading firmware for type=BASE F8MHZ
(3), id 0000000000000000. xc2028 2-0061: Loading firmware for
type=D2633 DTV78 (110), id 0000000000000000. xc2028 2-0061: Loading
SCODE for type=DTV6 QAM DTV7 DTV78 DTV8 ZARLINK456 SCODE
      HAS_IF_4760
(620003e0), id 0000000000000000. xc2028 2-0061: Loading firmware for
type=BASE F8MHZ (3), id 0000000000000000. xc2028 2-0061: Loading
firmware for type=D2633 DTV78 (110), id 0000000000000000. xc2028
2-0061: Loading SCODE for type=DTV6 QAM DTV7 DTV78 DTV8 ZARLINK456
SCODE HAS_IF_4760 (620003e0), id 0000000000000000. xc2028 2-0061:
Loading firmware for type=BASE F8MHZ (3), id 0000000000000000. xc2028
2-0061: Loading firmware for type=D2633 DTV78 (110), id
0000000000000000. xc2028 2-0061: Loading SCODE for type=DTV6 QAM DTV7
DTV78 DTV8 ZARLINK456 SCODE HAS_IF_4760 (620003e0), id
0000000000000000. wlan0: disassociating by local choice (reason=3)
[drm] TV-14: set mode NTSC 480i 0

then I started checking if it works. The command "vlc channels.conf"
works, i.e. it plays the first channel in the list, but is unable to
switch channel. me-tv doesn't start, but I think this is related to the
recent gnome upgrade. w_scan doesn't find any channel.
Analog TV only shows video, no audio. Tried this both with sox and vlc.
When you say that I have to choose the right TV standard (PAL for my
region) do you mean I have to select this in the TV app I'm using
(tvtime, vlc, xawtv) or as a module option? I've not seen any em28xx
option for TV standard, so I suppose it's in the app.
Finally, I've noticed that the device is much less hot than it happened
with out of kernel modules and the card=11 workaround.
Is your latest post "em28xx mode switching" related to my device?



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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-12 23:22       ` Giuseppe Borzi
@ 2009-10-13  0:23         ` Devin Heitmueller
  2009-10-13 19:31           ` Giuseppe Borzi
  0 siblings, 1 reply; 8+ messages in thread
From: Devin Heitmueller @ 2009-10-13  0:23 UTC (permalink / raw)
  To: Giuseppe Borzi; +Cc: linux-media

On Mon, Oct 12, 2009 at 7:22 PM, Giuseppe Borzi <gborzi@gmail.com> wrote:
>>
>> Yeah, that happens with Ubuntu Karmic.  The v4l-dvb firedtv driver
>> depends on headers that are private to ieee1394 and not in their
>> kernel headers package.
>>
>> To workaround the issue, open v4l/.config and set the firedtv driver
>> from "=m" to "=n"
>>
>> Devin
>>
>
> Thanks Devin,
> following your instruction for firedtv I've compiled
> v4l-dvb-5578cc977a13 but the results aren't so good. After doing an
> "make rminstall" , compiling and "make install" I plugged the USB
> stick, the various devices were created (including /dev/dvb) and here
> is the dmesg output (now it's identified as card=1)
>
> then I started checking if it works. The command "vlc channels.conf"
> works, i.e. it plays the first channel in the list, but is unable to
> switch channel. me-tv doesn't start, but I think this is related to the
> recent gnome upgrade. w_scan doesn't find any channel.

Open v4l/em28xx-cards.c and comment out line 181 so it looks like:

//        {EM2880_R04_GPO,        0x04,   0xff,          100},/*
zl10353 reset */

This is an issue I have been actively debugging for two other users.

> Analog TV only shows video, no audio. Tried this both with sox and vlc.
> When you say that I have to choose the right TV standard (PAL for my
> region) do you mean I have to select this in the TV app I'm using
> (tvtime, vlc, xawtv) or as a module option? I've not seen any em28xx
> option for TV standard, so I suppose it's in the app.

Correct - the em28xx module does not have module parameters for the
standard - you have to select it in the application.

> Finally, I've noticed that the device is much less hot than it happened
> with out of kernel modules and the card=11 workaround.
> Is your latest post "em28xx mode switching" related to my device?

Yes, it is one device effected by that discussion.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-13  0:23         ` Devin Heitmueller
@ 2009-10-13 19:31           ` Giuseppe Borzi
  2009-10-13 19:37             ` Devin Heitmueller
  0 siblings, 1 reply; 8+ messages in thread
From: Giuseppe Borzi @ 2009-10-13 19:31 UTC (permalink / raw)
  To: linux-media; +Cc: Devin Heitmueller

[-- Attachment #1: Type: text/plain, Size: 2766 bytes --]

> On Mon, Oct 12, 2009 at 7:22 PM, Giuseppe Borzi <gborzi@gmail.com>
> wrote:
> >>
> >> Yeah, that happens with Ubuntu Karmic.  The v4l-dvb firedtv driver
> >> depends on headers that are private to ieee1394 and not in their
> >> kernel headers package.
> >>
> >> To workaround the issue, open v4l/.config and set the firedtv
> >> driver from "=m" to "=n"
> >>
> >> Devin
> >>
> >
> > Thanks Devin,
> > following your instruction for firedtv I've compiled
> > v4l-dvb-5578cc977a13 but the results aren't so good. After doing an
> > "make rminstall" , compiling and "make install" I plugged the USB
> > stick, the various devices were created (including /dev/dvb) and
> > here is the dmesg output (now it's identified as card=1)
> >
> > then I started checking if it works. The command "vlc channels.conf"
> > works, i.e. it plays the first channel in the list, but is unable to
> > switch channel. me-tv doesn't start, but I think this is related to
> > the recent gnome upgrade. w_scan doesn't find any channel.
> 
> Open v4l/em28xx-cards.c and comment out line 181 so it looks like:
> 
> //        {EM2880_R04_GPO,        0x04,   0xff,          100},/*
> zl10353 reset */
> 
> This is an issue I have been actively debugging for two other users.
> 
> > Analog TV only shows video, no audio. Tried this both with sox and
> > vlc. When you say that I have to choose the right TV standard (PAL
> > for my region) do you mean I have to select this in the TV app I'm
> > using (tvtime, vlc, xawtv) or as a module option? I've not seen any
> > em28xx option for TV standard, so I suppose it's in the app.
> 
> Correct - the em28xx module does not have module parameters for the
> standard - you have to select it in the application.
> 
> > Finally, I've noticed that the device is much less hot than it
> > happened with out of kernel modules and the card=11 workaround.
> > Is your latest post "em28xx mode switching" related to my device?
> 
> Yes, it is one device effected by that discussion.
> 
> Devin
> 

Thanks Devin,
now DVB works as expected, i.e. I can change channel and w_scan
finds the channels available in my area. The stick is recognized as
card=1 instead of 53 as I expected, but still it works fine.
Still no sound for analog TV, but that's a minor problem.

Thanks again.

-- 
***********************************************************
  Giuseppe Borzi, Assistant Professor at the
  University of Messina - Department of Civil Engineering
  Address: Contrada di Dio, Messina, I-98166, Italy
  Tel:     +390903977323
  Fax:     +390903977480
  email:   gborzi@ieee.org
  url:     http://ww2.unime.it/dic/gborzi/index.php
***********************************************************

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: Dazzle TV Hybrid USB and em28xx
  2009-10-13 19:31           ` Giuseppe Borzi
@ 2009-10-13 19:37             ` Devin Heitmueller
  0 siblings, 0 replies; 8+ messages in thread
From: Devin Heitmueller @ 2009-10-13 19:37 UTC (permalink / raw)
  To: Giuseppe Borzi; +Cc: linux-media

On Tue, Oct 13, 2009 at 3:31 PM, Giuseppe Borzi <gborzi@gmail.com> wrote:
> Thanks Devin,
> now DVB works as expected, i.e. I can change channel and w_scan
> finds the channels available in my area. The stick is recognized as
> card=1 instead of 53 as I expected, but still it works fine.
> Still no sound for analog TV, but that's a minor problem.
>
> Thanks again.

Can you please provide the output of dmesg after connecting the card?
I am not sure why it would recognize as card=1.  Do you have a
modprobe option setup forcing it to card=1?

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ 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 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.