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 ``` ---