Burning Atmega8 with UsbtinyISP and Arduino 1.0: working ... but too slow-SOLVED

Burnt the bootloader, and then reuploaded the sketch. Both things using the described board configuration, with USBTinyISp and Arduino 1.0.

Now nothing is working.
No signal is comming out of the outputs.

I can see that the crystal pins are now high, but I can see only noise comming out. What kind of signal should be expected?

Used avrdude to get this info:

avrdude -c usbtiny -p m8 -v

avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\WinAVR-20100110\bin\avrdude.conf"


         Using Port                    : lpt1
         Using Programmer              : usbtiny
         AVR Part                      : ATMEGA8
         Chip Erase delay              : 10000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page
      Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  Max W   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- --- -- ---------
           eeprom         4    20   128    0 no        512    4      0  9000  90 00 0xff 0xff
           flash         33    10    64    0 yes      8192   64    128  4500  45 00 0xff 0x00
           lfuse          0     0     0    0 no          1    0      0  2000  20 00 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  2000  20 00 0x00 0x00
           lock           0     0     0    0 no          1    0      0  2000  20 00 0x00 0x00
           calibration    0     0     0    0 no          4    0      0     0  0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0  0 0x00 0x00

         Programmer Type : USBtiny
         Description     : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
avrdude: programmer operation not supported

avrdude: Using SCK period of 10 usec
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e9307
avrdude: safemode: lfuse reads as DF
avrdude: safemode: hfuse reads as CA

avrdude: safemode: lfuse reads as DF
avrdude: safemode: hfuse reads as CA
avrdude: safemode: Fuses OK

avrdude done.  Thank you.

What else can I do to get a better diagnostic???
Regards