Fabian Putterer
Fabian Putterer
Just run the buildInstall4jMediaFiles gradle task when having a licensed version of install4j installed. I can do that in a few days once I get some (a lot of) free...
While we're talking about once, post only once please :grinning:
Interesting suggestion, theoretically, if you're connected to FAF you should also be connected to the IRC, if you aren't, then the problem is at a different location, we should try...
You need to specify the parameters it's asking for. So call `injector -i wlan0` to e.g. specify the interface you want it to run on, same for all the other...
The /dev/CSI_dev is created by the driver when loaded. Are you sure you installed the driver / modified kernel correctly? What files does /dev contain? You can also try modifying...
The CSI tool modifications are located in `/drivers/net/wireless/ath/ath9k`. (https://github.com/xieyaxiongfly/Atheros-CSI-Tool/tree/master/drivers/net/wireless/ath/ath9k) The call on receiving a packet is hooked here: https://github.com/xieyaxiongfly/Atheros-CSI-Tool/blob/master/drivers/net/wireless/ath/ath9k/ar9003_mac.c#L611 and forwarded to the csi tool. The sounding flag on the...
Hi Pedro, > I'd say that's unlikely. They have to support it, it's part of the standard; and the new chips have to be retro-compatible with the older WiFi generations...
What are you doing? Which code did you use? Do you get an error? What do you mean by crash? The entire IDE just disappears? In that case you should...
Might be related to you running on OS X. The error seems to be located in the native code the csi tool uses for unpacking the data from the recording:...