For some reason, all of a sudden avrdude has stopped retrieving fuse bytes. Furthermore, it doesn't seem to be recognizing the microcontroller?
When I just run the command to try and talk to the mcu I get the following response:
% sudo avrdude -c atmelice_isp -p m328p avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e950f (probably m328p) avrdude done. Thank you
The part
avrdude: Device signature = 0x1e950f (probably m328p)
tells me that it's not following the -p m328p option...?
And it doesn't return the fuse bytes when it reads the device for some reason. I can't think of any recent update to it that might have messed something up so I'm not sure what the deal is with this.