[Fixed] ATTiny programming using Arduino as ISP

I want to program the ATTiny85 using my Arduino UNO as ISP. I followed this tutorial (ATtiny85 programmarlo utilizzando Arduino UNO configurato come ISP) that have told me to follow this procedure:

IDE gives me this message when i try to upload the "blink" example:

avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
avrdude: stk500_program_enable(): protocol error, expect=0x14, resp=0x50
avrdude: initialization failed, rc=-1
         Double check connections and try again, or use -F to override
         this check.

avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51

I also tried the option tool -> Burn bootloader -> w/ Arduino as ISP; Arduino gives me the same message .

What's wrong?
Thanks for the answers!

Check the wiring and try this; Arduino Playground - DisablingAutoResetOnSerialConnection

Cheers!

I used the instructions here without any problems http://hlt.media.mit.edu/?p=1695

However that link isn't working right now. Maybe it's just offline for a bit? The general website is "high-low-tech"

...R

Robin2:
Maybe it's just offline for a bit?

The change is probably more permanent...

hlt.media.mit.edu
Server: Wireless_Broadband_Router.home
Address: 192.168.1.1

*** Wireless_Broadband_Router.home can't find hlt.media.mit.edu: Non-existent domain

Just as well I kept a copy of the page, then.

I assumed MIT in the domain name was this http://web.mit.edu/

...R

You will find a copy also on webarchive
http://web.archive.org/web/20130829061538/http://hlt.media.mit.edu/?p=1695

Thanks @erni-berni.

I was also able to get a copy of a related page ......p=1706

...R

If you need the .zip file, it is attached.
Only use the attiny folder and it's contents. Don't just put attiny_master folder in the hardware folder.

attiny-master.zip (4.31 KB)

Thanks to all.
I fixed the problem: it was an Arduino problem, probably I damaged my ATmega328 some months ago and i didn't remember because it worked in most cases...

Thank you for the follow-up.