Ethernet shield

Hello,
I just parched new Ethernet shield from China.
This one:
http://www.ekitszone.com/Products/4-enc28j60-ethernet-shield-for-arduion.aspx

I am having some problems making it run.
I used the client example code but I could attempted connect to google.

Any how, this shield using ports 10-13. My be this is the problem.
Thank you.

Hi, I wrote a library for this chip.

You might like to try:

It simplifies the code that Nuelectronics supply with their similar product.

The boards work well, though they make the voltage regulator mightly hot!

Oh, I forgot to say.

These boards will not work with the standard Arduino ethernet library, which uses a different chip.

Thank you for the lib.
But I have problem working with it.

I compile and every thing but I cant connect to a server.
I added Serial.print("connect");

Do you know of any common problems?

what's your sketch look like?

Have you definitely used an available internal IP address?

I used an ip address that i checked in my browser.

post your sketch.

No reply tonight - its my bed time! But I'll look tomorrow.

Thank you.