Ich habe einen Schwung alter iMacs bekommen. Core2Duos, dürften so von 2007 sein oder so.
Jedenfalls ist es zu allererst mal ein Krampf, das Gerät zu nem Booten von USB zu bringen. ...hab letztendlich ne DVD gebrannt und Mint davon dann langsam aber fehlerfrei installiert:
Alles toll. Mit xfce läuft das auch absolut bedienbar und nahezu flüssig. Aaaaber: WLAN will direkt aus der Kiste raus nicht funktionieren.
Vermutlich reicht es, die Blacklist zu bearbeiten und die broadcom-irgendwas.conf zu löschen, was ich zuletzt gemacht hab.
Sicherheitshalber hier meine History der Befehle, mit denen es dann geklappt hat:
1 ip a
2 lspci
3 lspci | grep wireless
4 lspci | grep wifi
5 ip a
6 reboot
7 ip a
8 lspci
9 sudo iwlist scan
10 sudo apt install firmware-b43-installer
11 sudo apt-get remove bcmwl-kernel-source broadcom-sta-common broadcom-sta-dkms
12 sudo apt-get install bcmwl-kernel-source
13 sudo iw reg set DE
14 lspci -vnn | grep 14e4
15 apt-get install firmware-b43-installer
16 sudo apt-get install firmware-b43-installer
17 modprobe -r b43
18 echo options b43 pio=1 qos=0 >> /etc/modprobe.d/local.conf
19 sudo echo options b43 pio=1 qos=0 >> /etc/modprobe.d/local.conf
20 modprobe -r b43 b43legacy
21 echo -e blacklist b43\\nblacklist b43legacy >> /etc/modprobe.d/local.conf
22 sudo echo -e blacklist b43\\nblacklist b43legacy >> /etc/modprobe.d/local.conf
23 modprobe b43
24 sudo modprobe b43
25 sudo nano /etc/modprobe.d/blacklist.conf
26 reboot
27 sudo modprobe b43
28 sudo nano /etc/modprobe.d/blacklist.conf
29 sudo mv /etc/modprobe.d/broadcom-sta-dkms.conf ./
30 reboot
31 history
32 history > ./imacwlanhistory.txt
Beim nächsten Modell teste ich Mal nur die beiden Blacklist-Änderungen unter /etc/modprobe.d/ ... vielleicht reichen die schon aus