Windows sometimes overwrites OEM drivers with generic Microsoft drivers.
| Manufacturer | Where to search for GEV189 driver | | :--- | :--- | | Acer | Acer Support Drivers & Manuals > Enter Serial Number/SNID > Search "Chipset" or "Audio" | | Lenovo | Lenovo PC Support > Detect Product > Look for "Intel Chipset Driver" or "Realtek Audio Driver" | | Dell | Dell Support > Service Tag > Expand "Chipset" category | | ASUS | ASUS DriverHub > Enter Model > Search under "Chipset" or "Audio" | gev189 driver
Important: Do not download "GEV189 driver" from third-party driver update websites. These are often malware-infected or outdated. Stick to support.[manufacturer].com. In most cases, the fix is installing the
Before diving into driver installation, you must confirm that the GEV189 is the correct component for your system. The label “GEV189” is often silkscreened directly onto the chip or listed under the “PCI Devices” section in your BIOS/UEFI. If the issue persists, you may need to
For Linux users (Ubuntu, Fedora, Arch), the GEV189 device is often recognized but may require firmware. Check the following:
lspci -nn | grep -i 189
dmesg | grep -i gev
In most cases, the fix is installing the linux-firmware package and ensuring the kernel is version 5.10 or higher. For Debian/Ubuntu:
sudo apt update
sudo apt install firmware-linux-nonfree
sudo modprobe intel-lpss-pci
If the issue persists, you may need to compile a custom kernel with the correct INTEL_SOC_DTS_THERMAL or GPIO_CRYSTALCOVE drivers enabled.