dhalperi / linux-80211n-csitool-supplementary

802.11n CSI Tool based on iwlwifi and Linux-2.6
http://dhalperi.github.com/linux-80211n-csitool/
195 stars 129 forks source link

csi_trace = read_bf_file('sample_data/log.all_csi.6.7.6'); #228

Open chendachong opened 8 years ago

chendachong commented 8 years ago

There is something wrong, shows"Command not found"

tahmidzbr commented 8 years ago

@chendachong did you figure it out yet? if so can you please tell me how you did it?

ogutiann commented 8 years ago

@chendachong and @tahmidzbr, you should process CSI using matlab or octave. running the commands: csi_trace = read_bf_file('sample_data/log.all_csi.6.7.6'); in Ubuntu command line will not work.

tahmidzbr commented 8 years ago

@ogutiann I figured my problem is log_to_file csi.dat is not working. Is it working for you? Can you please help me? The problem is when i run the command sudo ...../netlink/log_to_file csi.dat and then open a new terminal to ping to my AP, i see that the ping is correct (i.e.receive replies from AP) but nothing gets recorded in my log_to_file csi.dat

can you please tell me what you did?

I checked my other functionalities: modified firmware is installed correctly using unencrypted AP

ogutiann commented 8 years ago

@tahmidzbr to get everything working, i followed these two explanations, #234 and #45. make sure that before you ping your AP, run this command sudo dhclient wlan0.

rt6n1 commented 6 years ago

I experience the same problem as @tahmidzbr. sudo dhclient wlan2 (my wlan adapter) did not help.