Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Set up eth0
Name: Android Date: May 6, 2002 at 18:11:25 Pacific
Comment:
Hi, I've managed to make Vector Linux detect my NIC at boot, according to netconfig it a com20020 NIC, the problem is that I cant get it to be eth0, when I type ifconfig I only see the local loopback connection. Plase help
Name: Kenan Bektas Date: May 6, 2002 at 19:17:21 Pacific
Reply:
Try to installed it manually after booting. Use the following command.
ifconfig eth0 IP_number
Then, type ifconfig
If it is not in the summary, the driver is not the right one. If it is there, ping the IP. If it pings, i.e., something is wrong in the booting scripts. Possibly, modprobe or insmod calls.
Summary: How do i set up my dsl on suse 8.0? when i run ifconfig, all i see is lo and not eth0. How do i set this up. By the way, my system is on a dual boot and i have acess to the internet on windows. How ...
Summary: Hi- First off, I'm a total Linux LLAMA. I have installed and uninstalled various versions several times, just trying to learn a bit. I'm currently running a dual boot system with WinDOZE ME and RedHa...
Summary: To set a static IP: # ifconfig eth0 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0 Assuming that you are on a class C network. To set up a gateway: # route add -net default gw 192.16...