Enable Wireless in Mint 19

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
zerubbabel
Level 2
Level 2
Posts: 72
Joined: Tue Oct 04, 2011 5:47 pm

Enable Wireless in Mint 19

Post by zerubbabel »

I just installed Mint 19 on my Dell Latitude E6540, and while I was booted from the installation flash drive the wireless worked perfectly, but after booting the freshly installed system, and even after applying all the post-installation updates, the wireless is not enabled. How can that be, since it worked fine from the installation boot media? How can I enable it?
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.
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Enable Wireless in Mint 19

Post by kc1di »

Evidently the correct driver was not installed.
Please go to a terminal and type this command and post the output here.

Code: Select all

inxi -Nn
Also the output of this command.

Code: Select all

rfkill list
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
zerubbabel
Level 2
Level 2
Posts: 72
Joined: Tue Oct 04, 2011 5:47 pm

Re: Enable Wireless in Mint 19

Post by zerubbabel »

zerubbabel@dz:~$ inxi -Nn
Network: Card-1: Intel Ethernet Connection I217-LM driver: e1000e
IF: eno1 state: up speed: 1000 Mbps duplex: full
mac: 34:e6:d7:85:f2:b7
Card-2: Broadcom Limited BCM43228 802.11a/b/g/n
driver: bcma-pci-bridge
IF: N/A state: N/A mac: N/A

zerubbabel@dz:~$ rfkill list
1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
zerubbabel@dz:~$
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Enable Wireless in Mint 19

Post by kc1di »

You will need to be connected via Ethernet cable then in a terminal type these commands,one at a time. Disconnect Ethernet and reboot see if it works.

Code: Select all

sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
if you do not want to use the terminal you can try the driver manager found under Administration in the Menu. your looking for the WL driver.
Good Luck.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
zerubbabel
Level 2
Level 2
Posts: 72
Joined: Tue Oct 04, 2011 5:47 pm

Re: Enable Wireless in Mint 19

Post by zerubbabel »

Thank you so much! That did the trick.
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Enable Wireless in Mint 19

Post by kc1di »

your welcome, enjoy :)

Please take a moment and mark the thread as solved by editing the subject line of your original post- Thanks.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Hardware Support”