Still beeping with 8.12.4... ("tested" on two totally different machines) :S

btw I'm using winnt32.exe install... but I don't think that it matters in this case...

Because it's not there?
That change adds support for some card which I found in a (bunch of) Fujitsu-Siemens Esprimo P2411. (MCP51?)

I added those lines and now the card is recognized. (the string "NVNET_DEV0268" was not present anywhere in the driverpacks)

I'm sorry if I misunderstood something or this is not how it works....

Please change this in "NV7\nvenetfd.inf":

from

[ControlFlags]
ExcludeFromSelect = {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269,\
                    {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373
                    
[Nvidia]
%NVENET.DeviceDesc%  =  NVENET_2kNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269
%NVENET.DeviceDesc%  =  NVENET_2kNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373

[Nvidia.NTx86.5.1]
%NVENET.DeviceDesc%  =  NVENET_XPNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269
%NVENET.DeviceDesc%  =  NVENET_XPNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373

to

[ControlFlags]
ExcludeFromSelect = {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269,\
                    {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373,\
                    {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0268
                    
[Nvidia]
%NVENET.DeviceDesc%  =  NVENET_2kNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269
%NVENET.DeviceDesc%  =  NVENET_2kNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373
%NVENET.DeviceDesc%  =  NVENET_2kNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0268

[Nvidia.NTx86.5.1]
%NVENET.DeviceDesc%  =  NVENET_XPNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0269
%NVENET.DeviceDesc%  =  NVENET_XPNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373
%NVENET.DeviceDesc%  =  NVENET_XPNPR.NDI,  {1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0268

Thanks! smile

You need to add the following to dosnet.inf under [Files]...
d1,setuporg.exe
d1,presetup.cmd

You need this if you are doing a winnt32.exe install...