summaryrefslogtreecommitdiff
path: root/content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-28 22:29:10 +0100
committermms <michal@sapka.me>2023-11-28 22:29:10 +0100
commit8b48b74d1a52e259ce45ad2d02ada5d0cf7934d4 (patch)
tree30acbef97d305e3f9775d6a7683a626e6c657e21 /content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md
parentdb5e4cd2a0f2399006b4a6c19a25a754f0ba5292 (diff)
feat: bsd as section
Diffstat (limited to 'content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md')
-rw-r--r--content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md b/content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md
new file mode 100644
index 0000000..f5c402b
--- /dev/null
+++ b/content/bsd/freebsd-on-modern-intel-wifi-cards-and-resume.md
@@ -0,0 +1,25 @@
+---
+title: FreeBSD on modern Intel WiFi cards and resume.
+category: bsd
+abstract: FreeBSD has a lot of problems with WiFi card
+date: 2023-03-15T09:19:52+01:00
+year: 2023
+draft: false
+tags:
+- FreeBSD
+- Thinkpad
+- WiFi
+- resume
+- Intel
+- AX200
+---
+{{<img-pull-right "freebsd-beastie.png" "FreeBSD Bestie">}}
+I'm enjoying FreeBSD on my Thinkpad X1 Extreme G2 (and I say the full name just for SEO), but I've encountered my first unsolvable problem. This laptop uses an AX200 WiFi card, which drivers are still far from stable. I don't care much for WiFi AC, even though I'd love to be able to use it.
+
+The problem is that after resuming (which I assumed I [have already fixed](/2023/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd/)), the connection dies, and it's impossible to reconnect. It is a [known bug](https://wiki.freebsd.org/WiFi/Iwlwifi), and developers are addressing it, but as it stands, all attempts to reestablish connection end in kernel panic.
+
+Also, this driver is the reason my laptop's fans are doing overwork.
+
+This situation is something I knew could happen when I first installed FreeBSD. It's far less popular than Linux and therefore has much worse driver support. It is, however, an important factor for any other new joiner to the BSD user group.
+
+Gambare, [Bjoern A. Zeeb!](https://wiki.freebsd.org/BjoernZeeb)