I have my ATI All-In-Wonder Radeon 7500 partially working with Gatos drivers. I can watch TV (in stereo) with avview and play DVDs using mplayer. Both these functions work flawlessly. I'm having lots of problems with capture, specifically loading the km modules. My current configuration is: Hardware: IBM D845GERG2 mobo onboard video not enabled onboard sound enabled ATI All-In-Wonder Radeon 7500 Software: XFree86 4.3 ati.2 - experimental 10 ATI-4.3.0-10.i386.tar.gz drm-kernel-1.100.0-10.tar.gz AV viewer 0.12.0 avview-0.12.0.tar.gz ffmpeg-0.4.6.tar.gz km km-0.2.1.tgz I have compiled the following into kernel-2.4.20 MTRR /dev/agpgart Intel 440LX/BX/GX I815/I820/I830M/I830MP/I840/I845/I850/I860 support Direct Rendering Manager (XFree86 DRI support) DRM 4.1 drivers ATI Radeon - <<<<Module -- overwritten from Gatos drm_kernel-1.100.0-10 V4L - <<<Module V4L information in proc filesystem Support for frame buffer devices ATI Radeon display support Advanced low level driver options Monochrome support 2/4/8/16/24/32 bpp packed pixel support Select compiled-in fonts VGA 8x16 font Sparc console 8x16 Sparc console 12x22 font Sound card support <<as module (separately compiled ALSA-9.x modules loaded at boot) My problem is with the KM modules. km_api.o loads fine. km_drv.o does not load. Per Gatos instructions, in the km source directory I type: # make test sync insmod ./km_api.o insmod ./km_drv.o km_debug=0 ./km_drv.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg make: *** [test] Error 1 The km_api.o module loads, the km_drv.o does not. After the command fails, lsmod lists the following: Module Size Used by Tainted: PF km_api 2024 0 radeon 102116 0 (unused) vmnet 18184 2 vmmon 22964 0 usb-storage 21080 0 snd-seq-oss 22496 0 snd-seq-midi-event 2696 0 [snd-seq-oss] snd-seq 32944 2 [snd-seq-oss snd-seq-midi-event] snd-pcm-oss 36004 1 snd-mixer-oss 10968 0 [snd-pcm-oss] snd-intel8x0 16164 2 snd-pcm 51808 0 [snd-pcm-oss snd-intel8x0] snd-timer 12424 0 [snd-seq snd-pcm] snd-ac97-codec 30784 0 [snd-intel8x0] snd-page-alloc 3824 0 [snd-intel8x0 snd-pcm] snd-mpu401-uart 2768 0 [snd-intel8x0] snd-rawmidi 11200 0 [snd-mpu401-uart] snd-seq-device 3668 0 [snd-seq-oss snd-seq snd-rawmidi] snd 24868 1 [snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device] eepro100 17748 1 mii 2272 0 [eepro100] usbdnet 13092 0 usb-uhci 21132 0 (unused) videodev 5440 0 mousedev 3736 0 (unused) input 3232 0 [mousedev] My logs contain the following: Kmultimedia module version alpha-2.0 loaded Page size is 4096 sizeof(bm_list_descriptor)=16 sizeof(KM_STRUCT)=280 Nothing about what is stopping km_drv.o from loading. Google shows nothing to help. The Gatos docs (way out of date) offer no help either. Anybody know what the problem is? Thank you very much for your assistance. Sincerely, Arne W Flones