Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kr4fty/config_bcm4360_on_linux
Solve instability problems in the wifi connection with a BCM4360 board in Linux
https://github.com/kr4fty/config_bcm4360_on_linux
arch archlinux bcm4360 broadcom broadcom-wl debian linux manjaro ubuntu
Last synced: 6 days ago
JSON representation
Solve instability problems in the wifi connection with a BCM4360 board in Linux
- Host: GitHub
- URL: https://github.com/kr4fty/config_bcm4360_on_linux
- Owner: kr4fty
- Created: 2023-07-02T16:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-02T18:31:17.000Z (over 1 year ago)
- Last Synced: 2024-11-07T15:12:26.392Z (about 2 months ago)
- Topics: arch, archlinux, bcm4360, broadcom, broadcom-wl, debian, linux, manjaro, ubuntu
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Broadcom BCM4360 on Linux
Linux: Manjaro
Kernel: 6.3.5
Card: Broadcom BCM4360 (14e4:43a0)
Driver: WL
The only driver(1) that works for these boards is the **WL** driver (aka broadcom-wl, broadcom-sta), but it has the problem, at least in my case, of presenting a very unstable connection. To solve this, the possibility of working with a 40Mhz bandwidth in the 2.4Ghz band is disabled (2).## Driver installation:
# pacman -S linux63-broadcom-wl (recommended for the kernel version I have installed)
or
# pacman -S broadcom-wl-dkms (doesn't work as well with the other previous case)Check if the configuration file is created that blacklists the modules in conflict with this driver. Otherwise, create a file in /etc/modprobe.d/broadcom-wl.conf with the following content:
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma
## Disable 40mhz bandwidth on the 2.4ghz band
Create the module configuration file in /etc/modprobe.d/cfg80211.conf , with the content:
options cfg80211 cfg80211_disable_40mhz_24ghz=Y
Save file and reboot the computerThis works for me and I hope it works for you too!!!
## References
(1)https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx
(2)https://forum.snapcraft.io/t/provide-wpa-supplicant-conf-to-networkmanager-to-disable-5ghz/29598
https://lists.fedoraproject.org/pipermail/users/2014-June/450630.html
https://wiki.debian.org/wl