Jump to content

Recommended Posts

Posted

Nice and usefull forum/website :)

..but i need help...not the medical kind but....HELP!

My box has 1 ethernet and 2 firewire controlers and windows installs msclient/fileshare/tcpip for all 3 of them...

How do i remove or disable these components for the firewire adapters without dissabling them in hardware and configur the ethernet in an unatended install?

I have been trying this setup in winnt.sif without luck... :(

[NetAdapters]
   Adapter01 = params.Adapter01
   Adapter02 = params.Adapter02
   Adapter03 = params.Adapter03


;Motherboard ethernet
[params.Adapter01]
   ConnectionName = "Local Network"
   InfID = "PCI\VEN_10EC&DEV_8139&SUBSYS_8139147B"

;Motherboard firewire
[params.Adapter02]
   ConnectionName = "Motherboard firewire"
   InfID = "PCI\VEN_104C&DEV_8024&SUBSYS_7406147B"

;Creative firewire
[params.Adapter03]
   ConnectionName = "Creative firewire"
   InfID = "PCI\VEN_1102&DEV_4001&SUBSYS_00101102"


;Install client for MS networks.
[NetClients]
   MS_MSClient = params.MS_MSClient

[params.MS_MSClient]

[NetProtocols]
   MS_TCPIP = params.MS_TCPIP

[NetBindings]
   Enable = "MS_Server, MS_NetBT, MS_TCPIP, Adapter01"
   Disable = "MS_Server, MS_NetBT, MS_TCPIP, Adapter02"
   Disable = "MS_Server, MS_NetBT, MS_TCPIP, Adapter03"

[params.MS_TCPIP]
   AdapterSections = params.MS_TCPIP.Adapter01, params.MS_TCPIP.Adapter02, params.MS_TCPIP.Adapter03
   
[params.MS_TCPIP.Adapter01]
   SpecificTo = Adapter01
   DefaultGateway = 10.10.10.254
   DHCP = No
   DNSDomain = domain.net
   DNSServerSearchOrder=1.2.3.4,1.2.3.4
   IPAddress = 10.10.10.1
   SpecificTo = Adapter01
   SubnetMask = 255.255.255.0
   WINS = No

[params.MS_TCPIP.Adapter02]
   SpecificTo = Adapter02

[params.MS_TCPIP.Adapter03]
   SpecificTo = Adapter03
   
;File and print services
[NetServices]
   MS_Server = params.MS_Server

[params.MS_Server]
   BroadcastsToLanman2Clients = No
   Optimization = Balance

It sets up the ethernet, but dont remove the firewire configs....

HELP!

....going nuts as in lugnut, haselnut, walnut, nutcase, padded cell, "8 ft under" box....

Bogus Byte


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...