Advanced users • Re: Image File Utilities
What is the point of specifying a size if it is then ignored?It isn't ignored, it creates a file system of the size you expect but it doesn't write huge blocks of zero's that aren't necessary.You have...
View ArticleTroubleshooting • Re: Is my analysis correct? Networkmanager waiting at boot
My apologies for late respons. I have solved the problem I think. Restoring the wifi network-extender helped. But what helped most was the discovery of a service running since I installed the NVMe,...
View ArticleGeneral • Re: Jumbled TCP requests
Firefox makes other requests in the background too (DNS, network connectivity checks etc) which will interrupt the continuity.Agreed. But that appears to only cause multiple increments which, as said,...
View ArticleAdvanced users • Start Chromium on second screen with Wayland/wayfire
Hi,I have Raspberry 4b with the latest updates, with Wayland & Wayfire. I have two HDMI monitors @1920x1024 connected to Raspberry. When I boot up to the desktop I want to open two chromium...
View ArticleGeneral discussion • Re: Raspberry Pi updates
To update all installed packagesFrom the command line:sudo apt updatesudo apt full-upgradeFrom the desktop, select the update icon from the top bar, top left (it appears if there are updates...
View ArticleTroubleshooting • Not connected to Wi-Fi with wlan0.
Hi,I use Raspberry Pi 4 and installed the OS. I tried using the wireless module on the board to connect to a Wi-Fi network.I use Raspberry Pi 4 and installed the OS. I tried connecting to a Wi-Fi...
View ArticleBeginners • Re: SPI Question
ghp wrote: ↑ 21 Feb 2024, 19:38 For the CS-signals, there are IO expander with more than 16 bit available. E.g. PCA9698DGG,512 or use some FPGA chip. When I search for this chip, I only find one with...
View ArticleFrançais • Re: Pb X après mise à niveau vers Bookworm...
Et si je ne suis pas sur un PI5... Je suis plutôt sur un PI3 ou PI3 B+ (quelque chose comme ça)... C'est toujours valable d'installer gldriver-test ?JMStatistics: Posted by Pti-Jean — Thu Feb 22, 2024...
View ArticleMicroPython • Re: Loading Micropython on to Raspberry pi pico
Thonny keeps an on-line record of what the latest firmware is, which I believe is at the URL mentioned in the pop-up of the OP...
View ArticleTroubleshooting • Re: Grey screen on boot Pi5/4b
I am inclined to believe that it does not have to do with feh, but I could be wrong. The service is set to start after sleeping for 30 seconds. So on these black screens it shouldn't have anything to...
View ArticleTroubleshooting • Re: Raspberry Pi 4 does not boot, both LEDs do not blink,...
you said: "It rebooted this morning". Power failure?it is possible that the OS files got corrupted. (if not properly shut down before power was removed.)try it with a fresh install to a (hopefully...
View ArticleTroubleshooting • Re: No output to Benq 27, but ok to Benq 24
it is possible that your new monitor (or maybe an adapter?) is not returning EDID data back to the PI, telling the PI what resolutions it supports... so the PI sets none.you can set the resolution...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
The Deamon will now do a dumb search for the correct device but check for gpiochip 0 - 10 and searching for the pinctrl in the label.Code: #include <stdio.h>#include <stdint.h>#include...
View ArticleAdvanced users • Re: Slow data transfer to NVMe in USB enclosure from RPI5,...
Ok this may be due to disabling uas... so please ignore this thread.I can take a usb3 disk from my rpi4b and move it to my rpi5, and the disk works fine and I don't get a slowdown...Statistics: Posted...
View ArticleCompute Module • Re: CM4 ISP / h264 encoder block when CPU is loaded
Hello 6by9,You asked me for a test case. I have provided you with what you need to reproduce the problem but I have not heard back from you.I don't know if the problem is in my code (it's most likely)...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
you're on an older kernel than me.You can simply use another uSD, copy your existing setup by using SD card copier app and the update to the latest kernel (which might solve the issue) by running...
View ArticleFrançais • Re: gpio c++
donc avec :temperatureUnit\u00E9Int = "dans le terminal de geany temperatureUnitéInt =et dans lxterminal (.local/bin/gainable)temperatureUnitéIntStatistics: Posted by ludoraspberry — Fri Feb 23, 2024...
View ArticleTroubleshooting • Re: Stuck at poweroff
Indeed! The behavior makes sense now in light of the fact that I had a typo in calling another overlay which was to give the subsequent instruction the system was waiting for. Thank you for your...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
I don't think there's any way to save an mp4 file directly from this circular buffer. I suspect the easiest thing would be to store regular h264 frames (as the example does), and convert to mp4 after...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
Writing the overlays will become fun!It shouldn't be that bad as I'd already done it on my tinydrm branch - https://github.com/6by9/linux/commit/22 ... e48bb6e70eand you've fixed the error from...
View Article