From: Michael Krufky <mkrufky@linuxtv.org>
To: Gene Heskett <gene.heskett@verizon.net>
Cc: linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>,
Johannes Stezenbach <js@linuxtv.org>,
Sam Ravnborg <sam@ravnborg.org>,
Kirk Lapray <kirk.lapray@gmail.com>
Subject: Re: Linux 2.6.15-rc2
Date: Wed, 23 Nov 2005 15:28:28 -0500 [thread overview]
Message-ID: <4384D0EC.5050709@linuxtv.org> (raw)
In-Reply-To: <200511231514.17157.gene.heskett@verizon.net>
Gene Heskett wrote:
>On Wednesday 23 November 2005 14:54, Michael Krufky wrote:
>
>
>>Gene Heskett wrote:
>>
>>
>>>On Wednesday 23 November 2005 14:17, Michael Krufky wrote:
>>>
>>>[...]
>>>
>>>>f it fixes Gene's problem (a quick glance at his emails suggests that
>>>>it does) then:
>>>>
>>>>
>>>Read further Michael, it still takes a _cold_ reboot to 2.6.14.2 to
>>>fix it.
>>>
>>>
>>I'm sorry -- I should have been clearer... It fixes the following error
>>message, correct?
>>
>>Gene Heskett wrote:
>>
>>
>>>WARNING:/lib/modules/2.6.15-rc2/kernel/drivers/media/video/cx88/cx88-
>>>dvb .ko needs unknown symbol nxt200x_attach.
>>>
>>>
>>About the cold reboot needed for 2.6.14.2, well, that is completely
>>unrelated...
>>
>>First, does the patch fix the unknown symbol error? If so, then the
>>patch is correct.
>>
>>
>Yes, it fixes that just fine.
>
>
GREAT! ... So then Adrian's patch with my ACK should be applied, in
addition to a similar patch for saa7134-dvb ... I'd like to try Sam's
method on my machine... if it works, then I will send in a new patch on
Friday.
>>Moving on........
>>
>>Kirk Lapray wrote both OR51132 and NXT200X frontend modules (cc added)
>>...
>>
>>First off, Gene, I am still under the impression that both v4l and dvb
>>subsystems are broken under 2.6.15 due to the memory bugs... I don't
>>know if Hugh Dickins fixed those yet or not.
>>
>>
>Neither do I. But as a tv engineer with 50+ years of experience, the
>general appearance is if the antenna cable has been disconnected and
>held about 2" away from the f-59 connector when a hot reboot is done.
>The audio in both cases sounds like its a station 300 miles away when
>the atmospherics are behaving themselves.
>
>
More than likely, I would assume that the issue has something to do with
some code inside nxt200x.c that makes some additional devices visible on
the i2c bus... This should only affect devices that use nxt200x module,
but perhaps there is something going on that is causing interference on
the i2c bus of your card? This is just a guess.... Results from your
cvs test will show us some better information.
If you are successfully loading cx88-dvb WITHOUT nxt200x module (before
the cold boot) then the above is not the case.
Meanwhile, I repeat, it is well-known that the media tree is broken in
2.6.15 ... I think we'll get better results after Hugh Dickin's sends in
another patch. In the meantime, you can test the v4l + dvb code using
the merge-trees build method on the cvs repositories. (see below)
>>Please try to build merged v4l+dvb cvs trees against your 2.6.14.2
>>kernel, and tell me if you are having the same problems. If you are
>>indeed having the same problem, then it confirms that something in the
>>nxt200x module is causing problems in the OR51132 module.
>>
>>
>And how & where do I obtain that?
>
Link to wiki-howto on linuxtv.org provided below.
>>Kirk, are you able to use both modules together using both pcHDTV and
>>ATI HDTV Wonder PCI cx88 boards simultaneously without causing any
>>conflicts?
>>
>>Once again, Gene, please follow the tree-merge instructions located at:
>>
>>http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS
>>
>>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>I'll give this a shot and advise on the results.
>
>>Please let me know if the problem persists. If the problem is gone,
>>then nxt200x is a red herring.
>>
>>Regards,
>>
>>Michael Krufky
>>
>>
I'll keep my email open...
Thanks,
Michael Krufky
next prev parent reply other threads:[~2005-11-23 20:32 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-20 3:40 Linux 2.6.15-rc2 Linus Torvalds
2005-11-20 5:18 ` Gene Heskett
2005-11-20 17:02 ` Gene Heskett
2005-11-20 17:37 ` Gene Heskett
2005-11-20 19:17 ` Gene Heskett
2005-11-20 22:36 ` Kasper Sandberg
2005-11-20 23:58 ` Gene Heskett
2005-11-21 21:17 ` Kasper Sandberg
2005-11-21 23:52 ` Gene Heskett
2005-11-23 9:04 ` Kasper Sandberg
2005-11-21 0:15 ` Johannes Stezenbach
2005-11-21 1:07 ` Gene Heskett
2005-11-21 1:32 ` Johannes Stezenbach
2005-11-21 1:49 ` Gene Heskett
2005-11-23 1:56 ` Michael Krufky
2005-11-23 4:36 ` Gene Heskett
2005-11-23 17:42 ` Adrian Bunk
2005-11-23 18:19 ` Gene Heskett
2005-11-23 18:26 ` Sam Ravnborg
2005-11-23 18:38 ` Adrian Bunk
2005-11-26 20:30 ` [PATCH] fix broken hybrid v4l-dvb frontend selection Michael Krufky
2005-11-23 18:31 ` Linux 2.6.15-rc2 Gene Heskett
2005-11-23 19:17 ` Michael Krufky
2005-11-23 19:36 ` Gene Heskett
2005-11-23 19:54 ` Michael Krufky
2005-11-23 20:14 ` Gene Heskett
2005-11-23 20:28 ` Michael Krufky [this message]
2005-11-23 21:26 ` Hugh Dickins
2005-11-23 22:36 ` Gene Heskett
2005-11-23 23:40 ` Hugh Dickins
2005-11-23 23:53 ` Gene Heskett
2005-11-24 0:37 ` Gene Heskett
2005-11-24 7:45 ` Hugh Dickins
2005-11-24 15:15 ` Gene Heskett
2005-11-24 17:02 ` Michael Krufky
2005-11-24 19:07 ` [PATCH] hybrid v4l/dvb advanced frontend selection fix Michael Krufky
2005-11-24 4:40 ` Linux 2.6.15-rc2 Paul Jackson
2005-11-23 20:38 ` Adrian Bunk
2005-11-23 20:49 ` Michael Krufky
2005-11-23 21:04 ` Adrian Bunk
2005-11-20 13:20 ` Michael Geithe
2005-11-20 14:52 ` cinergyT2 oops (was Re: Linux 2.6.15-rc2) Alexey Dobriyan
2005-11-20 15:04 ` Michael Geithe
2005-11-20 16:13 ` Linux 2.6.15-rc2 Dmitry Torokhov
2005-11-20 19:13 ` Michael Geithe
2005-11-22 4:30 ` Jeffrey Hundstad
2005-11-22 23:00 ` Andrew Morton
2005-11-23 0:50 ` Linus Torvalds
2005-11-23 1:05 ` Andrew Morton
2005-11-23 1:32 ` Andi Kleen
2005-11-23 1:43 ` Linus Torvalds
2005-11-23 2:16 ` David S. Miller
2005-11-23 1:39 ` Linus Torvalds
2005-11-23 2:08 ` Andrew Morton
2005-11-23 3:41 ` Jeffrey Hundstad
2005-11-23 3:48 ` Linus Torvalds
2005-11-23 16:48 ` Jeffrey Hundstad
2005-11-23 5:01 ` Zan Lynx
2005-11-23 1:14 ` Zan Lynx
2005-11-23 4:42 ` Gene Heskett
2005-11-24 12:37 ` Ed Tomlinson
2005-11-24 13:07 ` Andreas Ericsson
2005-11-24 18:44 ` Linus Torvalds
2005-11-24 19:42 ` Junio C Hamano
2005-11-24 19:57 ` Linus Torvalds
2005-11-24 21:02 ` Junio C Hamano
2005-11-24 18:37 ` Linus Torvalds
2005-11-24 19:52 ` Nick Hengeveld
2005-11-25 2:50 ` Ed Tomlinson
2005-11-25 8:42 ` Andreas Ericsson
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=4384D0EC.5050709@linuxtv.org \
--to=mkrufky@linuxtv.org \
--cc=bunk@stusta.de \
--cc=gene.heskett@verizon.net \
--cc=js@linuxtv.org \
--cc=kirk.lapray@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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