All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Walls <awalls@radix.net>
To: "Timothy D. Lenz" <tlenz@vorgon.com>
Cc: linux-media@vger.kernel.org, linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] FusionHDTV7 and v4l causes kernel panic
Date: Sat, 21 Mar 2009 19:08:22 -0400	[thread overview]
Message-ID: <1237676902.3298.6.camel@palomino.walls.org> (raw)
In-Reply-To: <000401c9aa59$730d42f0$0a00a8c0@vorg>

On Sat, 2009-03-21 at 12:15 -0700, Timothy D. Lenz wrote:
> modprobe cx23885 card=10 debug =7  still cause panic.
> 
> I searched in /usr/src/v4l/v4l-dvb/linux/drivers/media/video/cx23885/cx23885-core.c and the closest section to what you list looks
> like this:
> 
>  if ((pci_status & PCI_MSK_GPIO0) || (pci_status & PCI_MSK_GPIO1))
>   /* handled += cx23885_irq_gpio(dev, pci_status); */
>   handled += netup_ci_slot_status(dev, pci_status);
> 

Oh.  You're not using the latest v4l-dvb repo.  I see Hans fix your
particular bug about 8 days ago and it was pulled in some time after
then:

http://linuxtv.org/hg/v4l-dvb/rev/6e85a8c897e9

[big snip]

Use the latest v4l-dvb.  I bet you'll be fine.

Regards,
Andy



> ----- Original Message ----- 
> From: "Andy Walls" <awalls@radix.net>
> To: "Timothy D. Lenz" <tlenz@vorgon.com>
> Cc: <linux-media@vger.kernel.org>
> Sent: Saturday, March 21, 2009 8:32 AM
> Subject: Re: [linux-dvb] FusionHDTV7 and v4l causes kernel panic
> 
> 
> > On Sat, 2009-03-21 at 02:03 -0700, Timothy D. Lenz wrote:
> > > Not sure what you ment by "if you got the panic to stop by commenting out the call to the problem function?" You want me to
> comment
> > > something out in the driver and recompile v4l?
> >
> > Yes.  I sent two different e-mails.  I'm soory if it caused confusion.
> >
> > To see what's going on we need the panic to stop so we can see what the
> > driver is doing in the logs when being modporbe'd.
> >
> > PLease  add "#if 0/#endif" around to following block of code in
> > linux/driver/media/video/cx23885/cx23885-core.c:cx23885_irq():
> >
> > #if 0
> >         if (cx23885_boards[dev->board].cimax > 0 &&
> >                 ((pci_status & PCI_MSK_GPIO0) || (pci_status & PCI_MSK_GPIO1)))
> >                 /* handled += cx23885_irq_gpio(dev, pci_status); */
> >                 handled += netup_ci_slot_status(dev, pci_status);
> > #endif
> >
> > and recompile and reinstall v4l-dvb.  That should stop this particular
> > panic for you.  (Things still may not work, though.)
> >
> >



  parent reply	other threads:[~2009-03-21 23:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16  2:22 [linux-dvb] FusionHDTV7 and v4l causes kernel panic Timothy D. Lenz
2009-03-16 13:59 ` Steven Toth
2009-03-17  0:46   ` Timothy D. Lenz
2009-03-17  1:07     ` Andy Walls
2009-03-19  2:16       ` Timothy D. Lenz
2009-03-19  2:48         ` Andy Walls
2009-03-19  7:46           ` Timothy D. Lenz
2009-03-20  2:18           ` Timothy D. Lenz
2009-03-20 18:22           ` Timothy D. Lenz
2009-03-20 21:33             ` Andy Walls
2009-03-21  1:10             ` Andy Walls
2009-03-21  9:03               ` Timothy D. Lenz
2009-03-21 15:32                 ` Andy Walls
     [not found]                   ` <000401c9aa59$730d42f0$0a00a8c0@vorg>
2009-03-21 23:08                     ` Andy Walls [this message]
2009-03-18  7:51   ` Timothy D. Lenz
2009-03-18 13:27     ` Brandon Jenkins

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=1237676902.3298.6.camel@palomino.walls.org \
    --to=awalls@radix.net \
    --cc=linux-dvb@linuxtv.org \
    --cc=linux-media@vger.kernel.org \
    --cc=tlenz@vorgon.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.