floris_q schrijft: "Er schijnt een probleem te zijn met het installeren van Windows 2000 op een Epox 7KXA moederbord. Ik heb er zelf een, maar nog geen W2k dus ik kan het niet testen. Het probleem is als volgt: Windows 2000 zou de Northbridge niet herkennen en dus geen AGP support aanbieden. Op DejaNews las ik een oplossing. Leuk detail: de bedenker van de oplossing heeft dit naar Amd Zone gestuurd, maar daar kan ik het nog niet vinden, dus een primeurtje voor Tweakers?":
I compared data sheets from various VIA chipsets to the Win2K INF that provides PNP support for chipsets. I found that the device
ID have changed with the 8371 Northbridge even though functional the Northbridge is very similar to previous VIA chipsets. Anyway to make a long story short I
was able to get the chips set
properly detected and AGP mode and 4X mode enabled. SBA is still alluding me.
The Fix:
added the following 4 lines to C:=WINNT\INF\machine.inf
Under [VIA_SYS] section
%PCI\VEN_1106&DEV_0391.DeviceDesc% = NO_DRV,
PCI\VEN_1106&DEV_0391
%PCI\VEN_1106&DEV_8391.DeviceDesc% =
VIAAGP_Install,PCI\VEN_1106&DEV_8391
Under VIA_MFG = "VIA" section
PCI\VEN_1106&DEV_0391.DeviceDesc = "VIA Tech CPU to PCI bridge" PCI\VEN_1106&DEV_8391.DeviceDesc = "VIA Tech CPU to AGP Controller"
I then went into Device Manager and removed the following device from "System Devices":
Standard PCI to PCI Bridge
After that, reboot and Win2k will redetect and properly install support for the KX133 chipset. I've sent the complete modified machine.inf AmdZone, so hopefully they will post it for download!