[asterisk-users] Zaptel under FC6
Yuan LIU
yliu11 at hotmail.com
Thu Dec 14 14:11:41 MST 2006
>From: "Rudolf Ladyzhenskii" <rumatech at gmail.com>
>Now I am trying to install the drivers.
>
># modprobe zaptel
>FATAL: Module zaptel not found.
>
>Fair enough, no zaptel driver is found on the system.
>
>Is there are any known problems with FC6? I did not have much trouble
>running on FC3 before.
I'm not running any Fedora, but I suspect that the installation layout no
longer symblink under /lib/modules/ from [full-version] to [major-version].
Such is the case with Ubuntu I'm using. For example, if your full kernel
path is 2.6.15-27-386, you'll find zaptel modules in
/lib/modules/2.6.15/misc/; in the meanwhile, Linux is looking under
/lib/modules/2.6.15-27-386/ for any loadable kernel modules. Of course
module not found.
If this is the case, there are two ways to get around.
. Remove physical /lib/modules/2.6.15/, symblink /lib/modules/2.6.15 to
/lib/modules/2.6.15-27-386/, rerun make install; or, alternatively,
. Move /lib/modules/2.6.15/misc/ to under /lib/modules/2.6.15-27-386/, run
depmod.
Both should lead to a happy ending. I prefer the first one as it makes
future zaptel upgrades happier; of course you can also make symblink after
the second.
Hope this helps.
Yuan Liu
>Thanks,
>Rudolf
More information about the asterisk-users
mailing list