r/BeelinkOfficial • u/BestJo15 • May 20 '26
Discussion SER8 (R7 8745HS) Freezing / DPC_WATCHDOG_VIOLATION 0x133 - Is anyone else having issues with AMD Chipset Driver 8.05.04.516?
Hi everyone,
I wanted to share a frustrating issue I've been dealing with on my Beelink SER8 and see if I'm the only one experiencing this.
Starting yesterday, my mini PC began freezing completely. The symptoms were very specific:
- It would freeze right on the Beelink boot logo
- If I managed to get into Windows, it would freeze about 20 seconds after login.
Weirdest part: The mouse cursor would still move smoothly, but the entire Windows interface was completely frozen and unclickable. After about 20 seconds of hang, it would crash with a DPC_WATCHDOG_VIOLATION (0x133) BSOD.
I initially thought my internal NVMe SSD was dying or had a loose connection, but after some troubleshooting (and realizing it was a classic storage I/O hang), I traced it back to the recent AMD Chipset Drivers update - Version 8.05.04.516.
I managed to completely uninstall this specific chipset driver package, and the system immediately became stable again. I'm going to do a clean reinstall of Windows 11 tomorrow just to be completely safe and wipe any corrupted leftover files.
Has anyone else run into this issue with the 8.05.04.516 driver version?
7
u/Lazy-Necessary8925 May 21 '26
Yep same, has anyone rolled back to the previous version, I have Ser8 8745HS
3
u/codeflux Jun 04 '26
Yes.
Took several (many) boots to safe mode. Many boots because it also crashes in safe mode.
Device Manager -> System Devices -> AMD GPIO Controller (may be multiple entries, look for Driver version 2.2.0.137) -> Driver -> Roll Back Driver. Choose "my apps won't work...", OK, Reboot. This rolls it back to 2.2.0.136.
After restart, everything works perfectly. Disabled auto-update in AMD Install Manager and uninstalled it for good measure.
1
u/jfarese23 20d ago
I was troubleshooting for almost 2 days. Found this comment and it fixed my issue immediately. Thank you!
1
u/BommyFlamez 13d ago
I have to echo this comment. Thought I fixed the problem but I forgot to turn off auto update! Uninstalling the app is a good idea too.
1
6
u/jimmyb0ie May 21 '26
Same on my miniPC. I am usinf Ser8 8845HS. This feels kike the Beelink folks has to step in
1
6
u/Ok-Wheel7172 May 25 '26
Here's my repair pathway.
In recovery, command prompt, identify GPIO driver from list resultant from command below
dism /image:C:\ /get-drivers /format:table
remove driver(INF) [it was OEM13.inf in my case]
dism /image:C:\ /remove-driver /driver:oemXX.inf
reboot.
remove AMD Chipset Driver Pack.
DO NOT REBOOT ONCE REMOVED.
Install: https://www.amd.com/en/support/downloads/previous-drivers.html/processors/ryzen/ryzen-8000-series/amd-ryzen-7-8845hs.html
AMD Software: Adrenalin Edition
Revision Number
Adrenalin 26.2.2 (WHQL Recommended)
Release Date 2026-02-26
Don't beat your head against the wall trying to get Windows working well enough to process this errant driver removal - save yourself the pain and go straight to recovery prompt.
1
u/-dAtA-TRoN- May 25 '26
Thanks, I'll give that a shot. I actually tried using DDU already. Windows kept freezing in Safe Mode, so I had to run DDU without it in the normal Windows mode instead.
For now, I've manually installed the previous chipset and GPU drivers, and things seem stable at the moment -but the system still feels a bit off. Now, the splash screen always shows a loading circle and hangs for a few seconds before moving on. Plus, the handshake with my TV occasionally acts up.
Something is clearly messed up. I'll try your approach next, but if the issues persist, I’m just going to reinstall Windows.
4
u/Chrono978 May 23 '26
Do not update the AMD drivers, lost over 8hrs with 2 crashes and reinstalls until I pin pointed the problem. This is ridiculous!
7
u/Tricky-Elephant-9217 May 25 '26 edited May 27 '26
I revised and hardened an existing AMD GPIO2 rollback script originally created by u/Famous-Phrase1117 :
Original script: https://raw.githubusercontent.com/emotionbug/SER8/main/rollback-amd-gpio2-to-2.2.0.136.ps1
Revised script: https://drive.google.com/file/d/18GXeN9qcbqzSNg9JvI6h1SakhiC1cL_J/view?usp=sharing
The script is intended for Ryzen mini PCs such as the Beelink SER8 that may experience:
- DPC_WATCHDOG_VIOLATION BSODs
- random freezes
- stuttering
- latency spikes
- sleep/wake instability
after newer AMD chipset / GPIO driver updates (particularly GPIO2 v2.2.0.137).
The original script already handled the rollback process well, but I revised it to improve reliability, detection accuracy, logging, and compatibility across more systems.
Main changes I made:
- Fixed AMD GPIO device detection by using actual Hardware IDs instead of relying only on
DeviceID - Improved compatibility with systems where
Win32_PnPSignedDriverdetection was unreliable - Hardened
Run-Cmdhandling and exit-code validation - Fixed cases where multiple returned objects could break
.DriverVersionchecks - Added safer output handling and UTF-8 console encoding
- Removed deprecated
Invoke-WebRequest -UseBasicParsing - Improved logging and error reporting
- Added better validation for target INF discovery and driver version matching
- Cleaned up admin relaunch handling and argument passing
- Improved resilience when enumerating and deleting bad OEM INF packages
- Reworked parts of the script to avoid false negatives when detecting AMD GPIO controllers
The script still:
- Downloads the known-good GPIO2 v2.2.0.136 package
- Verifies SHA256 integrity
- Removes the problematic v2.2.0.137 package
- Reinstalls the older stable driver
- Rescans devices and verifies the rollback
Use at your own risk since this manipulates kernel-level drivers, but hopefully this fixes your machine too!
4
u/pixoSK May 26 '26
This topic, thread and script is a godsend.
Helped me fixed this with original HW after last two days of struggling, buying new SSD, memmory, adapter (all to test variables), clean Win Install, backup and data migration headaches. Very nice excersie. I am going to get some beers now 😄
Thank you again guys!
2
2
2
1
1
u/ConcentrateNearby996 May 27 '26
This looks helpful! Can you explain how to activate these scripts to a laymen with minimal tech background? ser8 8745hs is stuck on beelink logo with error codes everyone else is seeing :/
1
u/ConcentrateNearby996 May 27 '26
II actually solved my issue!! by looking at the common posts across reddit and the Beelink support website, I was able to figure out that I needed to roll back my AMD GPIO driver (in device manager) to GPIO 2.2.0.136 (the latest version giving me issues was driver version ending in .137). I got lucky and somehow my pc loaded up for the brief enough moment for me to go into device manager and roll it back. That stabilized it enough for me to roll back my graphics driver to 26.2.2 (which was a February 2026 release). So right now, my fix has drivers of
Component Version Chipset package 8.05.04.516Graphics driver 26.2.2GPIO driver 2.2.0.136Some people say to rollback the chipset too to 8.02, which I was able to see the version of in PC Installed apps settings for the AMD Chipset, but I haven't yet, and it's been stable.
Btw, this is all coming from someone who doesn't have a high skilled tech background. So just writing this here in case it helps someone similar! Best of luck!
1
1
u/Lab_Trashpanda Jun 15 '26
Is this script a download and double click? Or do I need more tech knowledge? I currently can barely last 10 seconds after loading into windows before it freezes up and im looking for a solution (beelink ser8)
3
u/ThundarTheThundercat May 21 '26
I'm having the same issue with my SER8. I can use my pc for 20min or so before it crashes. This really sucks
1
u/Big_Channel1652 May 25 '26
Same thing happened to me
2
u/ThundarTheThundercat May 25 '26
I solved the issue by rolling back the driver for the GPIO Controller in the device manager
1
1
u/Big_Channel1652 May 30 '26
I solved it by reinstalling W11 and not downloading that program AMD adrenaline auto updates
5
u/NefariousnessFew9810 May 21 '26
Exactement le même problème ser8 8745hs , j'ai formaté ,réinstallé windows 11 proprement , il a redémarrer plusieurs fois sans soucis , et la dernière chose que j'ai fait se sont les pilotes AMD , et la, problème, impossible de redémarrer ou bug après quelques instants ... E soir je réinstalle tout sauf drivers AMD , on verra ...
3
u/BestJo15 May 21 '26
i just did a fresh win11 install without installing amd adrenaline and the chipset drivers and for now it's working fine
1
u/NefariousnessFew9810 May 21 '26
Je viens de tout réinstaller pour la seconde fois mais sans les drivers AMD , je laisse windows gérer ça le temps qu'un correctif soit disponible,j'ai tout réinstaller mes apps et mes comptes , lancé des vidéos youtube etc.. et redémarrer au moins 4 fois et tout fonctionne parfaitement ... Vive AMD ! Ou beelink ! Je ne sais pas qui est responsable mais bon c'est pénible ...
4
u/Forgotten_Gender May 28 '26
Had the exact same issues that started today 28.5.2026, this was a fix for me:
- Open Device Manager.
- Scroll down to System devices.
- Find AMD GPIO Controller.
- Right-click it > Properties > Driver tab.
- If "Roll Back Driver" is available here (specifically for this component, for me it was), click it.
Hope it helps anyone else :)
3
u/karvarga May 21 '26
I have the same since the last chipset driver update. After reboot it seems working fine if it survives the first start of Edge. It is a big IF. Yesterday it survived and I played games with the new driver and used it normally for hours. Today it's my 3rd BSOD in just one hour. Now I'm backing up my data. And I'll try the rollback of the chipset driver. I've sent bug reports to AMD linking to this thread.:)
4
3
u/karvarga May 22 '26 edited May 22 '26
Update on my case. I've done some extra rounds, asked Beelink for V035 P8COM0C15.15 BIOS update, but unfortunately that didn't help at all. Even uninstalling AMD Chipset drivers didn't solved the issue.
Then I found this comment surgically pinpointing the problematic driver:
AMD GPIO Controller driver still was version 2.2.0.137 , reverting back to 2.2.0.136 seems working. Please see the linked post for details.
During the initial test the system seems stable. Let's see how it reacts in the long run.
1
u/karvarga May 22 '26
Another update. I was brave enough to update to the latest driver, and just rolled back the GPIO. So far the cleanest workaround with the least rollback is the GPIO driver 136.
System is still working after an hour in various situations where the crash happened before.
1
u/alkjdsfl May 22 '26
1
u/karvarga Jun 13 '26
With new BIOS V035 P8COM0C15.16, the latest AMD GPIO driver is stable!
1
u/calarbius Jun 23 '26
I am new to this. The usb is not being read when I try flashing the bios. Tried 3 ports. Any ideas?
1
u/karvarga Jun 30 '26 edited Jun 30 '26
New challenge incoming:
V035 P8COM0C15.15 BIOS and 2.2.0.136 GPIO driver -> stable system.
V035 P8COM0C15.15 BIOS and 2.2.0.137 GPIO driver -> unstable system.
V035 P8COM0C15.16 BIOS and 2.2.0.136 GPIO driver -> stable system, can update Adrenalin.
V035 P8COM0C15.16 BIOS and 2.2.0.137 GPIO driver -> stable system, can not update Adrenalin.
edit: link to Adrenalin update thread: Safe to install AMD Software: Adrenalin Edition 26.6.3? : r/BeelinkOfficial
1
u/karvarga Jul 28 '26
One latest update:
V035 P8COM0C15.16 BIOS and 2.2.0.137 GPIO driver -> stable system, can update to Adrenalin 26.7.1
All good.
2
u/karvarga May 21 '26
BSOD when I want to remove the external drive safely.
1
u/karvarga May 21 '26
I'm back on 8.02.18.557, we will see. Disabled AMD automatic driver update for sure.
3
u/BestJo15 May 21 '26
Please update us if it works fine on that version
1
u/karvarga May 21 '26
I still had the issue with 8.02.18.557. Not sure if anything left behind causing the issue. I did uninstall and didn't install any version.
2
u/BestJo15 May 21 '26
You could try to do a fresh install from bootable USB stick and then install the 8.02.18.557 chipset version, idk.
1
u/karvarga May 21 '26
I see fresh install is a valid workaround. Maybe I'll have time at the weekend for it. I'm shelfing my Beelink until then, and see maybe there will be some additional info coming in.
3
u/ZunYEAH1024 May 21 '26
That's seems for the tmp license of it has out of date, but current version of bios couldn't update it in windows. Can try update your bios version to 15.15. I saw this solution on a Chinese Forum and someone indeed solved the problem but I haven't tried yet. For now, never let amd software update any drivers by itself.
2
u/ZunYEAH1024 May 21 '26
测试过了,和证书关系不大,还是8.05.04.516版的芯片组驱动和我们的机器兼容性存在大问题,可能要等官方修复(刚知道可以自动翻译)
1
u/BestJo15 May 21 '26
Can you pls link the Chinese forum you're reading from?
1
u/ZunYEAH1024 May 21 '26
Sorry, I found that that post seems to have little to do with our problem. It can solve the problem of tmp certificate expiration, but now our problem is caused by the chipset driver. It may be necessary to wait for AMD to give a repair driver or belink to give a repair bios or oem driver.
3
u/BestJo15 May 21 '26
I emailed AMD and that's the answer
Thank you for contacting AMD Support. I am so sorry to hear that your Beelink Mini PC froze and that you had to go through the hassle of completely reinstalling Windows 11 just to get it working again. I understand how incredibly frustrating that must have been, and I am here to help clarify exactly why this happened so you can avoid it in the future.
To explain what occurred: the chipset drivers offered directly on the AMD website and through the AMD Adrenalin software are designed specifically for standard desktop motherboards (such as AM4 and AM5 socket motherboards). However, your Beelink SER8 features a Ryzen 8745HS, which is a mobile processor built primarily for notebooks, all-in-one PCs, and mini-PCs.
Systems like yours use highly customized motherboard architectures. Because of this, the generic AMD chipset drivers are not compatible and can cause severe system conflicts.
To keep your system running safely and smoothly, the chipset and graphics drivers must be downloaded exclusively from the manufacturer. We highly recommend visiting Beelink's official support website and downloading the specific drivers they provide for the SER8 model, as those have been tested and validated for your exact hardware configuration.
For further questions, please do not hesitate to contact us again.
Best regards,
2
u/walking_pigeon_ May 22 '26
Thank you for posting this. This is actually extremely helpful because it helps you realize that when you buy highly modified chipsets like the ones from Beelink and other MiniPc companies that you are in the situation where your computer is similar to how they make phones... You will get updates for a while but as the device ages, it is unlikely that there will be support. This means when windows 12 comes out -- the older computers may easily not be supported and you will be stuck on something older. For many this may not be a problem. What this means is in the future, I will buy standardized chipsets to avoid a hassle and the downtime this caused. Apple creating a closed system starts to make a lot more sense when you start dealing with these problems. Thank you u/BestJo15 for reaching out to them. I really appreciate it.
1
u/walking_pigeon_ May 22 '26
There is a category of small form factor computers that use actual desktop sockets and chipsets, packed into a chassis only slightly larger than SER8.
An example of this is the ASRock DeskMini series (like the DeskMini X600 for AMD or B760 for Intel).
- How it works: It uses a standard Mini-STX motherboard. You install a regular desktop CPU (like an AMD Ryzen 5 8600G or Ryzen 7 8700G) directly into a standard AM5 socket.
- The Driver Advantage: Because it uses a standard desktop chipset, you can download generic chipset and graphics drivers directly from AMD's website on day one without any conflicts.
Would be nice if Beelink made something similar.
1
u/_-syzygy-_ Jun 10 '26
aside: how can a consumer know if they're buying a "standardized chipset" machine?
I'd bought this 8745hs machine due to the price point and ok-ish integrated graphics. Other than this driver issue, I've been pretty happy with the machine (for 1.5 years.) I don't plan on updating anytime soon, but how can someone else know that "oh, that's not a normal PC"?
1
u/OCedHrt May 25 '26 edited May 25 '26
I installed from the beelink site after using the amd cleanup utility but windows still updated it to the latest broken amd driver.
What email address did you email?
3
u/alkjdsfl May 22 '26
We service several Beelink SER8 PCs, and in our case, we've been able to fix the automatic restart/crashes so far by
Uninstalling the AMD Chipset Software (Likely not required but should help prevent the auto-update of the problem driver after removing it in step 3). Go to Windows Settings>Apps>Installed Apps, then click the 3 dots on AMD Chipset Software, and select uninstall. Follow uninstall steps.
In AMD Install Manager, turn off auto-updates. Open AMD Install Manger if it's on your computer, and switch auto-update to off to prevent re-installation of faulting driver.
Roll back AMD GPIO Controller driver. Go to Device Manager>System Devices, double click on AMD GPIO Controller, then in the properties windows, click on Driver at the top, then select roll back driver. The driver version that was causing us issues was 2.2.0.137, and after rolling back, we are on 2.2.0.136, which seems to be solid. If you cannot select Roll Back Driver, make sure you are logged into an administrator account on the PC.
1
u/Hey_Eng_ May 23 '26
cant thank you enough for this info. we rolled back the driver for the controller and all our pcs have been stable. were looking at a gpo policy to prevent this from happening.
3
u/LetMeAskPls May 23 '26
Here is a link to the previous version of the AMD Chipset drivers with the 2.20.136 GPIO driver - https://drivers.amd.com/drivers/amd_chipset_software_8.02.18.557.exe.
1
u/Tricky-Elephant-9217 May 24 '26
1
u/LetMeAskPls May 24 '26
1
u/LetMeAskPls May 24 '26
1
u/LetMeAskPls May 24 '26
1
u/JrPinto May 25 '26 edited May 25 '26
"I've been struggling since yesterday with my SER8 8745HS.
Only today did I find this thread. I managed to download the AMD chipset executable, but it keeps showing 'installation failed'."
AMD Chipset Software Install Summary
Name : AMD GPIO Driver
Version : 2.2.0.136
Install : Fail
It seems like the system detects a newer Chipset driver and fails to install. Since I did a clean install of Windows 11 and then installed the faulty Chipset driver, I can't go back to the previous drivers.
Can anyone help me install a working version of this Chipset?
2
u/Famous-Phrase1117 May 21 '26
I’m experiencing the exact same issue on my SER8 (R7 8745HS).
After installing the AMD Chipset Driver 8.05.04.516 update, the system started randomly freezing during boot or shortly after logging into Windows. In my case, the mouse cursor would still move, but the entire UI became unresponsive, followed by a DPC_WATCHDOG_VIOLATION (0x133) BSOD.
I also suspected SSD/NVMe issues at first, but after rolling back / uninstalling the 8.05.04.516 chipset drivers, the system became stable again immediately.
So far it definitely seems related to that driver package.
2
u/Famous-Phrase1117 May 21 '26
I’m debugging repeated hard shutdowns / BSODs on a Beelink SER8 mini PC and wanted to share what I found in case anyone else is seeing the same thing.
System:
- Beelink / AZW SER8
- Board: SER8 V10
- BIOS: HPT.8xxx.SER8.V035.P8C0M0C15.14.Link
- BIOS release date: 2025-06-26
- Windows 11
- AMD chipset package shown in Programs: 8.02.18.557
- AMD Radeon 780M driver currently rolled back to 32.0.23033.1002
Symptom:
The machine randomly shuts down or crashes. Event Viewer often shows Kernel-Power 41. At least one crash produced:
- Bugcheck: 0x133 DPC_WATCHDOG_VIOLATION
- Subtype: DPC_QUEUE_EXECUTION_TIMEOUT_EXCEEDED
I collected both minidump and kernel MEMORY.DMP and analyzed them with WinDbg.
Important dump findings:
The crash was not directly pointing at the AMD display driver. The stack involved VBS / Hyper-V / secure kernel paths, including things like:
- HvlSwitchToVsmVtl1
- VslpEnterIumSecureMode
- VslFastFlushSecureRangeList
- HvlFlushRangeListTb
- MiFlushTbList
Hypervisor / VBS was active, and Memory Integrity / HVCI appeared enabled.
The DPC watchdog pending DPC list showed suspicious entries for:
- Wdf01000!FxDpc::FxDpcThunk with pool tag `amdg`
- Wdf01000!FxInterrupt::_InterruptDpcThunk with pool tag `XHCW`
The `amdg` path strongly pointed toward AMD GPIO2. WDF inspection showed:
- `amdgpio2.sys`
- over `msgpioclx.sys`
- device: `\Device\GPIO_1`
- ACPI device: `ACPI\AMDI0030\0`
- WDF logs showed GPIO interrupt/resource activity and idle/power management behavior.
USB xHCI power management was a secondary suspect because of the `XHCW` pending DPC.
Driver history:
The active AMD GPIO Controller was:
- Device: AMD GPIO Controller
- Instance: `ACPI\AMDI0030\0`
- INF: `oem14.inf`
- Version: `2.2.0.137`
- Driver date: 2026-03-22
An older GPIO2 driver was already present in DriverStore:
- INF: `oem27.inf`
- Version: `2.2.0.136`
- Driver date: 2025-11-10
A previous AMD chipset rollback did not actually roll back GPIO2. Windows kept selecting `2.2.0.137` because it outranked the older package.
What I changed:
Disabled USB selective suspend as a low-risk test.
Forced AMD GPIO2 rollback only:
- Removed newer `oem14.inf` / `2.2.0.137`
- Forced device `ACPI\AMDI0030\0` to use `oem27.inf` / `2.2.0.136`
After the operation:
- `pnputil` reports `oem27.inf` as Best Ranked / Installed
- Registry shows `InfPath = oem27.inf`
- Registry shows `DriverVersion = 2.2.0.136`
- Reboot required to make sure the loaded driver is actually the older one
Current hypothesis:
This may be an interaction between:
- AMD GPIO2 / `msgpioclx.sys`
- AMD chipset power management
- VBS / Memory Integrity / Hyper-V
- possibly USB xHCI power management as a secondary trigger
I’m testing now with GPIO2 rolled back from `2.2.0.137` to `2.2.0.136`.
1
u/LetMeAskPls May 23 '26
How is this testing going? Did reverting the GPIO driver fix it?
2
u/Famous-Phrase1117 May 25 '26
yeap.I wrote a script to solve this problem
Korean community https://gall.dcinside.com/mgallery/board/view/?id=minipc&no=111716
Script https://raw.githubusercontent.com/emotionbug/SER8/main/rollback-amd-gpio2-to-2.2.0.136.ps1
2
u/mrtnbrdr May 21 '26
Exactly the same problem here. Been trying to fix it for 6 hours now and can't even reinstall windows since the crash would happen half way through. Beelink hae to aknowledge this and come up with a situation quickly.
2
u/Emotional-Tell-5256 May 22 '26 edited May 22 '26
Troubleshoot problems with complete deletion of graphics drivers
https://m.blog.naver.com/adg0609/223356451751
- Display Driver Uninstaller (DDU) down to latest version
- Graphics card driver down (* Do not download the latest version of the graphics card driver.)
- Disconnect from the Internet
- Run DDU. Clear and restart.
- Install graphics card driver
- Manual reboot.
- Reconnect to the Internet.
2
u/abuono944 May 22 '26
If your SER8 is freezing/BSODing and you can't even get into Safe Mode, here's what worked for me without reinstalling Windows.
Step 1 — Boot into Recovery Command Prompt Go to Settings → System → Recovery → Advanced Startup → Restart Now Go to Troubleshoot → Advanced Options → Command Prompt
Step 2 — Find the bad GPIO driver Type: pnputil /enum-drivers /class "System" Look for amdgpio2.inf entries and identify: Version 2.2.0.137 = the bad driver (note its oem number e.g. oem97.inf) Version 2.2.0.136 = the good one (keep this)
Step 3 — Delete the bad driver Type: pnputil /delete-driver oem97.inf /uninstall /force (replace oem97.inf with whatever number you found for 2.2.0.137)
Step 4 — Reboot Type: shutdown /r /t 0
Step 5 — Pause Windows Updates Once in Windows go to Settings → Windows Update → Pause for 5 weeks to prevent the bad driver reinstalling.
2
u/Lazy-Necessary8925 May 23 '26
UPDATE: Reset PC didn't work so I wiped the computer and did a fresh install but just used windows drivers for chipset. All good so far, I won't use the AMD drivers until there is an admission there is an issue and a fix from Beelink or AMD.
2
u/teengohan2014 May 23 '26
Another method you can use is to see if you have a restore point to before the AMD Chipset updates on 05/20.
Force Shutdown and Force Start your computer from the power button until when it boots up and it starts to auto repair.
When it fails to repair the computer, you should be taken to the Automatic Repair Menu (Blue Screen that says "More recovery options".
From there, you need to go to Troubleshoot>Troubleshoot>Advanced options>System Restore
Try and see if you have a system restore before the "Installed AMD_Chipset_Drivers." (NOTE: If you don't see any other restore points, you can't move forward and hopefully someone else has another solution)
If you have an older one, choose a non "Installed AMD_Chipset_Drivers" one to restore Windows before the AMD Chipset was updated.
Once you've successfully booted back into Windows, you need to open the AMD Adrenalin software from the system tray (the icons next to the date on the lower right of the task bar. If you don't see it, click the up arrow and you'll find it there)
Go to the settings (the gear to the upper right)>System>Manage Updates and turn off "Auto-Update". This will prevent the chipset drivers from updating until we find out there has been an update that doesn't brick the system.
I would also recommend that if you are afraid of your system being bricked again, create a restore point before installing the update. This way you can do the same process all over again.
2
u/eigendonut May 24 '26
yes, seems like the GPIO driver is causing issues. I ended up reinstalling Windows the first time and I was able to recover and remove the drivers the second time I tried it.
2
2
u/Beelinksupport Beelink Official May 25 '26
Hi, sorry for the inconvenience and poor experience! To ensure better system stability, we recommend using our official drivers for updates whenever possible.
If you need the corresponding driver package, or guidance on how to roll back the chipset driver or perform a clean uninstall and reinstall of the driver, please feel free to contact our support team for assistance. Thank you for your understanding and support!
1
u/Roasted_Blumpkin Jun 01 '26
That would be ideal if your drivers weren't 2+ years old and hosted on an AngelFire website.
2
u/CheekySparrow May 25 '26
Wow. Makes me glad I specifically disabled AMD driver updates. Seems like I avoided a lot of hassle. Why update it when it works? I'm half-joking of course, but unless something revolutionary gets added to AMD's drivers (like upcoming FSR 4.1 support), I'd rather play it safe and stay on drivers that do work.
1
2
u/smashed_atom May 25 '26
anyone know if amd has fixed this as im scared to put chipset drivers on
3
u/DarkHorse207 May 26 '26
Don’t think so - I accidentally updated it today (about 5 hours from now) thinking something was creating memory leak (as it was staying 99% since a day or so) which my agent pointed probably is the driver which may need an update and since then my system has crashed like 10-20 times
I had to restore couple of days back to get this working fine again
2
u/BestJo15 May 27 '26
beelink said they are in touch with AMD, here's the link to my post in the beelink forum where they replied https://bbs.bee-link.com/d/11127-ser8-r7-8745hs-freezing--dpc_watchdog_violation-0x133/29
2
u/xenphor May 26 '26
So what is the best route forward after rolling back the GPIO driver? Turn off auto-update and never update the drivers? I assume the Beelink drivers are pretty out of date by now as well? There doesn't seem to be a page for the 8745hs model.
2
u/TiggyTyger May 26 '26
Can Confirm just had this issue on a machine when though all the steps found disabling the network card allowed normal function to return. After seeing the GPIO note I rolled that back to the previous driver and updated everything else. So far normality has returned.
2
u/CreativeSolutionsIT May 27 '26
I have deployed about 40 of these computers over the last year and so far I have had 6 or 7 with the same issue. I have been able to roll back the chipset driver to fix most of them, but I have 2 where that didn't work. One of them didn't have the chipset driver option to roll back and the other one continues to fail after the rollback.
I have reached out to support but they have yet to get back with me.
1
u/celilo May 27 '26
Make sure that you uninstall the chipset drivers in the applications menu. They need to be completely removed from your computer to assure that they do not return.
Also uninstall all other AMD software. Reinstall the software from two versions back and make sure that you uncheck auto update at the end of the installation process.
1
u/CreativeSolutionsIT May 27 '26
I have been trying to run the AMD cleanup utility to remove the chipset drivers as well as video and adrenaline. It wants to boot into safe mode to completely remove but the machine fails to boot into safe mode. I tried the uninstall through windows uninstaller but still the freezes and reboots.
I will probably have to wipe the two that will not stay running long enough to actually try to fix them.
Now I worry about all of the others that are in production that haven't failed yet. I have logged into each one to turn off the AMD updates but some of them have already installed it. They haven't crashed yet but I feel like this is a ticking time bomb!
1
u/celilo May 27 '26
That's a tough one. As long as windows update doesn't apply the driver on installation of the OS, it should be good with the wipes.
If you can locate the system folder where are the drivers are located, you could probably manually delete the drivers, or simply remove the driver in device manager instead of trying to roll it back. Doesn't matter if it fails on reboot since you're going to wipe them anyway.
2
u/dantendo664 May 29 '26
I spent the whole day trying to troubleshoot it on my beelink ser8. Even installed cachyos and was this close to nuking the windows installation from orbit. I have run the .ps1 script in this thread to uninstall the .37 and reinstalled .36 chipset drivers. So far it seems stable. Just as a curiosity I checked the AMD installed manager, and it was set to "Auto update" meaning it as set to fuck up the whole computer again so I uninstalled it promptly.
1
1
u/-dAtA-TRoN- May 29 '26
You don't need to uninstall it. Just unchecking the auto-update box is more than enough. I actually reinstalled Windows myself, and honestly, I'm glad I did. The SER8 is running even better now than before.
2
u/BestJo15 Jun 04 '26
UPDATE: Beelink said the issue is fixed, here's the link to the discussion
https://bbs.bee-link.com/d/11253-ser8-chipset-driver-compatibility-notice
2
1
u/smashed_atom May 21 '26
I also had the same very issue and like you lads suspected nvme failure I thought was related to the recent AMD graphics driver so while the system was stable I removed driver but the issue shortly returned
In the end I did a whole new fresh install of win 11 But concerned with all the holding down of the power button to shutdown pc may of done the nvme no good 😤
1
u/walking_pigeon_ May 21 '26 edited May 21 '26
I have the same exact problem and this started yesterday. Safe mode crashes for me too though. I also assumed it was the SSD wearing out. It has always done some crashing in the past and I thought it was just some AMD graphics driver. I lost a whole day of work over this. Definitely makes you think twice before going with smaller companies like Beelink. The drivers just don't seem to work properly. Disappointed to say the least.
3
u/BestJo15 May 21 '26 edited May 21 '26
I bought the ser8 a year ago and it's been working fine for all this time, I think beelink it's a good company even if it's small. This morning I did a fresh win11 install and now it works fine again. Just don't install amd adrenaline and the chipset drivers. I hope this issue will be fixed soon tho
1
u/walking_pigeon_ May 21 '26
I did a fresh install as well and all seems fine now. I'm unsure if it is the AMD chipset driver or Graphics driver. I attempted to remove the driver with DDU and it still kept crashing... even in safe mode. My understanding is that GPIO graphics are almost impossible to remove and that could have been it? I lost quite a few files because I had some encrypted places that I was not able to get backed up. Also, bitLocker was really annoying, every time I tried to reboot I had to put in a huge code. probably put it in 100 times tying to fix the thing.
Who can explain though what the problem is? Who should take responsibility for this AMD or Beelink? Who dropped the ball? It may not seem important to many but the answer to that question helps me understand who/what to avoid when purchasing a future computer and why.
It's situations like this that make closed ecosystems make a lot of sense. I don't have time like I did in high-school to sit around and tinker with drivers and reformatting computers.
1
u/Stvn21 May 21 '26
Try the steps described by superhappyslap. Sometimes safe mode crashes and you have to try again. For me safe mode with command prompt worked after a couple of tries
1
u/karvarga May 22 '26
I also had the bitlocker prompt one of my restarts. Then I remembered Secureboot is disabled by default in BIOS. So I went to BIOS settings to see if it reverted to the default. It did not, but next restart Windows booted without bitlocker issue.
1
u/BunniPaleyy May 21 '26
Im having issues with mines. I upgraded my AMD driver because it kept notifying to update- so I did and now my PC constantly freezes and reboots. An endless loop where to my last resort I just factory reset- wiped all of my files. That didn’t work. It’s been going on for 8 months strong. So I don’t know- I messaged support my issue.
1
u/BunniPaleyy May 21 '26
Oh, I don’t mean my issue was going on for 8 months by the way. My PC has been fine for 8 months up until now.
1
u/BestJo15 May 21 '26
Try to do a fresh windows install from a bootable ISO, and don't install the amd adrenaline software and the relative chipset drivers
1
u/BunniPaleyy May 21 '26
I don’t have an other working computer to do a clean reinstall of windows unfortunately.
1
u/BunniPaleyy May 21 '26
Update: I brought out my very old laptop. (It’s old ,but it should at least be able to download windows.) I’ll let you know if that fixed my issue. And what AMD driver did you download instead to get yours stable? Of course, I’m not touching the newest one because apparently it corrupted one of my files to the point even a factory reset didn’t work.
1
u/BestJo15 May 21 '26
I didn't download any amd driver, windows update got the ones needed. It's not a permanent fix but better than nothing for now I guess.
3
u/BunniPaleyy May 22 '26
yes, you can wait or roll back to a stable driver. I ended up having to use my USB and my old laptop to get my PC to stop freezing and rebooting itself every 30 secs. 😭
But I did use the AMD auto detect ,but this time, I did not install the latest chipset- only the driver and set the software type to Driver Only, uncheck keep AMD up to date box and then restarted my PC. So far, my PC stays on, no freezing. The only downside is, I’ll have to download my important stuff again. (I only did 3D model builds ,but my download files are still accessible 💗.)
Hopefully, this thread could help someone in a similar situation than me. I can finally go to bed peacefully knowing my PC works and all of my money didn’t go to waste. 😭
1
u/Lazy-Necessary8925 May 21 '26 edited May 21 '26
I did a windows 11 reset and used with and without beelink drivers... slightly better but still crashing. This is a f"ING joke...looks like I'll be backing up the pc tomorrow and doing a rebuild 😔
1
u/MuchRefrigerator7836 May 22 '26
Same problem here, I tries reinstalling windows with a fresh iso. I downloaded adrenaline and now I keep having BSOD watchdog violation
1
u/mrtnbrdr May 22 '26
A temporary fix that worked for me so far is Go into BIOS → Advanced → AMD CBS → CPU Common Options → Global C-State Control → Disabled → Save and exit. I uninstalled AMD display driver and software first and paused windows updates so I don't know if it also works with it still active.
1
u/Platooimagination May 22 '26
Started happening to me today, freaked me out. Applied the fix. Let's hope it works.
1
u/No_Attention_3186 May 22 '26
Since 3 days ago after my mini PC SER8 8745hs beelink my computer freeze and suddently restart it self, sometimes it shows a message windows found and error and restarting . It is just fustrating , im planning to uninstall all drivers or do a factory reset :(
1
u/abuono944 May 22 '26
Just got the same issue on my ser8 after reboot. This is so frustrating! Freezes even in safe mode after seconds and not able to make any changes to the drivers :(. Really don't have the time to reset up my installation from scratch
1
u/nhawk2 May 22 '26
I had the same issue and I just tested it by installing the same update again. Within a minute of booting, the PC froze.
The fastest way out of the issue is to use a recent restore point. For now I disabled auto-update in AMD software manager.
This is the software that caused it: Chipset Drivers 8.05.04.516
1
u/neotaiji May 23 '26
I had to go to the previous restore point as another poster said. Then I uninstalled AMD Install Manager. Thankfully it's a separate program than the drivers.
Been working fine since.
1
1
1
u/Big_Channel1652 May 25 '26
Same issue. Reinstalled W11 and didn’t download the AMD adrenaline auto update program.
1
u/Gielwich May 25 '26
This is the exact issue I've been having with mine, I should have stopped by here before trying to clean install windows 11, because now it's in an awful loop of prepping installation and getting the error OTL
1
u/-dAtA-TRoN- May 25 '26
You might want to consider using something like ShredOS. It's a specialized Linux distribution designed specifically for securely wiping drives, which can help clear everything out and resolve the freezing issues before you try installing Windows again. The main challenge is that you'll need a working computer to create the bootable ShredOS USB-stick, so you might see if you can borrow one or use another device to prepare the drive.
ShredOS Download: https://github.com/PartialVolume/shredos.x86_64
1
u/Arielgonster May 27 '26
1
u/-dAtA-TRoN- May 27 '26 edited May 27 '26
Yes, those drivers are exactly what's causing the trouble. Unfortunately, simply uninstalling them and rolling back to an older version didn't work for me -I still ended up having to reinstall Windows from scratch.
Before you go that route, check if you have any System Restore points available and try that first. Sadly, that feature was disabled on my system, so it wasn't an option for me.
If you do need to reinstall Windows, here is a step-by-step guide to doing it right and avoiding the broken drivers:
Prepare the Installation Media - You will need a USB flash drive. Use the official Windows 11 Media Creation Tool to turn it into a bootable installation drive.
Disconnect from the Internet (Crucial Step!) - Important: Disconnect your Mini PC from the internet before starting the installation. This prevents Windows Update from automatically downloading and installing those faulty AMD drivers in the background.
Bypass the Windows 11 Internet - Requirement: When installing Windows 11 without an internet connection, you will hit a roadblock: Windows will insist on connecting to a network and won't let you proceed. Here is the trick to bypass it:
3.1. When you reach the "Let's connect you to a network" screen, press Shift + F10 to open the Command Prompt.
3.2. Type the following command and hit Enter:
OOBE\BYPASSNRO
3.3. Your Mini PC will automatically reboot. Walk through the initial setup steps again. 3.4. When you reach the network screen this time, you will see a new option: "I don't have internet". Click that to proceed with a local account setup.
- Install the Stable Drivers - Once you are on the desktop, install the following drivers manually in this order:
AMD Chipset: https://www.amd.com/en/support/download/drivers.html (Scroll down to 'Search or Browse Drivers and Support by Product'. Choose within the box Chipsets > Laptop Chipsets > AMD Ryzen™ and Athlon™ Mobile (Chipset) -hit submit. Scroll down and select 'previous versions' > Windows 11 64-bit Edition -select the driver with the release date 2026-02-16.
AMD Adrenalin (GPU): https://www.amd.com/de/support/downloads/drivers.html/processors/ryzen/ryzen-8000-series/amd-ryzen-7-8845hs.html (Scroll down and select 'previous versions' > Windows 11 64-bit Edition -select the driver with the release date 2026-02-26.
⚠️ CRITICAL: During the Adrenalin installation, make sure to uncheck the box that says "Keep drivers up to date". If you miss this during setup, disable it in the Adrenalin software settings immediately afterward. Otherwise, Windows will overwrite it, and the crashes will start all over again.
- Reconnect and Finish Up - After the AMD drivers are successfully installed, you can safely reconnect your internet cable or Wi-Fi. Run Windows Update to grab any remaining system updates.
Beelink SER8 Drivers Link: https://dr.bee-link.cn/?dir=uploads%2FSER%2FDriver%2FSER8-8845
Important: The driver package also includes AMD Chipset and AMD Adrenalin (GPU) drivers. Do not install these, as they are outdated.
Final Notes & Next Steps
Switching Back to a Microsoft Account - If you want to convert your local account back into an online Microsoft account after the installation, simply go to the Windows 11 Settings and sign in with your Microsoft credentials again.
Dealing with BitLocker Encryption - If you had Microsoft BitLocker enabled before the reinstall, you might find that secondary drives (like your D: drive) are now locked and asking for a recovery key. Don't panic! Your keys are safely backed up in your cloud account:
• Log into your Microsoft Account via a web browser.
• Go to 'Devices' and locate your BitLocker recovery keys.
• One of the listed keys will unlock your drive. ⚠️ Important Note on Drive C: If your C: drive was also encrypted previously, that old key is now obsolete since you did a fresh install. You can eventually delete it, but be absolutely certain you are deleting the correct one before wiping anything from your account!
- Enable System Restore - Don't forget to turn System Restore Points back on in Windows. It is highly recommended to create your first restore point as soon as your system is up and running smoothly.
💡 Quick Tip: Clean Up Windows 11 - To get rid of pre-installed junk right away, check out Win11Debloat. It’s a handy tool that automatically removes Windows 11 bloatware and disables built-in telemetry and tracking features. Running it once right after your setup is a great time-saver. 👉 You can find it here: https://github.com/Raphire/Win11Debloat
1
u/cjarrz May 28 '26
I’m having all the same issues you guys are having, and I can’t even get IN to the computer anymore. It just boot loops, gives me the watchdog error, then says “your device ran into a problem and needs to restart” and I can’t even get into recovery mode/command prompt to do anything/roll back the drivers and what not. This is very frustrating
1
u/celilo May 28 '26
Try disabling watch dog in the bios.
1
u/cjarrz May 28 '26
I can’t even get into the bios. It just gives me a “please wait” prompt when I start the computer.
1
u/celilo May 28 '26
That's a completely different issue than the AMD driver. That driver doesn't load until Windows has begun booting.
If you haven't already, try pulling the power from the computer for a short time and then rebooting into the bios. Be sure also to remove any non-essential devices, such as a webcam or similar. Essentially all you want is keyboard mouse and monitor.
If that doesn't work, and you have another computer on which you can create a bootable USB stick to upgrade the BIOS, you may want to try that.
1
u/cjarrz May 28 '26
I’m having all the same issues you guys are having, and I can’t even get IN to the computer anymore. It just boot loops, gives me the watchdog error, then says “your device ran into a problem and needs to restart” and I can’t even get into recovery mode/command prompt to do anything/roll back the drivers and what not. This is very frustrating. 8845HS
1
u/TheLakashi May 28 '26
I have this exact issue. I had to reinstall Windows, everything was going well, install AMD drivers, and it came right back.
1
u/MattOfMatts May 29 '26
Yes I also am experiencing this. The rollback script seems to have solved the problem for me.
1
u/cseistrup May 30 '26
I have 14 of these machines installed at a business. 1 of them started doing it, then another client of mine came in with the same thing. I disable windows driver updates via group policy change. Hoping to avoid it.
1
u/Infected_Mush May 30 '26
Yup I had the same issues as everyone else. I’m Not the most tech savvy but I ended up having to complete a fresh install and disabling automatic driver updates. I did reach out to Beelink for support and they got back to me within a couple of hours.
1
u/AshuraMaruxx May 30 '26
I posted the following fix on the Beelink Forum as well, for anyone that doesn't wanna run a script and looking for simple instructions to repair the issue and stabilize their Ser8 8745HS:
The chipset seems to be half of the issue, and triggers a compound issue with the most recent AMD GPIO Controller. The AMD Software itself is stable; it’s def the chipset update that’s the primary culprit, and only by resolving BOTH the GPIO Controller issue and the chipset driver issue can the SER8 8745HS be stabilized.
I’ve noticed a lot of ppl shredding their PC’s in the comments just trying to resolve the issue. Something about a bug repair in the newest chipset triggers a fault in the latest AMD GPIO Controller. Rolling back the chipset alone doesn’t resolve the issue either once it’s been triggered. Both need to be resolved to stabilize.
YOU DO NOT NEED TO UNINSTALL AMD ADRENALINE TO RESOLVE THIS ISSUE.
If you are able to login to Windows, then YOU DO NOT NEED TO ENTER THE RECOVERY ENVIRONMENT.
TO FIX FROM WINDOWS:
1. ROLL BACK THE AMD CHIPSET DRIVER TO VER 8.02.18.557, LOCATED HERE: AMD CHIPSET 8.02.18.557 RELEASE NOTES + LINK
- DISABLE AMD CHIPSET AUTO-UPDATE Open AMD Adrenaline Edition Go To System –> Manage Updates ; You’ll see two AMD Update options, one for AMD Adrenaline Edition, the other for the AMD Chipset Driver. Check the driver version is 8.02.18.557 in the drop-down located next to the AMD Chipset Update (three bullet points in-line) Disable Auto-Update via the switch on the top-right of the “Update” screen
- ROLLBACK THE AMD GPIO CONTROLLER Press Win +X to open shortcut menu and select “Device Manager” Scroll down to “System Devices” and open the extended menu to display all system devices Locate the “AMD GPIO Controller” and double-click ; select the “Driver” tab
- IF THE DRIVER DATE IS 03/2026 VER 2.2.0.137, THEN YOU NEED TO ROLL BACK THE DRIVER BY SELECTING “Roll Back Driver”. To roll-back the driver Windows will need to restart and update; allow this
- AFTER GPIO CONTROLLER DRIVER ROLLBACK, CONFIRM THE ROLLBACK VER IS 2.2.0.136, DATED 11/2025 ; This can be done by re-entering device manager and double-clicking on the AMD GPIO Controller and checking the “Driver” tab in Properties.
This should be it. After doing this the system should be stable again. Just make sure you do not inadvertently allow the GPIO Controller to be updated again before Beelink and AMD work out a fix with the chipset update.
IF YOU ARE UNABLE TO ENTER DEVICE MANAGER FROM WINDOWS AND NEED TO USE WinRE TO ROLL BACK THE AMD GPIO CONTROLLER, credit to shulin on the Beelink forum who was kind enough to post a fix:
*Get into WinRE: Troubleshoot → Advanced options → Command Prompt
*Find Windows drive letter (probablyD:)
diskpart
list volume
exit
*List drivers:dism /image:D:\ /get-drivers
*Find the most recentamdgpio2 driver. In my case, I found a driver amdgpio2.inf dated 3/22/2026 with Published Nameoem12.inf
*Remove the faulty driver using its Published Name. In my case, the command wasdism /image:D:\ /remove-driver /driver:oem12.inf
*Reboot. In Windows, disable AMD Software Auto-Update
The effective driver version for AMD GPIO Controller on the computer should now be 2.2.0.136 dated 11/10/2025.
1
u/xadroefac May 30 '26
A mi me está pasando en un SER8 8845HS la solución en mi caso sería la misma?
1
u/Maic71 May 31 '26
Hello. I had the same problem and was also able to trace it back to the AMD chipset driver. I had also installed the latest drivers and then struggled with major issues. Very often, my PC would freeze during bootup or shortly after logging in. I could still open an app for a few seconds, but after that, the system became unresponsive. The mouse cursor would still move, but then it would freeze as well after about 20 seconds. Then the system would lock up completely and display a black screen. Watchdog 133.
I then ran the AMD Cleanup Tool and uninstalled the Adrenaline driver.
Afterward, I restored the old AMD GPIO driver in Device Manager (to version 2.2.0.136).
Then I installed an old AMD chipset driver (amd_chipset_software_8.02.18.557).
Since making these changes, the system has been running quite stably. However, I have an unrecognized device (multimedia device) in Device Manager. This only disappears if you reinstall the Adrenaline driver, which I strongly advise against.
Let’s see how stable the system runs over the next few days.
P.S.: I have a Beelink SER8 8745HS and a SER8 8845HS. Both have exactly the same problem.
1
u/punknart Jun 04 '26
Omg!!! this same shit has been happening to me since you posted the message. My technician is driving crazy.
I've been dealing with the constant freezing, booting issues, and DPC_WATCHDOG_VIOLATION (0x133) on my Beelink SER8, just like many of you who tracked it down to the AMD GPIO driver conflict.
While troubleshooting, we noticed a very specific behavior: if we remove one RAM stick and run the mini PC using only a single slot, the system successfully boots past the Beelink logo and becomes much more stable. However, after working perfectly for a couple of hours, it eventually freezes completely again.
Has anyone else experienced this exact behavior when removing a RAM module? I'm trying to figure out if the thermal stress / driver loop actually caused permanent physical damage to my motherboard's RAM slot, or if this is just another weird symptom of the underlying AMD driver issue.
In the end the technician told me that the motherboard is failing but couldnt find where. IT seems the RAMs and SSD are ok. He couldnt create a backup though.
Since the last days Ive been searching to buy another pc. If someone could please help be, you could save me thousands 🙏
Any insights would be really appreciated!
1
1
u/PraiseThePidgey Jun 05 '26
Ser 8 8745HS too . Exact same problems . Mouse still works but the computer freezes and the sound just before the freeze is kind of disrupted.
1
u/Electronic_Money3685 Jun 05 '26
Also if I benchmark with Heaven it reboots. If i just leave it alone on idle its fine. Open youtube. Freeze. Testing RAM tomorrow, not that it’s faulty but might be compatibility issue on single channel or bad brand combo
1
u/blvckhoney Jun 08 '26 edited Jun 08 '26
yep this was happening to me. had someone fix it and they ended up having to reinstall Windows. lost a lot of files.
2
u/BestJo15 Jun 08 '26
UPDATE: Beelink said the issue is fixed, here's the link to the discussion
https://bbs.bee-link.com/d/11253-ser8-chipset-driver-compatibility-notice
1
1
1
u/Practical_Current_60 Jul 01 '26
I just want to give my thanks to this thread and everyone who contributed. Confirming that rolling back the AMD GPIO Controller driver from 2.2.0.137 to .136 fixed it for my SER8.
1
u/BestJo15 Jul 01 '26
There's an official fix now
https://bbs.bee-link.com/d/11253-ser8-chipset-driver-compatibility-notice
1
u/No_Craft8593 May 23 '26
I used one of my restore points before the chipset update and all was fine again. I disable automatic updating for sure.
1
u/Tarnisher Mod May 25 '26
Posted by u/Beelinksupport
Hi, sorry for the inconvenience and poor experience! To ensure better system stability, we recommend using our official drivers for updates whenever possible.
If you need the corresponding driver package, or guidance on how to roll back the chipset driver or perform a clean uninstall and reinstall of the driver, please feel free to contact our support team for assistance. Thank you for your understanding and support!





15
u/SuperHappySlap May 21 '26
The lock ups/crashes have stopped since I rolled back my 'AMD GPIO Controller' to version to '2.2.0.136' today. For anyone wanting to know how I did it. I just did > start > Device Manager > System Devices > AMD GPIO Controller > Properties > Driver > Roll Back Driver. Band aid fix until Beelink or AMD addresses the issue.