(Solved) LMDE doesn't connect to ehternet network

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.
sleeper12
Level 21
Level 21
Posts: 14591
Joined: Thu May 25, 2017 3:22 pm

Re: (yet another) LMDE doesn't connect to network

Post by sleeper12 »

Let's try:

Code: Select all

 sudo modprobe -r ssb 

Code: Select all

 sudo modprobe -r wl 

Code: Select all

 sudo modprobe wl 
If that doesn't help, do:

Code: Select all

 sudo apt remove firmware-b43-installer && sudo apt install --reinstall bcmwl-kernel-source 
Reboot
MrShorty

Re: (yet another) LMDE doesn't connect to network

Post by MrShorty »

result of sudo apt remove firmware-b43-installer && sudo apt install --reinstall bcmwl-kernel-source

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'firmware-b43-installer' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package bcmwl-kernel-source
Extrapolating from your series of sudo modprobe commands and looking at the lspci... output, I tried

Code: Select all

sudo modprobe b44
, and the wired network immediately (well, immediately for this old dinosaur) connected through the ethernet. I rebooted to see if the change would be permanent, but it is not. So, the next question before marking this solved is how to tell LMDE to execute the equivalent of sudo modprobe b44 during its boot sequence to save me a few keystrokes doing it manually after bootup?
Locked

Return to “Networking”