Mario Bălănică
Mario Bălănică
Can you try installing the `bcm2836sdhc` driver from https://github.com/worproject/RPi-Windows-Drivers/releases/tag/v0.6 and setting the SD controller to Arasan in UEFI settings?
I was not able to reproduce this issue on 19041. Haven't tested 19043 yet.
> 1 - Those devices which is who?, I know that one is the Wi-Fi, but I have no idea what it is and the others, no idea what they...
Since DMA works out-of-the-box on the C0 stepping with sdbus, it's possible to add the Intel-specific _DSM method in ACPI for voltage switching, set the _CID accordingly and drop bcmemmc2....
If we give it an Intel _CID, the inbox INF will set the CompatType for us. I've briefly tested this a month ago and haven't seen any side effects. (but...
You need the 22000 SDK + WDK too.
Nope, it works fine when built from source. There's an issue with the binaries in the RPi-Windows-Drivers repo.
Someone still ran into this issue on a Pi 400 rev 1.1, but this time due to the PHY not being properly identified. After commenting out the check (900a661ee26d9aed078395a33f3c47258f509996), the...
None that I'm aware of, you have to port that code to use the Windows APIs.
Yes, the pops and background noise are due to the PWM audio hardware. A fix for the pop would be to never turn off the PWM channels, but this will...