Spencer Nassar
2005-Jan-22 23:37 UTC
[Asterisk-Users] zaprtc load issue (different that other postings)
zaprtc 'load' is failing on my machine (the make was fine, same output as other posts to this list) [xxx@xxx zaptelrtc]# make load sync modprobe zaptel insmod ./zaprtc.o ./zaprtc.o: init_module: Input/output error 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've seen other references to ensuring that rtc is unloaded first, but it's not loaded on my machine [xxx@xxx zaptelrtc]# lsmod Module Size Used by Not tainted zaptel 181856 0 soundcore 7012 0 (autoclean) e1000 75744 1 iptable_nat 22744 0 (autoclean) (unused) iptable_mangle 2776 0 (autoclean) (unused) ipt_REJECT 4632 1 (autoclean) ipt_multiport 1176 2 (autoclean) ipt_state 1080 3 (autoclean) ip_conntrack 29704 2 (autoclean) [iptable_nat ipt_state] iptable_filter 2412 1 (autoclean) ip_tables 16544 8 [iptable_nat iptable_mangle ipt_REJECT ipt_multiport ipt_state iptable_filter] microcode 6848 0 (autoclean) keybdev 2976 0 (unused) mousedev 5624 0 (unused) hid 22276 0 (unused) input 6144 0 [keybdev mousedev hid] usb-ohci 23176 0 (unused) usbcore 80928 1 [hid usb-ohci] ext3 89960 2 jbd 55060 2 [ext3] mptscsih 41780 3 mptbase 43936 3 [mptscsih] sd_mod 13360 6 scsi_mod 112680 2 [mptscsih sd_mod] I'm running Redhat ES3 on a dual xeon system Kernel is linux-2.4 -> linux-2.4.21-15.EL Any ideas? Thanks! Spencer
Brian McSpadden
2005-Jan-23 01:48 UTC
[Asterisk-Users] zaprtc load issue (different that other postings)
zaprtc does not work with smp systems, unfortunately. There is some discussion on the wiki about the bristuff zaprtc module working with multi cpu systems, however. Link: http://www.voip-info.org/wiki-Asterisk+timer Brian On Sat, 22 Jan 2005 22:37:42 -0800, Spencer Nassar <spencer@bim-inc.com> wrote:> zaprtc 'load' is failing on my machine (the make was fine, same output > as other posts to this list) > [xxx@xxx zaptelrtc]# make load > sync > modprobe zaptel > insmod ./zaprtc.o > ./zaprtc.o: init_module: Input/output error > 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've seen other references to ensuring that rtc is unloaded first, but > it's not loaded on my machine > [xxx@xxx zaptelrtc]# lsmod > Module Size Used by Not tainted > zaptel 181856 0 > soundcore 7012 0 (autoclean) > e1000 75744 1 > iptable_nat 22744 0 (autoclean) (unused) > iptable_mangle 2776 0 (autoclean) (unused) > ipt_REJECT 4632 1 (autoclean) > ipt_multiport 1176 2 (autoclean) > ipt_state 1080 3 (autoclean) > ip_conntrack 29704 2 (autoclean) [iptable_nat ipt_state] > iptable_filter 2412 1 (autoclean) > ip_tables 16544 8 [iptable_nat iptable_mangle > ipt_REJECT ipt_multiport ipt_state iptable_filter] > microcode 6848 0 (autoclean) > keybdev 2976 0 (unused) > mousedev 5624 0 (unused) > hid 22276 0 (unused) > input 6144 0 [keybdev mousedev hid] > usb-ohci 23176 0 (unused) > usbcore 80928 1 [hid usb-ohci] > ext3 89960 2 > jbd 55060 2 [ext3] > mptscsih 41780 3 > mptbase 43936 3 [mptscsih] > sd_mod 13360 6 > scsi_mod 112680 2 [mptscsih sd_mod] > > I'm running Redhat ES3 on a dual xeon system > Kernel is linux-2.4 -> linux-2.4.21-15.EL > > Any ideas? > > Thanks! > Spencer > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >