Advanced users • Re: How to backup a disk?
Thanks !!I will try first with RaspiBackupStatistics: Posted by JeyC — Mon Jul 22, 2024 12:22 pm
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
I doubt using the MQTT functions will make this better (it probably makes the memory use even tighter), and it makes testing more complex because currently I can simply test by using the "nc" command...
View ArticleSDK • Re: Lua math issue
To put slimhazard's comments into visual form ...Code: _|_ ___ | | |__ __| : | | | | : | |_ _| : | | | : |-------|---------------|--------- | :|_ _|: : | : | | : : | : |__ __| : : | : |___| : : | : :...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
The same is true if you remove password checks for sudo.Has this changed recently? AFAIK, there is no password check for sudo (*).Of course, some sophisticated users figure out how to make it prompt...
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
Version 2 now comes with easy remote configuration updates, so you can manage all reported metrics (for all devices) from a web dashboard. How great is that?https://ambience.sk/raspberry-pi-monito ......
View ArticleTroubleshooting • Raspberry Pi 5 8GB corrupting disk file systems
I've recently bought a RPi5 8GB and plan to make a home server/NAS to replace my aging Banana Pi, but I'm having issues with disk file systems being corrupted/wiped and I'm kind of at the end of my...
View ArticleTroubleshooting • Re: OpenTabletDriver + box64 - - how to purge
This might be a different problem than I thought. I've manually installed dotnet 6.0.25 (ARM64 version) from the Microsoft website, and this has changed the error.dotnet --info...
View ArticleTroubleshooting • Re: Wisecoco 5.5" display issues
Why are you messing with config.txt? The display should have a valid EDID that describes the timings that are required.If using the default "dtoverlay=vc4-kms-v3d" then the kernel drivers should just...
View ArticleGraphics, sound and multimedia • Re: Pi 5 and Motion problem
I'm now running motion with libcamerify.I needed to install libcamera-v4l2 to get rid of an errorCode: ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libcamera/v4l2-compat.so' from LD_PRELOAD...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB corrupting disk file systems
Have you tried asking the manufacturer of the "Penta SATA Hat"?Does said HAT power the Pi5 via the GPIO header or USB C? If USB C does it support the required 5V/5A mode? If GPIO or non-PD have yopu...
View ArticleRaspberry Pi Connect • Re: Conflicts between my RealVNC and...
RealVNC only operates under a X11 desktop, and Raspberry Pi Connect Screen Sharing only operates under a Wayland compositor.Connect Remote Shell, as it has no dependency on the desktop environment,...
View ArticleGeneral • Re: Flashing Pi Pico W with OpenOCD error
Your version of openocd is too old. Try building from https://github.com/openocd-org/openocd/ ... tag/latest. (0.12.0 works if you don't need SMP or FreeRTOS support.)Statistics: Posted by jags84 —...
View ArticleGraphics, sound and multimedia • Re: PiGRRL 2 with 3.5 inch display upgrade
So, to ensure I'm following correctly, I should switch from a DPI to an SPI display to avoid the GPIO pin conflicts. In this case, can I still use the 40-pin GPIO 1 to 2 extender I mentioned earlier...
View ArticleMicroPython • Re: MQTT on Pico W with broker on Pi - How to connect to broker ?
I have MQTT on my Pico W working when I connect to public MQTT brokers at "broker.hivemq.com", "broker.emqx.io" and "test.mosquitto.org".It also works when I connect to "192.168.0.130", which is my Pi...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
For example we need to set up the 7"/10" desktop without:a. taskbarb. basketc. no icons of mounted usb diskd. screen and touch rotated 90 degrees for the 7"With X11 (up to Debian 11), no problem using...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
I reported this issue, and it looks like it is going to be fixed now. https://github.com/raspberrypi/bookworm ... issues/279A temporary solution is to create the file /etc/modprobe.d/brcmfmac.conf...
View ArticleTroubleshooting • Re: Pi Zero 2 W - RaspiOS - No wireless after apt full-upgrade
I reported this issue, and it looks like it is going to be fixed now. https://github.com/raspberrypi/bookworm ... issues/279A temporary solution is to create the file /etc/modprobe.d/brcmfmac.conf...
View ArticleMicroPython • Re: Pico W - MQTT
Ok is it working now?Obviously I can't speak for the OP but I ran into exactly the same issue ...I had my MQTT working on my Pico W with an 'mqtt.simple.py' which had been forked from MicroPython-Lib...
View ArticleNetworking and servers • Re: Using a Zero to boot a Pi5
Thx for your replies,Using WOL implies that you want to wake up the Pi. How will you put the Pi to sleep in the first place?Yes i mean something like WOL. I want to boot itHow will you put the Pi to...
View ArticleTroubleshooting • Re: Chromium-browser package no longer only chromium
Hello kerry_s,To clarify, I installed Raspberry OS lite and then added GNOME. I didn't have any problems before, and these are the default sources. I haven't changed anything in the sources list. I've...
View Article