Jump to content

blackwingcat

Member
  • Posts

    1,318
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    Japan

Everything posted by blackwingcat

  1. Hi. I don't think that it is important kernel32.dll function's order very much. I want not to look Kernel32 function table but win32k.sys and ntoskrnl.exe System Call Table .
  2. Hi, WildBill. Is there your extended kernel function table such as http://j00ru.vexillium.org/ntapi/ I want to extend Kernel Core wirth Your Kernel.
  3. Here is Windows 2000 Install guide. http://w2k.flxsrv.org/ex2k.htm [Japanese]
  4. Run Dependency Walker. D&D WebCam driver *.sys. Option > search order > Add system32\drivers > OK
  5. Did you install KB888111 before you installed driver ? And Are there dependency error on the driver ?
  6. We can install XP cpu driver with changing cpu.inf(XP) following . [Version] Signature="$WINDOWS NT$" Class = System ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%MSFT% LayoutFile=layout.inf DriverVer=07/01/2001,5.1.2535.0 [intel] %Processor.DeviceDesc% = Processor_Inst %P3.DeviceDesc% = P3_Inst %IntelPPM.DeviceDesc% = IntelPPM_Inst [AMD] %AmdK6.DeviceDesc% = AmdK6_Inst %AmdK7.DeviceDesc% = AmdK7_Inst %AmdK8.DeviceDesc% = AmdK8_Inst [Transmeta] %Crusoe.DeviceDesc% = Crusoe_Inst : But the driver return code 31.(device not found ) The device driver loaded on Memory and work driver. My trying failed, Although I try to load the following registry. Are there any idea ? [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Processor] "CStateFlags"=dword:00000008 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\HAL\CStateHacks] "Piix4"=dword:00000008 "440BX"=dword:00000000 "SGCount"=dword:806dd628 "Piix4Slot"=dword:00000000 "Piix4DevActB"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ACPI\GenuineIntel_-_x86_Family_6_Model_42] : :
  7. It is same as my environment . So I use other USB Head set. Although Logicool webcam's microphone driver wouldn't work on my environment , the Camera works well. Does your camera work with chat ?
  8. Hi. It seems you mixed UR2 and UU10 and Kernel Core. Does The BSoD occur when you connect the Web camera? If you use Kernel core v7, Plz upgrade to v8.
  9. I replaced it on v3. halmacpi.dll 5.0.2195.7009 halmps.dll 5.0.2195.7009 halaacpi.dll 5.0.2195.6989 halacpi.dll 5.0.2195.6989 halapic.dll 5.0.2195.6802 HAL.DLL 5.0.2195.6693 halborg.dll 5.0.2195.6693 halsp.dll 5.0.2195.6693 Thx for information.
  10. Can you use WinDbg ? If you can, plz show us the log 'analyze -v'. If you can't , we may help you with giving us crush dump in "system32\minidump"
  11. http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Graphics&ProductLine=Laptop+graphics+drivers&ProductProduct=Mobile+Intel%C2%AE+965+Express+Chipset+Family There are newer driver here. It looks like wmp10 build 4068's(old version) bug. Did you install its version ? It almost goes BSoD if there are any problem in Kernel Core.
  12. Hi. Which version do you use intel graphic driver package ?
  13. Kernel Core package does not depend on Extended Kernel . videoprt.sys may have a problem in Kernel Core . What I've got is the ATI AGP 4600 series. The last good drivers to work with this card are the 912 beta. I've tried nearly everyone of the 10 and 11 drivers and they would either crash the system or certain sites like youtube video wouldn't play properly. If we can get through Firefox's 17 version without it breaking again then the Kernelex 17c will do for me because FF17 is next for their ESR and that lasts right through 2014.
  14. What vga driver do you use ? Old ati agp driver may have problem.
  15. I set two times the amount of memory. Does this mean that you can use PAE with all editions of Win2k? What's the highest limit? Is it 8 or 32 GB?
  16. I released kernel other package "Kernel Core" v7 English, German, Portuguese, Italian, Japanese, Tranditional Chinese version are available. *Caution: Insufficient test, please try to install it when that is also out BSoD, you can uninstall manually. ntoskrnl.exe _alldvrm _alloca_probe _aulldvrm _vsnwprintf KeFlushQueuedDpcs KeAcquireInStackQueuedSpinLockAtDpcLevel KeReleaseInStackQueuedSpinLockFromDpcLevel InterlockedPopEntrySList InterlockedPushEntrySList IoCsqInitialize IoCsqRemoveNextIrp IoCsqRemoveIrp IoCsqInsertIrp IoSetCompletionRoutineEx KeRegisterBugCheckReasonCallback KeDeregisterBugCheckReasonCallback RtlGetVersion DbgPrintEx ExfInterlockedCompareExchange64 RtlRandomEx *Cpu Limit Break and Memory Limit Break available. videoprt.sys VideoPortLockBuffer VideoPortFlushRegistry (v4) VideoPortUnlockBuffer hal.dll KeAcquireInStackQueuedSpinLock KeReleaseInStackQueuedSpinLock
  17. It seems to be compatible fo Windows 2000 Driver. But It use Dx9 files. and KB888111 Did you install both ? And it has three drivers. Video driver and Camera driver and Microphone driver. Can you recognize which driver doesn't work ?
  18. Now I testing Extended kernel + Extended Core.(Now JPN only) In the environment Intel Rapid Storage Manager 8.9 and Intel HD 2500(3rd Gen) Graphic Driver worked. On Windows 2000 , some Drivers must be set "NODRV" For example Intel turbo memory driver and Intel HDMI Driver and so on.
  19. I don't know the driver version you installed. It's very important.
  20. I succeeded to run WireShark 1.8.0 and GIMP 2.8 Copy libgdk-win32-2.0-0.dll and intl.dll from Wireshark 1.6.8. Are there anyone who knows the deference? They have same dll version.
  21. I found R173082.exe XP Driver. (2007/11/10) It seems Windows 2000 Based Driver. Driver version 1.6.1.0
  22. Will you tell me Your web cam Vendor ID and DeviceID ? You can use to help search it following URL tool. http://blog.livedoor.jp/blackwingcat/archives/864112.html
  23. WireShark 1.8.0 has same problem. I think there are any compatibility problems in GLIB 2.3x. o GLIB 2.28 (Wireshark 1.6.8) x GLIB 2.30 (gimp2.8) x GLIB 2.32 (Wireshark 1.8.0)
  24. I released Italian version v10b kernel. (I can't test it) I'll create v15 soon.
  25. I found that Windows File Protection overwrites Older Filer from %systemroot%\ServicePackFiles, If we installed Unofficial Roll Package. For example if %systemroot%\ServicePackFiles includes IE 5 shell files, we could not run explorer.exe. So I reinstall Unofficial Roll Package with running command line (cmd.exe ). On Other my system I delete folder %systemroot%\ServicePackFiles.
×
×
  • Create New...