[dahdi-commits] tzafrir: linux/trunk r10480 - /linux/trunk/README
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Mar 15 09:39:19 CDT 2012
Author: tzafrir
Date: Thu Mar 15 09:39:15 2012
New Revision: 10480
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10480
Log:
README: note on DKMS
Modified:
linux/trunk/README
Modified: linux/trunk/README
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/README?view=diff&rev=10480&r1=10479&r2=10480
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Thu Mar 15 09:39:15 2012
@@ -161,6 +161,24 @@
to the script:
./build_tools/make_static_devs -d tmp/newroot/dev/dahdi
+
+
+DKMS
+----
+DKMS, Dynamic Kernel Module Support, is a framework for building Linux
+kernel modules. It is used, among others, by several distributions that
+package the DAHDI kernel modules.
+
+DKMS is designed to provide updates over drivers installed from original
+kernel modules tree. Thus it installed modules into /lib/modules/updates
+or /lib/modules/VERSION/updates . This is generally not an issue on
+normal operation. However if you try to install DAHDI from source on
+a system with DAHDI installed from DKMS this way (potentially of an
+older version), be sure to remove the DKMS-installed modules from the
+updates directory. If you're not sure, the following command will give
+you a clue of the versions installed:
+
+ find /lib/modules -name dahdi.ko
Installing the B410P drivers with mISDN
More information about the dahdi-commits
mailing list