dns:/usr/src/asterisk/zaptel # uname -a Linux dns 2.4.21-273-smp4G #1 SMP Mon Jan 17 13:19:07 UTC 2005 i686 i686 i386 GNU/Linux "273" dns:/usr/src/asterisk/zaptel # ls /usr/src/ -l total 1 drwxr-xr-x 11 root root 384 Jun 7 22:40 . drwxr-xr-x 14 root root 392 Nov 26 2004 .. drwxr-xr-x 9 root root 232 Jun 8 00:10 asterisk drwxr-xr-x 33 root root 896 Jan 26 2004 kernel-modules lrwxrwxrwx 1 root root 16 Apr 5 08:17 linux -> linux-2.4.21-286 drwxr-xr-x 15 root root 464 Dec 1 2004 linux-2.4.21-243 drwxr-xr-x 15 root root 464 Dec 22 09:39 linux-2.4.21-260 drwxr-xr-x 15 root root 464 Jan 22 09:20 linux-2.4.21-266 drwxr-xr-x 15 root root 464 Mar 26 08:23 linux-2.4.21-273 drwxr-xr-x 18 root root 832 Jun 8 00:08 linux-2.4.21-286 drwxr-xr-x 8 root root 192 Apr 5 08:17 linux-2.4.21-286-include lrwxrwxrwx 1 root root 24 Apr 5 08:18 linux-include -> linux-2.4.21-286-include "286" drwxr-xr-x 7 root root 168 Jan 26 2004 packages dns:/usr/src/asterisk/zaptel # modprobe ztdummy modprobe: Can't open dependencies file /lib/modules/2.4.21-273-smp4G/modules.dep (No such file or directory) Why is there a missmatch 273 and 286? How can I fix that, so that zaptel can be compiled? bye Ronald
On Wed, 2005-06-08 at 00:58 +0800, Ronald Wiplinger wrote:
dns:/usr/src/asterisk/zaptel # uname -a Linux dns 2.4.21-273-smp4G #1 SMP Mon Jan 17 13:19:07 UTC 2005 i686 i686 i386 GNU/Linux
"273"
Did you reboot after updating the kernel. My best guess is that you have not as you are still running on the old kernel.
dns:/usr/src/asterisk/zaptel # modprobe ztdummy modprobe: Can't open dependencies file /lib/modules/2.4.21-273-smp4G/modules.dep (No such file or directory)
Why is there a missmatch 273 and 286? How can I fix that, so that zaptel can be compiled?
Reboot to the new installed kernel. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
Ken Schneider wrote:
On Wed, 2005-06-08 at 00:58 +0800, Ronald Wiplinger wrote:
dns:/usr/src/asterisk/zaptel # uname -a Linux dns 2.4.21-273-smp4G #1 SMP Mon Jan 17 13:19:07 UTC 2005 i686 i686 i386 GNU/Linux
"273"
Did you reboot after updating the kernel. My best guess is that you have not as you are still running on the old kernel.
dns:/usr/src/asterisk/zaptel # modprobe ztdummy modprobe: Can't open dependencies file /lib/modules/2.4.21-273-smp4G/modules.dep (No such file or directory)
Why is there a missmatch 273 and 286? How can I fix that, so that zaptel can be compiled?
Reboot to the new installed kernel.
I swear ( ;-) ) I have not updated the kernel. It seems that I have somewhere the automatic in place (what I do not like anyway). I will reboot and hope that than all is working. BTW, I live on a place, where I am hours ahead of your time, hehehehehe (your "tomorrow" is already here) bye Ronald
* Ronald Wiplinger <ronald@elmit.com> [06-07-05 12:00]:
drwxr-xr-x 15 root root 464 Mar 26 08:23 linux-2.4.21-273 drwxr-xr-x 18 root root 832 Jun 8 00:08 linux-2.4.21-286 drwxr-xr-x 8 root root 192 Apr 5 08:17 linux-2.4.21-286-include lrwxrwxrwx 1 root root 24 Apr 5 08:18 linux-include -> linux-2.4.21-286-include
"286"
drwxr-xr-x 7 root root 168 Jan 26 2004 packages
dns:/usr/src/asterisk/zaptel # modprobe ztdummy modprobe: Can't open dependencies file /lib/modules/2.4.21-273-smp4G/modules.dep (No such file or directory)
Why is there a missmatch 273 and 286? How can I fix that, so that zaptel can be compiled?
Just a guess, but have you rebooted your box since June 8 (tomorrow) when you (will install ??) installed the 286 kernel??? -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery
On Tuesday 07 June 2005 18:58, Ronald Wiplinger wrote:
dns:/usr/src/asterisk/zaptel # modprobe ztdummy modprobe: Can't open dependencies file /lib/modules/2.4.21-273-smp4G/modules.dep (No such file or directory)
Why is there a missmatch 273 and 286? How can I fix that, so that zaptel can be compiled?
First of all, when you're compiling kernel modules you should always make very sure you have the correct kernel sources installed and prepared for your running kernel. Even what may seem like an insignificant change in version number can have introduced incompatible changes (yes, kernel developers aren't very nice to us poor users, and that's the censored version of my opinion) Second, what the error message is actually telling you is that you need to run depmod -a
participants (4)
-
Anders Johansson
-
Ken Schneider
-
Patrick Shanahan
-
Ronald Wiplinger