I have moved to Mega 2560. I did the hack found below here:
http://mcukits.com/2009/04/06/arduino-ethernet-shield-mega-hack/Result: Just trying to connect to network, but nothing happens. I did the 4 pin hack and the 3 pin hack too...now it is on 4 pin modification...
Help me plz

Thanks!
Oh and I'm using Arduino 101. Because I did not found exactly the code what the hacking said, I have put the code to the sketch:
#define SPI0_SS_BIT BIT0
#define SPI0_SCLK_BIT BIT1
#define SPI0_MOSI_BIT BIT2
#define SPI0_MISO_BIT BIT3
#define IINCHIP_CS_BIT BIT0
Even tried it before Setup() and in setup() ...doesn't working...
BR