Hi Markus,

2008/10/30 Valerio <[EMAIL PROTECTED]>:
> Hi Markus,
>
> 2008/10/29 Markus Rechberger <[EMAIL PROTECTED]>:
>> 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.
>
> I ran make rminstall and make clean of each driver version installed
> before insstall em28xx-new.
> What else can I do to revert the modules?
>
> Valerio

Hi Markus,

I think I cleaned my modules but plugging in my device I found the
following error message in /var/log/messages:

Oct 30 23:32:07 gandalf kernel: usb 2-4.2: new high speed USB device
using ehci_hcd and address 8
Oct 30 23:32:07 gandalf kernel: usb 2-4.2: configuration #1 chosen from 1 choice
Oct 30 23:32:07 gandalf kernel: usb 2-4.2: New USB device found,
idVendor=0ccd, idProduct=0043
Oct 30 23:32:07 gandalf kernel: usb 2-4.2: New USB device strings:
Mfr=2, Product=1, SerialNumber=0
Oct 30 23:32:07 gandalf kernel: usb 2-4.2: Product: Cinergy T USB XS
Oct 30 23:32:07 gandalf kernel: usb 2-4.2: Manufacturer: TerraTec
Electronic GmbH
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol
v4l_compat_translate_ioctl
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol v4l2_video_std_construct
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol v4l2_type_names
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol v4l_printk_ioctl
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol video_unregister_device
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol video_device_alloc
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol video_register_device
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol video_usercopy
Oct 30 23:32:07 gandalf kernel: em28xx: Unknown symbol video_device_release

Valerio


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

Reply via email to