All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Senftleben <danprem@gmx.net>
To: linux-media@vger.kernel.org
Subject: x3m_HPC2000 infos
Date: Sun, 23 Aug 2009 12:19:18 +0200	[thread overview]
Message-ID: <200908231219.18706.danprem@gmx.net> (raw)

Ok, I'll try giving some more infos.

lspci:

02:06.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI 
Video and Audio Decoder (rev 05)
02:06.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video 
and Audio Decoder [Audio Port] (rev 05)
02:06.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video 
and Audio Decoder [MPEG Port] (rev 05)

-----------------------------

dmesg | grep cx88:

cx88/0: cx2388x v4l2 driver version 0.0.6 loaded                                            
cx8800 0000:02:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20                             
cx88[0]: subsystem: 14f1:8852, board: UNKNOWN/GENERIC [card=0,insmod option]                
cx88[0]: TV tuner type 71, Radio tuner type -1                                              
cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
cx88_alsa: disagrees about version of symbol snd_ctl_add                                    
cx88_alsa: Unknown symbol snd_ctl_add                                                       
cx88_alsa: disagrees about version of symbol snd_pcm_new                                    
cx88_alsa: Unknown symbol snd_pcm_new
cx88_alsa: disagrees about version of symbol snd_card_register
cx88_alsa: Unknown symbol snd_card_register
cx88_alsa: disagrees about version of symbol snd_card_free
cx88_alsa: Unknown symbol snd_card_free
cx88_alsa: disagrees about version of symbol snd_ctl_new1
cx88_alsa: Unknown symbol snd_ctl_new1
cx88_alsa: Unknown symbol snd_card_new
cx88_alsa: disagrees about version of symbol snd_ctl_boolean_mono_info
cx88_alsa: Unknown symbol snd_ctl_boolean_mono_info
cx88_alsa: disagrees about version of symbol snd_pcm_lib_ioctl
cx88_alsa: Unknown symbol snd_pcm_lib_ioctl
cx88_alsa: disagrees about version of symbol snd_pcm_hw_constraint_pow2
cx88_alsa: Unknown symbol snd_pcm_hw_constraint_pow2
cx88_alsa: disagrees about version of symbol snd_pcm_set_ops
cx88_alsa: Unknown symbol snd_pcm_set_ops
cx88_alsa: disagrees about version of symbol snd_pcm_period_elapsed
cx88_alsa: Unknown symbol snd_pcm_period_elapsed
cx88[0]: Test OK
tuner' 1-0061: chip found @ 0xc2 (cx88[0])
cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
cx88[0]/0: found at 0000:02:06.0, rev: 5, irq: 20, latency: 32, mmio: 
0xf9000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/2: cx2388x 8802 Driver Manager

--------------------------

lsmod | grep cx88:

cx8802                 17356  0
cx8800                 35156  0
cx88xx                 72040  2 cx8802,cx8800
ir_common              43340  1 cx88xx
i2c_algo_bit            7004  1 cx88xx
compat_ioctl32          8504  1 cx8800
videodev               35328  5 saa7146_vv,tuner,cx8800,cx88xx,compat_ioctl32
tveeprom               13724  1 cx88xx
v4l2_common            12600  2 tuner,cx8800
btcx_risc               5152  3 cx8802,cx8800,cx88xx
videobuf_dma_sg        14332  4 saa7146_vv,cx8802,cx8800,cx88xx
videobuf_core          20748  5 
saa7146_vv,cx8802,cx8800,cx88xx,videobuf_dma_sg
i2c_core               35312  53 
zl10353,ves1x93,ves1820,tua6100,tda826x,tda8083,tda10086,tda1004x,tda10048,tda10023,tda10021,stv0299,stv0297,sp887x,sp8870,s5h1420,s5h1411,s5h1409,or51211,or51132,nxt6000,nxt200x,mt352,mt312,lnbp21,lgdt330x,l64781,itd1000,isl6421,isl6405,dvb_pll,drx397xD,dib7000p,dib7000m,dib3000mc,dibx000_common,dib3000mb,dib0070,cx24123,cx24110,cx22702,cx22700,bcm3510,au8522,dvb_ttpci,ttpci_eeprom,tuner_xc2028,tuner,cx88xx,i2c_algo_bit,tveeprom,v4l2_common,i2c_piix4

-----------------------

I'm not sure what yast did as I tried to get the card working, but it looks a 
bit messed up to me.. But it was able to load a driver and some modules, but 
I'm not able to unload the modules to get the v4l module compiled myself like 
you suggested (using these instuctions: 
http://linuxtv.org/wiki/index.php/How_to_Obtain%2C_Build_and_Install_V4L-
DVB_Device_Drivers). The modules "are in use" and i get errors while 
compiling..
Shall I try cleaning up a bit and remove the driver installed by yast, or do 
you see another way. Whats cx88_alsa here for?
Thanks

             reply	other threads:[~2009-08-23 10:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23 10:19 Daniel Senftleben [this message]
2009-08-23 11:39 ` x3m_HPC2000 infos hermann pitton
2009-08-23 14:26   ` Daniel Senftleben
2009-08-23 14:55   ` Daniel Senftleben

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=200908231219.18706.danprem@gmx.net \
    --to=danprem@gmx.net \
    --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 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.