<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Hello everybody,<BR>
<BR>
After going through multiple posts on Internet&nbsp; and trying different things I can't seems get zaptel wcfxo loaded on the server correctly.<BR>
I run dual P3 500 Mhz box.&nbsp; After reading README.udev<BR>
<BR>
I put a file 60-zaptel.rules /etc/udev/rules.d<BR>
<BR>
# Section for zaptel device<BR>
KERNEL=&quot;zapctl&quot;,&nbsp;&nbsp;&nbsp;&nbsp; NAME=&quot;zap/ctl&quot;<BR>
KERNEL=&quot;zaptimer&quot;,&nbsp;&nbsp; NAME=&quot;zap/timer&quot;<BR>
KERNEL=&quot;zapchannel&quot;, NAME=&quot;zap/channel&quot;<BR>
KERNEL=&quot;zappseudo&quot;,&nbsp; NAME=&quot;zap/pseudo&quot;<BR>
KERNEL=&quot;zap[0-9]*&quot;,&nbsp; NAME=&quot;zap/%n&quot;<BR>
<BR>
In /etc/udev/permissions.d/50-udev.permissions I added:<BR>
<BR>
# zaptel devices<BR>
zap/ctl:root:root:0664<BR>
zap/timer:root:root:0664<BR>
zap/channel:root:root:0664<BR>
zap/pseudo:root:root:0664<BR>
zap/*:root:root:0644<BR>
<BR>
I then ran make linux26, make install, make config.&nbsp; I replaced insmod and rmmod in /etc/init.d/zaptel with modprobe and modprobe -r according to suggestions made in groups. <BR>
 <BR>
When I run modprobe wcfxo I get following:<BR>
Notice: Configuration file is /etc/zaptel.conf<BR>
line 0: Unable to open master device '/dev/zap/ctl'<BR>
<BR>
1 error(s) detected<BR>
<BR>
FATAL: Error running install command for wcfxo<BR>
<BR>
I see zaptel and wcfxo is loaded if I run lsmod though.&nbsp; In 1 minute my box crashes<BR>
Rebooting the box and running it again, same thing.<BR>
<BR>
/var/log/messages before crash<BR>
Dec 10 17:24:30 conference kernel: Zapata Telephony Interface Registered on major 196<BR>
Dec 10 18:36:03 conference kernel: wcfxo: DAA mode is 'FCC'<BR>
Dec 10 18:36:03 conference kernel: Uhhuh. NMI received for unknown reason 15 on CPU 0.<BR>
Dec 10 18:36:03 conference kernel: Dazed and confused, but trying to continue<BR>
Dec 10 18:36:03 conference kernel: Do you have a strange power saving mode enabled?<BR>
Dec 10 18:36:03 conference kernel: Found a Wildcard FXO: Generic Clone<BR>
Dec 10 17:24:33 conference udev[4636]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 4 applied, '<BR>
zapchannel' becomes 'zap/channel'<BR>
Dec 10 17:24:33 conference udev[4635]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 3 applied, '<BR>
zaptimer' becomes 'zap/timer'<BR>
Dec 10 17:24:33 conference udev[4636]: creating device node '/dev/zap/channel'<BR>
Dec 10 17:24:33 conference udev[4635]: creating device node '/dev/zap/timer'<BR>
Dec 10 17:24:33 conference udev[4649]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 5 applied, '<BR>
zappseudo' becomes 'zap/pseudo'<BR>
Dec 10 17:24:33 conference udev[4649]: creating device node '/dev/zap/pseudo'<BR>
Dec 10 17:24:33 conference udev[4650]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 2 applied, '<BR>
zapctl' becomes 'zap/ctl'<BR>
Dec 10 17:24:33 conference udev[4650]: creating device node '/dev/zap/ctl'<BR>
Dec 10 17:24:33 conference udev[4665]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 6 applied, '<BR>
zap1' becomes 'zap/%n'<BR>
Dec 10 17:24:33 conference udev[4665]: creating device node '/dev/zap/1'<BR>
<BR>
<BR>
After each reboot /dev/zap disappears due to udev dynamic nature I guess.<BR>
<BR>
I tried to build&nbsp; zaptel commenting out<BR>
<BR>
ifeq ($(DYNFS),)<BR>
else<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @echo &quot;**** Dynamic filesystem detected -- not creating device nodes&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @echo &quot;**** If you are running udev, read README.udev&quot;<BR>
endif<BR>
<BR>
I see the devices created and can load wcfxpro but server crushes within&nbsp; less than a minute nevertheless<BR>
<BR>
Has anyone have an idea?&nbsp; I am ready to give up on FC3 although I wonder of the hardware has anything to do with my problem.<BR>
<BR>
Thanks in Advance,<BR>
<BR>
Alex<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>