Hi all, I've been trying to get an LML33 card working on a stock Redhat 7.1 box, but running the 2.4.9 kernel. The driver built and loaded without a hitch, however when I do a 'depmod -ea' I get the following: depmod: *** Unresolved symbols in /lib/modules/misc/lml33.o depmod: remap_page_range depmod: __wake_up depmod: __generic_copy_from_user depmod: kmalloc depmod: unregister_chrdev depmod: register_chrdev depmod: vfree depmod: boot_cpu_data depmod: free_irq depmod: high_memory depmod: pci_read_config_dword depmod: iounmap depmod: pcibios_write_config_byte depmod: interruptible_sleep_on_timeout depmod: __ioremap depmod: do_gettimeofday depmod: kfree depmod: pcibios_write_config_dword depmod: pci_devices depmod: request_irq depmod: pci_set_master depmod: pci_find_device depmod: sleep_on_timeout depmod: sprintf depmod: __const_udelay depmod: __generic_copy_to_user However, I am able to cat the status of the card: >cat /dev/mvideo/status LML33 driver version 1.1.18 Copyright (C) 1997-2000 Vassili Leonov and others. LML33 driver comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Check http://www.linuxmedialabs.com/lml33src for latest release. virt high_memory=0xcfd00000 phys high_memory=0x0fd00000 remapped high_memory=0xd084b000 lml33DmaRamSize = 0x300000 == 3.0 Mb nBoards=1 screen_width=1024 screen_height=768 board=0 bus=0 devFn=160 pciIrq=11 LinVS card at bus.addr.=0xe7002000 codeBuffers at bus.addr.=0x0fd00000 videoBuffer at bus.addr.=0x0fd81000 videoDispl. at bus.addr.=0xe4000000 code bufferSize=0x20000 video bufferSize=0x130000 codingBitrate=80000 colorEncoding=1 videoStream=1 captureVideoDataFormat=4 timeDecimation=1 vertShift=0 --- So my question is, has anyone else gotten this card & driver to work on a stock Redhat 7.1 box running a 2.4.X kernel? I assume that they have, and if so does anyone know what this problem is? It seems strange that I should be able to load the module and cat the status of the mvideo device, yet the `depmod -ea` shows so many unresolved symbols, including those of functions like kmalloc and sprintf! Charlton charlton@xxxxxxxxx