Jump to content

Damnation

Member
  • Posts

    791
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. I've got keyboard and mouse on XP working following the advice given to me on my previous thread, so thanks for that. The USB ports are still misbehaving however, things like USB hard drives won't work, so I'm hoping a fix might be found for them the HWIDs of those 2 Generic USB hubs
  2. sure, I'd like to be a beta tester, where can i sign up?
  3. can i try this mod out for myself?
  4. how did you manage to get usb 3.0 to work?
  5. can you show me how you made this? I would like to know how to do this for myself
  6. if i'm going about this right, it seems the problem starts here? stack of driverentry.txt stack of __SEH_prolog4.txt
  7. I've run into an error with a few files using the IDA pro decompiler, I was hoping to get some help with it looking up sp-analysis failed - according to IDA pro www.hex-rays.com/products/ida/support/idadoc/1368.shtml so I need to examine the stack pointer and change it or something? any help with this?
  8. I'm attempting to compile some code with windows driver kit 7.1 for XP the compiler output cl Wdf01013.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.207 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. Wdf01013.c C:\WinDDK\7600.16385.1\inc\api\defs.h(74) : warning C4005: 'LOBYTE' : macro redefinition C:\WinDDK\7600.16385.1\inc\api\windef.h(203) : see previous definition of 'LOBYTE' C:\WinDDK\7600.16385.1\inc\api\defs.h(75) : warning C4005: 'LOWORD' : macro redefinition C:\WinDDK\7600.16385.1\inc\api\windef.h(201) : see previous definition of 'LOWORD' C:\WinDDK\7600.16385.1\inc\api\defs.h(77) : warning C4005: 'HIBYTE' : macro redefinition C:\WinDDK\7600.16385.1\inc\api\windef.h(204) : see previous definition of 'HIBYTE' C:\WinDDK\7600.16385.1\inc\api\defs.h(78) : warning C4005: 'HIWORD' : macro redefinition C:\WinDDK\7600.16385.1\inc\api\windef.h(202) : see previous definition of 'HIWORD' Wdf01013.c(18) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(18) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(18) : error C2059: syntax error : ':' Wdf01013.c(19) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(19) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(19) : error C2059: syntax error : ':' Wdf01013.c(28) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(28) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(28) : error C2059: syntax error : ':' Wdf01013.c(29) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(29) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(29) : error C2059: syntax error : ':' Wdf01013.c(33) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(33) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(33) : error C2059: syntax error : ':' Wdf01013.c(40) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(40) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(40) : error C2059: syntax error : ':' Wdf01013.c(41) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(41) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(41) : error C2059: syntax error : ':' Wdf01013.c(42) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(42) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(42) : error C2059: syntax error : ':' Wdf01013.c(43) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(43) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(43) : error C2059: syntax error : ':' Wdf01013.c(47) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(47) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(47) : error C2059: syntax error : ':' Wdf01013.c(48) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(48) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(48) : error C2059: syntax error : ':' Wdf01013.c(49) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(49) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(49) : error C2059: syntax error : ':' Wdf01013.c(50) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(50) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(50) : error C2059: syntax error : ':' Wdf01013.c(51) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(51) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(51) : error C2059: syntax error : ':' Wdf01013.c(52) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(52) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(52) : error C2059: syntax error : ':' Wdf01013.c(53) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(53) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(53) : error C2059: syntax error : ':' Wdf01013.c(59) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(59) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(59) : error C2059: syntax error : ':' Wdf01013.c(60) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(60) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(60) : error C2059: syntax error : ':' Wdf01013.c(61) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(61) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(61) : error C2059: syntax error : ':' Wdf01013.c(61) : error C2018: unknown character '0x60' Wdf01013.c(61) : error C2001: newline in constant Wdf01013.c(61) : error C2015: too many characters in constant Wdf01013.c(63) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(63) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(63) : error C2059: syntax error : ':' Wdf01013.c(69) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(69) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(69) : error C2059: syntax error : ':' Wdf01013.c(70) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(70) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(70) : error C2059: syntax error : ':' Wdf01013.c(71) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(71) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(71) : error C2059: syntax error : ':' Wdf01013.c(73) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(73) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(73) : error C2059: syntax error : ':' Wdf01013.c(74) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(74) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(74) : error C2059: syntax error : ':' Wdf01013.c(75) : error C2143: syntax error : missing '{' before '*' Wdf01013.c(75) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(75) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(75) : error C2059: syntax error : ':' Wdf01013.c(76) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(76) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(76) : error C2059: syntax error : ':' Wdf01013.c(77) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(77) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(77) : error C2059: syntax error : ':' Wdf01013.c(78) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(78) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(78) : error C2059: syntax error : ':' Wdf01013.c(79) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(79) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(79) : error C2059: syntax error : ':' Wdf01013.c(80) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(80) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(80) : error C2059: syntax error : ':' Wdf01013.c(83) : error C2059: syntax error : 'type' Wdf01013.c(85) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(85) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(85) : error C2059: syntax error : ':' Wdf01013.c(86) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(86) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(86) : error C2059: syntax error : ':' Wdf01013.c(89) : error C2059: syntax error : 'type' Wdf01013.c(90) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(90) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(90) : error C2059: syntax error : ':' Wdf01013.c(91) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(91) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(91) : error C2059: syntax error : ':' Wdf01013.c(92) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(92) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(92) : error C2059: syntax error : ':' Wdf01013.c(96) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(96) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(96) : error C2059: syntax error : ':' Wdf01013.c(97) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(97) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(97) : error C2059: syntax error : ':' Wdf01013.c(98) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(98) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(98) : error C2059: syntax error : ':' Wdf01013.c(99) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(99) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(99) : error C2059: syntax error : ':' Wdf01013.c(100) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(100) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(100) : error C2059: syntax error : ':' Wdf01013.c(105) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(105) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(105) : error C2059: syntax error : ':' Wdf01013.c(106) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(106) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(106) : error C2059: syntax error : ':' Wdf01013.c(107) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(107) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(107) : error C2059: syntax error : ':' Wdf01013.c(107) : error C2018: unknown character '0x60' Wdf01013.c(107) : error C2001: newline in constant Wdf01013.c(107) : error C2015: too many characters in constant Wdf01013.c(109) : error C2143: syntax error : missing '{' before '*' Wdf01013.c(109) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(109) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(109) : error C2059: syntax error : ':' Wdf01013.c(110) : warning C4229: anachronism used : modifiers on data are ignored Wdf01013.c(110) : error C2143: syntax error : missing '{' before ':' Wdf01013.c(110) : fatal error C1003: error count exceeds 100; stopping compilation here is the C code file http://www.megafileupload.com/cv8f/Wdf01013.c it's a decompiled sys file - I wanted to see if might be possible to get the generic USB 3.0 driver to work on XP
  9. I might have discovered what might be causing this it was a hidden device so i didn't spot it right away
  10. the AS2105 is a USB Drive, I have linux on it I've installed the logitech, razer and cyberpower drivers (or software) but they have not resolved this problem. They still disappear. The 2 extra HID devices might be related to the little LCD on my keyboard, but I'm not 100% sure on that
  11. USBDView results both not working and working Still have to use the remote desktop workaround to get this
  12. Yes legacy support is enabled - there is also an EHCI handoff option which is also enabled. Still the USB stops working
  13. I've managed to get XP drivers for everything in my z97x-ud5h-bk system, all except intel USB 3.0 But I've run into a bizarre issue where my HID Devices keep disappearing
  14. Still no mouse Tried the USB 3 ports, same result Would a PS/2 adapter suffice? Nothing at logon Autologon already enabled should i set USBDeview to run at startup?
  15. Second Install attempt successful Without doing anything else, I rebooted to see if the mouse keyboard problem returned, unfortunately it did :( this is with the one piece update pack and intel AHCI integrated, nothing else any ideas?
  16. Hi again, Some progress, Integrated onepiece update pack and intel AHCI driver no more 7B BSOD, but nothing is actually installed on next boot, no control panel or anything Do I need to make a modification to my XP CD for install off a USB CDROM drive?
  17. It's a 7B, that's AHCI right? damnit, I thought I'd integrated the drivers correctly
  18. OK, I integrated the update pack and AHCI drivers into my install the install worked in a VM, but on my actual hardware it got stuck in a BSOD loop on the 3rd reboot, just after the EULA and the license key phase The BSODs disappear too quickly that I can't see the error code, any way I can make it not reboot on BSOD?
  19. OK Thanks, I'll try this out is nlite OK to integrate? or should i use something else?
  20. Dibya, you mentioned earlier that you had a friend with the same motherboard as me that has XP installed, can you ask them how they did it?
  21. yeah i know, i was wondering if it might be possible to migrate usbxhci back to XP if we're using a modded kernel
  22. isn't the usbxhci.sys file a generic driver?
  23. I wonder if this works, if it would be possible to use the generic microsoft usb3 driver in xp?
  24. I disconnected it whilst installing it, as it overwrote my win10 bootloader the 1st time i installed when i'd left it connected
  25. I'm not sure it's an EFI problem, as the problem will also happen if I return to XP after booting my USB ubuntu, and I set up ubuntu in MBR mode when I installed it. I think I've skipped chainloading, each OS is on it's own drive, their bootloaders only boot themselves, they aren't aware of other OSes If I want to boot a different OS, I press F12 after POST and select the drive I want to boot
×
×
  • Create New...