Last active
March 19, 2025 21:34
-
-
Save torresashjian/e97d954c7f1554b6a017f07d69a66374 to your computer and use it in GitHub Desktop.
How to install Broadcom bcm43602 Drivers on Ubuntu Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get purge bcmwl-kernel-source | |
sudo apt update | |
sudo update-pciids | |
sudo apt install firmware-b43-installer | |
sudo reboot #note that this will restart your computer | |
sudo iwconfig wlp3s0 txpower 10dBm | |
#sudo iwconfig wlp2s0 txpower 10dBm |
networkdude2k
commented
Mar 6, 2025
via email
(Sorry I haven't checked this email in a while)
I agree, it is difficult if you don't have another means of connecting. I
personally had to use my phone's ultra-slow hotspot (not very hot lol) over
bluetooth in order to get anything from any repository. Just running "sudo
apt update" took nearly an hour haha. But eventually I was able to
download the driver and got it working.
I realize not everyone has hotspot service on their phone. Fortunately, my
current carrier does support it (at a very slow speed) for no additional
charge. I hope you are able to find a way to get the download and get your
wifi working!
…On Wed, Feb 19, 2025 at 7:41 PM DannoXYZ ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
How can this step possibly work?
*- sudo apt install firmware-b43-installer*
The installer goes and tries to download this file:
https://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2
Which is impossible if you don't already have wifi connection to begin
with...
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/torresashjian/e97d954c7f1554b6a017f07d69a66374#gistcomment-5446361>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJOLHTQWQGC6W4R4MZEI5L2QUXDTBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTAOJUG43DMNZUU52HE2LHM5SXFJTDOJSWC5DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment