Beginners • Re: Wayland & Wayfire very buggy
If the RAM was corrupt, X Windows wouldn’t run either, 4 gig RAM on both Pi400 & Pi 4b, HDMI on new monitors, the power supplies that come with thosePi’s, no peripherals. I don’t follow why very...
View ArticleGeneral discussion • Will the raspberry pi 5 support waveshare 4.3 lcd (B)...
Will the raspberry pi 5 is compatible with Waveshare 4.3inch Capacitive Touch Screen LCD (B) .. please discuss about other hdmi and dsi waveshare displays working with pi5Statistics: Posted by...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
No it's not working. Does your tree have commits in https://github.com/raspberrypi/linux/pull/6046 applied?Or just run rpi-update, like the post tells you to do.It does, but it's not in there for...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
UPDATE:: Still a work in progress but auto configure is coming to 0.5.0 I'm working out how to move functions around so they can be reused in tools and the daemon there is some overlap right now that...
View ArticleRaspberry Pi 400 • Re: Pi400 Bookworm No Audio
Can you post url from "raspinfo | pastebinit" ("sudo apt install pastebinit" if it's not installed).Statistics: Posted by dom — Sat Mar 23, 2024 6:33 pm
View ArticleTroubleshooting • Re: is my rsync session dead?
if its running under screen, you can always use "screen -x" to attach to it againthen you should be able to see all the status metricsStatistics: Posted by cleverca22 — Sat Mar 23, 2024 6:43 pm
View ArticleGeneral discussion • Re: Installing luma for a rubiks cube solver.
If you are using Bookworm, it has changed a bit so we now need to create a virtual environment (venv) to install python packages with pip.See https://www.raspberrypi.com/documentat ... spberry-piLike...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
The monitor is now a 1920x1080 medion.cmdline.txt is as follows:video-HDMI-A-1:1360x768@60Dvideo-HDMI-A-2:1360x768@60Dconsole=serial0,115200 console=tty1root=PARTUUID=d005297d-02...
View ArticleOff topic discussion • I would like to buy something unusual for my child and...
I want to buy my child something unusual and something that he will definitely like, he is now 4 and I have already tried many toys and devices and I don’t even know what to do, what can you...
View ArticleOff topic discussion • Re: "Verify you are human"
I love this topic, but all I say is lies, and my laughing is to hide my tears. Statistics: Posted by amoun — Sat Mar 23, 2024 7:45 pm
View ArticleAutomation, sensing and robotics • Re: Object dimensions using image...
That depends massively on how the camera is oriented, but have a look at this:https://pyimagesearch.com/2016/03/28/me ... th-opencv/If you take a surveillance camera as an example, then e.g. the...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
pi@raspberrypi:~/wf-panel-pi/builddir $ meson compileERROR: Current directory is not a meson build directory: `/home/pi/wf-panel-pi/builddir`.Please specify a valid build dir or change the working...
View ArticleRaspberry Pi OS • Re: kernel headers 6.6.21-v8-16k+ ?
finally I found a solution for the openvpn dco to load.After fruitless digging, I ended up building a custom kernel. 6.6.22 however did not work with the openvpn-dco-dkms, compilation fails.Maybe I...
View ArticleTroubleshooting • Re: Mouse & keyboard not connecting to Zero W
Which USB port was your hub connected to?Pi Zero series computers have 2 micro USB ports, but only one of them supports data and devices (the other is just for power). If you connected the hub to the...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hello Sam. Is that a Chinese name or are you of European decent ?Take care.Statistics: Posted by amoun — Sun Mar 24, 2024 7:42 pm
View ArticleRaspberry Pi OS • USB: ch341 appears and disappears periodically
Hello...i try to connect a esp32 board with USB to serial converter ch341 to a RPi4. It appears and disappears every one second. What do i do wrong?Thank you very much...PRETTY_NAME="Debian GNU/Linux...
View ArticleTroubleshooting • Re: Accidentally Overwrote...
On my Bookworm system that file is a symbolic link.Code: root@columbia:/etc/systemd/system# ls -la dbus-org.bluez.servicelrwxrwxrwx 1 root root 37 Dec 5 04:40 dbus-org.bluez.service ->...
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
Some banks, TSB if I remember being the main culprit would, not accept ESR once new version came out. The problem was that ESR are seen as old versions and Rapid Release: receives major updates every...
View ArticleNetworking and servers • Re: Powering PI 5 from PSU
Code: sudo rpi-eeprom-config --editThen add the line...Code: PSU_MAX_CURRENT=5000This will make the Pi5 assume that the PSU is capable of delivering the full 5 Amps if/when needed.Thank you for that,...
View ArticleSDK • Re: RP2040 (pico sdk) strange behaviour (and crash) around gpio IRQ...
Thank you @carlk3 for reply.This is what I was suspecting as well as one of the causes, however, the suspect seems to be hiding very deep. Using mechanisms from SDK and FreeRTOS (PICO_USE_STACK_GUARDS...
View Article