Jump to content

Updated drivers for Windows XP SP3 and Windows 2003 SP2 (x32/x64) for modern hardware


Recommended Posts


Posted

@Dietmar

Same error code 10:

9560m8c: WifiInitialize fail status=c0000001 hwpresent=1 hwready=1 awake=1 alive=0 alive_status=00000000 mmio=00000000:bfffc000 len=16384

AI suggests:

  • use DMA addressing MmMapIoSpace(..., MmNonCached) or test MmWriteCombined
  • increase firmware loading timeout
Posted (edited)

@reboot12

Yes, to enlarge firmware loading timeout is a nice idea.

I just build new driver. Then I think, which board would be the best for me for testing.

On the Asrock N100DC-ITX and Biostar z690A Valyrie the 9560 Wlan driver works for XP SP3.

But for crazy debug sessions the Wyse 5070 does not work until now, because missing Lan-Windbg from @Mov AX, 0xDEAD .

So I need to think. Maybe, I install XP bit 64 on the Biostar board first

Dietmar

EDIT: Please send me the whole Debug log, because at other places I can see also, what is going on.

 

9560m139_x64_bootwait.zip

https://www.upload.ee/files/19338020/9560m139_x64_bootwait.zip.html

Edited by Dietmar
Posted (edited)

@Dietmar

AI suggest:

  • full hardware reset
    // Przed wczytaniem Firmware
    if (Adapter->MmioBase != NULL) {
        // Wykonaj Soft Reset
        WifiWriteRegister32(Adapter, WIFI_CSR_GP_CNTRL, 0x04000010);
        ExfreesystemThreadResource();
        
        // Czekaj 10ms
        LARGE_INTEGER delay;
        delay.QuadPart = -10000000LL * 10; // 10ms
        KeDelayExecutionThread(KernelMode, FALSE, &delay);
        
        // Sprawdź czy karta odpisała
        ULONG val = WifiReadRegister32(Adapter, WIFI_CSR_GP_CNTRL);
        DbgPrint("9560nn56: After Reset Check = %08lx\n", val);
    }
Edited by reboot12
Posted

@reboot12

I am just installing XP SP2 bit 64.

On first place is diagnosis.

Via Putty I make a complete scan (trace) of all the register, variables, adresses etc. on the Biostar board and on the N100 for OpenBSD vers. 79

for to understand, how the 9560 is initialized in bit 64 and started

Dietmar

 

Posted

@reboot12

On the Biostar z690A Valkyrie most USB driver do not work.

So I use serial Bus mouse:).

But now install is ready, crazy journey through Bsods..

Because still no USB, I put all needed files on the harddisk,

which I can easy change

Dietmar

Posted

@reboot12

No, you get endless waiting at Setup, because Bsod of USB on the Biostar board.

I wrote somewhere about this Bsod C0000004 (as I remember)

Dietmar

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...