Tech Support

Replacing the Humidity Sensor Module in a Maserati: A Step-by-Step Guide

the humidity sensor sitting on the red leather center console

When I first got my Maserati, it came with two diagnostic trouble codes. One of them was P100900: Humidity Sensor Module. This code doesn’t trigger a check engine light and is invisible to most generic scanning tools. I only discovered it after using the FOXWELL NT510 Elite, a bi-directional scanner that outperforms my other diagnostic …

Removing DKMS Drivers

Screenshot of Removing DKMS Drivers

To remove DKMS drivers in Linux, start by checking installed drivers with $ dkms status. This lists drivers like 8812au, 4.2.3, 5.3.0-23-generic, x86_64: installed. Note the driver name (e.g., 8812au) and version (e.g., 4.2.3). Then, run $ sudo dkms remove 8812au/4.2.3 –all to uninstall. Confirm removal with $ dkms status before installing new drivers. This process simplifies driver management, especially for WiFi hacking.