Troubleshooting • 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 ArticleAdvanced users • Re: New behaviour when closing I2C lines with the GPIO v2 API
Opening an issue on our Linux repo would make it more likely this gets some attention: https://github.com/raspberrypi/linux/issuesStatistics: Posted by PhilE — Tue Jul 02, 2024 2:28 pm
View ArticleNetworking and servers • PTZ Camera control over Raspberry Pi
[*]The idea is to make a wireless solution where I can control the PTZ camera 300-500 meters from a distance using Raspberry PI.[*]The plan would be that Raspberry PI could get a power from the solar...
View ArticleTroubleshooting • Re: BU-353N5, gpsmon cannot get location (lat+lon), cgps...
pi@rpi:~ $ lsusbBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 003: ID 067b:23a3 Prolific Technology, Inc. ATEN Serial Bridge <----------- My GPSBus 001 Device 002: ID...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What does 'w1-gpio pullup' actually do?
G'day members,after doing the obvious, which is looking in the bcm data sheet, I found out, there is a GPIO Pull-up/down Register (GPPUD). And this may really make an external pull-up resistor...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not connecting to my 4k Monitor? First...
I've made some more tests on this 8GB Pi5 DUT:Code: video=HDMI-A-1:1920x1080M@60D video=HDMI-A-2:1920x1080M@60D vc4.force_hotplug=3gives mehttps://paste.debian.net/hidden/5902682e/ Code:...
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 ArticleGeneral discussion • Settings and web browser don`t open
Hello,Don`t know why i can`t open appearence settings on the menu preferencesI put on terminal pipanel and shows me this(pipanel:8570): dbind-WARNING **: 16:06:18.115: AT-SPI: Error retrieving...
View Article