Hi to all, I'm using Ubuntu 8.10 (intrepid) on a AMD64 ... uname -a Linux xxxx 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux My problem is to get my MSI TV@nywhere TV Card running. The issue is, that the dvb module cannot be loaded - for whatever reason ... :-( Here is some more detailed information about my system: ############################################################################### lspci -vv 03:06.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05) Subsystem: Twinhan Technology Co. Ltd Device 0023 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (5000ns min, 13750ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 21 Region 0: Memory at fc000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [44] Vital Product Data <?> Capabilities: [4c] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: cx8800 Kernel modules: cx8800 03:06.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05) Subsystem: Twinhan Technology Co. Ltd Device 0023 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (1500ns min, 22000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 3 Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Kernel modules: cx8802 03:06.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05) Subsystem: Twinhan Technology Co. Ltd Device 0023 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (1500ns min, 63750ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 3 Region 0: Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- ############################################################################### lsmod | grep cx88 cx88_vp3054_i2c 11392 0 cx8802 26500 0 cx8800 44660 0 cx88xx 83624 2 cx8802,cx8800 ir_common 51716 1 cx88xx i2c_algo_bit 15364 2 cx88_vp3054_i2c,cx88xx tveeprom 23428 1 cx88xx v4l2_common 21888 2 tuner,cx8800 btcx_risc 13448 3 cx8802,cx8800,cx88xx compat_ioctl32 18176 2 cx8800,gspca_main videodev 46720 5 tuner,cx8800,cx88xx,gspca_main,compat_ioctl32 videobuf_dma_sg 22788 3 cx8802,cx8800,cx88xx videobuf_core 29956 5 videobuf_dvb,cx8802,cx8800,cx88xx,videobuf_dma_sg i2c_core 36128 7 cx88_vp3054_i2c,tuner,cx88xx,i2c_algo_bit,tveeprom,v4l2_common,i2c_piix4 ############################################################################### dmesg | grep cx88 [ 12.612388] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded [ 12.613203] cx8800 0000:03:06.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 12.614085] cx88[0]: subsystem: 1822:0023, board: MSI TV-@nywhere [card=13,insmod option] [ 12.614088] cx88[0]: TV tuner type 33, Radio tuner type -1 [ 12.616815] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded [ 12.904279] cx88[0]/0: found at 0000:03:06.0, rev: 5, irq: 21, latency: 64, mmio: 0xfc000000 [ 12.905200] cx88[0]/0: registered device video0 [v4l2] [ 12.905268] cx88[0]/0: registered device vbi0 [ 12.905504] cx88[0]/2: cx2388x 8802 Driver Manager [ 292.184047] cx88/2: cx2388x dvb driver version 0.0.6 loaded [ 292.184066] cx88/2: registering cx8802 driver, type: dvb access: shared ############################################################################### I have manually specified the following in /etc/modprobe.d/options options cx88xx card=13 since the card wasn't automatically detected by the system ... And finally manually loading the dvb modules gives: modprobe cx88-dvb FATAL: Error inserting cx88_dvb (/lib/modules/2.6.27-9-generic/kernel/drivers/media/video/cx88/cx88-dvb.ko): No such device This is strange, since the *.ko is available: ls -al /lib/modules/2.6.27-9-generic/kernel/drivers/media/video/cx88 drwxr-xr-x 2 root root 1024 2008-12-01 11:33 . drwxr-xr-x 22 root root 4096 2008-12-01 11:33 .. -rw-r--r-- 1 root root 69680 2008-11-21 00:31 cx8800.ko -rw-r--r-- 1 root root 42568 2008-11-21 00:31 cx8802.ko -rw-r--r-- 1 root root 33704 2008-11-21 00:31 cx88-alsa.ko -rw-r--r-- 1 root root 42008 2008-11-21 00:31 cx88-blackbird.ko -rw-r--r-- 1 root root 46536 2008-11-21 00:31 cx88-dvb.ko -rw-r--r-- 1 root root 14768 2008-11-21 00:31 cx88-vp3054-i2c.ko -rw-r--r-- 1 root root 121472 2008-11-21 00:31 cx88xx.ko Any hints how to solve this problem? Seems that my card is not supported ... Many thanks in advance Thorsten Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sender, einen elektronischen Programmführer mit Movie Star Bewertungen von TV Movie. Außerdem, aktuelle Filmhits und spannende Dokus in der Arcor-Videothek. Infos unter www.arcor.de/tv _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb