Hello, I have been running into a problem on my server (which I believe was the cause of an O/S crash earlier today). I am consistently seeing the following messages in /var/log/messages: Apr 8 05:24:04 east insmod: /lib/modules/2.4.20-8/misc/torisa.o: insmod char-major-196 failed Apr 8 05:24:04 east kernel: Zapata Telephony Interface Registered on major 196 Apr 8 05:24:04 east kernel: No ISA tormenta card found at d0000 Apr 8 05:24:04 east kernel: Zapata Telephony Interface Unloaded Apr 8 05:24:04 east kernel: Zapata Telephony Interface Registered on major 196 Apr 8 05:24:04 east kernel: No ISA tormenta card found at d0000 Apr 8 05:24:04 east kernel: Zapata Telephony Interface Unloaded Apr 8 05:24:04 east insmod: /lib/modules/2.4.20-8/misc/torisa.o: init_module: Input/output error Apr 8 05:24:04 east insmod: 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 I have put the following line in modules.conf (under [modules]): noload => chan_zap.so And I am also receiving the following error when doing a modprobe of ztdummy: /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.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 /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o: insmod /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o failed /lib/modules/2.4.20-8/kernel/drivers/usb/usb-uhci.o: insmod ztdummy failed Does anyone have any ideas on why this might be happening? It looks to me like either something is missing on my system or I did something incorrectly at compile time. Regards, -Steve