Troubleshooting • Tor on Bullseye
I am using a pi 4 Model B - OS os Bulleye 11. Until recenly I used Tor browser occasionally...then it would not run. All the files/data structures appeard to be OK. Mystified...I removed/purged Tor...
View ArticleGeneral discussion • Re: Raspberry Pi OS Upgrade using APT
Sorry Bullseye to BookwormStatistics: Posted by Laserman99 — Sat Dec 07, 2024 3:05 pm
View ArticleAdvanced users • Re: Diagram of the boot sequence for Rapsberry pi 4
https://www.raspberrypi.com/documentati ... t-sequenceStatistics: Posted by redvli — Sat Dec 07, 2024 3:05 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The active cooler air is going round in circles, you need more than a few small holes to convince the hot air not to be sucked back into the fan. Some Directors/deflectors made out of cardboard could...
View ArticleGeneral discussion • Re: How can I install Raspberry PI specific VLC?
don't add the version. Just runCode: sudo apt updatesudo apt install vlcIt will try to pull in several dependencies and should ask for a confirmation before installationthis workedStatistics: Posted...
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
Possibly the microSD card has gone into read-only mode to preserve its contents.Statistics: Posted by drgeoff — Sun Dec 08, 2024 2:28 pm
View ArticleTroubleshooting • Re: pyhthon script not booting up on raspberry pi 5 start up
The guide to all things startup (thanks thagrol) is here: viewtopic.php?t=314455What is your python script doing?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
Are you using the 32-bit Bookworm ?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:32 pm
View ArticleCamera board • Re: Camera flickering at low light
What type of lighting ?If you put it in manual exposure and vary the exposure time does it change ?Statistics: Posted by gordon77 — Sun Dec 08, 2024 2:40 pm
View ArticleRaspberry Pi OS • Clarification re: picotool & vs code
I recently set up a new installation of PiOS Bookworm and VS Code on an external HDD connected to a Pi 400. When I execute picotool version in the VS Code terminal window, I get: picotool v2.1.0. When...
View ArticleSDK • Re: prevent "Downloading Picotool"
every time I do clean build is see "Downloading Picotool". I already have it since the last build 15min ago. Why does it default to constantly refetching? [ ... ]A search did not find any info on...
View ArticleBeginners • Re: How work `rpi-eeprom-config` program
Maybe have a look at the source code on github? https://github.com/raspberrypi/rpi-eepr ... rom-configStatistics: Posted by neilgl — Sun Dec 08, 2024 2:54 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom Video Modes, Wayland
Which window manager do you use because the method differs.For wayfire one can add a custom mode in wayfire.iniRunCode: sudo nano .config/wayfire.iniand add your custom mode to the related...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
Not sure if this link to the script I wish to run is allowed but hope its ok https://github.com/ZuinigeRijder/SolisCloud2PVOutputInteresting. I was going to look at the API to get the data, but made...
View ArticleAdvanced users • Re: NUMA Testing
Is this going to be added to raspi-config (and Desktop Config) so I don't have to keep remembering what to edit? The "latest" release of the bootloader EEPROM now have it enabled by default, so if...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 4inch SPI Display on RPi5
Sorry, I'm not interrested in providing FOC support to waveshare customers.Just one commend: using ones brain is beneficial!The display where you got the init sequence from is 320x240, yours should be...
View ArticleGeneral discussion • Re: Browser oftren Hangs.
Chromium works fine for me on an 8gb Pi 5. Something's sound off on your system to have what look like memory issues with those lower requirement browsers.Statistics: Posted by jamesh — Sun Dec 08,...
View ArticleSDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
How much extra production $ would be required to upgrade USB3.0 to (10Gbps) USB3.2gen2?That would effectively bump USB storage speeds to counterbalance the lack of M2.Of the order of $20 million....
View Article