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.
Hi,
I use both linux mint 18.1 sarah and ubuntu 16.04 as dual boot into my same pc. I was able to get connected via DSL broadband internet connection into both linux mint and ubuntu. But few days ago, I noticed that linux mint can no longer detect DSL wire connection. But ubuntu is ok.
What is the cause for this problem? more information needed? which information do you need?
There are two (sometimes 3) stages in activating a network card.
1) The kernel detects the card and loads the correct driver. At this point a device name is created.
1.5) Some wireless cards load firmware here, but I've never heard of a wired card needing any firmware.
2) The device gets an ip address, usually from the router via dhcp.
Since the card works in Ubuntu, we can exclude problems such as bad wiring or failure of the router to reach your isp's server.
I suggest you first check for the network device using /sbin/ifconfig. It will probably be called something like enp0s25, but it might still have the traditional name eth0. If it isn't there, you have a kernel problem. If it is there but has no address, there's something wrong with the network boot script.
Just out of curiosity, what else changed a few days ago? Did you update dhcp?
Best part of this is that it did work at one time.
Ideas also.
lspci or lsusb for the nic.
ifconfig command
Use your connection manager to see what the settings are.
What caused it? Since Ubuntu works we'd have to that that some change to Mint did it. What that change could be is either settings, driver support or some oddity the hardware.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.