Hello everyone,
I have got two PI’s two weeks ago and yesterday tried to get Ethernet working.
Fresh raspbian OS is used.
I am using a cable modem that is DHCP capable (my laptop gets dynamic IP without problems). Ethernet cable is also fine – tried with the laptop.
Connecting it to PI and booting, I see the “link” light and “100” light ON.
The IP address is not available.
I checked /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
Tried to change to:
auto eth0
iface eth0 inet dhcp
Did not help also.
On the booting log I see:
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
5-6 such messages, then:
No DHCPOFFERS received
I tried to reduce power consumed by PI (took away the USB mouse and keyboard), did not change anything. I am using 5V 1A power supply.
Any idea what the problem might be?