From a425dda9bd4eb1091aeb5ccb304253280f1d696e Mon Sep 17 00:00:00 2001 From: martinhaas <> Date: Fri, 23 Feb 2007 09:22:17 +0000 Subject: [PATCH] Martin - ARM-Section (NSLU2) added to doc/linux.html git-svn-id: https://svn.fhem.de/fhem/trunk@25 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/HISTORY | 3 +++ fhem/docs/linux.html | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/fhem/HISTORY b/fhem/HISTORY index e61e8a933..954b29e40 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -14,3 +14,6 @@ - Pest, Thu Feb 11 23:35 MET 2007 - Added doc/linux.html (multiple USDB devices, udev links) - Linked fhem.html and commandref.html to linux.html + +- Martin Haas, Fri Feb 23 10:18 MET 2007 + - ARM-Section (NSLU2) added to doc/linux.html diff --git a/fhem/docs/linux.html b/fhem/docs/linux.html index ee9e2d632..16e3b0447 100644 --- a/fhem/docs/linux.html +++ b/fhem/docs/linux.html @@ -71,7 +71,14 @@ Remove the /* and */ of your devices and save the file.
# cd /usr/src/linux
# make modules
-...
This may take a while. Go read a book, have lunch or ...
+... This may take a while. Go read a book, have lunch or ...

+
+If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module:
+# mv Module.symvers Module.symvers.notneeded
+# make M=drivers/usb/serial
+

+ +
# cd /lib/modules/yourKernelVerion/kernel/drivers/usb/serial
# cp ftdi_sio.ko ftdi_sio.ko_backup