nexmonster / nexmon_csi

Channel State Information for Raspberry Pi. Use the pi-5.10.92 branch.
https://github.com/nexmonster/nexmon_csi/tree/pi-5.10.92
60 stars 26 forks source link

installing nexmon with access point using an external wifi adapter #27

Open mamdouhJ opened 2 years ago

mamdouhJ commented 2 years ago

Im trying to install nexmon_csi using the getting started tutorial. I configured an external wifi adapter to work as an access point and Im stuck at wget https://raw.githubusercontent.com/zeroby0/nexmon_csi/pi-5.4.51/install.sh -O install.sh

the output is: install.sh 100%[===================>] 1.51K --.-KB/s in 0s

2021-12-29 20:13:36 (7.61 MB/s) - 'install.sh' saved [1548/1548]

After I run tmux new -c /home/pi -s nexmon 'bash install.sh | tee output.log' The operation run for some time then exits abruptly. when I try iw list it shows that the monitor mode is now available. however map is not a known command.

Thank you for your help.

zeroby0 commented 2 years ago

What's a map command? Did you mean mcp?

I'm making an installer for 5.10.y which would have much better error reporting, but meanwhile, can you post output.log, nexmoncsi_status.log, journalctl -x | cat > journalctl.txt, and dmesg > dmesg.txt, and the output of uname -a?