Raspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Desktop for Mac Support
...Time to look for clues on configuring keymaps...If you mean the keyboard layout then sudo dpkg-reconfigure keyboard-configuration should let you find one that matches the Mac and once selected a...
View ArticleRaspberry Pi OS • Re: Disabling pop-ups and notifications
You could perhaps consider using a Python program which uses PyGame to open the display in full-screen mode, use that to put whatever is to be displayed on the screen rather than 'feh'. There may be...
View ArticleAdvanced users • Industrial machine on rpi5
1: I have to make simple datalog which will have 4 columns, such as sr.no, date timestamp, results (ok/nok), remark. user will login on webpage, he will select "From" and "To" date & he will click...
View ArticleTroubleshooting • Re: WPA3/SAE does not work on Pi 3b+/4/5 w/bookworm
I have connected to a WPA3 only AP (in April 2024) with a Pi 4 but you do need to mess around quite a bit.This fix worked for me https://github.com/raspberrypi/linux/pull/5945Statistics: Posted by X69...
View ArticleRaspberry Pi Connect • shell disconnection on load?
This is a tentative post - I'm just throwing it out here to see if anyone else has thought this ...This is on a Pi Zero 2 W on my local network, using the shell connection. I've had numerous...
View ArticleBeginners • Re: RPi3B+ Broken USB 2.0 Connector
I did a google search for "computer board usb connector" and found a lot on amazon.Statistics: Posted by Craig1234 — Mon Jul 01, 2024 2:35 pm
View ArticleTroubleshooting • raspi-config système/audio bug?
Hello, before working audio managers like pulseaudio/pipewire, I could select output to HDMI, now it comes back to menu.It's not important as I can select from volume control on LXDE desktop but...
View ArticleCamera board • bookworm lite, rpi5, picamera2 preview on second hdmi
Hi,I cannot find out how to display the preview on the second HDMI screen, when two screens are connected. I am using DRM/KMS....Any tips/hints?Statistics: Posted by mbu01 — Mon Jul 01, 2024 2:45 pm
View ArticleCamera board • Re: grabbing warning given by the picamera2() commands
"picam2.start()" doesn't work like capturing images, it's synchronous. If it doesn't give you an error immediately, then it worked, at least so far as it knows. It's only once you ask for a capture of...
View ArticleHATs and other add-ons • Re: Futureproof NVMe boot?
Maybe too late for you now, but PINN could be an option for you.PINN is a small OS installer and boot selector that would live on your SSD.In your case you would use PINN to install your OS (Raspios,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
Hi, the display: line says:display: DISP0: HDMI HPD=1 EDID=ok #2 DISP1: HPD=0 EDID=none #0That looks fine. What power supply and hdmi cable are you using?Is it a direct cable, or micro-hdmi to hdmi...
View ArticlePolski • Re: Szukam odważnych ochotników do przetestowania środowiska...
Hej wszystkim!Parę problemów pojawiło się podczas testowania pico-examples za pomocą Devcontainer'a ETOOL1 - "ERROR: ELF contains memory contents for uninitialized memory at 0x20000000"Interesujący...
View ArticleBeginners • Re: Extracting files from a tar.gz archive
From the command lineCode: man targets you the documentation for tar.It's been a while since I'ved used tar in anger but IIRC if you open a terminal in the directory (or cd to it in an open terminal)...
View ArticleTroubleshooting • Screen resolution
Ok, I'm dumb. I did a new load of bullseye and brought it up the first time on my desk with a wide monitor. When put in it's place, it has a 4:3 monitor. and I cannot get the login screen or the...
View ArticleRaspberry Pi OS • Is there any ongoing work to reduce the Pi5 idle power...
As it is now, the Pi 5 consumes 1.5W and the BCM2712 runs quite hot to the touch, even fully idling, doing absolutely nothing, no connections, no monitor connected.Is there any ongoing work to reduce...
View ArticleGeneral • Re: Bare-metal Bit Banging GPIO (AQA Assembly style)
This is my first attempt:Code: .syntax unified .cpu cortex-m0plus .thumb .alignrelease: ldr r0, =0x4000f000 movs r1, #32 str r1, [r0]sio: ldr r0, =0x400140C8 movs r1, #8 str r1, [r0]turnOn25: ldr r0,...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
If you log in and launch kodi with /usr/lib/aarch64-linux-gnu/kodi does that work and does it affect bluetooth audio?If i launch Kodi from this directory (kodi.bin), bluetooth audio works.Statistics:...
View ArticleGeneral • Re: Bare-metal reset of IO_BANK0
For assembly language programming, I'd recommend you download the ARMv6-M Architecture Reference Manual:https://developer.arm.com/documentation/ddi0419/latest/This has a detailed reference of all the...
View ArticleTroubleshooting • Re: Screen resolution
power down your Pi, remove uSD card, power up your Pi and take a picture of the boot diagnostics screen for posting it here.The DISPLAY line is of interest!Statistics: Posted by aBUGSworstnightmare —...
View ArticleTroubleshooting • Re: KMS driver shifting 3 pixels to the right on DSI displays
It is the official display I'm using. What's the best way to find out which one it is? Is there a way to do it from within the OS, or do I need to look at the back of it?Statistics: Posted by...
View Article