Well I finally got avrdude installed and running (I think). But when I try to run it with this:
daniel-parks-computer:~ amsmntparks$ avrdude -patmega168 -cponyser -Pusb -b115200 -u -v -U hfuse:w:0xdf:m -U lfuse:w:0xc7:m -U efuse:w:0x08:m
I found it in the forum you pointed me to. But I'm using a different programer and the output I get is this:
avrdude: Version 5.1
Copyright (c) 2000-2005 Brian Dean,
http://www.bdmicro.com/ System wide configuration file is "/sw/etc/avrdude.conf"
User configuration file is "/Users/amsmntparks/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : usb
Using Programmer : ponyser
Overriding Baud Rate : 115200
avrdude done. Thank you.
(I also tried it at 9600 baud) When I try to put the LED blink program on it, I still get the programmer not responding error. Suggestions?