Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Problems #49

Open
rory-ward opened this issue Aug 1, 2023 · 4 comments
Open

Installation Problems #49

rory-ward opened this issue Aug 1, 2023 · 4 comments

Comments

@rory-ward
Copy link

Hi,

When I run:
curl -fsSL https://raw.githubusercontent.com/nexmonster/nexmon_csi_bin/main/install.sh | sudo bash

I get the error:
"Pre-compiled binaries probably don't exist for your kernel's version: 6.1.21-v8+."

What can I do to work around this?

Thanks

@zeroby0
Copy link
Collaborator

zeroby0 commented Aug 1, 2023

Nexmon_csi is only available for kernel versions 5.10.x, 5.4.x, and 4.19.x. The latest supported kernel is 5.10.92.
You'll find the url to the rpi os with kernel 5.10.92 here: https://github.com/nexmonster/nexmon_csi_bin#install

Flash that instead of the latest rpi os.

@rory-ward
Copy link
Author

This has worked thanks.

I've managed to get the tool up and running. The issue that I am having now is that when I run:
tcpdump -i wlan0 dst port 5500 -vv -w output.pcap -c 1000

I get:
0 packets captured
0 packets received by filter
0 packets dropped by kernel.

I thought maybe that there was no traffic going to the board, so from a laptop on the same network I pinged the board and specific port. But that does not seem to make any difference.

Any thoughts on why its not working?

Thanks.

@rory-ward
Copy link
Author

Hi,

So an update to my last question. I can get the raspberry pi to log packets but only when I use netcat.

nc -u [raspberry pi ip address] 5500 < /dev/random

The problem then is that I am unable to read these pcap files into any tool as the length of the packets are different.

Any thoughts on what I am doing wrong or how I can fix it?

Thanks

@zeroby0
Copy link
Collaborator

zeroby0 commented Aug 8, 2023

...... 5500 < /dev/random

You're reading random data from /dev/random, not actual csi data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants