Hi, On Mon, 12 Feb 2007 23:35:13 -0800, Christopher Harris wrote: > I am a new debian user and I am currently working out how to get > aircrack-ng to work on my Nokia 770. [...] > / $ -q > sh: -q: not found You meant to write: $ aircrack-ng -q Also, the command line was supposed to be "aircrack-ng [options] <.cap / .ivs file(s)>", so you would still be missing the cap/ivs file(s): $ aircrack-ng -q whatever.cap > how about how when I try to initiate airodump by typing /usr/bin/ > airodump-ng > > / $ /usr/bin/airodump-ng > sh: not found Strange. Try: $ head -1 /usr/bin/airodump-ng What does that say? (= first line of "/usr/bin/airodump-ng") cheers, Danny