diff --git a/docs/lcdproc-user/drivers/IOWarrior.docbook b/docs/lcdproc-user/drivers/IOWarrior.docbook
index da25d4e..2351794 100644
--- a/docs/lcdproc-user/drivers/IOWarrior.docbook
+++ b/docs/lcdproc-user/drivers/IOWarrior.docbook
@@ -69,11 +69,35 @@ Please note that the latter requires extra circuitry with IOWarrior24 and IOWarr
The driver was developed and tested with IOWarrior24 and the IOWarrior40.
-Although there are chances for it to work with an IOWarrior50,
+Although there are good chances for it to work with an IOWarrior50,
the current state regarding support of this chip is unknown due to the
lack of the required hardware.
+
+The driver is based on the libusb
+USB library, which should make it work with Linux, the different BSB variants
+as well as Darwin/MacOS X.
+
+
+
+ When using a libusb based driver like IOWarrior,
+ LCDd needs to be started as root.
+
+
+
+
+
+ Newer Linux kernels (2.6.20 and higher) provide a kernel module
+ iowarrior.ko that allows controlling IOWarrior
+ chips using device files.
+ Having this module loaded may hinder LCDd
+ from starting using the IOWarrior driver.
+ In this case, simply unload the kernel module.
+
+
+
+