From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- .../2023/updating-my-thinkpad-t430-wifi-card.html | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 articles/2023/updating-my-thinkpad-t430-wifi-card.html (limited to 'articles/2023/updating-my-thinkpad-t430-wifi-card.html') diff --git a/articles/2023/updating-my-thinkpad-t430-wifi-card.html b/articles/2023/updating-my-thinkpad-t430-wifi-card.html new file mode 100755 index 0000000..8864181 --- /dev/null +++ b/articles/2023/updating-my-thinkpad-t430-wifi-card.html @@ -0,0 +1,67 @@ + + + + + + + Bloggings + + +
+

Bloggings

+ Back + +
+ + +
+
+

Updating my Thinkpad T430 wifi card

+

06-09-2023

+ +

+The wifi card that was installed in my laptop was an Intel® Centrino® Advanced-N 6205 +

+The N 6205 is a dual band card but unlike the AC 7620, It doesn't have an integrated bluetooth card, nor 802.11ac +

+I previously flashed the bios with 1vyrain see article, which wipes the whitelist that would otherwise prevent me from installing hardware not on the list. So I can now install the AC 7620. +

+The T430 doesn't activate this card unless the 51st pin is removed. I removed the pin with my Dremel (some use tape). +

+This pin is the last pin on the right when the card is face up. I put the laptop back together and checked. +

+The wifi came on automatically. +

+I then installed Bluez: +

+sudo pacman -S bluez sudo pacman -S bluez-utils sudo pacman -S blueman +sudo micro /etc/bluetooth/main.conf set AutoEnable=true +sudo systemctl enable bluetooth.service +sudo systemctl start bluetooth.service + +

+I made sure pulseaudio was installed: +

+ +sudo pacman -S pulseaudio +sudo pacman -S pulseaudio-bluetooth +sudo pacman -S pavucontrol +sudo systemctl enable pulseaudio +sudo systemctl start pulseaudio + +

+Then I connected my bluetooth headset and ... it just worked +

+Sources: +

+https://medium.com/@n4ru/the-definitive-t430-modding-guide-3dff3f6a8e2e +
+https://www.jeremymorgan.com/tutorials/linux/how-to-bluetooth-arch-linux/ +
+https://www.sevarg.net/2022/12/03/thinkpad-t430s-wireless-combo-card-upgrade/ +
+

+
+ + -- cgit v1.3.1