Steev Klimaszewski
Steev Klimaszewski
rppal 0.12 has a fix for the issue (see the mentioned issue above)
I just replied to a similar thread in the Kali forums - the main thing holding out on it, is actually the firmware. We do not patch/include a patched version...
Shouldn't that already be doable? It sounds like you just want to unlock it with the keyboard? It should already be possible, as that's the default, adding in ethernet/wifi is...
This could also be a kernel bug, I haven't checked with the mailing list at all to find out.
This also appears to be Pi4 specific as the pi3 only shows i2c-{0,1,2}
``` diff --git a/src/i2c.rs b/src/i2c.rs index b6783ed..5e6b60d 100644 --- a/src/i2c.rs +++ b/src/i2c.rs @@ -254,6 +254,7 @@ impl I2c { pub fn new() -> Result { match DeviceInfo::new()?.model() { Model::RaspberryPiBRev1 =>...
Yeah, I'm not entirely sure how to set it in config.txt with the mainline kernel, or the interaction between the mainline kernel and it. e.g. i don't have `dtparam=i2c_arm=on` in...
Thanks! In looking closer, it seems the Raspbian kernel deletes an i2c node, and mainline kernels do not do so, on the Pi4, so it could be that that is...
I tested the deleting the i2c node and that didn't work - I also bumped rppal locally, and that didn't work either - so i cloned rppal and swapped the...
lsb_release -a: ``` lsb_release -a No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2021.1 Codename: kali-rolling ``` Note: this is NOT a common setup -...