FC3 and Asterisk - Day 2
Unfortunately, things did not go all that well. While the zaptel module loads successfully, the wcfxo module will not load.
First and foremost, the kernel source is no longer included on the FC isos. See here for some details. So the bottom line is to use 'up2date --get-source kernel' to get the kernel sourcecode.
Next, realize that FC3 just came out and the mirrors are kinda overloaded for the source code. Patience is an asset.
Next, after the source has been installed, make sure to use the 'make linux26' in the zaptel source directory instead of a 'make'.
whoa... just tested modprobe wcfxo again - no problems. But asterisk is looking for the /dev/zap/channel and there isn't one - there is a /dev/zap1...
First and foremost, the kernel source is no longer included on the FC isos. See here for some details. So the bottom line is to use 'up2date --get-source kernel' to get the kernel sourcecode.
Next, realize that FC3 just came out and the mirrors are kinda overloaded for the source code. Patience is an asset.
Next, after the source has been installed, make sure to use the 'make linux26' in the zaptel source directory instead of a 'make'.
whoa... just tested modprobe wcfxo again - no problems. But asterisk is looking for the /dev/zap/channel and there isn't one - there is a /dev/zap1...
Comments