https://wiki.debian.org/bcm43xx
For a possible fix for:
Your eth0 device is probably labled as enp14s0 so try the following command to enable it:
If it keeps being disabled at boot you can put "ifconfig enp14s0 up" in /etc/rc.local.
If having the ifconfig command brings it up but it still won't configure then the eth0 device is broken and you'll have to get an eth0 dongle to replace it. I had to do the same thing after my box was hit by lightening.
For devices with a BCM4306 revision 3, BCM4311, BCM4318, BCM4321 or BCM4322 chip, install
firmware-b43-installer:
apt-get install firmware-b43-installer
firmware-b43-installer:
apt-get install firmware-b43-installer
*-network DISABLED
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
sudo ifconfig enp14s0 up
If having the ifconfig command brings it up but it still won't configure then the eth0 device is broken and you'll have to get an eth0 dongle to replace it. I had to do the same thing after my box was hit by lightening.
Comment