If you encounter technical problems with device drivers, then there are several options you can choose (see Figure 4.8) to overcome them:
- Update driver: This enables you to update the driver automatically or browse your server for driver software.
- Roll-back driver: This enables you to roll back the driver if your current driver is causing problems.
- Disable driver: This enables you to disable the driver if the current driver is causing major issues, such as server instability.
- Uninstall driver: This enables you to uninstall the current driver if you have found the appropriate driver from the device manufacturer.
Figure 4.8: Troubleshooting options for device driver
We have now learned various ways of handling ...