Hey! das selbe Problem habe ich auch!
0 0 AppleUSBCDCACMControl: start - Failed to find the CDC driver
0 0 AppleUSBCDCACMData: start - Find CDC driver failed
Ich habe schon libusb und at16prog compiliert.. und wenn ich make install schreibe dann kriege ich das...
at16prog -dlpt=/dev/ttyS1 -dprog=dasa2 -dpart=ATmega16 --segment=flash --erase
Note: command line option `dprog' ignored
Note: command line option `dlpt' ignored
ATmega16 is found in target system
Erasing Device ...
at16prog -dlpt=/dev/ttyS1 -dprog=dasa2 -dpart=ATmega16 --segment=flash --upload if=demo.ihex
Note: command line option `dprog' ignored
Note: command line option `dlpt' ignored
ATmega16 is found in target system
Uploading: flash
at16prog -dlpt=/dev/ttyS1 -dprog=dasa2 -dpart=ATmega16 --segment=flash --verify if=demo.ihex
Note: command line option `dprog' ignored
Note: command line option `dlpt' ignored
ATmega16 is found in target system
Verifying: flash
Was soll ich dafür machen?
Danke