From 8729da7efb7bdff0d4decc4777dd1666237d30b5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 19 Nov 2025 13:03:07 -0700 Subject: [PATCH] Simplify example hierarchy at the end. --- content/posts/tech/apple-debian-wireless-issues.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/posts/tech/apple-debian-wireless-issues.md b/content/posts/tech/apple-debian-wireless-issues.md index 9dac2c3..f8fb717 100644 --- a/content/posts/tech/apple-debian-wireless-issues.md +++ b/content/posts/tech/apple-debian-wireless-issues.md @@ -70,8 +70,6 @@ Some sources say that Debian has no generic/meta package for the kernel and its If you're still having problems then it may be something else. -### Commands to try - Some good troubleshooting commands are below, as well as examples of when I was running them trying to troubleshoot my system. ``` @@ -83,7 +81,7 @@ modprobe apt list ``` -#### Broken Kernel Example +### Missing Kernel Headers Example ``` [user@hostname ~]$ uname -a @@ -300,7 +298,7 @@ broadcom-sta-source/stable 6.30.223.271-26 amd64 --- ``` -#### Working Kernel Example +### Working Example ``` ---