summaryrefslogtreecommitdiff
path: root/content/bsd/thinkpad
diff options
context:
space:
mode:
Diffstat (limited to 'content/bsd/thinkpad')
-rw-r--r--content/bsd/thinkpad/_index.md2
-rw-r--r--content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md4
-rw-r--r--content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md8
-rw-r--r--content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md4
-rw-r--r--content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md12
-rw-r--r--content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md4
6 files changed, 23 insertions, 11 deletions
diff --git a/content/bsd/thinkpad/_index.md b/content/bsd/thinkpad/_index.md
index f96f182..3e1bd50 100644
--- a/content/bsd/thinkpad/_index.md
+++ b/content/bsd/thinkpad/_index.md
@@ -6,6 +6,8 @@ categories = ["bsd"]
draft = false
weight = 3001
primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "My my laptop on FreeBSD"
[menu]
[menu.bsd]
diff --git a/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md b/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md
index 4f1af8a..f85dad3 100644
--- a/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md
+++ b/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md
@@ -5,7 +5,9 @@ date = 2023-03-16T23:02:00+01:00
categories = ["bsd"]
draft = false
weight = 3005
-primary_menu = "bsd-thinkpad"
+primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "you need to load the driver"
[menu]
[menu.bsd-thinkpad]
diff --git a/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md b/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md
index df2625b..6a05af0 100644
--- a/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md
+++ b/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md
@@ -5,7 +5,9 @@ date = 2023-08-03T21:40:00+02:00
categories = ["bsd"]
draft = false
weight = 3003
-primary_menu = "bsd-thinkpad"
+primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "replacing a wificard fixes everything"
[menu]
[menu.bsd-thinkpad]
@@ -39,9 +41,9 @@ After a few nags met with silence, I just gave up and ordered a used [Intel AC 9
Have I mentioned that ThinkPads are still good devices? Replacing the WiFi adapter was sparkly[^fn:4] but easy.
Just pop the two antenna connectors, unscrew a single screw, remove the card, and do the same in reverse for the new one. Try to do that with a MacBook![^fn:5]
-{{< img-c "intel-ac9260.jpg" >}}
+{{< image class="centered" alt="Opened laptop with a screwdrive on top" file="intel-ac9260.jpg" >}}
Sitting and working nicely
-{{< /img-c >}}
+{{< /image >}}
Then, with a single reinstall[^reinstall] of the system, everything started working.
I'm still limited to WiFi 2, but it works over 5GHz.
diff --git a/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md b/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
index e61fca6..5b7a19a 100644
--- a/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
+++ b/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md
@@ -5,7 +5,9 @@ date = 2023-03-16T23:02:00+01:00
categories = ["bsd"]
draft = false
weight = 3006
-primary_menu = "bsd-thinkpad"
+primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "A tutorial on making Nvidia work"
[menu]
[menu.bsd-thinkpad]
diff --git a/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md b/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md
index 3dda5af..895f75e 100644
--- a/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md
+++ b/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md
@@ -5,7 +5,9 @@ date = 2023-02-25T22:30:00+01:00
categories = ["bsd"]
draft = false
weight = 3002
-primary_menu = "bsd-thinkpad"
+primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "it works, but there are drawbacks"
[menu]
[menu.bsd-thinkpad]
@@ -28,9 +30,9 @@ It's more involved than something like Fedora, and some concepts were foreign to
Within 15 mins of booting from the USB Drive,
I had a working hardened system running on an encrypted ZFS drive with wireless networking and essential services configured.
-{{< img-c "freebsd-setup-fs.png" "https://docs.freebsd.org/en/books/handbook/bsdinstall/" >}}
+{{< image source="https://docs.freebsd.org/en/books/handbook/bsdinstall/" class="centered" alt="White, all caps &quot;Run BSD&quot; over black background" file="freebsd-setup-fs.png" >}}
Partitioning
-{{< /img-c >}}
+{{< /image >}}
Many things worked out of the box, but not all of them.
@@ -55,9 +57,9 @@ FreeBSD is supposed to be more user-friendly, but it seems not to be the case he
Work on [fully supporting](https://wiki.freebsd.org/WiFi/Iwlwifi) the card is already planned, but I have no idea when I can expect results.
From what I've learned, the team can't reuse code from Linux due to licensing incompatibilities between [GPL](https://www.gnu.org/licenses/gpl-3.0.html) and [BSD license](https://docs.freebsd.org/en/articles/license-guide/) [update: there are more problems].
-{{< img-r "freebsd-beastie.png" >}}
+{{< image transparency="yes" src="https://docs.freebsd.org/en/books/handbook/bsdinstall/" forced_width="150" class="pull-right" alt="White, all caps &quot;Run BSD&quot; over black background" file="freebsd-beastie.png" >}}
FreeBSD Beastie
-{{< /img-r >}}
+{{< /image >}}
This is one of the few instances when I am rethinking my life choices, and I would love to be able to help with C code.
Also, Bluetooth on this card is not supported, and there is no work done to address it - but luckily, I am already de-wirelessing my life.
diff --git a/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md b/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md
index 837be33..f317980 100644
--- a/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md
+++ b/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md
@@ -5,7 +5,9 @@ date = 2023-03-16T23:02:00+01:00
categories = ["bsd"]
draft = false
weight = 3004
-primary_menu = "bsd-thinkpad"
+primary_menu = "bsd"
+image_dir = "bsd"
+image_max_width = 600
abstract = "How to change the audio sevices?"
[menu]
[menu.bsd-thinkpad]