Okay I've got my 2nd BMK card now. Don't ask me what happened to my 1st card. :) I've taken care of most of the stupid errors I was having earlier, I think, but I still cannot get the kfir.o module to load correctly. It does not hang my computer but it seg faults when I try to load it and an lsmod continually shows the kfir module as "(initializing)" I cannot even rmmod it because it hasn't finished loading yet. I've included a dump of my lsmod at the end of this post. I also have a couple of general questions that may help me debug my setup. The size of MPEG1_6.HLD is 59902 and I was told that it should be 59872 bytes. Any ideas on how to debug what is causing this slightly larger file to be produced? I think my KfirLib.dll is the right size, is 1826875 bytes okay ? Also I've been poking around the kfir.c trying to see where it seg faults but I've never worked with module code before. When doing an insmod is "int init_module(void)" run first. Changes I make there have no effect because I believe that code is being excluded as a result of the preprocessor commands that have to do with versioning control. So when the module is loaded, what runs first, "module_init(kfir_init_module)"? I'm running kernel 2.4.9. Also can I use the WinTV-PVR with this driver? ... just kidding Thanks, any insight is appreciated.
Module Size Used by kfir 200736 1 (initializing) saa7113 2848 0 (unused) i2c-algo-bit 7232 0 [kfir] i2c-core 12880 0 [kfir saa7113 i2c-algo-bit] videodev 4800 0 [kfir] snd-pcm-oss 18144 1 (autoclean) snd-pcm-plugin 15600 0 (autoclean) [snd-pcm-oss] snd-mixer-oss 4768 0 (autoclean) [snd-pcm-oss] snd-card-ens1371 2176 1 (autoclean) snd-ens1371 9392 0 (autoclean) [snd-card-ens1371] snd-rawmidi 9824 0 (autoclean) [snd-ens1371] snd-seq-device 3936 0 (autoclean) [snd-rawmidi] snd-pcm 30368 0 (autoclean) [snd-pcm-oss snd-pcm-plugin snd-ens1371] snd-timer 8192 0 (autoclean) [snd-pcm] snd-ac97-codec 23232 0 (autoclean) [snd-ens1371] snd-mixer 23248 0 (autoclean) [snd-mixer-oss snd-ens1371 snd-ac97-codec] snd 33904 1 (autoclean) [snd-pcm-oss snd-pcm-plugin snd-mixer-oss snd-card-ens1371 snd-ens1371 snd-rawmidi snd-seq-device snd-pcm snd-timer snd-ac97-codec snd-mixer] soundcore 4016 5 (autoclean) [snd] rtc 5376 0 (autoclean) -- Samir A. Singh | Junior Engineer ELC Technologies 1532 State Street Suite C Santa Barbara, Ca 93101 [EMAIL PROTECTED] (805) 884.8300 phn (805) 884.8339 fax http://www.elctech.com ------------------------------------------------------------------------------- Privacy and Confidentiality Notice: The information contained in this electronic mail message is intended for the recipients(s) only. It may contained priviledged and confidential information. If you are not an intended recipient, you must not copy, forward, distribute or take any action in reliance on it. If you have received this electronic mail message in error, please notify the sender immediately.
