Zero_Chaos
Zero_Chaos
``` zero@theprophet /tmp % kismet -c freaklabs:device=/dev/ttyUSB0,channel_hoprate=1/sec --no-ncurses INFO: Including sub-config file: /etc/kismet_httpd.conf INFO: Including sub-config file: /etc/kismet_memory.conf INFO: Including sub-config file: /etc/kismet_alerts.conf INFO: Including sub-config file: /etc/kismet_80211.conf INFO: Including...
if it helps 4e490cf0b49a287e964df9c5e5c4067f6918909e
The original post has no error, just a warning that optional things are not found. Mpir isn't needed (gmp is used first anyway) and depending on your hardware gr-osmosdr is...
I know we all want a software solution to this, but this isn't a terrible idea either: https://www.minicircuits.com/WebStore/dashboard.html?model=VLM-63-2W-S%2B
Exact details on the page, but yes, and you only lose like 0.6 dBm from the normal signals
Sorry I dropped the ball on troubleshooting this. Picking it up now from current head 254cc719a9a31f64ce0262f4ca6ab72b1803477d Current failures ``` 88% tests passed, 181 tests failed out of 1546 Label Time...
Building and running just the tests you suggested yields positive results ``` 100% tests passed, 0 tests failed out of 432 Label Time Summary: lib = 390.67 sec*proc (432 tests)...
> not sure if it helps but this is srsran-9999 build log on my side: https://gist.githubusercontent.com/richardredditch/6ea266365b049ee90cb019858d0c725f/raw/eada560a8af3b11a5e46dfcaf7c52bff050e4765/srsrun-9999%2520gentoo I will try to test this build with hardware setup in my lab and...
Okay, I've narrowed it down to why it failed and have a min test case. It's caused by one of Gentoo's overrides which are typically there to prevent injection of...
I super can't explain this, but here are some example test cases that WORK (tests pass): ``` cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O0" .. cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O" .. cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O1" .. cmake...