OpenBSD 7.9 feedback: iwx powersave issue
The article discusses an issue encountered with the iwx driver after upgrading to OpenBSD 7.9 on a Lenovo Thinkpad AMD T14 Gen1. The problem appears to be related to the power-saving feature enabled by default, which caused the Wi-Fi driver to fail. A temporary fix was found by disabling the power-saving option, but the issue resurfaced the following day.
- ▪The author upgraded to OpenBSD 7.9 and faced issues with the iwx driver for Intel Wi-Fi 6 AX200.
- ▪The power-saving feature enabled by default was identified as the cause of the Wi-Fi failure.
- ▪Disabling the power-saving option provided a temporary solution, but the problem returned the next day.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1302415) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mathieu K Posted on May 30 OpenBSD 7.9 feedback: iwx powersave issue #openbsd #iwx #wifi #wireless unix (2 Part Series) 1 Upgrading OpenBSD 7.8 to OpenBSD 7.9 2 OpenBSD 7.9 feedback: iwx powersave issue A quick update regarding the last release of OpenBSD 7.9, I upgraded one of my old laptop (Lenovo Thinkpad AMD T14 gen1) and got a problem with the iwx driver (the one in charge of the wifi). During the startup I got those messages (visible in dmesg as well): $ dmesg | grep iwx0 ...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).