Skip to content

Conversation

@crawfxrd
Copy link
Member

Add drivers for:

  • addw5
  • bonw16
  • serw14

Resolves: #51
Resolves: #52
Resolves: #53

jackpot51
jackpot51 previously approved these changes Nov 21, 2025
@jackpot51 jackpot51 requested a review from a team November 21, 2025 21:52
@jackpot51 jackpot51 marked this pull request as ready for review November 21, 2025 22:00
@jackpot51
Copy link
Member

I want a QA review for this. There may be missing drivers, but that should be checked after installing these, doing updates, and doing the appropriate number of reboots.

@garrettjwilke
Copy link
Contributor

unable to do windows update because this does not have LAN or WIFI drivers to test what other drivers will be added after windows update

i manually added this wifi driver:
https://www.intel.com/content/www/us/en/download/19351/intel-wireless-wi-fi-drivers-for-windows-10-and-windows-11.html

this is device manager before running windows update:
before-update

and this is device manager after running windows update:
after-update

i can get specific device ID's if you need them, as these screenshots don't really give much info

@crawfxrd
Copy link
Member Author

crawfxrd commented Nov 21, 2025

Yeah, the PCI IDs will actually tell us what the devices are.

The Sager driver pack for these models installs an E3100 driver for LAN. I guess we can add/move chipset-agnostic drivers to separate folders, like drivers/intel/{lan,tbt,wifi}?

@garrettjwilke
Copy link
Contributor

garrettjwilke commented Nov 24, 2025

Base System Device

  • PCI\VEN_8086&DEV_AE4C&SUBSYS_57001558&REV_10

Ethernet Controller

  • PCI\VEN_8086&DEV_3102&SUBSYS_5700155&REV_04

PCI Data Acquisition and Signal Processing Controller

  • PCI\VEN_8086&DEV_AD03&SUBSYS_57001558&REV_01

PCI Device

  • PCI\VEN_8086&DEV_AD1D&SUBSYS_57001558&REV_01

Unknown Device

  • ACPI\VEN_CLV&DEV_0002

Unknown Device

  • ACPI\VEN_INTC&DEV_1062

Unknown Device

  • ACPI\VEN_INTC&DEV_1062

Unknown Device

  • ACPI\VEN_INTC&DEV_1062

Unknown Device

  • ACPI\VEN_INTC&DEV_1062

Unknown Device

  • ACPI\VEN_INTC&DEV_1063

Unknown Device

  • ACPI\VEN_INTC&DEV_1063

Unknown Device

  • ACPI\VEN_INTC&DEV_10CB

Unknown Device

  • ACPI\VEN_INTC&DEV_1042

@crawfxrd
Copy link
Member Author

  • 8086:3102: Killer E3100
  • 8086:ae4c: GNA
  • 8086:ad1d: NPU
  • CLV0002: Clevo vendor interface
  • INTC1042: DPTF ACPI device
  • INTC1062: DPTF generic device
  • INTC1063: DPTF fan device
  • INTC10CB: HID device

@crawfxrd
Copy link
Member Author

E3100 Ethernet driver and HID filter driver added.

@garrettjwilke
Copy link
Contributor

clean install, then installed the drivers...did windows update...ethernet, wifi, trackpad, media keys all work. most of the base system works. what is left over is this:

  • 8086:ae4c: GNA

  • 8086:ad03

  • 8086:ad1d: NPU

  • INTC1042: DPTF ACPI device

  • CLV0002: Clevo vendor interface

  • INTC1062: DPTF generic device

  • INTC1063: DPTF fan device

@crawfxrd
Copy link
Member Author

Added DPTF, GNA, and NPU drivers.

Signed-off-by: Tim Crawford <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing drivers for bonw16 Missing drivers for serw14 addw5 missing windows drivers

4 participants