LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-14-2020, 02:20 PM   #1
Wolf.Linux
Member
 
Registered: May 2020
Location: USA
Distribution: Debian
Posts: 41

Rep: Reputation: Disabled
How to figure out wireless drivers?


So I'm back way sooner than expected,

My laptop: Dell E6430
Distro: Debian 10 buster
(In advance, I do have access to an ethernet cord next to me for grabbing whatever I need)

So I went to reformat my main HDD and was greeted with:

Quote:
Some of your hardware needs nonfree firmware to operate. The firmware can be loaded from removable media such as USB/Floppy.

The missing firmware files are:

b43/ucode30_mimo.fw
b43/ucode30_mimo.fw
b43-open/ucode30_mimo.fw
b43-open/ucode30_mimo.fw
Now my question is, how do I figure out what drivers like this I need and where to get them for myself so I can stop bothering you guys? lol

searching and copy, paste N' Pray typically works out for things like this for me but I want to learn.

a quick Google of the error leads me here: https://wiki.debian.org/bcm43xx#b43-b43legacy

How do I know if this is correct, and if I need the legacy or regular?

and googling my pc specs say:
Quote:
Connectivity: 10/100/1000 Gigabit Ethernet Wireless LAN and WiMAX Options: Intel® Centrino® Advanced-N 6205, Intel® Centrino® Advanced-N + WiMAX 62503, Intel® Centrino® Ultimate-N 6300, Dell Wireless™ 1504 (802.11g/n 1x1), Dell Wireless 1540 (802.11n 2x2) Mobile Broadband11 & GPS Options: Dell Wireless 5630 Multi-mode HSPA-EVDO Mini Card (Gobi™ 3000) with A-GPS3, Dell Wireless 5560 Single- mode HSPA Mini Card with A-GPS3, Dell Wireless 5802 LTE Mobile Broadband (Verizon-US only), Dell Wireless 5804 LTE Mobile Broadband (AT&T-US only) Bluetooth Option: Dell Wireless 380 Bluetooth® 4.0

are there certain commands I should type to see exactly what I have? and where do I go from there? if that makes any sort of sense.

Thanks in advance

-SomeNewbWolf
 
Old 06-14-2020, 02:50 PM   #2
sp331yi
Member
 
Registered: Mar 2020
Location: NM
Distribution: antiX 19.2 | Slacko pup | Miyo
Posts: 104

Rep: Reputation: Disabled
Gentoo org has a page on this wireless card/modem and what it takes to make it work. Hope it helps!
 
Old 06-14-2020, 04:39 PM   #3
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
lspci | grep -i network should give you the name of your network adapters. lshw -C network (may need to be run as root) will give you more detailed info about those adapters (ls - list hw - hardware).

lspci in general will give you info about the pci devices in your system. lsusb does the same for usb. there other helpful ls- commands like this. lscpu comes to mind. you can always check the man page (man lsusb for example) or info page (info lsusb) for helpful options like the -C i used with lshw.
 
Old 06-14-2020, 05:00 PM   #4
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
looks like a bit more info might be needed from
Code:
lspci -vnn -d 14e4
(as seen here and here) which you would then compare to the chart by device id and chipset name.
 
Old 06-14-2020, 08:19 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,378
Blog Entries: 28

Rep: Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163
You could try a web search. A search for "debian b43 wireless" turned up this: https://wiki.debian.org/bcm43xx
 
Old 06-15-2020, 03:48 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Wolf.Linux,

Back so soon?

Those two firmware files are from firmware-b43-installer_019-4_all.deb in Debian 10.

https://debian.pkgs.org/10/debian-co...4_all.deb.html

Add contrib to your sources.list and then:


Update the package index:

Code:
 sudo apt update
Install firmware-b43-installer deb package:

Code:
sudo apt install firmware-b43-installer
 
Old 06-17-2020, 12:34 PM   #7
Wolf.Linux
Member
 
Registered: May 2020
Location: USA
Distribution: Debian
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
lspci | grep -i network should give you the name of your network adapters. lshw -C network (may need to be run as root) will give you more detailed info about those adapters (ls - list hw - hardware).

lspci in general will give you info about the pci devices in your system. lsusb does the same for usb. there other helpful ls- commands like this. lscpu comes to mind. you can always check the man page (man lsusb for example) or info page (info lsusb) for helpful options like the -C i used with lshw.

looks like a bit more info might be needed from
Code:
lspci -vnn -d 14e4
(as seen here and here) which you would then compare to the chart by device id and chipset name.
very helpful, thank you!

Quote:
Originally Posted by frankbell View Post
You could try a web search. A search for "debian b43 wireless" turned up this: https://wiki.debian.org/bcm43xx
Rightttt, appreciate the effort.
I had it running seconds after I posted the thread, the point wasn't to just get it working or relying on Google, but figuring out in general what steps I should take to try to figure out exactly what I needed. by doing the most narrowing down I can do in research.

Further:
Quote:
Drivers

There are multiple drivers supporting Broadcom wireless LAN chips.

Linux kernel drivers:

b43*(supported devices)

Introduced in Linux 2.6.24.Supports BCM4321 and BCM4322 as of Linux 2.6.38.

b43legacy*(supported devices)

For 802.11b-only devices and the BCM4306 revision 2.Introduced in Linux 2.6.24.
- https://wiki.debian.org/bcm43xx

Since I needed driver "Bcm43228“ according to
Code:
lspci -k
and I take that quote at literal face value Neither on of those are what I need since non of them explicitly say:"bcm43228"

again, appreciate the effort.

Quote:
Originally Posted by beachboy2 View Post
Wolf.Linux,

Back so soon?

Those two firmware files are from firmware-b43-installer_019-4_all.deb in Debian 10.

https://debian.pkgs.org/10/debian-co...4_all.deb.html

Add contrib to your sources.list and then:


Update the package index:

Code:
 sudo apt update
Install firmware-b43-installer deb package:

Code:
sudo apt install firmware-b43-installer
Awesome, I already had enabled contrib and non free sources for some other odds and ends. how did you find out that those files were included in the package? is there a way to tell that from the command line?

ultimately the only thing I did was:

Code:
sudo apt install broadcom-sta-dkms*
then ifconfig and the wireless interface was showing so I copied it over to wicd and bam. good to go.
 
Old 06-17-2020, 03:21 PM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Wolf.Linux,

Just use Google (or other) with b43/ucode30_mimo.fw Debian 10 to bring up:
https://packages.debian.org/stretch/...-b43-installer
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] hwmon keeps changing on reboots and knocks out fancontrol -- can't figure out the wildcard bassmadrigal Slackware 4 07-06-2016 09:23 AM
[SOLVED] how do i figure out what my wireless card is? fgw Linux - Newbie 4 01-17-2009 01:44 AM
Installed Ubuntu but can't figure out how to connect the wireless Darmananda Linux - Newbie 5 10-10-2007 11:51 AM
i cant figure out how to use a wireless-G PCI adapter-model no.:WMP54G with linux tnsnl Linux - Hardware 2 04-23-2007 12:21 AM
cant figure my wireless out - Slack 10.1 [LAG] Prude Slackware 2 03-27-2005 03:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration