mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
dcf571e61c
commit
a425dda9bd
@ -14,3 +14,6 @@
|
|||||||
- Pest, Thu Feb 11 23:35 MET 2007
|
- Pest, Thu Feb 11 23:35 MET 2007
|
||||||
- Added doc/linux.html (multiple USDB devices, udev links)
|
- Added doc/linux.html (multiple USDB devices, udev links)
|
||||||
- Linked fhem.html and commandref.html to linux.html
|
- 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
|
||||||
|
@ -71,7 +71,14 @@ Remove the <b>/*</b> and <b>*/</b> of your devices and save the file.
|
|||||||
<code><br>
|
<code><br>
|
||||||
# cd /usr/src/linux<br>
|
# cd /usr/src/linux<br>
|
||||||
# make modules<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>
|
<code><br>
|
||||||
# cd /lib/modules/<i>yourKernelVerion</i>/kernel/drivers/usb/serial<br>
|
# cd /lib/modules/<i>yourKernelVerion</i>/kernel/drivers/usb/serial<br>
|
||||||
# cp ftdi_sio.ko ftdi_sio.ko_backup<br>
|
# cp ftdi_sio.ko ftdi_sio.ko_backup<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user