Open avi3shake opened 1 year ago
source setup_env.sh
wasn't run is my guess
Btw I have scripts to automate install at nexmonster/nexmon_csi and precompiled binaries at nexmonster/nexmon_csi_bin . Less error prone than doing it by hand.
I did run the source setup. I will look into the nexmonster and update here. Thanks
I managed to get the nexom-csi work based on the script mentioned in nexmonster. However, I am getting the socket error
root@raspberrypi2:/home/pi# nexutil -Iwlan0 -s500 -b -l34 -vKuABEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
nex_init_netlink: socket error (93: Protocol not supported)
nex_init_netlink: socket error (93: Protocol not supported)
nex_init_netlink: bind error (9: Bad file descriptor)
nex_init_netlink: connect error (9: Bad file descriptor)
ERR (__nex_driver_netlink): no valid answer received
if you installed it on the right kernel version, a restart usually fixes this error for me.
My kernel is Kernel : 5.4.83
Prepare Raspberry Pi Burn Raspbian Buster Lite 2020-08-20 onto an empty SD card. You can use Etcher. Create an empty file called ssh, without any extension, on the boot partition of the SD card. SSH into the Pi via Ethernet. With sudo raspi-config, set WiFi Country to US, set your Time Zone, and then Expand File System. Reboot when asked to.
I am trying to use this instruction, but somehow I cannot ssh into the pi with raspberrypi.local. I am not sure where I am going wrong.
Try using the actual IP instead of raspberrypi.local. You can find it in the router's settings page.
I had same problem but solved with 5.10.92+ linux kernel.
I had same problem but solved with 5.10.92+ linux kernel.
Thank you very much. This saved the day.
I am trying to build the nexom-csi patch on Rpi4 Kernel : 5.4.83 I have successfully followed all the steps as mentioned in the readme.
git clone https://github.com/seemoo-lab/nexmon_csi.git
Cloning is done successfully. However the error pops up while make install-firmware