On 5/8/05, Soyeb Aswat <soyeb@xxxxxxxxxxxxxx> wrote: > Hi Thomas, > > Judging from your PCI ID, it's got a Samsung tuner (that's the good > one). You'll need the mt352 frontend. > > I'm currently using SuSE 9.3 default kernel 2.6.11.4-20a-smp and doing > the following to load up the correct modules: > > -snip- > > I dunno if the standard 2.6.11 contains everything you need, though it > should work if you install a v4l cvs dump from bytesex. > > Regards, > Soyeb > Thanks for the help, I've download <http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.5.tar.bz2> and <http://dl.bytesex.org/cvs-snapshots/video4linux-2005-05-11-195924.tar.gz> and built the kernel and v4l source (I had to copy the v4l modules into the right place). When I run the modprobe script in the previous message many modules do get loaded but I get the following errors: FATAL: Error inserting cx88xx (/lib/modules/2.6.11.4.20050514/v4l2/cx88xx.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting cx88xx (/lib/modules/2.6.11.4.20050514/v4l2/cx88xx.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting cx8800 (/lib/modules/2.6.11.4.20050514/v4l2/cx8800.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting cx88xx (/lib/modules/2.6.11.4.20050514/v4l2/cx88xx.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting cx8802 (/lib/modules/2.6.11.4.20050514/v4l2/cx8802.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting cx88xx (/lib/modules/2.6.11.4.20050514/v4l2/cx88xx.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting cx8802 (/lib/modules/2.6.11.4.20050514/v4l2/cx8802.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting cx88_dvb (/lib/modules/2.6.11.4.20050514/v4l2/cx88-dvb.ko): Unknown symbol in module, or unknown parameter (see dmesg) Here's some of dmesg, there's more than this but its the same type of thing: cx8802: Unknown symbol cx88_core_irq cx8802: Unknown symbol cx88_sram_channels cx8802: Unknown symbol cx88_sram_channel_dump cx8802: Unknown symbol cx88_sram_channel_setup cx8802: Unknown symbol cx88_free_buffer cx8802: Unknown symbol cx88_boards cx8802: Unknown symbol cx88_risc_databuffer cx88xx: Unknown symbol ir_decode_biphase cx88xx: Unknown symbol ir_codes_hauppauge_new cx88xx: Unknown symbol ir_codes_winfast cx88xx: Unknown symbol ir_dump_samples cx8802: Unknown symbol cx88_reset cx8802: Unknown symbol cx88_wakeup cx8802: Unknown symbol cx88_risc_stopper cx8802: Unknown symbol cx88_print_irqbits cx8802: Unknown symbol cx88_shutdown cx8802: Unknown symbol cx88_mpeg_irqs cx8802: Unknown symbol cx88_core_irq cx8802: Unknown symbol cx88_sram_channels cx8802: Unknown symbol cx88_sram_channel_dump cx8802: Unknown symbol cx88_sram_channel_setup cx8802: Unknown symbol cx88_free_buffer cx8802: Unknown symbol cx88_boards cx8802: Unknown symbol cx88_risc_databuffer cx88_dvb: Unknown symbol cx8802_fini_common cx88_dvb: Unknown symbol cx88_core_put cx88_dvb: Unknown symbol cx88_core_get cx88_dvb: Unknown symbol cx8802_resume_common cx88_dvb: Unknown symbol cx8802_buf_prepare cx88_dvb: Unknown symbol cx8802_init_common cx88_dvb: Unknown symbol cx88_free_buffer cx88_dvb: Unknown symbol cx88_boards Any help much appreciated. Also, Soyeb, does you card work out of the box in suse 9.3? Maybe I should try that. Thomas