[SOLVED] bios update breaks network connection on debian 9.3, windows 10 and mx linux unaffected
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
what BIOS ver and what motherboard as in what brand PC? as it shouldn't, of course, if the BIOS update wasn't for anything to do with your nic. if anything it may have changed something but then that should just need an adjustment to your Linux system to get it to see your nic again and load the drivers for it and such.
because you have one out of three that now cannot see your network.
debian 9.3, mx linux 17 and windows 10, and it is only Debian that is no longer working. it may just be something that just happened to have happened somewhere within the time when you where flashing your BIOS.
I'd be looking harder at Debian then what the flash to the BIOS did because it is one out of three that was effected. If your Flashing the BIOS messed with the NIC which I've never seen one do, then all three would have seen the changes within that which caused the NIC to no longer connect to the network and should have given all three issues.
Seeing this did not happen, then the logical place to look would then be at Debian and something else that would cause this to happen.
the motherboard is an msi tomahawk b350, the old bios version was 17, the new version is 1f. ( 17, 18, 19, 1c, 1f) weird version numbering scheme but whatever.
here is my /etc/network/interfaces
it doesn't match the ifconfig -a output, enp33s0 instead of enp30s0
interfaces.d directory is empty
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp33s0
iface enp33s0 inet dhcp
so make it match up then see how that works out for you.
comment out your predefined in that file then add what your output to your ifconfig -a output is telling you, or wherever it needs to be, and maybe have to reboot so it catches then try it again.
tried changing the interfaces file to match ifconfig and restarted, didn't seem to help.
I looked in the Wicd network manager preferences, the wired interface also had an entry for enp33s0, changed that to enp30s0 and got connected.
restarted the computer, still have a connection. problem solved apparently.
thank you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.