Hi all, 
I bought a Digium TE110P and I installed it into a DELL Optiplex 745 desktop (running FC6)
I downloaded all my asterisk source using svn.
svn checkout svn.digium.com/svn/asterisk/trunk…
I did a:
cat /proc/version
Linux version 2.6.18-1.2798.fc6 (brewbuilder@hs20-bc2-4.build.redhat.com)
(gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Mon Oct 16 14:37:32 EDT 2006
and so my linux kernel is pointing to 2.6.18.
cd /usr/src/digium/zaptel
make clean
./configure
make linux26
make: *** No rule to make target `linux26’. Stop.
??? Q1 Why did it reject make linux26 since my kernel is 2.6?
make install
make config
After that when I did:
/sbin/modprobe zaptel
FATAL: Module zaptel not found.
/sbin/modprobe wcte11xp
FATAL: Module wcte11xp not found.
??? Q2 I cannot locate wcte11xp at all in the machine.
I read somewhere I need to install kernel-devel and so I did a “yum install kernel-devel” but it still does not work.
Anyone who can help me PLEASE?
