Beginners • Re: Introduction
Hi Hales, I'm Goncharow. I hope we'll get alongStatistics: Posted by goncharow — Sat Jun 22, 2024 1:14 am
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
Given that the main open source applications run on both the Pi and whatever windows runs on, my first recommendation in mixed environments and to those thinking about the switch, is to start using...
View ArticleCamera board • Re: Can't stream from Pi5 with rpicam-apps...
LOL ..... update our guide.....RPi quality control really sux . Not necesarily on the hardware side, but the software seems to be total shit.The web is FULL of examples of supposedly working video...
View ArticleGraphics programming • Re: Xorg weird issues: log flooded and memory leak
I had to limit the size of the systemd service to avoid fullfilling all the RAM (hence the "max: 200.0M").I doubt that X has any logic that would allow it to use less memory because you imposed a...
View ArticleGeneral discussion • Migrating app from pi4 to pi5
On the pi5 I'm trying to downgrade thunderbird 115 back to thunderbird 102.Thunderbird email version 115 was not an improvement over 102.On the pi400 (bullseye) an update last year updated thunderbird...
View ArticleOther • Re: Can't install Windows 10 on Raspberry pi 3 b+
You're wasting your time. The Pi was not designed to run anything other than Linux.That might be the case now but I very much doubt it was the case for the Pi 1. IIRC the original Raspbian released...
View ArticleRaspberry Pi Connect • Re: Default Resolution
Unplug the monitor cable and you will have no problem, the resolution will be suitable for your browser window.Statistics: Posted by celona — Sat Jun 22, 2024 11:20 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Any ETA when the latest Batocera will be available again for Pi 5?Statistics: Posted by DieHardjagged — Sat Jun 22, 2024 11:31 pm
View ArticleGeneral discussion • Re: Migrating app from pi4 to pi5
You can use SD Card Copier to copy the current card in the Pi 4 to a card for the Pi 5. When you are happy with the card in the 5, switch off Thunderbird in the 4.I usually make image copies and...
View ArticleGeneral discussion • Attempting to find a good DAW
I would like to find a well behaved DAW (Digital Audio Workstation) to run on a Pi4 or 400 running Bullseye. I have found four good choices but each says "just" compile from source. The problem I run...
View ArticleBeginners • Re: Simple file HTTP server
Hi,Apache is a well established web server and runs quite well on Raspberry Pi. Another choice is LigHTTP. It is also a simple load sudo apt install lighttpdStatistics: Posted by jachaney — Sun Jun...
View ArticleTroubleshooting • Re: found something weird
Are you running Wayland? brand new latest pi OS bookwork with wayland brand new installAre you running the latest client from RealVNC (and on what platform)? real vncviewer 7.6 from win11 homeAre you...
View ArticleGeneral discussion • Re: Attempting to find a good DAW
My suggestion would be to pick one of the four that you have identified, that you think would suit you best, then ask for help to compile it from source.It can be a bit daunting, especially if you...
View ArticleC/C++ • Re: Finding CLOCKS_PER_SEC
I can't help much as I don't have the time. I did plug "{auto x=CLOCKS_PER_SEC;}" just before the first xTaskCreate() in main(), into a FreeRTOS c++ project I was working on and it compiled, Note my...
View ArticleBeginners • Re: DHT11 sensor with Raspberry Pi Pico
From Thonny, look at the files on your Pico (if you don't have the Files pane, go to View → Files to enable it). Find the dht.py (it might be in /lib) and delete it (either right-click contect menu...
View ArticleNetworking and servers • Re: Can't ssh into a pi 5 in gadget mode
Upon further inspection, I cant ping either device from the other.I assigned the ip 192.168.186.3 to the PI on the USB0 interface, and 192.168.186.5 on my fedora system. I am unable to ping the PI...
View ArticleTroubleshooting • Re: Five SDHC cards - four still cannot boot several Pis
Boot from a USB stick.Then use the RPi uSD socket to look at the uSD.I generally install Gparted so I can format using the Pi.Worn put lots of SD readers, they fail a lot.uSDs wear out too and there...
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
i dont think i made it clear enough, which is my bad, but i am only replacing one of the Pis on the equipment it is installed on. i need to make the replacement one, the bookworm one, talk to the...
View ArticleTroubleshooting • Re: Micro Center "Premium" SD card not bootable...
are you 100% sure its a booting problem?it sounds more like an edid problem to meYes, It's stuck on the "welcome to raspberry pi OS" screen and never proceeds. Ctrl Alt Fwhatever doesn't do anything,...
View ArticleTroubleshooting • Re: Problem with installing usb wifi dongle driver
Yes, unfortunately the last time MrEngman posted was in 2021. It appears that you are looking for a driver for the RTL-8192EU. My quick search found this github...
View Article