Skip to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

infuscomus

Members
  • Joined

  • Last visited

Posts posted by infuscomus

  1. @Andalu

    Are there any USB options in your BIOS?

     

    The reset/power buttons should still work, that's very strange.

    Does it power off if you hold down the power button for 5 seconds?

    I've never had a scenario where the reboot and power buttons stopped working altogether, even on a BSOD.

  2. @Dietmar

    I'm going to try and patch vista RTM acpi.sys again that you reported partially worked last time, this time I'll also try patching in XP ACPILoadProcess functions as well as ACPILoadFind functions. Previously I only patched ACPILoadFind function but I think ACPILoadProcess need patching too.

    This is going to be an exceedingly tedious and frustrating way of patching though.

  3. @Dietmar

    maybe try changing in my HAL

    from

    	
        mov eax, dword ptr [PicVal]
        push ebx
        push esi
        mov esi, dword ptr [SleepValues]
        mov byte ptr [HalpWakeupState.GeneralWakeupEnable], 0x1
        mov byte ptr [HalpWakeupState.RtcWakeupEnable], 0x0
        mov dword ptr [eax], 0x1
        cmp byte ptr [esi], 0x0
    	
    

    to

    	
        mov edi, dword ptr [PicVal]
        push ebx
        push esi
        mov esi, dword ptr [SleepValues]
        mov byte ptr [HalpWakeupState.GeneralWakeupEnable], 0x1
        mov byte ptr [HalpWakeupState.RtcWakeupEnable], 0x0
        mov dword ptr [edi], 0x1
        cmp byte ptr [esi], 0x0
    	

  4. @Dietmar

    So, from looking at the source code for

    VOID
    HaliAcpiMachineStateInit(
        IN PPROCESSOR_INIT ProcInit,
        IN PHAL_SLEEP_VAL  SleepValues,
        OUT PULONG         PicVal
        )
    

    The EAX contains *PicVal at this point, and is supposed to be 1 if an APIC HAL and 0 if not.

    So is it ACPI driver or HAL reporting that is reporting no APIC?

  5. I have the exact same A5 BSOD problem on windows 8.0 - I made a thread here -

    is IDA absolutely necessary? I don't have it installed, can I use windbg?

    If IDA is necessary, can you help me setup windows 8.0 pre-install environment for debugging?

  6. @simon73

    The only way to find out for sure what the cause is would be to get out the debugger and start crawling through the code to trace the BSOD.

    Try disabling devices in device manager while in safe mode, disable anything unnecessary for boot like sound, COM ports etc...

  7. Some further research -

    148C controller - works in XP - is device \_SB.PCI0.D0B8.XHC0 in ACPI table if win10 is correct.

    149C controller - does not work in XP - is device \_SB.S0D2.D2A0.BYUP.BYD8.XHC1 in ACPI table if win10 is correct.

    Now I just need to figure out what exactly in the table I need to change. ^device tree too long?

    I've attached my ACPI tables for anyone curious.

     

    TRX40_DESIGNARE_ACPI_TABLES.7z

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.