D.3. Linux WinDriver Evaluation Limitations

  • Each time WinDriver is activated, an Unregistered message appears.
  • DriverWizard [4]:
    • Each time DriverWizard is activated, an Unregistered message appears.
    • An evaluation message is displayed on every interaction with the hardware using DriverWizard.
  • WinDriver's kernel module will work for no more than 60 minutes at a time. To continue working, the WinDriver kernel module must be reloaded (unload and load the module) using the following commands:

    [Note]
    The following commands must be executed with root privileges.

    To unload —
    # /sbin/modprobe -r windrvr6

    To load —
    # <path to wdreg> windrvr6

    wdreg is provided in the WinDriver/util directory.