[Em28xx] TV2000 XP Global dropped support?

2008-10-29 Thread Andrew Gallymbits

(eek, forgot something important again..)


Hello,

I believe the support for my Winfast TV2000 XP Global card has been moved to 
[LinuxTv], but it's not clear except I see no support for my card in the code 
anymore. 
 
Roughly 13 months ago I was easily able to have my card working, with sound, 
using your firmware Version 3  (but no FM, because there was no FM 
firmware...). 
 
Now I try the LinuxTV version and I can't get any sound - I think the cx88 
sound module was removed from my system when I installed! =(

I am going to try last year's version again.. Sorry if I overlooked something 
(v4l-dvb-expirimental?), I have searched the archives to the best of my 
ability. I'd really like to see if I could get FM working, and perhaps extract 
firmware from Leadtek's own driver.
-acg

_
Store, manage and share up to 5GB with Windows Live SkyDrive.
http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008
___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] (no subject)

2008-10-29 Thread Andrew Gallymbits

Hello,

I believe the support for my Winfast TV2000 XP Global card has been moved to 
[LinuxTv], but it's not clear except I see no support for my card in the code 
anymore. 

Roughly 13 months ago I was easily able to have my card working, with sound, 
using your firmware Version 3  (but no FM, because there was no FM 
firmware...). 

Now I try the LinuxTV version and I can't get any sound - I think the cx88 
sound module was removed from my system when I installed! =(

I am going to try last year's version again.. Sorry if I overlooked something 
(v4l-dvb-expirimental?), I have searched the archives to the best of my ability.
-acg
_
Store, manage and share up to 5GB with Windows Live SkyDrive.
http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008
___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Problems with Terratec Cinergy XS and realtime kernel (ubuntu)

2008-10-29 Thread Gero Mudersbach
Hello,

I have this problem for some time now and it only occurs with the real time 
kernel of ubuntu (rt) not the generic. I have the Cinergy XS USB (DVB-T only, 
0ccd:0043).

If I follow the instructions for the em28xx-new I get the following error when 
trying to load the module:

>FATAL: Error inserting em28xx (/lib/modules/2.6.24-19-rt/empia/em28xx.ko): 
>Unknown symbol in module, or unknown parameter (see dmesg)

Dmesg shows me:
>em28xx: disagrees about version of symbol video_unregister_device
>em28xx: Unknown symbol video_unregister_device

If I checkout the v4l-experimental repo with mercurial, build it, install it, 
restart etc I get the following error when trying to watch with Kaffeine:

>Not able to lock to the signal on the given frequency

What could be the problem here?

Best
Gero


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Markus Rechberger
On Wed, Oct 29, 2008 at 4:58 PM, Valerio <[EMAIL PROTECTED]> wrote:
> Hi Markus,
>
> 2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
>> On Wed, Oct 29, 2008 at 12:17 PM, Valerio <[EMAIL PROTECTED]> wrote:
>>> 2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
 Hi,

 On Wed, Oct 29, 2008 at 11:53 AM, Valerio <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
> (opensuse 11) and Terratec Cinergy USB T XS:
> until now it worked fine with older kernel 2.6.24 and a version of
> v4l-dvb, modified to make the driver enable its digital tuner (because
> the original driver's code enables only the analog one, and this tuner
> has no analog tuner).
> But now with the latest driver version, when I plug in the device, in
> dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
> found that this firmware is for HVR-950 and not for my device, and
> that the previous versions of the driver load
> xc3028_BG_PAL_A2_A.i2c.fw.
>

 you need mercurial and run following commands:

 $ hg clone http://mcentral.de/hg/~mrec/em28xx-new
 $ cd em28xx-new
 $ make
 $ make install

 -Markus

>>>
>>>
>>> Hi Markus,
>>>
>>> the driver em28xx-new compiles and install fine, but when calling
>>> modprobe em28xx-new i receive
>>> FATAL: Error inserting em28xx
>>> (/lib/modules/2.6.25.18-0.2-default/empia/em28xx.ko): Unknown symbol
>>> in module, or unknown parameter (see dmesg)
>>>
>>
>> what does dmesg show up?
>>
>> Markus
>>
>
>
> here the log in /var/log/messages after 'modprobe em28xx'
>
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol
> v4l_compat_translate_ioctl
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol 
> v4l2_video_std_construct
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol v4l2_type_names
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol v4l_printk_ioctl
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_unregister_device
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_device_alloc
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_register_device
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_usercopy
> Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_device_release
>

you should revert your modules before installing the em28xx driver.

Markus

> Moreover an important detail: with this driver version, em28xx is not
> automatically loaded but I have to use modprobe em28xx
>
> Regards,
>
> Valerio
>

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Valerio
Hi Markus,

2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
> On Wed, Oct 29, 2008 at 12:17 PM, Valerio <[EMAIL PROTECTED]> wrote:
>> 2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
>>> Hi,
>>>
>>> On Wed, Oct 29, 2008 at 11:53 AM, Valerio <[EMAIL PROTECTED]> wrote:
 Hi all,

 I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
 (opensuse 11) and Terratec Cinergy USB T XS:
 until now it worked fine with older kernel 2.6.24 and a version of
 v4l-dvb, modified to make the driver enable its digital tuner (because
 the original driver's code enables only the analog one, and this tuner
 has no analog tuner).
 But now with the latest driver version, when I plug in the device, in
 dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
 found that this firmware is for HVR-950 and not for my device, and
 that the previous versions of the driver load
 xc3028_BG_PAL_A2_A.i2c.fw.

>>>
>>> you need mercurial and run following commands:
>>>
>>> $ hg clone http://mcentral.de/hg/~mrec/em28xx-new
>>> $ cd em28xx-new
>>> $ make
>>> $ make install
>>>
>>> -Markus
>>>
>>
>>
>> Hi Markus,
>>
>> the driver em28xx-new compiles and install fine, but when calling
>> modprobe em28xx-new i receive
>> FATAL: Error inserting em28xx
>> (/lib/modules/2.6.25.18-0.2-default/empia/em28xx.ko): Unknown symbol
>> in module, or unknown parameter (see dmesg)
>>
>
> what does dmesg show up?
>
> Markus
>


here the log in /var/log/messages after 'modprobe em28xx'

Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol
v4l_compat_translate_ioctl
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol v4l2_video_std_construct
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol v4l2_type_names
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol v4l_printk_ioctl
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_unregister_device
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_device_alloc
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_register_device
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_usercopy
Oct 29 16:56:54 gandalf kernel: em28xx: Unknown symbol video_device_release

Moreover an important detail: with this driver version, em28xx is not
automatically loaded but I have to use modprobe em28xx

Regards,

Valerio

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Markus Rechberger
On Wed, Oct 29, 2008 at 12:17 PM, Valerio <[EMAIL PROTECTED]> wrote:
> 2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
>> Hi,
>>
>> On Wed, Oct 29, 2008 at 11:53 AM, Valerio <[EMAIL PROTECTED]> wrote:
>>> Hi all,
>>>
>>> I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
>>> (opensuse 11) and Terratec Cinergy USB T XS:
>>> until now it worked fine with older kernel 2.6.24 and a version of
>>> v4l-dvb, modified to make the driver enable its digital tuner (because
>>> the original driver's code enables only the analog one, and this tuner
>>> has no analog tuner).
>>> But now with the latest driver version, when I plug in the device, in
>>> dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
>>> found that this firmware is for HVR-950 and not for my device, and
>>> that the previous versions of the driver load
>>> xc3028_BG_PAL_A2_A.i2c.fw.
>>>
>>
>> you need mercurial and run following commands:
>>
>> $ hg clone http://mcentral.de/hg/~mrec/em28xx-new
>> $ cd em28xx-new
>> $ make
>> $ make install
>>
>> -Markus
>>
>
>
> Hi Markus,
>
> the driver em28xx-new compiles and install fine, but when calling
> modprobe em28xx-new i receive
> FATAL: Error inserting em28xx
> (/lib/modules/2.6.25.18-0.2-default/empia/em28xx.ko): Unknown symbol
> in module, or unknown parameter (see dmesg)
>

what does dmesg show up?

Markus

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Valerio
2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
> Hi,
>
> On Wed, Oct 29, 2008 at 11:53 AM, Valerio <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
>> (opensuse 11) and Terratec Cinergy USB T XS:
>> until now it worked fine with older kernel 2.6.24 and a version of
>> v4l-dvb, modified to make the driver enable its digital tuner (because
>> the original driver's code enables only the analog one, and this tuner
>> has no analog tuner).
>> But now with the latest driver version, when I plug in the device, in
>> dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
>> found that this firmware is for HVR-950 and not for my device, and
>> that the previous versions of the driver load
>> xc3028_BG_PAL_A2_A.i2c.fw.
>>
>
> you need mercurial and run following commands:
>
> $ hg clone http://mcentral.de/hg/~mrec/em28xx-new
> $ cd em28xx-new
> $ make
> $ make install
>
> -Markus
>


Hi Markus,

the driver em28xx-new compiles and install fine, but when calling
modprobe em28xx-new i receive
FATAL: Error inserting em28xx
(/lib/modules/2.6.25.18-0.2-default/empia/em28xx.ko): Unknown symbol
in module, or unknown parameter (see dmesg)

Valerio

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Markus Rechberger
Hi,

On Wed, Oct 29, 2008 at 11:53 AM, Valerio <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
> (opensuse 11) and Terratec Cinergy USB T XS:
> until now it worked fine with older kernel 2.6.24 and a version of
> v4l-dvb, modified to make the driver enable its digital tuner (because
> the original driver's code enables only the analog one, and this tuner
> has no analog tuner).
> But now with the latest driver version, when I plug in the device, in
> dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
> found that this firmware is for HVR-950 and not for my device, and
> that the previous versions of the driver load
> xc3028_BG_PAL_A2_A.i2c.fw.
>

you need mercurial and run following commands:

$ hg clone http://mcentral.de/hg/~mrec/em28xx-new
$ cd em28xx-new
$ make
$ make install

-Markus

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinery USB T XS wrong firmware

2008-10-29 Thread Valerio
Hi all,

I am trying to use the latest v4l-dvb driver with kernel 2.6.25.18
(opensuse 11) and Terratec Cinergy USB T XS:
until now it worked fine with older kernel 2.6.24 and a version of
v4l-dvb, modified to make the driver enable its digital tuner (because
the original driver's code enables only the analog one, and this tuner
has no analog tuner).
But now with the latest driver version, when I plug in the device, in
dmesg I found that the driver fails to load firmware xc3028-v27.fw: I
found that this firmware is for HVR-950 and not for my device, and
that the previous versions of the driver load
xc3028_BG_PAL_A2_A.i2c.fw.

Does anyone know the reason of this problem and how I can solve it?

Thanks and regards,

Valerio Bontempi

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx