[ros-bugs] [Bug 1116] Networking not configured correctly after second stage.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Dec 15 22:07:24 CET 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=1116


gvg at reactos.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hpoussin at reactos.org




------- Additional Comments From gvg at reactos.org  2005-12-15 22:07 CET -------
Perhaps we're over-engineering a bit now?
After 1st stage setup, umpnpmgr is disabled, 'cause its start value is set to 4
(disabled) in hivesys.inf. The first thing that 2nd stage setup tries to do is
change the start value to 2 (auto start), followed by an attempt to manually
start  umpnpmgr. That fails, 'cause our StartService() isn't yet implemented.
So, devices for which we provide drivers (like the PCNet network card) only get
installed on the third boot.
If we just change the start value of umpnpmgr in hivesys.inf to auto-start,
umpnpmgr will start fine during 2nd stage setup and install the provided drivers
without a problem, making them ready on the 3rd boot (i.e. no extra reboot
required).

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list