Debian 10 wifi driver broadcom

Broadcom BCM4311, BCM4312, BCM4313, BCM4321, BCM4322, BCM43224, BCM43225, BCM43227, BCM43228, BCM43142, BCM4331, BCM4352, BCM4360 устройства (wl)

Эта страница описывает включение поддержки WiFi устройств основаных на Broadcom wireless LAN chips, используя драйвер производителя для Debian систем.

Проприетарный драйвер Broadcom wireless LAN (wl, aka broadcom-sta) обеспечивает поддержку PCI/PCIe устройств основаных на Broadcom. Он включает в себя двоичный компонент нацеленный на архитектуры x86 или x86_64. Поддерживаемые устройства перечислены в конце этой страницы.

<i data-lazy-src=

# apt-get update # apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma

Известные проблемы

  • Драйвер Sonics Silicon Backplane (ssb) конфликтует с драйвером wl (545388).
    • b44, b43, b43legacy и ssb по умолчанию в черном списке broadcom-sta 5.10.91.9.3-3 (brcm80211 и brcmsmac since 5.100.82.38-1, 5.100.82.38-2 соответсвенно).
    • Это предотвращает использование устройства Ethernet, поддерживаемых и44.
    • iwconfig(8) (например iwconfig wlan0 power off)
    • laptop-mode-tools: измените WIRELESS_BATT_POWER_SAVING=0 на /etc/laptop-mode/conf.d/wireless-power.conf

    Смотрите сообщения об ошибках в этом пакете на Debian Bug Tracking System.

    Поддерживаемые устройства

    Версия 6.30.223.248

    • Broadcom BCM4311 (PCI IDs 14e4:4311, 14e4:4312)
    • Broadcom BCM4312 (PCI ID 14e4:4315)
    • Broadcom BCM4313 (PCI ID 14e4:4727)
    • Broadcom BCM4321 (PCI IDs 14e4:4328, 14e4:4329, 14e4:432a)
    • Broadcom BCM4322 (PCI IDs 14e4:432b, 14e4:432c, 14e4:432d)
    • Broadcom BCM43224 (PCI IDs 14e4:0576, 14e4:4353)
    • Broadcom BCM43225 (PCI ID 14e4:4357)
    • Broadcom BCM43227 (PCI ID 14e4:4358)
    • Broadcom BCM43228 (PCI ID 14e4:4359)
    • Broadcom BCM43142 (PCI ID 14e4:4365)
    • Broadcom BCM4331 (PCI ID 14e4:4331)
    • Broadcom BCM4352 (PCI ID 14e4:43b1)
    • Broadcom BCM4360 (PCI IDs 14e4:43a0, 14e4:4360)

    Смотрите также

    • bcm43xx — Беспроводные устройства Broadcom 43xx
    • brcm80211 — Устройства Broadcom BCM4313, BCM43224, BCM43225
    • Как использовать интерфейс WiFi
    • NDISwrapper

    Внешние ссылки

    Источник

    How to Install WiFi driver for Broadcom BCM43142 WiFi device in GNU/Linux Distros

    Getting proprietary WiFi drivers to work in GNU/Linux distros can be a pain sometimes. This time we’re going to deal with such a proprietary driver for the Broadcom BCM43142 WiFi device. Let’s take a look at how to install WiFi driver for Broadcom BCM43142 WiFi device in popular GNU/Linux distros such as Debian, Ubuntu, Fedora and Arch Linux. First of all let’s make sure we’re having the Broadcom BCM43142 WiFi device. For that let’s make use of the lspci command as follows:

    If you are having the Broadcom BCM43142 WiFi device then you will get an output somewhat like follows:

    0d:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)

    If you get the above output then we are good to continue.

    How to Install WiFi driver for Broadcom BCM43142 WiFi device in GNU/Linux Distros

    How to install WiFi driver for Broadcom BCM43142 in Debian and Debian-based distros like Ubuntu

    sudo apt-get update sudo apt-get install broadcom-sta-dkms

    The advantage of using a dkms driver is that you don’t need to manually update the driver everytime you upgrade your kernel!

    Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.
    – Wikipedia

    How to install WiFi driver for Broadcom BCM43142 WiFi device in Fedora

    sudo dnf update sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm sudo dnf update && sudo dnf install kmod-wl

    How to install WiFi driver for Broadcom BCM43142 WiFi device in Arch Linux

    sudo pacman -S broadcom-wl-dkms

    You might also like

    Build Presentations with Reveal.js and markdown

    Create A Simple Presentation using Reveal js and Markdown

    Top 5 Modern Linux Distributions of 2018

    Top 5 Modern Linux Distributions of 2018

    Download Ubuntu 18.04 LTS Beta; ditches 32 bit installer for Ubuntu Desktop.

    Ten Awesome Minimalist Linux Wallpapers

    BIOS getting corrupted on Ubuntu 17.10 Installation due to a Kernel bug

    Latest Ubuntu breaks BIOS settings in Lenovo, Toshiba and Acer laptops

    Things to Ensure Before Installing GNU/Linux Along With Windows

    22 thoughts on “ How to Install WiFi driver for Broadcom BCM43142 WiFi device in GNU/Linux Distros ”

    Hai, I am using HP 250 G4 laptop in which I installed Ubuntu. But, my wifi adapter is missing.
    Tried for two days resolving the issue myself searching the internet but failed.
    The commands given by you worked finally. Now I able to use wifi.
    Thank you very much.

    Ok. I don’t want to be rude nor insulting…..but has no one considered, that if you’re able to UPDATE and INSTALL anything then you’re ALREADY CONNECTED? and thus activating the wifi is not much of an issue? What about when you CANNOT CONNECT to your wifi?…how are you supposed to “apt-get” ANYTHING!? I do wish that sometimes the folks who write articles would be more considerate of the newbie who is not familiar with Linux! Is there an article where someone can find out how to install this if they DON’T have wifi!?

    This procedure fixed my problem so I consider it a godsend. I guess they did forget to say plug in an ethernet cable and do the apt-get, but very few people wouldn’t know to do that.

    I’ve just tried this with the trial version of Ubunto 19.10 (running a live session from a USB stick drive) and it didn’t work. I followed the instruction to type: lspci -nn | grep -i network and it came back with this result: 02:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01) However after typing: sudo apt-get update
    followed by: sudo apt-get install broadcom-sta-dkms
    .
    .. I got the following results: Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    E: Unable to locate package broadcom-sta-dkms Please can you advise if there is any remedy for this?

    Unfortunately it didn’t solve my problem. I’m trying to use WiFi on a macbook white 2008 with Linux Mint 20 Xfce. But it’s irritating. have tried many ways of solution and nothing happens.

    Just in case, i’m using a MacBook White 2008, Linux Mint 20 Xfce. Broadcom BCM43142 WiFi device and newest version (6.30.223.271-12) installed. i guess maybe the kernel version could be the problem. What do you think?

    Most laptops and desktops have wired ethernet connector.
    Else use different computer to download the *.deb file.

    # To know which package to download from kali repository
    uname -rv (# Gives kernel version and linux version) # For (eg. 5.7.0-kali1-amd64 Debian 5.7.6-1kali2) download these
    linux-kbuild-5.7_5.7.6-1kali2_amd64.deb
    linux-headers-5.7.0-kali1-common_5.7.6-1kali2_all.deb
    linux-headers-5.7.0-kali1-amd64_5.7.6-1kali2_amd64.deb # You can download the packages manually by navigating on any browser to
    http://http.kali.org/kali/pool/main/l/linux # Install downloaded packages in correct order
    sudo dpkg -i linux-kbuild-5.7_5.7.6-1kali2_amd64.deb
    sudo dpkg -i linux-headers-5.7.0-kali1-common_5.7.6-1kali2_all.deb
    sudo dpkg -i linux-headers-5.7.0-kali1-amd64_5.7.6-1kali2_amd64.deb # Download and install dkms package (Google it)
    sudo dpkg -i dkms_2.6.1-4_all.deb # Download and install broaddcom-sta-dkms package
    sudo dpkg -i broadcom-sta-dkms_6.30.223.271-14_all.deb # Run the driver
    sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma sudo modprobe wl # Done…..

    It has been useful to me. I did the first connection through usb with the iphone hotspot. Worked from the box in Debian 10.

    I’m with you. I’m trying to install Manjaro on an old Toshiba Satellite that doesn’t have an ethernet port. How do I get the drivers on?

    bro, you guys are the best and the only website that knows how to explain in a easy way how to configure this wifi shit! i love you for ever, going to make a video on youtube explaining how to configure this BCM43142 on fedora that is a pain in the ass, i have been here for 4 hours and wishing i found you earlier. thanks a lot

    The assumption is that you have a wired connection to the network (a physical ethernet cable connecting the computer to the router).

    Hi thank you for this very useful howto. I would mention that (for Ubuntu based distros at least) one has to install also the correct kernel headers. Under Ubuntu (I have elementary OS which is Ubuntu based) one can find the kernel version with uname -r and then install the headers with sudo apt install linux-headers-5.15.0-58-generic (replace 5.15.0-58-generic with your uname -r output).

    Share your Opinion Cancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Recent Posts

    Источник

    Broadcom BCM4313, BCM43224, BCM43225 devices (brcmsmac, brcm80211)

    This page describes how to enable support for WiFi devices based on Broadcom BCM4313, BCM43224, BCM43225 chips on Debian systems.

    brcmsmac (brcm80211 prior to Linux 2.6.39) is a free and open source mac80211 driver, introduced in Linux 2.6.37. 1

    It supports wireless LAN devices based on specific Broadcom 802.11n PCIe wireless LAN chips. Supported devices are listed at the end of this page.

    Non-free firmware is required, which can be provided by installing the firmware-brcm80211 package.

    <i data-lazy-src=

    # apt-get update && apt-get install firmware-brcm80211
    # modprobe -r brcmsmac ; modprobe brcmsmac

    Switch between wl/OSS drivers

    Known Issues

Оцените статью
Adblock
detector