Almost there......
Finally able to load the driver.
I think it is the bug of Ubuntu, as per this site
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/115719Thus, I did a force module load
I edited "options" in /etc/modprobe.d
and added:
options cx88xx card=48
I was successfull in loading the driver.
inuxmce@dcerouter:~$ dmesg | grep "cx88"| more
[ 36.871513] cx2388x cx88-mpeg Driver Manager version 0.0.6 loaded
[ 37.254766] cx88_alsa: disagrees about version of symbol snd_ctl_add
[ 37.254771] cx88_alsa: Unknown symbol snd_ctl_add
[ 37.254799] cx88_alsa: disagrees about version of symbol snd_pcm_new
[ 37.254802] cx88_alsa: Unknown symbol snd_pcm_new
[ 37.254872] cx88_alsa: disagrees about version of symbol snd_card_register
[ 37.254874] cx88_alsa: Unknown symbol snd_card_register
[ 37.254912] cx88_alsa: disagrees about version of symbol snd_card_free
[ 37.254914] cx88_alsa: Unknown symbol snd_card_free
[ 37.255100] cx88_alsa: disagrees about version of symbol snd_ctl_new1
[ 37.255102] cx88_alsa: Unknown symbol snd_ctl_new1
[ 37.255143] cx88_alsa: disagrees about version of symbol snd_card_new
[ 37.255145] cx88_alsa: Unknown symbol snd_card_new
[ 37.255178] cx88_alsa: disagrees about version of symbol snd_pcm_lib_ioctl
[ 37.255180] cx88_alsa: Unknown symbol snd_pcm_lib_ioctl
[ 37.255245] cx88_alsa: disagrees about version of symbol snd_pcm_set_ops
[ 37.255247] cx88_alsa: Unknown symbol snd_pcm_set_ops
[ 37.255380] cx88_alsa: disagrees about version of symbol snd_pcm_hw_constraint_integer
[ 37.255382] cx88_alsa: Unknown symbol snd_pcm_hw_constraint_integer
[ 37.255532] cx88_alsa: disagrees about version of symbol snd_pcm_period_elapsed
[ 37.255534] cx88_alsa: Unknown symbol snd_pcm_period_elapsed
[ 37.814351] CORE cx88[0]: subsystem: 17de:0842, board: Kworld MCE 200 Deluxe [card=48,insmod option]
[ 37.956098] cx88[0]/2: cx2388x 8802 Driver Manager
[ 37.956135] cx88[0]/2: found at 0000:03:05.2, rev: 5, irq: 22, latency: 64, mmio: 0xce000000
[ 37.958862] cx88[0]/0: found at 0000:03:05.0, rev: 5, irq: 22, latency: 64, mmio: 0xcc000000
[ 37.988593] tuner 0-0043: chip found @ 0x86 (cx88[0])
[ 37.991596] tuner 0-0060: chip found @ 0xc0 (cx88[0])
[ 37.999367] cx88[0]/0: registered device video0 [v4l2]
[ 37.999391] cx88[0]/0: registered device vbi0
[ 38.101408] cx8802_register_driver() ->registering driver type=blackbird access=shared
[ 38.101414] CORE cx88[0]: subsystem: 17de:0842, board: Kworld MCE 200 Deluxe [card=48]
[ 38.101420] cx88[0]/2: cx23416 based mpeg encoder (blackbird reference design)
[ 38.101667] cx88[0]/2: registered device video1 [mpeg]
[ 235.573228] cx88[0]/2-bb: Firmware and/or mailbox pointer not initialized or corrupted
[ 238.344143] cx88[0]/2-bb: Firmware upload successful.
[ 238.350892] cx88[0]/2-bb: Firmware version is 0x02060039
linuxmce@dcerouter:~$ lsmod | grep "cx"
cx88_blackbird 21636 0
cx2341x 13316 1 cx88_blackbird
cx8800 34944 1 cx88_blackbird
cx8802 19716 1 cx88_blackbird
cx88xx 68132 3 cx88_blackbird,cx8800,cx8802
ir_common 35460 1 cx88xx
i2c_algo_bit 7428 1 cx88xx
tveeprom 16784 1 cx88xx
i2c_core 26112 5 tuner,cx88xx,nvidia,i2c_algo_bit,tveeprom
videodev 29312 3 cx88_blackbird,cx8800,cx88xx
compat_ioctl32 2304 1 cx8800
video_buf 26244 4 cx88_blackbird,cx8800,cx8802,cx88xx
v4l2_common 18432 6 cx88_blackbird,cx2341x,tuner,cx8800,cx88xx,videodev
btcx_risc 5896 3 cx8800,cx8802,cx88xx
My only next problem is the BLANK SCREEN --- whew! been doing this for so many hours..am already tired