10.3. Linux Dynamic Driver Loading

[Note]
The following commands must be executed with root privileges.
  • To dynamically load WinDriver, run the following command:
    # <path to wdreg> windrvr6
  • To dynamically unload WinDriver, run the following command:
    # /sbin/modprobe -r windrvr6.
[Note]
wdreg is provided in the WinDriver/util directory.
[Tip]
To automatically load WinDriver on each boot, add the following line to the target's Linux boot file (for example, /etc/rc.local):
<path to wdreg> windrvr6