Isn't this error message self-explanatory? You try to put an interface ath0 down that does not even exist as you destroyed it in the previous step!ath0: ERROR while getting interface flags: No such device
Not sure what you'd like to do (this is not obvious), but if you'd like to have an interface ath0 in monitor mode to work upon, I'd try (assumed you have one ath0 NOT in monitor mode before)
Code:# wlanconfig ath0 destroy # wlanconfig ath0 create wlandev wifi0 wlanmode monitor


