public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kasper Sandberg <lkml@metanurb.dk>
To: Gene Heskett <gene.heskett@verizon.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.6.15-rc2
Date: Wed, 23 Nov 2005 10:04:06 +0100	[thread overview]
Message-ID: <1132736646.10574.4.camel@localhost> (raw)
In-Reply-To: <200511211852.36458.gene.heskett@verizon.net>

On Mon, 2005-11-21 at 18:52 -0500, Gene Heskett wrote:
> On Monday 21 November 2005 16:17, Kasper Sandberg wrote:
> >On Sun, 2005-11-20 at 18:58 -0500, Gene Heskett wrote:
> >> On Sunday 20 November 2005 17:36, Kasper Sandberg wrote:
> >> >On Sun, 2005-11-20 at 00:18 -0500, Gene Heskett wrote:
> >> >> On Saturday 19 November 2005 22:40, Linus Torvalds wrote:
> >> >> >There it is (or will soon be - the tar-ball and patches are still
> >> >> >uploading, and mirroring can obviously take some time after
> >> >> > that).
> >> >>
> >> >> First breakage report, tvtime, blue screen no audio.  Trying
> >> >> slightly different .config for next build.  My tuner (OR51132)
> >> >> seems to be permanently selected in an xconfig screen.  Dunno if
> >> >> thats good or bad ATM.
> >> >
> >> >if it needs to be loaded with a parameter you will need to build it
> >> > as a module.. my saa7134 chip needs card=9.
> >>
> >> Its never needed an argument before.
i do not know, but it was the only changeset in that file from a kernel
where it worked, and to 2.6.15-rc1 where it did not work (video, i just
got no images.)

the v4l developers are working on it, i just thought this might help.

> >
> >then you have a good card, mine is a cheap cheap cheap one which
> >apparently doesent have the nessecary embedded info to do proper
> >autodetection, so i gotta manually specify which card i have.
> 
> Its a pcHDTV-3000
> 
> >> >i am experiencing same problems with saa7134, no video, however i do
> >> > get audio.
> >>
> >> I wasn't, total digital gibberish on screen.
> >>
> >> A full powerdown reboot to 2.6.14.2 fixed it.
> >>
> >> >this is a way to (incorrectly according to v4l devs) "fix" it:
> >> >drivers/media/video/video-buf.c
> >> >change line 1233 to this:
> >> >        vma->vm_flags |= VM_DONTEXPAND;
> 
> And this will actually do what?  Elaborate please.
> 
> I think my problem is that somehow, the dvb stuff now has a dependency
> on the nxt200x thing, whatever it is, as if I force a kernel build
> without it, then I get depmod problems at the end of the build telling
> me:
> 
> WARNING:/lib/modules/2.6.15-rc2/kernel/drivers/media/video/cx88/cx88-dvb
> .ko needs unknown symbol nxt200x_attach.
> 
> This was never a requirement up thru 2.6.14.2, and I didn't try 15-rc1
> as the -rc1's are usually a disaster of some kind, and this is also my
> main box.  I don't need a filesystem muckup again.
> 
> So whatever did that seems in error to me, and should be backed out in
> favor of some other method to bring in the nxt200x bearing cards.
> 


  reply	other threads:[~2005-11-23  9:04 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 [this message]
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
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=1132736646.10574.4.camel@localhost \
    --to=lkml@metanurb.dk \
    --cc=gene.heskett@verizon.net \
    --cc=linux-kernel@vger.kernel.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