Device Tree • Re: 5th sc16is752 causes kernel error
Ah, I'd read it as needing more processing power, not literal Watts of power.Statistics: Posted by 6by9 — Mon Mar 18, 2024 4:08 pm
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
How does something like this even get past QA though? Does no-one test something as basic as remote login when changes are made to the UI? Users really should not have to trawl through things...
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
Please note that you can include the initrd cpio in the kernel binary. Config:Then you don't have to load it. I don't know if this will save any time though.This will not save time, since I will have...
View ArticlePython • Need help with Pico based Macropad
So I have a Raspberry Pi Pico and am trying to setup KMK on it. I of course setup the Pico to boot into circuitpython version 9. Problem is, I can't get the keypresses or rotary input to result in any...
View ArticleTroubleshooting • Re: Weather Satellite Receving Station - Software Load Error
If you are using Bookworm, it has changed a bit so we now need to create a virtual environment (venv) to install python packages with pip.See https://www.raspberrypi.com/documentat ... spberry-piLike...
View ArticleBeginners • Swapping Hard Drives
Apologies in advance if this is in the wrong topic group.I have a Raspberry Pi 4 which i use as a Plex Server. I set it up four years ago following different videos and have barely tweaked anything...
View ArticleBeginners • Re: Fried pin?
Yes, No, No, Maybe, Probably.Statistics: Posted by thagrol — Mon Mar 18, 2024 4:29 pm
View ArticleBeginners • Re: New Rp5 first boot unable to connect
search.php?keywords=bookworm+rdpI use RealVNC across Windows 11, Android 13 and BookwormStatistics: Posted by amoun — Mon Mar 18, 2024 4:30 pm
View ArticleTroubleshooting • Re: hdmi does not output any signal after a while
Screen blanking when idle? I don't use arch so can't say whther that might be enabled by default.Statistics: Posted by thagrol — Mon Mar 18, 2024 4:31 pm
View ArticleRaspberry Pi OS • Re: Pygame/KMSDRM driver problem on kernel 6.6.20
But how do I tell Pygame/SDL which card to use?SDL has the SDL_HINT_KMSDRM_DEVICE_INDEX hint to let it choose which card/device to open. You can automate some of it by using something like kmsxx,...
View ArticleTroubleshooting • Vulkan: no DRI3 support detected on VNC server (Debian)
Hi,I'm using a Raspberry Pi 4 on the latest version Debian Bookworm 64-bits, and need to use vulkan in a VNC session. It works when wired to a screen: vkcube opens a window with a 3D rotating cube....
View ArticleGeneral discussion • Re: Collecting a Bluetooth device list
And for those with a phone or are not prepared to give you their Mac address or do not turn on Bluetooth will you be doing something else?Oh yes - do not forget about Apple kit that can randomly...
View ArticleTroubleshooting • Re: An Operation Is Already Pending
I've not been able to reproduce this so far.I've formatted a usb drive as ntfs.Do you have a SSD drive larger than 120GB that you could try? that seems to be the tipping point for me.My Crucial 1TB...
View ArticleBeginners • Re: Swapping Hard Drives
1) Performance is unlikely to be any better from the client's point of view, as any reasonable hard drive should be able to saturate the available network bandwidth.2) You certainly can arrange for...
View ArticlePython • Re: How Do I Open Audacity With Python?
What do you mean? I'm just asking how to open an app on startup.Did you search the forums? There is a sticky with instructions on how to do that.viewforum.php?f=91Again, all you have to do is search,...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
The only things I found so far that push my Pi5 to the redline has been running LLMs and Stable Diffusion.But the three old PCs in the house are going to need a decent GPU card to do any better.To go...
View ArticleMicroPython • Re: Dynamic USB Devices
I can live with what they have done.No I can't. It seems I spoke too soon and, having been using 'minicom' to test things so far, I hadn't run into the issue of using 'mpremote run' which does indeed...
View ArticleAutomation, sensing and robotics • Re: Maximum speed for a stepper motor.
Years back I did a project with a stepper motor. The only way I could get any real rotation speed out of the thing was to ramp the speed up from zero to my target speed then ramp it back down to park...
View ArticleTroubleshooting • Re: HatDrive NVME not recognized anymore...
BTW: Do you think that the connector on the RPI5 could have taken damage somehow, because I used Gen3? No.Switching to Gen 3 just changes the timing, such that the data transfer rate increases. It is...
View ArticleRaspberry Pi OS • Re: Power button for RPi4
Inline switches on the low voltage DC side of the supply may create power issues, as the extra connections and switch can add extra resistance. I have some that work well and some that cause issues. A...
View Article