From: sioux <sioux_it@libero.it>
To: Christoph Honermann <Christoph.Honermann@web.de>
Cc: Hartmut Hackmann <hartmut.hackmann@t-online.de>, linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] saa7134: fixed pointer in tuner callback
Date: Mon, 07 Apr 2008 23:08:04 +0200 [thread overview]
Message-ID: <47FA8D34.6010900@libero.it> (raw)
In-Reply-To: <47FA70C3.5040808@web.de>
[-- Attachment #1.1: Type: text/plain, Size: 5525 bytes --]
Hi all!
here similar problem with 7134_alsa module:
saa7134_alsa: disagrees about version of symbol snd_ctl_add
saa7134_alsa: Unknown symbol snd_ctl_add
saa7134_alsa: disagrees about version of symbol snd_pcm_new
saa7134_alsa: Unknown symbol snd_pcm_new
saa7134_alsa: disagrees about version of symbol snd_card_register
saa7134_alsa: Unknown symbol snd_card_register
saa7134_alsa: disagrees about version of symbol snd_card_free
saa7134_alsa: Unknown symbol snd_card_free
saa7134_alsa: disagrees about version of symbol snd_pcm_stop
saa7134_alsa: Unknown symbol snd_pcm_stop
saa7134_alsa: disagrees about version of symbol snd_ctl_new1
saa7134_alsa: Unknown symbol snd_ctl_new1
saa7134_alsa: disagrees about version of symbol snd_card_new
saa7134_alsa: Unknown symbol snd_card_new
saa7134_alsa: disagrees about version of symbol snd_pcm_lib_ioctl
saa7134_alsa: Unknown symbol snd_pcm_lib_ioctl
saa7134_alsa: disagrees about version of symbol snd_pcm_set_ops
saa7134_alsa: Unknown symbol snd_pcm_set_ops
saa7134_alsa: disagrees about version of symbol
snd_pcm_hw_constraint_integer
saa7134_alsa: Unknown symbol snd_pcm_hw_constraint_integer
saa7134_alsa: disagrees about version of symbol snd_pcm_period_elapsed
saa7134_alsa: Unknown symbol snd_pcm_period_elapsed
saa7134_alsa: disagrees about version of symbol snd_pcm_hw_constraint_step
saa7134_alsa: Unknown symbol snd_pcm_hw_constraint_step
This is my alsa version:
cat /proc/asound/version
advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Oct 16
14:57:44 2007 UTC)
This is my kernel version:
uname -a
Linux sioux-desktop 2.6.22-14-rt #1 SMP PREEMPT RT Tue Feb 12 09:57:10
UTC 2008 i686 GNU/Linux
This is my saa7134 version and card:
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:02:09.0, rev: 209, irq: 19, latency: 32, mmio:
0xed000000
saa7133[0]: subsystem: 1822:0022, board: Twinhan Hybrid DTV-DVB 3056 PCI
[card=131,autodetected]
saa7133[0]: board init: gpio is 40000
tuner' 0-0042: chip found @ 0x84 (saa7133[0])
Make rmmod do not solve the problem!
_______________________________________________________________
Christoph Honermann ha scritto:
> Hi, Hartmund
>
>
> Hartmut Hackmann schrieb:
>> Hi, Christoph
>>
>> Christoph Honermann schrieb:
>>
>>> Hi, Hartmund
>>>
>>> I have tested the following archives with my MD8800 und the DVB-S Card.
>>>
>>> v4l-dvb-912856e2a0ce.tar.bz2 --> The DVB-S Input 1 works.
>>> The module of the following archives are loaded with the option
>>> "use_frontend=1,1" at the Shell or automatically:
>>> /etc/modprobe.d/saa7134-dvb with the following line
>>> "options saa7134-dvb use_frontend=1,1"
>>> v4l-dvb-1e295a94038e.tar.bz2;
>>>
>>> FATAL: Error inserting saa7134_dvb
>>> (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/saa7134/saa7134-dvb.ko):
>>> Unknown symbol in module, or unknown parameter (see dmesg)
>>>
>>> saa7134_dvb: disagrees about version of symbol saa7134_ts_register
>>> saa7134_dvb: Unknown symbol saa7134_ts_register
>>> saa7134_dvb: Unknown symbol videobuf_queue_sg_init
>>> saa7134_dvb: disagrees about version of symbol saa7134_set_gpio
>>> saa7134_dvb: Unknown symbol saa7134_set_gpio
>>> saa7134_dvb: disagrees about version of symbol saa7134_i2c_call_client
>>> saa7134_dvb: Unknown symbol saa7134_i2c_call_clients
>>> saa7134_dvb: disagrees about version of symbol saa7134_ts_unregister
>>> saa7134_dvb: Unknown symbol saa7134_ts_unregister
>>>
>>>
>>> v4l-dvb-f98d28c21389.tar.bz2 and v4l-dvb-a06ac2bdeb3c.tar.bz2 -->
>>>
>>> FATAL: Error inserting saa7134_dvb
>>> (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/saa7134/saa7134-dvb.ko):
>>> Unknown symbol in module, or unknown parameter (see dmesg)
>>>
>>> dmesg | grep saa7134
>>> saa7134_dvb: Unknown symbol saa7134_tuner_callback
>>> saa7134_dvb: disagrees about version of symbol saa7134_ts_register
>>> saa7134_dvb: Unknown symbol saa7134_ts_register
>>> saa7134_dvb: Unknown symbol videobuf_queue_sg_init
>>> saa7134_dvb: disagrees about version of symbol saa7134_set_gpio
>>> saa7134_dvb: Unknown symbol saa7134_set_gpio
>>>
>>> The Hardware ist working with Windows XP with both Input channels.
>>>
>>>
>> This occurs when you mix modules of different driver versions. You need to
>> replace all modules of the v4l-dvb subsystem.
>> So after you compiled and installed with
>> make; make install
>> you need to unload all modules of the subsystem either with
>> make rmmod
>> or reboot.
>> Afterwards, you can unload and reload a single module as you tried to do.
>>
>> Hartmut
>>
>>
> the second DVB-S Channel is working.
> But there is one thing that makes Problems.
> I have the effect that the devices /dev/dvb/adapter0/dvr0 and
> /dev/dvb/adapter1/dvr0 are missed from kaffeine. Therefore it wont
> work (no TV-picture, no sound, no channel scanning).
> If i look with Nautilus (file manager) therefore the whole Section
> /dev/dvb is switching off.
> Can that be an effect of the module?
> The Problem is sometimes not there but i don't find the reason
> (changing the Modules, reboots, ..). If I solve the Problem, should I
> test the kombination between DVB-S and DVB-T?
>
> Best regards
> Christoph
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
[-- Attachment #1.2: Type: text/html, Size: 6279 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-04-07 21:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-27 21:16 [linux-dvb] saa7134: fixed pointer in tuner callback Christoph Honermann
2008-03-27 21:49 ` Hartmut Hackmann
2008-04-07 19:06 ` Christoph Honermann
2008-04-07 20:43 ` Hartmut Hackmann
2008-04-08 20:52 ` Christoph Honermann
2008-04-08 23:17 ` Hartmut Hackmann
2008-04-07 21:08 ` sioux [this message]
2008-04-08 20:15 ` Hartmut Hackmann
2008-04-09 19:43 ` sioux
2008-04-09 20:30 ` Hartmut Hackmann
2008-04-09 21:16 ` hermann pitton
2008-04-09 21:47 ` Mauro Carvalho Chehab
[not found] ` <4800CBA8.4020504@libero.it>
2008-04-12 16:45 ` Mauro Carvalho Chehab
2008-05-13 20:25 ` Christoph Honermann
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=47FA8D34.6010900@libero.it \
--to=sioux_it@libero.it \
--cc=Christoph.Honermann@web.de \
--cc=hartmut.hackmann@t-online.de \
--cc=linux-dvb@linuxtv.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox