Ethernetshield IP problem

This is the way to initialize the w5100 in IDE v1.0.1. A dns server ip is required if 3 or more parameters are passed to Ethernet.begin(). You can use the gateway ip as the dns server if you do not plan on using domain names.

  Ethernet.begin(mac, ip, gateway, gateway, subnet);

Insure you do not have a memory card in the microSD slot for the test.