Mov AX, 0xDEAD Posted April 28, 2022 Author Share Posted April 28, 2022 2 minutes ago, Damnation said: @Mov AX, 0xDEAD Something isn't working in amd64_helpers.asm BINPLACE errors ? You didn't prepared environment setup, I do not use original compiler/libs/headers Repeat exactly steps at first post to prepare environment and files Link to comment Share on other sites More sharing options...
Damnation Posted April 28, 2022 Share Posted April 28, 2022 @Mov AX, 0xDEAD redid the build environment, made sure swapped out the compiler with the newer one. original unmodified acpi driver code compiled correctly. but as soon as I apply your 4.2 patch file and compile I get errors. srv03_acpi_build_errors.zip Link to comment Share on other sites More sharing options...
Damnation Posted April 28, 2022 Share Posted April 28, 2022 (edited) @Mov AX, 0xDEAD In w2003_tools_update.zip should I copy everything across? or just tools? I've been copying everything across. edit: oh I see now! my eyes skipped over the renaming public to public2 - I literally didn't see until just now - that's probably the issue. Edited April 28, 2022 by Damnation Link to comment Share on other sites More sharing options...
genieautravail Posted April 28, 2022 Share Posted April 28, 2022 @daniel_k It was a pain to find an ISO of Windows 8.0, but finally I got one! With its genuine drivers, no issue for the problematic USB flash drives. They are recognized and run at full USB 3.0 speed. About Windows XP and the modded free acpi.sys V4: There is one good news, I can install the modded Intel USB 3.0 driver from MDL. But otherwise, the issue is still present. Regards Link to comment Share on other sites More sharing options...
genieautravail Posted April 28, 2022 Share Posted April 28, 2022 @Dietmar On Dell Latitude laptops with your modded free acpi.sys V4, I can now install the modded Intel USB 3.0 driver! It wasn't the case previously and I had to use the acpi_5048 for that. But the notifications for some special keyboard shortcuts (fn + ...) aren't displayed on the desktop. The notifications are displayed with the acpi_5048. Do you think that you can fix that? Regards Link to comment Share on other sites More sharing options...
Mov AX, 0xDEAD Posted April 28, 2022 Author Share Posted April 28, 2022 36 minutes ago, Damnation said: @Mov AX, 0xDEAD In w2003_tools_update.zip should I copy everything across? or just tools? everything 36 minutes ago, Damnation said: oh I see now! my eyes skipped over the renaming public to public2 - I literally didn't see until just now - that's probably the issue. this is important step, we don't need original big public folder Link to comment Share on other sites More sharing options...
Damnation Posted April 28, 2022 Share Posted April 28, 2022 @Mov AX, 0xDEAD yep, that was it. stupid failing eyesight! Link to comment Share on other sites More sharing options...
Mov AX, 0xDEAD Posted April 28, 2022 Author Share Posted April 28, 2022 8 hours ago, George King said: Here are compiled ACPI2.0 v4 from latest sources a) _OSI extra OS list to unlock hidden devices As Daniel said, i don't include_OSI unlocker. Just to minimize possible negative effects of additional DSDT/SSDT code execution When will the "final" version be ready, i will add unlocker as option Link to comment Share on other sites More sharing options...
George King Posted April 28, 2022 Share Posted April 28, 2022 1 minute ago, Mov AX, 0xDEAD said: As Daniel said, i don't include_OSI unlocker. Just to minimize possible negative effects of additional DSDT/SSDT code execution When will the "final" version be ready, i will add unlocker as option Nice, I just included it so now more users can report possible problems Link to comment Share on other sites More sharing options...
Andalu Posted April 28, 2022 Share Posted April 28, 2022 (edited) @Dietmar Hi, do you have never used an USB to ethernet adapter for debugging? I am trying one with realtek 8151 chipset (driver 2018 installed) but even disabling the onboard LAN controller in bios and changing the IP address in the boot.ini for the TARGET system, the debugging doesn't start anyway. Can there be a solution or is it better not to waste any more time on this experiment? Edited April 28, 2022 by Andalu Link to comment Share on other sites More sharing options...
Dietmar Posted April 29, 2022 Share Posted April 29, 2022 @Andalu There is also USB debug for XP. All try to mix USB with Lan is waste of time Dietmar Link to comment Share on other sites More sharing options...
Damnation Posted April 29, 2022 Share Posted April 29, 2022 @Andalu USB to LAN adapters aren't going to work. kdnet would need to implement part of the USB driver stack ontop of the code for all the LAN chipsets. very unlikely to ever be implemented. kdnet is hardcoded to support specific hardware, and they're all PCI/PCI-E lan adapters. Link to comment Share on other sites More sharing options...
Andalu Posted April 29, 2022 Share Posted April 29, 2022 @Dietmar @Damnation thanks for the info. It would have been a good alternative, much more convenient and practical thanks to its portability. With a single PCI realtek card I'm forced to disassemble and reassemble repeatedly the machines with an Intel i219 chipsets onboard. Link to comment Share on other sites More sharing options...
Mov AX, 0xDEAD Posted April 29, 2022 Author Share Posted April 29, 2022 2 hours ago, Andalu said: @Dietmar @Damnation thanks for the info. It would have been a good alternative, much more convenient and practical thanks to its portability. With a single PCI realtek card I'm forced to disassemble and reassemble repeatedly the machines with an Intel i219 chipsets onboard. You can use COM port (slow, ports are rare on most motherboard) or special USB3 debug cable (rare, expensive, i made DIY from noname PCIE Riser 2$ cable) Unfortunately LAN card is only possibllity to make quick connection Link to comment Share on other sites More sharing options...
Damnation Posted April 29, 2022 Share Posted April 29, 2022 (edited) @Mov AX, 0xDEAD @Andalu You just need a USB crossover cable, https://www.datapro.net/products/usb-3-0-super-speed-a-a-debugging-cable.html Edited April 29, 2022 by Damnation Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now