Networking and servers • Re: Cant access device on Wifi AP
The DHCP server or NTP servers don’t have to run on the router.It’s just a convenient location given the router is usually up 24/7.You can move both services to the Pi if you wish.^This. There are a...
View ArticleAdvanced users • Re: Rpi5: Secure/Measured/Encrypted boot
On Pi5 the firmware must be counter signed by the customer's private key so revoke_devkey is not necessary i.e. you can't downgrade to an older version of the firmware unless you sign it yourself once...
View ArticleMedia centres • Re: Peppy player
On my 5" player that uses Iqaudio-dacplus audio HAT, the volume_control in the config.txt is set to amixer, linear and PCM. However, when I display the same config setting using the WebUI, the Volume...
View ArticleCompute Module • Re: Getting stuck when attempting to network boot a CM4
If you copy the exact contents of /tftpboot to a FAT formatted USB stick, it does is able to boot from that?Statistics: Posted by incognitum — Mon Jul 29, 2024 1:20 pm
View ArticleTroubleshooting • Re: raspbian buster - usb device not recognized
Buster has left Long Term Support by the Debian project, and had been dropped by Raspberry Pi largely when Bullseye was released almost 3 years ago.Support is going to be very limited, with very few...
View ArticleTroubleshooting • Re: Pi 3b+ using Pi 7" display brightness control not...
I suspect you'll find that /sys/class/backlight/rpi_backlight doesn't exist.The drivers were updated as part of the shift from firmware display control to Linux kernel, and it would now normally be...
View ArticleUbuntu • Re: RealVNC and upgrade from Ubuntu 23.10 to 24.04 on RPI4: the...
What about the support of kms by VNC? It's not working so far I know.Not speaking about changing the product, this is what provides me persistent session reliably with MFA and all I need.The Gnome dev...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
_thread is a source of much sadness for RP2040 MicroPython users. If you're used to using threads on CPython, it's easy to forget that you have the full weight of an operating system with memory...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing a 8-bit Serial RGB Display
I understand, but I am wondering if there is any way to make it work...Not without external circuitry.The simplest interface based on a quick read of the datasheet would be to feed the Red, Green, and...
View ArticleTroubleshooting • Re: HQ Camera stops working in sunlight?
The picture freezes, and eventually motion logs a line about something how the watchdog timed out and it's trying to restart motion, but it never succeeds.Statistics: Posted by dexter123 — Mon Jul 29,...
View ArticleRaspberry Pi OS • Re: Does Pi OS has "semi-official" list of good...
I also would point out that being in the Play store or App store is hardly a ringing endorsement of goodness. At best it is an assurance that it is unlikely to contain malware that steals your kittens...
View ArticleTroubleshooting • Re: When will there be a Raspberry Pi with at least 16GB of...
I need more memory.you may try to increase the swapfile to 8 or 16GBWith the command: swapon -sFilenameTypeSizeUsedPriority/var/swap file2047960-2204796 kB = 204.796 MB = 0.204796 GB swap space at...
View ArticleGeneral • RP2040 Custom Board, doesnt run the code
Hi,We've created a custom board with the RP2040 and now we ran into problems running code. I've looked at other threads and tried applying what has been suggested such as lowering clock and changing...
View ArticleTroubleshooting • Re: Issue with Raspberry Pi 3 Model B+
The customised OS has not been updated to handle some minor production changes to the 3B+.https://pip.raspberrypi.com/categories/ ... -9-PCN.pdfStatistics: Posted by drgeoff — Tue Jul 30, 2024 1:38 pm
View ArticleNetworking and servers • Re: Access mysql database on raspberry pi from...
To access it from anything other than the local machine you will have to make it listen on the correct network interface ... .... with the correct remote credentials and correct security specs on your...
View ArticleRaspberry Pi OS • Re: Booting time reduction
Here are a few things to consider:Look at 'sudo systemd-analyze blame' to see what services are taking the most time. Convince yourself that all of them are needed.Look at services that are starting...
View ArticleRaspberry Pi Connect • Re: Connect failed to start, no screen
Additionally from the journal:Jul 30 07:00:25 raspberrypi systemd[973]: rpi-connect-wayvnc.service: Scheduled restart job, restart counter is at 225.Jul 30 07:00:25 raspberrypi systemd[973]: Stopped...
View ArticleBeginners • Re: Which one to download deb or rpm?
it's generally safer to go with the version that's in the repository.The newer one is in 'the' repo (Debian, which is the basis for PiOS 64)If the pi repo version would still be relevant for PiOS it...
View ArticleGeneral • Re: Display Help
I did, and when I did that a "couple" errors/var warnings appeared (I had to backspace ~1/3 of the warnings because the errors were 100,000 characters long):libraries\TB_TFT_eSPI\TFT_eSPI.cpp.o: In...
View ArticleUbuntu • Re: Dual booting Ubuntu via PINN via retropie
I will add Retropie 4.8 to PINN for you.Statistics: Posted by procount — Tue Jul 30, 2024 2:22 pm
View Article