安装一个tdi驱动,出现网络故障,救急

Windows驱动开发

安装一个tdi驱动,出现网络故障,救急


xian 2013-03-13, 10:10 上午

0: kd> lm vm tcpip
start    end        module name
f5ac8000 f5b20480   tcpip      (deferred)            
    Image path: \SystemRoot\system32\DRIVERS\tcpip.sys
    Image name: tcpip.sys
    Timestamp:        Fri Jun 20 19:51:09 2008 (485B99AD)
    CheckSum:         0005ED6B
    ImageSize:        00058480
    File version:     5.1.2600.5625
    Product version:  5.1.2600.5625
    File flags:       0 (Mask 3F)
    File OS:          40004 NT Win32
    File type:        3.7 Driver
    File date:        00000000.00000000
    Translations:     0409.04b0
    CompanyName:      Microsoft Corporation
    ProductName:      Microsoft® Windows® Operating System
    InternalName:     tcpip.sys
    OriginalFilename: tcpip.sys
    ProductVersion:   5.1.2600.5625
    FileVersion:      5.1.2600.5625 (xpsp_sp3_gdr.080620-1249)
    FileDescription:  TCP/IP Protocol Driver
    LegalCopyright:   © Microsoft Corporation. All rights reserved.

使用!devnode 0 1 命令

DevNode 0x8239f948 for PDO 0x8239fa90     //netBT正常
    InstancePath is "Root\LEGACY_NETBT\0000"
    ServiceName is "NetBT"
    State = DeviceNodeStarted (0x308)
    Previous State = DeviceNodeEnumerateCompletion (0x30d)

  DevNode 0x823e8b88 for PDO 0x823e8cd0   //这个也不正常
    InstancePath is "Root\LEGACY_TCPIP\0000"
    ServiceName is "Tcpip"
    State = DeviceNodeRemoved (0x312)
    Previous State = DeviceNodeStarted (0x308)
    Problem = CM_PROB_DEVICE_NOT_THERE

DevNode 0x823e8b88 for PDO 0x823e8cd0      //这个也不正常
    InstancePath is "Root\LEGACY_TCPIP\0000"
    ServiceName is "Tcpip"
    State = DeviceNodeRemoved (0x312)
    Previous State = DeviceNodeStarted (0x308)
    Problem = CM_PROB_DEVICE_NOT_THERE

 

0: kd> !drvobj tcpip
Driver object (f5ac8000) is for:
f5ac8000: is not a driver object

在一特别的环境中  安装一个tdi驱动,有几台机器出现网络断掉的问题, tcpip无缘无故就 DeviceNodeRemoved ,

有哪位大侠出手施嗯一把


 


 

Powered by Community Server Powered by CnForums.Net