Problem of Determining IP information for eth0Who can solve the problem of Determining IP information for eth0?\n\nOur robot (Red Hat Linux 6.2) was experiencing a problem as follows: first, the IP address was found after log in. The second time when the robot was rebooted to confirm the IP address, response only shows 127.0.0.1. \n \nActually, the error lies mainly in \n"Bringing up interface lo [ OK ]\n\nBringing up interface eth0 Determining IP information for eth0...Operation failed.\nfailed.\n[FAILED]"\n \nWe have tried different network cables, network pins and checked the plug is well enough. Who can help us work out this problem?\n\n\nThe following are the documents showing the error messages:\n\n/dev/hda9: 3949/3407872 files (0.5% non-contiguous), 648338/6803519 blocks\n/dev/hda7 was not cleanly unmounted, check forced.\n/dev/hda7: 23/34136 files (4.3% non-contiguous), 4398/136521 blocks\n/dev/hda1 was not cleanly unmounted, check forced.\n/dev/hda1: 23582/193152 files (0.1% non-contiguous), 12371 (more...)
come in
1. Make sure the ethernet card is recognized and driver module is loaded on startup. can u paste the result of the following two commands:
lspci --- List all pci device
lsmod --- List loaded modules
2. If your ethernet card is not well configured, configure again using "netconfig". If you have a static IP, just give all the informations, if using DHCP, then choose dhcp.
3. After configuration, restart the networking
/etc/init.d/network restart
Good luck
lspci --- List all pci device
lsmod --- List loaded modules
2. If your ethernet card is not well configured, configure again using "netconfig". If you have a static IP, just give all the informations, if using DHCP, then choose dhcp.
3. After configuration, restart the networking
/etc/init.d/network restart
Good luck