[solved] losing wireless after reboot; requires terminal commands

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
joedog3

[solved] losing wireless after reboot; requires terminal commands

Post by joedog3 »

I finally managed to get wireless working on my DELL INSPIRON 1521 (laptop) via Linux Mint 18.2 'Sonya' "Xfc3 32-bit". However, if I reboot the machine, not only does the wireless internet not connect automatically, but the laptop doesn't even identify my home network or any other area network

Via internet search, I learned that if I go to the linux terminal and type:
sudo apt-get install firmware-b43-installer && sudo modprobe -r b43 && sleep 15 && sudo modprobe b43

and hit enter, my network will be identified and connection will be established. (The very first time I did this, the machine was doing some manner of 'updates' or something, but after that first time, when I now run the above command, it takes a few moments and gives a line that indicates that everything is updated and running. THEN up comes the internet connection along with identified area networks.

What do I need to do so that connection happens automatically when first boot up the machine.

Thanks,
Joedog3
Last edited by karlchen on Sun Nov 04, 2018 10:04 am, edited 1 time in total.
Reason: marking as [solved], because Joedog3 confirmed so down here: https://forums.linuxmint.com/viewtopic.php?f=53&t=249795#p1343014
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: losing wireless after reboot; requires terminal commands

Post by JeremyB »

Is Linux Mint installed to a hard drive or are using the Live USB/DVD?
sarge816
Level 3
Level 3
Posts: 188
Joined: Sun Jun 13, 2010 9:04 pm

Re: losing wireless after reboot; requires terminal commands

Post by sarge816 »

Same happens to me but 18.2 Xfce 64bit. My wireless is a cheapo Rosewill N150UBE USB job with the Realtek RTL8188SU chipset. Worked great in LM17.3 Cinnamon, but now it has to be unplugged and inserted into a different USB slot every boot for it to be seen by the PC. I've tried kernel's from 4.4 - 4.10 and they are all the same, no idea why it's doing this now. Ofcourse, it's a bit more problematic for you on a laptop since I can just unplug/plug.
joedog3

Re: losing wireless after reboot; requires terminal commands

Post by joedog3 »

the operating system is installed on the hard drive. thanks.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: losing wireless after reboot; requires terminal commands

Post by JeremyB »

Please post results for

Code: Select all

grep ssb /etc/modprobe.d/*
joedog3

Re: losing wireless after reboot; requires terminal commands

Post by joedog3 »

/etc/modprobe.d/blacklist-bcm43.conf:blacklist ssb
/etc/modprobe.d/blacklist-bcm43.conf:install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl ; modprobe --ignore-install b44
/etc/modprobe.d/blacklist.comf:# replaced by b43 and ssb.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: losing wireless after reboot; requires terminal commands

Post by JeremyB »

Code: Select all

sudo rm /etc/modprobe.d/blacklist-bcm43.conf

Code: Select all

echo " blacklist wl" | sudo tee -a /etc/modprobe.d/blacklist.conf

Code: Select all

sudo depmod -a
Reboot
joedog3

Re: losing wireless after reboot; requires terminal commands

Post by joedog3 »

AND IT WORKS!

Thank you very much. Well done.

So, what was the deal?

Thanks again,
Joedog3
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: losing wireless after reboot; requires terminal commands

Post by JeremyB »

I think you may have installed the proprietary driver and it blacklisted the kernel modules needed for the wireless to work. I suspect

Code: Select all

dpkg -l | grep bcmwl
shows bcmwl-kernel-source in the results
Locked

Return to “Networking”