Troubleshooting • Re: pcie set to gen3 but uses gen2 on pi5
hi trejan, i did not understand. It runs at gen3 or gen2 ?Statistics: Posted by nazgul — Sun Mar 16, 2025 11:15 am
View ArticleBeginners • Re: USB drives
Digging further, I can see that the issue is one of permissions, but I am not sure how to deal with it.The item 750GB Volume shows up in File Manager (as /mdedia/danco/750 GB Volume) whose properties...
View ArticleGeneral discussion • Re: X11 EOL?
I'm guessing Linux, in general, will move over to using it in all distros, so might as well get used to it, some may try to continue using a form of X11, just as is the case with systemd, but the...
View ArticlePython • Re: Determine which state machine generated an IRQ
That works fine. Now I can go on to make the rest of the program which should hopefullybe easier to implement.It was an elegant way to generate the testpulses. A versatile little CPU. I was using the...
View ArticleAutomation, sensing and robotics • Re: gpiozero eats CPU
Wow, I just wrote a simple project (it just monitors an input, sends it to an mqtt broker, monitor a topic to switch on an output) using gpiozero on a pi zero W and I found it was using 12% of the cpu...
View ArticleGeneral • Re: RP235X roadmap
We are surely due some information now.Ref: RP2350 now available to buy: a high-performance, secure microcontroller for your next project - https://www.raspberrypi.com/news/rp2350 ......
View ArticleAdvanced users • Re: I need a "fake" serial GPS device that can use...
It could be the serial setup and the serial port/module setting is backlogging data, I've seen this happen before in Python code.Some solutions have been to force flush, the data before a read. But...
View ArticleHailo • Re: The Hailo AI kit is an absolute mess
I've just tried starting from a fresh sd-card image built with Raspberry Pi Imager and followed the instructions in our getting started guide. This effectively amounted to runningCode: sudo apt...
View ArticleRaspberry Pi OS • Re: Disable any & all automatic updates in Bookworm
After many many years none of my Pis have ever automatically updated, everyone has always had the need to ask it to update.The desktop version with the taskbar icon does check for updates but that is...
View ArticleHATs and other add-ons • Re: pcie set to gen3 but uses gen2 on pi5
I dont think , the firmware of ssd was updated , because it was used / installed on pi5 only and to update firmware you require to install other tools etc.Maybe updates of pi5 firmware changed the...
View ArticleOfficial Display • Re: Black Raspberry Pi Monitor - When?
According to official sources, the black version of the Raspberry Pi Monitor is expected to be released in early 2025. And as of now, I have not seen any specific announcement about when it will be...
View ArticleNetworking and servers • LAN with static IP addresses, reciprocal ping problem
Hallo. I arranged a LAN as it follows : one PC, one RPI5 and one Ethernet switch. PC holds IP static address (198.162.2.1) while RPI holds 192.168.2.2. Subnet masks 255.255.255.0 (24) on both...
View ArticleRaspberry Pi Official Magazine • Re: About the new name of MagPi
So as for issue 152, which fixes to the design can we expect?Statistics: Posted by stl1988 — Mon Mar 17, 2025 12:08 pm
View ArticleTroubleshooting • Re: Raspberry CM4 pwm-backlight duty cycle missing
Is there any component in Raspbian modifying /sys/class/backlight/rpi_backlight/bl_power?Or which component of Raspbian ensures /sys/class/backlight/rpi_backlight/bl_power is 0 and not 4?Statistics:...
View ArticleNetworking and servers • Re: LAN with static IP addresses, reciprocal ping...
Hallo. I arranged a LAN as it follows : one PC, one RPI5 and one Ethernet switch. PC holds IP static address (198.162.2.1) while RPI holds 192.168.2.2. Subnet masks 255.255.255.0 (24) on both...
View ArticleGeneral discussion • Raspberry pi bluetooth password disable permenantly
Hi guys ,I want to disable the bluetoooth password permenately as it is near impossible for an user to accept the pairing on the pi with his phone as he cannot connect the pi to his monitor at allMy...
View ArticleGeneral discussion • RE: Audio driver porting
Dear Team,I am working with Raspberry PI 3 H/W and able to build kernel image with build_script and boot the H/W . I need some information regarding Audio codec support in Raspberry PI 3 b+ H/W. Can...
View ArticleTroubleshooting • Extended ath9k driver with TX timestamping?
Hi,Just got me an AR9271 based WLAN USB card, because these purportedly are amongst the few that have TX timestamping.Code: > lsusbBus 003 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications...
View ArticleMicroPython • Re: Unable to get I2C working
My apologies - the 3.3V rail was being used.Many thanks for the reminder of the delay I was aware of needing a delay - the datasheet I was using indicated 100ms - and my code I am using does some...
View ArticleGeneral discussion • Re: RE: Audio driver porting
Same as with every driver -> look at the kernel sources, build it in tree (as described in https://www.raspberrypi.com/documentati ... l#building), write a suitable overlay for starting it.Sorry,...
View Article