Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

how can you install wifi Broadcom Limited BCM4313 802.11bgn?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
andredahl
Posts: 65
Joined: 2020-10-26 17:55

how can you install wifi Broadcom Limited BCM4313 802.11bgn?

#1 Post by andredahl »

Just managed to get the debian mate up and running, however I do not have any wifi.

Are there anyone who can help me with installing the Broadcom Limited BCM4313 802.11bgn driver or another driver that will get the wifi up and running ?

Appreciate all help

Here is the solution for obtaining wifi in Debian:

For wifi you need firmware-brcm80211_20161130-5_deb8u1_all.deb or other firmware if you have another wifi card.

Place the firmware in downloads, but to make it easy have only the firmware file there.

Terminal:
sudo su
cd Downloads
sudo dpkg -i *.deb

sudo apt update
sudo apt full-upgrade

Reboot

But this is not enought you have to install another firmware as well

firmware-iwlwifi_20200918-1_all.deb

Follow the procedure above and first then the wifi will work.


Good luck from a newbie other newbies having the same problem.
Last edited by andredahl on 2020-12-28 19:10, edited 1 time in total.


andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#3 Post by andredahl »

Thanks, I have tried it and this https://wiki.debian.org/wl but the deb expression is not accepted ???

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#4 Post by RU55EL »

andredahl wrote:Thanks, I have tried it and this https://wiki.debian.org/wl but the deb expression is not accepted ???
Please explain. What exactly did you try? What deb expression are you talking about, and who or what didn't accept it?

What is in your /etc/apt/sources.list file?

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#5 Post by andredahl »

It is this one that is not accepted

# Debian 10 "Buster"
deb http://deb.debian.org/debian buster-backports main contrib non-free

It is in the terminal that gives unknown on the deb ???

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#6 Post by arochester »

Did you try to change this by first becoming Root?

Have you got sudo? If so use this command

Code: Select all

sudo apt edit-sources

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#7 Post by andredahl »

I do admit that I have not enough knowledge. This is what I see and have done after sudo apt edit-sources:

# Debian 10 "Buster"
deb http://deb.debian.org/debian buster-backports main contrib non-free
# apt-get update
# deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 DVD Binary-1 20200926-10:17]/ buster contrib main

deb cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 DVD Binary-1 20200926-10:17]/ buster contrib main

deb http://security.debian.org/debian-security/ buster/updates main contrib
deb-src http://security.debian.org/debian-security/ buster/updates main contrib

# apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

Nothing is happening, I do assume that this is not the right place to perform commands ??????

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: how to install wifi Broadcom Limited BCM4313 802.11bgn

#8 Post by sgosnell »

Commands are done in a terminal, not a file editor. The good news is that the pound sign, #, makes a line in scripts and files such as fstab a comment, so lines with # as the first character are ignored. You should also add # to the start of the line containing cdrom, because you probably don't have the DVD connected, and it's not necessary anyway, but it will interfere with updates. Remove everything in the file except

Code: Select all

deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-backports main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib
deb-src http://security.debian.org/debian-security/ buster/updates main contrib
then open a terminal and then run the commands. Note the added first line, to get the main Buster repository. If you don't know how to open a terminal and run commands, you have a lot of reading to do. The terminal is one of the application menu choices. But you really need to do some reading to learn the most basic elements of computer use. But this can all be done in a GUI, Synaptic package manager. I suggest you open Synaptic and use that. You don't have to use a terminal and type in commands, it's just that it is more convenient if you know what you're doing. You don't, so use the GUIs that have been thoughtfully provided by the developers.
Take my advice, I'm not using it.

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#9 Post by andredahl »

I am a little bit experienced with the terminal, however after the command sudo apt edit-sources I am ending up in the editor. When going back to the terminal this command is not accepted " deb http://deb.debian.org/debian buster-backports main contrib non-free " The terminal do not recognice the "deb".

So I am back to square 1. What do I do wrong ?

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#10 Post by arzgi »

After editing sources, save it, exit editor.

Then

Code: Select all

sudo apt update

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#11 Post by sgosnell »

You enter the " deb http://deb.debian.org/debian buster-backports main contrib non-free " into the file, save and close it, then back in the terminal run the update and upgrade.

Code: Select all

sudo apt update
sudo apt upgrade
You already have the backports line in /etc/fstab, if your previous post is correct. But again, use Synaptic. It's in the applications menu, under System.
Take my advice, I'm not using it.

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#12 Post by andredahl »

Thanks everyone
I did a new mate installation and this time I managed to get the system to accept wifi Broadcom Limited BCM4313 802.11 file which I had on another USB stick.

This is closed for me but I have other challenges to dig into as well :-)

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#13 Post by arzgi »

sgosnell wrote:You enter the " deb http://deb.debian.org/debian buster-backports main contrib non-free " into the file, save and close it, then back in the terminal run the update and upgrade.

Code: Select all

sudo apt update
sudo apt upgrade
Maybe not upgrade just after enabling backports...

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#14 Post by sgosnell »

Enabling backports won't install anything from there automatically. You have to specifically install packages from there. The upgrade won't solve the problem by itself, but it's a good idea to make sure everything is up to date before installing from backports.
Take my advice, I'm not using it.

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#15 Post by andredahl »

All this is done

deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-backports main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib
deb-src http://security.debian.org/debian-security/ buster/updates main contrib

and update/upgrade as well.

I do have the firmware in an usb port and in downloads as well however I can not figure out how to get the file installed ?

andredahl
Posts: 65
Joined: 2020-10-26 17:55

Re: how can you install wifi Broadcom Limited BCM4313 802.11

#16 Post by andredahl »

Solution ?

Place firmware in Downloads

cd Downloads

sudo su
pw

dpkg -i *.deb

Reboot

Post Reply