LinuxMint won't find my Wifi Card

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
VirgoMale8

LinuxMint won't find my Wifi Card

Post by VirgoMale8 »

I have a Dell Latitude d510 with Linux Mint 17 installed. It won't identify or install a driver for the installed Braodcom Wifi Card. These are the card specs:

Broadcoam DW1470
TW-0D9002-36210-57A-1E3D
MAC: 0014A509D686
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: LinuxMint won't find my Wifi Card

Post by JeremyB »

Can you open a terminal window and post the results from this command

Code: Select all

lspci -nnk | grep -iA2 net
VirgoMale8

Re: LinuxMint won't find my Wifi Card

Post by VirgoMale8 »

arnett@linux-mint-Dell-Latitude-D510 ~ $ lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Inspiron 6400 [1028:01af]
Kernel driver in use: b44
--
02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce 54g] 802.11a/b/g PCI Express Transceiver [14e4:4319] (rev 02)
Subsystem: Dell Wireless 1470 Dual Band WLAN Mini-PCI Card [1028:0005]
Kernel driver in use: b43-pci-bridge
arnett@linux-mint-Dell-Latitude-D510 ~ $
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: LinuxMint won't find my Wifi Card

Post by JeremyB »

VirgoMale8 wrote:arnett@linux-mint-Dell-Latitude-D510 ~ $ lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Inspiron 6400 [1028:01af]
Kernel driver in use: b44
--
02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce 54g] 802.11a/b/g PCI Express Transceiver [14e4:4319] (rev 02)
Subsystem: Dell Wireless 1470 Dual Band WLAN Mini-PCI Card [1028:0005]
Kernel driver in use: b43-pci-bridge
arnett@linux-mint-Dell-Latitude-D510 ~ $
If you have wired connection to internet

Code: Select all

sudo apt-get install firmware-b43-installer
VirgoMale8

Re: LinuxMint won't find my Wifi Card

Post by VirgoMale8 »

Did so and it connects fine using the internal wifi card. Thanks.
Locked

Return to “Networking”