numericOverflow

Results 53 comments of numericOverflow

OK, I went down a massive rabbit hole on GPIO and Raspi only to learn that newer kernel builds have changed the GPIO handling mechanisms, so the old ones don't...

@Ohmarinus - Mine's been running since I got it working initially. Can't guarantee I can help, but what pi are you running (raspi 3/4/5?) also what version of octoprint &...

@Ohmarinus - Nice find! FYI - just to make things more concise, I updated my fix-instructions listed above to include a new step to also install lgpio module into the...

@Ohmarinus - got it, Added the need to install both `lgpio` and `RPi-GPIO`

> Just a random passer by here, I'd suggest your IT department replace MITM with endpoint security. > > MITMing traffic like this is very frowned upon and you are...

Hey @mdirik - I'm trying what you suggested to manually edit with offset=100 for exfat, but after changing the VolumeID and then running exfatfsck, I get an error: ` ERROR:...

> `exfatfsck` offered to fix the checksum and I accepted. I didn't need to do anything else. (using exfatfsck 1.3.0). I used the same command from the superuser link above,...

FYI - @mdirik you were right, using `exfatfsck` v1.3.0 worked to fix the checksum after updating the VolumeID on my exfat partition. I have successfully renamed the new SDCard to...

@JoonasBot - Unfortunately, I had to abandon this and moved to the native `st.login()` that was added to streamlit in 1.42 :( https://docs.streamlit.io/develop/api-reference/user/st.login

Also giving shout out to @waveform80 to see if he has time to review. It'd be a great improvement to the dire state of gpio support in recent OS releases.