February 25, 200521 yr Hi allI have problem with unatended install winXP with IP setings to the second net card.My PC have 3 connection: Nvidia nforce LAN(Local connection1) i dont use; Realtek RTL8169/8110(Local connection2) connected to the LAN; 1394 Net adapter i dont use this.I useing fallowing setings.[Networking] InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter1 Adapter2=params.Adapter2[NetClients] MS_MSClient=params.MS_MSClient[NetServices] MS_SERVER=params.MS_SERVER[NetProtocols] MS_TCPIP=params.MS_TCPIP[params.Adapter1] INFID=* [params.Adapter2] INFID=* ConnectionName=GigaLan[params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 AdapterSections=params.MS_TCPIP.Adapter2[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=YES WINS=No NetBIOSOptions=1[params.MS_TCPIP.Adapter2] SpecificTo=Adapter2 DHCP=No IPAddress=192.168.1.2 SubnetMask=255.255.255.0 DefaultGateway=192.168.1.1 DNSServerSearchOrder=***.***.***.**,***.***.***.** WINS=NO NetBIOSOptions=1If i use same setings on the first Net card all working fine but on the second card never.I have 2 questions.1)How i can automatcally disable adapter1. 2) how i can setup second card IP.Maybe anyone can help me?
February 25, 200521 yr >>Nvidia nforce LAN(Local connection1) i dont useProbably can be disabled in BIOS>>Realtek RTL8169/8110Have you integrated drivers for this one? Is it detected by setup?
February 25, 200521 yr Author Yes, all drivers integrated and working.Only problem is automatic setup IP to the realtek.
February 25, 200521 yr Disabling nVidia in BIOS may help.I have written an utility that can change ip information from command line, but it requires .NET Framework installed (currently learning C#). If you dont need network access in setup - it might help.
February 25, 200521 yr Author I searched in bios disable setings but in this MB this setings not exist.Maybe i can send ip to the card after install is finished because i always install framework.
February 25, 200521 yr LinkSyntax:ipset.exe AdpterNumber [ip x.x.x.x] [gw x.x.x.x] [dns x.x.x.x/x.x.x.x] [dhcp]Examples:ipset eth0 ip 10.0.1.10/255.255.255.0 gw 10.0.1.1 dns 10.0.1.1/10.0.1.7ipset eth1 ip 10.0.1.10 gw 10.0.1.1 dns 10.0.1.1ipset eth0 dhcpAfter installing Framework run ipset.exe. Adapter number is probably eth1, but try it from installed Windows first.
Create an account or sign in to comment