01-29-2023, 11:52 AM
Now testing ArchL and while installing hcxtools via git, i got error:
But installation of hcxtools via package manager is ok.
Another issue while checking injection got error:
The third issue can't install the 8814au driver:
Could you please advice?
Code:
hcxpmktool.c:624:56: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
624 | fprintf(stderr, "\nPMK error %ld\n", strlen(pskstring));
| ~~^ ~~~~~~~~~~~~~~~~~
| | |
| | size_t {aka unsigned int}
| long int
| %d
But installation of hcxtools via package manager is ok.
Another issue while checking injection got error:
Code:
packet injection is working on 2.4GHz!
injection ratio: 17% (BEACON: 734 PROBERESPONSE: 130)
your injection ratio is poor - improve your equipment and/or get closer to the target
antenna ratio: 39% (NETWORK: 28 PROBERESPONSE: 11)
your antenna ratio is average, but there is still room for improvement
2 radiotap errors encountered during the test
The third issue can't install the 8814au driver:
Code:
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/5.15.89-3-rpi-ARCH/build M=/home/alarm/rtl8814au modules
make[1]: Entering directory '/home/alarm/rtl8814au'
make[1]: *** /lib/modules/5.15.89-3-rpi-ARCH/build: No such file or directory. Stop.
make[1]: Leaving directory '/home/alarm/rtl8814au'
make: *** [Makefile:2353: modules] Error 2
Could you please advice?