2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Martin - ARM-Section (NSLU2) added to doc/linux.html

git-svn-id: https://svn.fhem.de/fhem/trunk@25 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas 2007-02-23 09:22:17 +00:00
parent dcf571e61c
commit a425dda9bd
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -71,7 +71,14 @@ Remove the <b>/*</b> and <b>*/</b> of your devices and save the file.
<code><br>
# cd /usr/src/linux<br>
# make modules<br>
...</code> This may take a while. Go read a book, have lunch or ...<br>
...</code> This may take a while. Go read a book, have lunch or ...<br><br>
<table border=1><tr><td>
If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module:<br>
<code># mv Module.symvers Module.symvers.notneeded<br>
# make M=drivers/usb/serial</code>
</td></tr></table><br>
<code><br>
# cd /lib/modules/<i>yourKernelVerion</i>/kernel/drivers/usb/serial<br>
# cp ftdi_sio.ko ftdi_sio.ko_backup<br>