[ros-kernel] Realtek 8139 Driver Loading

Johannes Anderwald j_anderw at sbox.tugraz.at
Mon Mar 1 13:55:04 CET 2004


Hi,
I'm trying to load the Realtek 8139 (rtl8139.sys) on reactos. However, 
Reactos complaints that it cannot find a specific driver key:
DriverBase for \RTL8139.sys: cdf2c000
(ndis/miniport.c:1702)(NdisMRegisterMiniport) Failed to open driver key: 
0xc0000034
(io/driver.c:530) Driver load failed, status (c0000001)

My Hivesys.inf  :
;Realtek 8139 Network Driver
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139","ErrorControl",0x00010001,0x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139","ImagePath",0x00020000,"System32\DRIVERS\RTL8139.SYS"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139","Start",0x00010001,0x00000003
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Enum","Count",0x00010001,0x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Enum","NextInstance",0x00010001,0x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Enum","0",0x00000000,"PCI\VEN_10EC&DEV_8139&SUBSYS_E0001458&REV_10\4&3b1d9ab8&0&5840"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Linkage","Bind",0x00010000,"\Device\rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Linkage","Export",0x00010000,"\Device\rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl8139\Linkage","Route",0x00010000,"rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Enum\PCI\VEN_10EC&DEV_8139&SUBSYS_E0001458&REV_10\4&3b1d9ab8&0&5840","Class",0x00000000,"Net"
HKLM,"SYSTEM\CurrentControlSet\Enum\PCI\VEN_10EC&DEV_8139&SUBSYS_E0001458&REV_10\4&3b1d9ab8&0&5840","ClassGUID",0x00000000,"{4D36E972-E325-11CE-BFC1-08002BE10318}"
HKLM,"SYSTEM\CurrentControlSet\Enum\PCI\VEN_10EC&DEV_8139&SUBSYS_E0001458&REV_10\4&3b1d9ab8&0&5840","Service",0x00000000,"rtl8139"

;Realtek 8139 Adapter 1
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391","ErrorControl",0x00010001,0x00000001
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391","Type",0x00010001,0x00000004
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391","Start",0x00010001,0x00000003
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Linkage","Bind",0x00010000,"\Device\rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Linkage","Export",0x00010000,"\Device\rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Linkage","Route",0x00010000,"rtl81391"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Parameters\Tcpip","DefaultGateway",0x00010000,"192.168.0.1"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Parameters\Tcpip","IPAddress",0x00010000,"192.168.0.2"
HKLM,"SYSTEM\CurrentControlSet\Services\rtl81391\Parameters\Tcpip","SubnetMask",0x00010000,"255.255.255.0"

any suggestions ??

regards,

-- 
Johannes Anderwald


More information about the Ros-kernel mailing list