WeSearch

OpenBSD 7.9 feedback: iwx powersave issue

·5 min read · 0 reactions · 0 comments · 9 views
#openbsd#iwx#wifi#wireless
OpenBSD 7.9 feedback: iwx powersave issue
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)