public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: James <bjlockie@lockie.ca>
To: linux-media Mailing List <linux-media@vger.kernel.org>
Subject: Re: recent cx23385?
Date: Thu, 13 Oct 2011 12:31:17 -0400	[thread overview]
Message-ID: <4E971255.8080203@lockie.ca> (raw)
In-Reply-To: <CAGoCfiyViRDt690TWtiWdnfP5C-az2aeOK=TGhgP4kwT1QJfqQ@mail.gmail.com>

On 10/13/11 08:48, Devin Heitmueller wrote:
> On Thu, Oct 13, 2011 at 1:59 AM, James<bjlockie@lockie.ca>  wrote:
>> Is there a newer cx23385 driver than the one in kernel-3.0.4?
>> I bought ahttp://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1250  and it
>> shows video for about 5 seconds and then locks up the system.
> You cannot install individual drivers (Linux doesn't work like Windows
> in this regards).  You have to either install the latest kernel or you
> can swap out the whole media subsystem with a later version.
>
> http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
>
> Devin
Where do I see the date/version of the media subsystem?

It is not video related, w_scan works sometimes but freezes the kernel 
sometimes.
This is booting right to a console.
Is there a program to do a stress test on the hardware and print lots of 
messages as it's working?


$ modinfo cx23885
filename:       
/lib/modules/3.0.4/kernel/drivers/media/video/cx23885/cx23885.ko
license:        GPL
author:         Steven Toth <stoth@linuxtv.org>
description:    v4l2 driver module for cx23885 based TV cards
license:        GPL
author:         Steven Toth <stoth@linuxtv.org>
description:    Driver for cx23885 based TV cards
alias:          pci:v000014F1d00008880sv*sd*bc*sc*i*
alias:          pci:v000014F1d00008852sv*sd*bc*sc*i*
depends:        
videobuf-core,videobuf-dma-sg,stv0367,lnbp21,cx2341x,tveeprom,lgdt330x,videobuf-dvb,stv0900,zl10353,mt2131,ds3000,dib7000p,btcx-risc,tda10048,cx24116,s5h1411,s5h1409,stv6110
vermagic:       3.0.4 SMP mod_unload
parm:           ci_dbg:Enable CI debugging (int)
parm:           ci_irq_enable:Enable IRQ from CAM (int)
parm:           ir_888_debug:enable debug messages [CX23888 IR 
controller] (int)
parm:           mpegbufs:number of mpeg buffers, range 2-32 (int)
parm:           mpeglines:number of lines in an MPEG buffer, range 2-32 
(int)
parm:           mpeglinesize:number of bytes in each line of an MPEG 
buffer, range 512-1024 (int)
parm:           v4l_debug:enable V4L debug messages (int)
parm:           alt_tuner:Enable alternate tuner configuration (int)
parm:           adapter_nr:DVB adapter numbers (array of short)
parm:           i2c_debug:enable debug messages [i2c] (int)
parm:           i2c_scan:scan i2c bus at insmod time (int)
parm:           debug:enable debug messages (int)
parm:           card:card type (array of int)
parm:           vbibufs:number of vbi buffers, range 2-32 (int)
parm:           vbi_debug:enable debug messages [vbi] (int)
parm:           video_nr:video device numbers (array of int)
parm:           vbi_nr:vbi device numbers (array of int)
parm:           radio_nr:radio device numbers (array of int)
parm:           video_debug:enable debug messages [video] (int)
parm:           irq_debug:enable debug messages [IRQ handler] (int)
parm:           vid_limit:capture memory limit in megabytes (int)
parm:           enable_885_ir:Enable integrated IR controller for supported
                     CX2388[57] boards that are wired for it:
                         HVR-1250 (reported safe)
                         TeVii S470 (reported unsafe)
                     This can cause an interrupt storm with some cards.
                     Default: 0 [Disabled] (int)

I did:
http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
/bin/sh: /sbin/lsmod: No such file or directory
Lot's of pr_fmt redefined errors.

I put the build log at: lockie.ca/test/v4l_build.txt.bz2

Something is not right though. :-(
$ modprobe cx23885
WARNING: Deprecated config file /etc/modprobe.conf, all config files 
belong into /etc/modprobe.d/.
WARNING: Error inserting altera_ci 
(/lib/modules/3.0.4/kernel/drivers/media/video/cx23885/altera-ci.ko): 
Invalid module format
WARNING: Error inserting media 
(/lib/modules/3.0.4/kernel/drivers/media/media.ko): Invalid module format
WARNING: Error inserting videodev 
(/lib/modules/3.0.4/kernel/drivers/media/video/videodev.ko): Invalid 
module format
WARNING: Error inserting v4l2_common 
(/lib/modules/3.0.4/kernel/drivers/media/video/v4l2-common.ko): Invalid 
module format
WARNING: Error inserting videobuf_core 
(/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-core.ko): 
Invalid module format
WARNING: Error inserting videobuf_dvb 
(/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-dvb.ko): Invalid 
module format
WARNING: Error inserting videobuf_dma_sg 
(/lib/modules/3.0.4/kernel/drivers/media/video/videobuf-dma-sg.ko): 
Invalid module format
WARNING: Error inserting cx2341x 
(/lib/modules/3.0.4/kernel/drivers/media/video/cx2341x.ko): Invalid 
module format
WARNING: Error inserting altera_stapl 
(/lib/modules/3.0.4/kernel/drivers/linux/drivers/misc/altera-stapl/altera-stapl.ko): 
Invalid module format
WARNING: Error inserting rc_core 
(/lib/modules/3.0.4/kernel/drivers/media/rc/rc-core.ko): Invalid module 
format
FATAL: Error inserting cx23885 
(/lib/modules/3.0.4/kernel/drivers/media/video/cx23885/cx23885.ko): 
Invalid module format


  reply	other threads:[~2011-10-13 16:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-13  5:59 recent cx23385? James
2011-10-13 12:48 ` Devin Heitmueller
2011-10-13 16:31   ` James [this message]
2011-10-13 16:38     ` James
2011-10-13 18:01       ` James
2011-10-13 17:52     ` Devin Heitmueller
2011-10-13 18:05       ` /bin/lsmod James

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=4E971255.8080203@lockie.ca \
    --to=bjlockie@lockie.ca \
    --cc=linux-media@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