diff options
| -rw-r--r-- | en/2026/getting-wlan-to-work-on-the-archlinux-install-medium-on-a-macbook-pro-10x.gmi | 23 | ||||
| -rw-r--r-- | en/index.gmi | 5 |
2 files changed, 28 insertions, 0 deletions
diff --git a/en/2026/getting-wlan-to-work-on-the-archlinux-install-medium-on-a-macbook-pro-10x.gmi b/en/2026/getting-wlan-to-work-on-the-archlinux-install-medium-on-a-macbook-pro-10x.gmi new file mode 100644 index 0000000..48f3199 --- /dev/null +++ b/en/2026/getting-wlan-to-work-on-the-archlinux-install-medium-on-a-macbook-pro-10x.gmi @@ -0,0 +1,23 @@ +# Getting WLAN to work on the archlinux install medium on a MacBook Pro 10x + +It's 2026 and you want to install archlinux on your 10 years old MacBook Pro. + +---- + +This is what worked for me: + +## Reading material + +=> https://bbs.archlinux.org/viewtopic.php?id=274369 +=> https://wiki.archlinux.org/title/Broadcom_wireless#Driver_selection + +## Commands to run on your MacBook with the install iso running: + +* if you have a german keyboard layout do `loadkeys de-latin1` ("-" = "ß") +* run `rm /etc/modprobe.d/broadcom-wl.conf` +* run `lspci -vnn -d 14e4:` +* run `rmmod ...` replace "..." with the kernel modules listed for your Network Controller. In my case it was "bcma, wl". The kernel module "bcma" depends on "b43", so I had to `rmmod b43` as well. +* run `modprobe wl` +* run `iwctl station list`. be happy that it now lists "wlan0" as available station +* potentially wait a bit to get an IP address assigned. Took a couple minutes for me (around 2min) + diff --git a/en/index.gmi b/en/index.gmi index 839ae3a..d0b8759 100644 --- a/en/index.gmi +++ b/en/index.gmi @@ -16,3 +16,8 @@ ## Data => /en/2024/downloading-playlists-with-ytdl-from-freetube.gmi + + +## Linux + +=> /en/2026/getting-wlan-to-work-on-the-archlinux-install-medium-on-a-macbook-pro-10x.gmi |
