Troubleshooting • Re: Docker not working on Pi 5 running Pi OS
Forget chatgpt, google "raspberry pi disable ipv6" and you'll get instructions, assuming you run ipv4 in your network and the pi uses that too which it does by default.Statistics: Posted by memjr —...
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
Nope.Raspbian is a third party OS that predates RPiOS. RPL took that then added their own drivers and customisations to make Raspberry Pi OS. Raspbian still exists and is not the same thing.32bit...
View ArticleGeneral discussion • Re: Brother MFC and Raspberry Pi
i have a Brother MFC-7360Ni had to install printer-driver-brlaser to get it to work....sudo apt list printer-driver-brlaserListing... Doneprinter-driver-brlaser/stable,now 6-3 arm64...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I2C-0 - the I2C bus on GPIO0/1 aliases as i2c_vc as informed here..Normally on a Pi4 you have the I2C busses stated below:..- i2c-0 on GPIOs 0&1. Requires dtparam=i2c_vc in config.txt...So why not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
"vcgencmd get_camera" is ONLY valid for the legacy camera stack. It is irrelevant for anything using the kernel drivers.Likewise "start_x=1" only enables the legacy camera stack, which is irrelevant...
View ArticleBeginners • Re: Unable to delete ?hidden? Files
Yes your rightTried pip uninstall astropy , and it appeared to work and can no longer find file, so assuming all files have been deleted.Just confused to why the ‘find’ command could find a file, But...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Nice.Oh, ok. I thought there was a reasonable difference.I was going to look into that.Also. What counts as a good thermal pad.I am keen to get mine done, but I think its going to be a...
View ArticleOther programming languages • Re: PHP Calling Pinctrl in shell_exec different...
OP never did come back...Statistics: Posted by neilgl — Fri Mar 01, 2024 4:18 pm
View ArticleTroubleshooting • Re: Pi 5 will not power on
The issue with the Raspberry Pi 4 not booting from an SSD could be related to the bootloader version. Ensure your Pi's bootloader is updated to the latest version by running sudo rpi-eeprom-update and...
View ArticleTroubleshooting • Re: cant use alsa library on raspberry pi 5
hifiberry said pi5 can connect this.And then I'm contacting hifiberry as I wrote here now.I want to prove that my raspberry pi5 is not a failure.hifiberry said now," There might be still a bug in the...
View ArticleDevice Tree • Adapting an overlay for AT24 EEPROM on i2c-0 for Pi 5
I have been trying to adapt for the Pi 5 a device tree overlay I previously used on older Raspberry Pis that enables access to an AT24C32 I2C EEPROM on the i2c-0 bus. My reason for such an overlay is...
View ArticleOther • Q4OS 5.4 Aquarius for Raspberry Pi
Brand new testing version of a lightweight desktop Q4OS 5.4 Aquarius for Raspberry Pi, has been just released. Please see the...
View ArticleFrançais • Re: gpio c++
donc j'ai essayer le premier code c'as ecrit tres vite en ecriture !Code: pi@raspberrypi:~ $ cat ecrit2temperatures.c #include <stdio.h>void ecrit2temp(char * nomFic, float temperature1, float...
View ArticleTroubleshooting • Rotate touchscreen 90 degrees - does not rotate matrix
Hi All,I hope you can help as I have tried a lot but no results.I have a touchscreen, updated Raspberry Pi OS 64bit to latest version (raspberry pi 4)and would like to rotate my touchscreen.I use the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - 8gb Unable to read partition as FAT
then maybe the SD card is bad or fake. Try another card, the best are "a1" rated.suggest using a "name brand" SD card. i use sandisk samsung, or other major brands.All my SD card are of sandisk I have...
View ArticleTroubleshooting • Red light of doom
Hi,I wonder if anyone could help.I've just received a Pi 4 8Gb. I downloaded the standard PI image (with extra software) and flashed it to a 32Gb MicroSD card.Popped the card into the Pi, and plugged...
View ArticleBeginners • Re: Pi 4B Going Offline after couple of minutes
Turning Off and On seems to fix the issue but after sometime it agains goes offlineI use it for scrypted Homekit Plugin, So whenever the pi goes off motion detection in homekit stops workingI am...
View ArticleMicroPython • Re: pico don't start after power-up
and now it suddenly works as it should I'm going to try it with the actual program (the previously posted one was a test version)Statistics: Posted by trixo — Sat Mar 02, 2024 4:29 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
I just published a precompiled, binary executable for the latest, greatest version of Linux Air Combat on the Raspberry Pi5, so you won't need to compile it from source code any more. I also published...
View ArticleDevice Tree • Re: Adapting an overlay for AT24 EEPROM on i2c-0 for Pi 5
Those lines tell the kernel that a number of pins must be configured in particular ways before the probe function of the device driver is called. They are no longer needed because the dtb files for...
View Article