Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
If my Ethernet cable is plugged in when booting up, then debian finds the cable, and after it boots up if I unplug it and plug it back in, debian is fine. But, if I boot up when it's not plugged in, and plug it in afterwards, the Internet doesnt work. How do I tell linux that I've plugged the cord in?
The short answer for why this happens is your computer only checks for IP connectivity at bootup, unless you tell it to as the above posts mention. Unless dhcpcd is running (or something similar) to ask for an IP address at a given interval, you can't get online until your computer "figures out how" (the most common method being through DHCP).
well i can segjest you you something well the problem you are having alway try to google it. In linux if you google you will be abble to find a lot of help. So i see your problem but i am not familier with this type of problem.. well...are you using dhcp? because if you know oyu are maybe i can help you.?
The network would start at bootup so should work when the cable is plugged in - DHCP should go looking for a connection...
Maybe it's set to start 'if present' - change this to start 'on boot'
Should be something like this in /etc/network/interfaces
Like someone else said, it sounds like your computer detected that you aren't connected and disabled your ethernet port. Try ifup eth0 on the CLI to enable it. In Fedora I can use dhclient to force a DHCP request, which should get you your IP and access to the Internet.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.