Raspberry Pi OS • "/lib/modules/6.6.30-v7l+/build. No such file or...
Hi all,I just compiled a custom kernel for the RaspberryPi 4B as shown in this video https://www.youtube.com/watch?v=jmeL4Ewylr4Then I transferred the built image to the pi and rebooted it.After that,...
View ArticleTroubleshooting • Re: One Raspberry pi can ping another but not the reverse
As you have a Pi 5, I'll assume you're running Raspberry Pi OS Bookworm.Bookworm doesn't use dhcpcd. Instead it has Network Manager. You can set up static IPs using the nmcli command, or the nmtui...
View ArticleBeginners • Re: Advice for complete starter kit and peripherals for a teen
An excellent list above but would suggest adding one of the many cases to protect the Pi and make it easily and safely transportable. From memory a cased Pi would be essential in any teenage...
View ArticleSDK • Re: Pi PicoW savind data to flash
Yes, it is possible. If you want to treat the data as files, you will need to use a third-party library. The pico-vfs library allows you to read and write files within a file system deployed on the...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
I think it does make sense to make a laptop out of the Raspberry Pi 10.I was interested in this topic but I have let it be for the moment. I suppose in a view years these devices are there which can...
View ArticleRaspberry Pi Connect • Re: rpi-connect failing without ipv6
Well if you can't wget from Google, then I don't think this is a problem with ConnectStatistics: Posted by gsh — Sun Jul 07, 2024 8:15 am
View ArticleBeginners • Re: Upgrade Raspberry Pi 3b+ without physical access
Dante,I've got a couple of Pi's happily beavering away using older, now legacy operating systems. In one case, running a program accessing the GPIO using WiringPi, it'll take quite a re-write before I...
View ArticleGeneral discussion • Raspi 5 connecting to a ESP 32 Controller
Hello all,I'm facing some issue and i'm not able to connect the Raspi 5 to my ESP 32 Controller.I'm using this ESP 32 Controller (General Driver board for Robots, Based on ESP32, multi-functional,...
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
USB-C on the Pi5 can't output video!Displaylink (not to be confused with displayport) does not require anything special from the USB port.And you would use the normal USB 3 ports for it.The...
View ArticleGeneral discussion • Pi 5 wifi speed
A fresh install of 64 bit wayland on my Pi 5, I get an excruciating slow download speed. On an ethernet connection I get 277 Mbps. Am I missing something in the wi fi settings ?Statistics: Posted by...
View ArticleRaspberry Pi Connect • 1.30 / vnc off but still getting wayVNC errors
Hi,I have installed full rei-connect but set VNC off (desktop is not running).pi@raspberrypi64:~ $ rpi-connect statusSigned in: yesScreen sharing: unavailableRemote shell: allowed (0 sessions...
View ArticleRaspberry Pi OS • Re: Openvpn installl on Bookworm (RPi5)
Thank You for this, as you say easy to install, and also a good amount of documentation with it, appears to be working fine but ree next commentI am using an RPI5 8Gbyte and I have RPi Connect...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
Those devices aren't actually "off" though are they? They are in standby mode. Usually you can turn such devices back on using a remote.Or a "power button"?You don't need an LED for a power button to...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Won't Boot - 4 Green Long Flashes, 5...
Has this Pi5 ever worked?Statistics: Posted by jamesh — Mon Jul 08, 2024 9:03 am
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
Huh. Is it possible to add additional chips to the qspi bus?Or is that one of the things that goes away to get 4 ios?Statistics: Posted by WestfW — Mon Jul 08, 2024 9:05 am
View ArticleAdvanced users • Re: Connecting MPU-6050 to Raspberry Pi 5
https://www.instructables.com/How-to-Us ... erry-Pi-4/Statistics: Posted by jamesh — Mon Jul 08, 2024 9:08 am
View ArticleAdvanced users • Possibility of Pi 3a+ with 1GB RAM
I'm working on a camera based project where I'm running into issues due to project limitations.I exploring the possible Ras Pi options against the project's size limitations, and found the following:-...
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
Only an NTP daemon calling clock_adjtime() will suffice.ITYM, ntp_adjtime()Statistics: Posted by BigRedMailbox — Mon Jul 08, 2024 9:14 am
View ArticleAdvanced users • Re: Possibility of Pi 3a+ with 1GB RAM
What's the probability that the Raspberry Pi Foundation releases a 1GB variant of the 3A+, and how might that be increased? Absolutely no chance of that at all.The Raspberry Pi Foundation do not...
View ArticleTroubleshooting • Re: Cron not running Python script
Hi all,Thank you for your replies. Especially the link to the beginners guide helped a lot.In the end, I could fix it by simply adding DISPLAY=:0 to the crontab.The scripts were opening the browser,...
View Article