Anton Hvornum

Results 462 comments of Anton Hvornum

As mentioned in another issue, we've recently migrated from an older code base which directly worked with paths rather than a context of a device. In this particular case a...

Yea this should be fixed, the logic and workflow changed a bit. So we didn't solve this one directly but the issue shouldn't be happening anymore.

I do not disagree that we could improve on this. And i'm not saying hashes change frequently. But storing a hash would at some point become equally insecure when it's...

I think I've figured out a clean way to approach this. As storing hashes presents the issue of not being able to rely on toolings like `passwd` for setting the...

Moving this to a later milestone as this could potentially cause issues. And I'd like to get v2.5.1 out to patch some older issues that's been lingering.

That would be easier to implement. I couldn't find such a flag for `passwd` but happy to see that `chpasswd` prevails ^^ Thanks @klausenbusk!

Edit 2: Got it working on Linux with a Pi 4 Model B over USB-C *(after removing the C/CS-mount adapter https://youtu.be/3S1MQM8B-DU?t=186)*: ![2021-01-30-150038_2377x1416_scrot](https://user-images.githubusercontent.com/861439/106356983-b0f79780-6303-11eb-9b3c-dd6f59ef578a.png) ![20210130_143812](https://user-images.githubusercontent.com/861439/106357851-02eeec00-6309-11eb-87fd-38ff4ba1a8f9.jpg) Original rant: ----------------- Not sure if this...

Some resources on the topic that summarized my random input better that I wish I found before I debugged: * http://www.davidhunt.ie/raspberry-pi-zero-with-pi-camera-as-usb-webcam/ * https://www.hardill.me.uk/wordpress/2019/11/02/pi4-usb-c-gadget/ And it seams like the first link...

Tested on Windows 10, works there as well with the following `/etc/rc.local` addition *(before `exit 0`)*. ``` !/bin/bash mkdir -p /sys/kernel/config/usb_gadget/pi4 echo 0x1d6b > /sys/kernel/config/usb_gadget/pi4/idVendor echo 0x0104 > /sys/kernel/config/usb_gadget/pi4/idProduct echo...

Perhaps related to recent breaking changes to the camera drivers: https://www.raspberrypi.com/news/bullseye-camera-system/ They've changed the entire way RPi talks to the HQ Camera. I can't seem to get this working on...