hey alexander... 2002-08-04/22h, when Bradley Alexander wrote:
> I grabbed the ltmodem package and the linux568.zip file. I tried the > linux568, but it was set up for 2.2 kernels. So I compiled the ltmodem > package. When I try to insmod the ltmodem (0.9.9), I get > > [EMAIL PROTECTED] storm]# modprobe ltmodem > /lib/modules/2.4.18/kernel/drivers/pnp/ltmodem.o: couldn't find the > kernel version the module was compiled for > /lib/modules/2.4.18/kernel/drivers/pnp/ltmodem.o: insmod > /lib/modules/2.4.18/kernel/drivers/pnp/ltmodem.o failed > /lib/modules/2.4.18/kernel/drivers/pnp/ltmodem.o: insmod ltmodem failed > > What am I missing here? dunno anything about your winmodem, but perhaps you should check out http://www.tldp.org/HOWTO/Module-HOWTO/x158.html it suggests, that the file you try to insmod is no module. try "objdump --full-contents --section=.modinfo ltmodem" to see more hints about the file and the kernel version it was compiled for if it was a module. otherwise you should check if the running kernel in /boot/vmlinuz is the same that your module was compiled for (presumably from /usr/src/linux). perhaps you should configure, compile and install the kernel from /usr/src/linux first and then retry loading the module... hth, myster sen

