Advanced users • Re: MCP23017 overlay error -EIO: can't write IOCON 32
I updated to bookworm see here new output https://paste.debian.net/hidden/3c98aa6d/but i still don't see any interrupt withCode: gpiomon gpiochip0 18additionally i don't have any issues know during...
View ArticleTroubleshooting • Re: Network mount not surviving reboot
Have a look at making a systemd systemctl mount file.My /etc/systemd/system/home.mount looks like:Code: [Unit]Description=Mount home directoryRequires=rpcbind.service...
View ArticleNetworking and servers • Re: Move Synology NAS Drives to Pi 5
Has anyone tried one of those m.2 format 10 gbps Ethernet adapters in a Pi 5? According to Wikipedia a single PCIe 3.0 lane has a throughput rate of 0.986 GB/s. By my calculation that is equivalent to...
View ArticleRaspberry Pi OS • Re: How to set HDMI screen blank time to 120 seconds for...
Code: mousepad ~/.config/labwc/autostartchange the timeStatistics: Posted by kerry_s — Wed Dec 18, 2024 7:57 pm
View ArticleUbuntu • Ubuntu Not Working On Pi 500
Hello,I recently got the PI 500 and so far have been happy with it. I have been trying to install Ubuntu onto it and every time it boots i just get a green screen with a cursor any...
View ArticleUbuntu • Re: Ubuntu Not Working On Pi 500
24.04 LTS should work. (I don't have Pi 500)Statistics: Posted by keyboardman — Wed Dec 18, 2024 8:09 pm
View ArticleGeneral discussion • Re: Building a Raspberry Pi 5 Server with 10 HDDs Using...
Sorry i am not attempting to create click bait- i want to share a project i found fun to build.Hopefully someone can find it useful I liked it. Thanks for sharing.Statistics: Posted by ejolson — Wed...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
In an earlier post, I said I was proposing to oblsolete lightsleep.I meant that only with respect to RP2040 and RP2350.For that to be accepted, you'd have to have equivalent code for all of the...
View ArticleGraphics, sound and multimedia • Re: Improve Monochrome Composite Display...
I'll give you two guesses what that "i" on the end means, and it's not progressive.Docs for the video= syntax are in the kernel docs - https://www.kernel.org/doc/html/latest/fb/modedb.htmlI got that...
View ArticleC/C++ • Porting SWL2001 to RP2350 and SX126x
Hi!Does anybody have some experience with porting Semtech's LoRa Basic Modem to the new RP2350 chip and the SX1262 LoRa radio?I'm not an expert at all in c/c++. Do I think it correctly that first I...
View ArticleCompute Module • Weird behaviour regarding customer OTP in cm4
Hi all,I have a raspberry pi cm4 where I put some custom data in the customer OTP and all is working well.I recently bought another one which is the same model as the first ( no Wi-Fi/bt, 1gb mem, no...
View ArticleGaming • Xbox Cloud Gaming on Raspberry Pi OS
Does Anybody know how to get Xbox Cloud gaming as an App on Raspberry Pi OS? I want to use Xbox Cloud Gaming, but i still want to use Raspberry Pi OS as a Desktop OS. Thanks! Statistics: Posted by...
View ArticleTroubleshooting • Re: Raspberry 5: Process irq/161-mmc0 causing heavy cpu load
Hi jdb,here is our last command with sd card inserted although I again booted from usb:203: op dh pd | hi // SD_IOVDD_SEL/AON_GPIO3 = output204: op dh pd | hi // SD_PWR_ON/AON_GPIO4 = output205: a6 pu...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 Screen Blanker
case don't matterit's all about softwarei only use the screen saver on my crowpi laptopi manually enable/disable by clicking on a script i have on the desktopThe case has a ton of software installed...
View ArticleRaspberry Pi Connect • Re: Testing your firewall...
It would be more useful to print errno, instead of the return from sendto.Works for me. Maximum server delay is 188 seconds. I do not see any code that submit the results to the server?Statistics:...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
no need to wait for me for any feedback. This is out of curiosity for me, but not high prio. I will simply evaluate the device to see if I can use it in future projects.how can i enble than the...
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
I'm rather more interested in the OP's use case. It is easier to justify this kind of thing when there is a really compelling or necessary use case. The FIFO feeding long timing counts per the PWM...
View ArticleBeginners • Re: How many LEDs can a Pico Power
Thanks for your replies.Having looked at davidcoton's reply I have looked at the specification of a number of small LEDs. Most of them indicate that the LED requires a "forward current" of 25mA. this...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
19Code: pi@pi5-8:~/AoC2024/day19 $ g++ -O3 day19.cpp pi@pi5-8:~/AoC2024/day19 $ ./a.out Day 19: Linen LayoutPart 1 - 350Part 2 - 769668867512623Run time - 416.979 ms.pi@pi5-8:~/AoC2024/day19 $source...
View ArticleTroubleshooting • Re: Raspberry pi5 does not boot
Do you see the diagnostic screen, powered with no sd card?Have you read the boot sticky? viewtopic.php?t=58151Statistics: Posted by rpiMike — Thu Dec 19, 2024 9:02 pm
View Article