Advanced users • Re: Cannot find device drivers in menuconfig
That (2) means if you press "2" it will jump straight to that entry in the menu system.Thanks. That will make finding the correct option much easier.However AX88796B_PHY is already enabled as the PHY...
View ArticleTroubleshooting • Re: JavaScript errors with SurfShark
What method is used for the "loading at startup" - might be the wrong user/ directory / dependency not met etc.The excellent guide to all things startup is here (thanks to thagrol)...
View ArticleHATs and other add-ons • Active Cooler Not working
Hey folks, I'm getting started with the raspberry pi 5 with active cooler, AI hat, and camera. I noticed after getting the ai hat setup running some hailo example scripts that the active cooler wasn't...
View ArticleRaspberry Pi OS • Re: strange VLC autostart problem after last upgrade
This is the .desktop file:Code: [Desktop Entry]Name=bloombergExec=/home/raspitv/tv.shTerminal=trueType=Applicationand this is the script tv.sh:Code: vlc --fullscreen --loop...
View ArticleAutomation, sensing and robotics • Re: Problems with MCP3008
This board unfortunately does not provide detailed specs or a schema.The assumption is that the ADC is powered by 3.3V and hence input voltages above 3.3V will damage the chip or cause...
View ArticleAutomation, sensing and robotics • RPi 5 + L298N + encoder — how to build a...
Hi, I’m building an overhead crane driven by Raspberry Pi 5 (Bookworm, Python 3.11). I’m a beginner with controllers and RPi5 GPIO.Drives: L298N + Pololu 37Dx65L 24 V 1000 RPM DC motor with encoder...
View ArticleGeneral • Re: GPIO pin 15 is located at pin 19 not 20
The only RP2 boards I am aware of which notionally have GPIO15 on Pin 19 and 0V on Pin 20 are the Olimex XL and XXL - That partially fits with "Pin 18 is still a ground and pin 17 is still GPIO13 and...
View ArticleSDK • Re: How to extend stdio usb descriptors?
Thanks for the reply and the link to your PR! This certainly goes into the right direction and reduces the duplicate code / custom usb_descriptor (e.g. the TUD_RPI_RESET_DESCRIPTOR gets removed). I've...
View ArticleBeginners • Re: RP5 Headless Setup on MacOS - How do I make it visible on...
I got it Apple Time Machine working using this very useful articlehttps://ovechkin.xyz/blog/2021-12-13-us ... me-machineThere's a few things in that article that are poor practice, that aren't really...
View ArticlePython • Re: Why must we use --break-system-packages?
Why must we use --break-system-packages?"We" shouldn't.Option 1:Look for a package in apt, install that and use the system python environment.Option 2:Use a venv possibly with the...
View ArticleTroubleshooting • Re: kms video settings only apply during boot
So I tried reflect_x and reflect_y(seperately) at the end of the video= part, and tried moving video= to the end of cmdline.txt to make sure the reflect parameters would be parsed last. If I remove...
View ArticleRaspberry Pi Connect • rpi-connect icon is spinning
Just updated a pi5(00) from bookworm to trixie and after rebooting the rpi-connect icon has "started" spinning continiously in the screen sharing session which it never did before (afaicr)is this...
View ArticleBeta testing • Re: Updating to trixie
Since we switched from dhcpcd to NetworkManager, people have been pointing out that they lost link-local address...
View Article