Troubleshooting • Re: Bluescreen with HDMI to Receiver/Beamer
Hi,thanks for taking the time.The receiver is Pioneer SC-LX501The beamer EPSON EH-TW3200Thanks for hinting to the diagnostics screen. I was not aware that I could do that.If I read this correctly the...
View ArticleBeginners • Debian Bullseye with Raspberry Pi Desktop using piserver
Hi, my Question: when I use Debian Bullseye with Raspberry Pi Desktop Release date: July 1st 2022 System: 32-bit Kernel version: 5.10 Debian version: 11 (bullseye)found...
View ArticleBeginners • Re: Mounting a hard drive without it having to be formatted
Here all all the filesystems that Pi5 Bookworm X11 recognises.Code: $ blkid...
View ArticleTroubleshooting • Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Hello,is it possible to take my MicroSD card that has the Raspberry Pi OS from my Raspberry Pi 4B and use it in my Raspberry Pi 5 or do I need to do a fresh install?Statistics: Posted by guruabyss —...
View ArticleTroubleshooting • Re: Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Provided it is Bookworm it will be fine, if it is any previous release (eg Bullseye) it won't be good.Statistics: Posted by pidd — Sat Feb 10, 2024 8:32 pm
View ArticleGeneral • Re: WiFi configuration without a display
...there is a new wifi auto-configuration protocol, that is meant to get rid of that whole need to connect to a hotspot on random IoT thingshttps://docs.espressif.com/projects/esp ......
View ArticleAdvanced users • Re: What slows down the system startup?
Remove "quiet" from cmdline.txt and you will see.It looks like:console=serial0,115200 console=tty1 root=PARTUUID=c76f48cb-02 rootfstype=ext4 fsck.repair=no cfg80211.ieee80211_regdom=PLbut still the...
View ArticleCamera board • Re: Camera Issues
Had a look through the tutorial and noticed that my previous code snippet might have been misleading, as the tutorial is using a three colour plane array - with no fourth transparency 'X' plane.So the...
View ArticleCamera board • Re: ERROR: *** no cameras available *** (RPi4B with HQ camera...
That video appears to building a pikon camera no usb involved ?Statistics: Posted by gordon77 — Sun Feb 11, 2024 7:26 pm
View ArticleTroubleshooting • Re: How can you force an SD card boot without disconnecting...
Getting desparate. Risking my pi, nvme hat, and nvme drive at this point. Boots fine with only the SD plugged in. I check config and its set for SD boot. I double and triple check rpi-eeprom-config. I...
View ArticleHATs and other add-ons • Re: Pi-Digiamp+ with RPi 5
We can immediately dismiss the Codec Zero, it only supports Mono In/Out if you look at the documentation. Which fits with what I found during research.No you can't. I've been simultaneously inputting...
View ArticleRaspberry Pi OS • Re: How to report issue? UK/GB 5GHz WiFi channels 3+ years...
I would log the issue at https://github.com/raspberrypi/bookworm-feedback/issuesThere is a change that the hardware does not support these frequencies and that's why they are not available (though I...
View ArticleC/C++ • Re: C++ fgets behaving very oddly on Bookworm (no other environment...
My reading of the documentation is that NULL is returned on the call to fgets if the FIFO is empty, whether or not the writer has closed the FIFO, and this is not classed as an error. Maybe that's...
View ArticleCamera board • Error reshaping array?
I have code that is based off: https://github.com/raspberrypi/picamera ... _server.pyI am getting this error:Code: Exception in thread Thread-4 (output_thread):Traceback (most recent call last): File...
View ArticleTroubleshooting • Re: look giving strange results
Looks like a bug in the version of look supplied by Debian. Definitely on my RP5, I have look coming from the Debian repositories:Code: rpi5.pi ~ [0:105] apt show bsdextrautilsPackage:...
View ArticleBeginners • Re: VNC - black screen after logging in to Raspbian 64bit
Hi. After changing the resolution in config.txt, the problem continued.I had the VNC function enabled in both "raspi-config" and "Preferences -> Raspberry Pi Configuration", and after starting the...
View ArticleGeneral discussion • Re: pi 5 nvme case options?
I already have a Pi4 in the earlier case. I will post my experiences - should be arriving tomorrowStatistics: Posted by cct — Mon Feb 12, 2024 8:16 pm
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2 w not showing up in USB devices.
That's the expected behaviour. No Pi will behave as a USB device unless explictly configured to do so. that's not entirely true. Some models will present as a boot device under very limited...
View ArticleGeneral • Re: Non-blocking PIO I2C example available
I've been looking for this, can you send it torubenmarques91atgmaildotcom?Thanks!Statistics: Posted by rmarques — Mon Feb 12, 2024 8:23 pm
View ArticleTroubleshooting • Re: Bookworm and RealVNC
Use scp (secure copy = copy via ssh)Make sure you have enabled ssh on bookworm.On Windows use Winscp (https://winscp.net)Statistics: Posted by tvoverbeek — Mon Feb 12, 2024 8:23 pm
View Article