Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
I have USB rtl8150-based and PCMCIA ne2000-based NICs that I need to get running in linux. They both seem to hotplug properly, but don't function correctly under linux. When I ping 127.0.0.1 I get "Network is unreachable." Any ideas on what I can try to fix this? Thanks!
Huh, that's weird. A couple basic commands would probably help you narrow the problem down:
ip route list - will show you the routing table. When working properly, it should have an entry:
127.0.0.0/8 dev lo scope link
ifconfig - like ipconfig for win32, only better. lists all the current active network interfaces, their ip addresses, etc. The loopback entry should be listed as "lo". If it's not there, you can try "ifconfig lo up", but it sounds like your problem might be a bit more serious.
Now, if you built your kernel yourself, you might have left out the option that would include the loopback device... which seems kinda strange, since I think you'd have to leave out the entire networking section. But I suppose it's possible.
[edit] ...although dmesg only shows messages up until the [ok] and [failed] start appearing. to get those too, you have to check the /var/log/syslog or /var/log/messages file.. or something nearby.
Last edited by indeterminate; 06-15-2004 at 03:12 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.