General discussion • Re: What do the numbers on the back mean?
Possibly planning on putting a torch to it? Statistics: Posted by geerlingguy — Wed Mar 06, 2024 2:34 am
View ArticleGeneral discussion • Re: PCIe gen 2 vs. gen 3
Apparently a commonly used Phison controller chip fails with the Pi 1 lane PCIe.The Phison controllers are okay. It the WD/Sandisk controllers that have problems. Blame Geeekworm for spreading that...
View ArticleGeneral discussion • Re: Wiring multiple photoelectric sensors to RPI 4
Few comments on your setup.1 - You specified that your sensors are NPN. This mean that the output is the collector of a NPN transistor. This only able to put the output to 0V. You need to add pull-up...
View ArticleNetworking and servers • wpa_supplicant.conf settings
Hi, I got it working in the end but adding the wpa_supplicant.conf file to the root of the .img file. In the file I added the first wifi ssid with an unsecure password, effectively overwriting the...
View ArticleSDK • Re: pico_sdk_import.cmake question
Your path has spaces, is it in quotesCode: set PICO_SDK_PATH="C:\Program Files\Raspberry Pi\Pico SDK v1.5.1\pico-sdk"Statistics: Posted by breaker — Wed Mar 06, 2024 3:57 am
View ArticleAdvanced users • Re: Virtualisation on RaPi5
I haven't tried either of these on the Pi, but a quick web search indicates that you should be able to use KVM and Xen on the Pi. I'm hoping to find some time to check these out soon, but probably not...
View ArticleTroubleshooting • Re: Active Cooler does not appear to be recognized [SOLVED]
Thanks for all the help. I am off to find a friend with better eyes than me!Statistics: Posted by pycc — Thu Mar 07, 2024 3:45 am
View ArticleTroubleshooting • Re: Turn on/off HDMI: not tvservice, not vcenvcmd, not...
I’m having a similar display sleep problem: viewtopic.php?p=2200435My display connected to the Pi 5 would sleep and wake continuously. But I am using X and a desktop manager. Anyone have an idea how...
View ArticleHATs and other add-ons • Can’t install sense hat emulator
I’m using a Raspberry pi 5 I recently bought and am running Raspberry Pi OSThe sense hat emulator didn’t come on the recommended software and installing from the documentation it says I need...
View ArticleTroubleshooting • Re: Pi 5: display sleeps and immediately wakes back up
what input devices? is the mouse causing any spurious move events?run "evtest" and check each input device, are any generating events when its idle?I'm using a wireless mouse and keyboard combo but...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Box 64
“-mfloat-abi=hard” selected architecture lacks an FPU.-mfloat-abi is only used on 32bit arm, and doesnt apply to 64bit armare you building for 32bit or 64bit?Statistics: Posted by cleverca22 — Thu Mar...
View ArticleGeneral • Re: How long will the Raspberry Pi Pico be turned on using a single...
You might have to measure the current yourself. Best I could find online was about 80mA.Statistics: Posted by ame — Thu Mar 07, 2024 4:02 am
View ArticleCamera board • FFC Cable Length for v2 Camera Module
hi everyone, just wanted to know what is ideal FFC cable length for RPi Camera Module 2 to avoid signal degradation or interference issues while using it with Compute Module 4. Also is there any...
View ArticleTroubleshooting • raspberry pi 3b low download speeds
I have a raspberry pi 3 model b running qBittorrent and plex server. Everything is set up but my torrent download speed caps at 6 MB/s. I have gigabit fiber internet and I have the raspberry pi...
View ArticleTroubleshooting • Re: Reset Raspberry Pi OS to default settings
No. There is no reset to factory defaults command.Restoring from the backups you took before changing things is the best option. Assuming, of course, you took backups.Without knowing exactly what you...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 and Anydesk, error failed to open vchiq...
Related: https://github.com/Botspot/pi-apps/pull/2455I think AnyDesk cannot run on the pi5 at all due to its use of the deprecated vchiq pathway. At least, that is what we concluded on that github...
View ArticleGeneral discussion • Re: Cloned sdcard to SSD - doesn't work
Still, it won't boot, unless it's a fresh install. What am I missing and doing wrong here? Try migrating the SD card to the SSD with usb-boot.Statistics: Posted by RonR — Fri Mar 08, 2024 12:51 am
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
To whoever said that the USB-C monitors are normally powered by the device connected to it. That differs to my experience, all the monitors I have and use, the monitor powers and or charges the device...
View ArticleAdvanced users • Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.This update adds support for Bullseye to the "Update rpi-eeprom Package" action.This addition is to accommodate Raspberry Pi OS...
View ArticleTroubleshooting • Re: Hide taskbar automatically - Pi OS Bookworm #SOLVED#
I'm confused, where is the .config file exactly?I've searched Raspberry Pi forum viewtopic.php?t=264211I've searched Terminal $ grep .config -> Enter -> cursor just stays white and nothing...
View Article