diff --git a/fhem/docs/linux.html b/fhem/docs/linux.html index 284360c04..7826ee1c4 100644 --- a/fhem/docs/linux.html +++ b/fhem/docs/linux.html @@ -42,7 +42,7 @@ The you load the module using:

Multiple devices
If you're using multiple USB devices (FHZ1000PC, FHZ1300PC, EM1010PC, WS300, ...) -you cannot use the methode above. You need to modify the ftdi_sio kernel module +you cannot use the method above. You need to modify the ftdi_sio kernel module to make it work. The following example was done with openSuSE 10.1:
You need to have the kernel-source-version RPM of your current kernel (see output of uname -r) installed.
@@ -86,7 +86,7 @@ Now you have 3 choices:
# make M=drivers/usb/serial ... to build the modules for all of usb serial.
-If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module. +If you have a less powerful machine like the ARM-Based NSLU2 then it is sufficient to only build the required module. # make modules @@ -107,7 +107,7 @@ Once you have the module:
# cp ftdi_sio.ko ftdi_sio.ko_backup
# cp /usr/src/linux/drivers/usb/serial/ftdi_sio.ko .

-To make it become active you may need to stop applications (like fhem) who +To activete it you may need to stop applications (like fhem) who are using the /dev/ttyUSB device and unload the module and load it again.

# rmmod ftdi_so