Beginners • Re: PATH=/ ... :$PATH does not work?
Not on RPiOS it doesn't. Both echo $PATH and sudo echo $PATH return the same thing. In my case that's /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/gamesYes, and I...
View ArticleTroubleshooting • Re: USB HDD glitching on Pi 400, is it power supply issue?
Thanks! Bummer...Statistics: Posted by lsayre55 — Tue Jan 07, 2025 11:20 pm
View ArticleRaspberry Pi OS • Re: etc/rc.local does not exist
You could but the traditional incantation isCode: #!/bin/sh -eMeh. Some traditions are meant to be broken. Statistics: Posted by bls — Tue Jan 07, 2025 11:49 pm
View ArticleGeneral • Re: Raspberry Pi Pico W wifi
Prompt the user to input the details at Run time? How would you do that on a PICO that doesn't have a screen or KB?Serial port console / USBStatistics: Posted by gmx — Tue Jan 07, 2025 11:57 pm
View ArticleRaspberry Pi OS • Re: systemd kills all processes? Really? Since when?
All I know is that A) I haven't done anything - haven't called any weird programs or set any weird options or changed any config files and that B) Both screen and tmux work fine (since I use both, all...
View ArticleGeneral discussion • SSD on NVME base no more recognized after update
Hello,I am using a RPi5 + Pimoroni NVME base + SSD that have been running fine since a couple of hours ago.There was an update then, that I did. It was gstreamer*, initramfs* and pyton*...
View ArticleTroubleshooting • Raspberry Pi 5 Screen Blanking
Hi,I have a problem where my HDMI display doesn't turn stay turned off when the idle timeout is reached. It gets as far as the screen saying "no input connected" then it turns right back on before the...
View ArticleGeneral discussion • Re: Pi5 16GB ?
That more to do with sucking up to the Orange one than anything else.Orange Pi? We don't discuss that here.I think James was referring to the next Orange American President.Oh. Silly me.Statistics:...
View ArticleBeginners • Re: shared drive
Thanks for all the comments, think i need to read them more thoroughly and try some more troubleshooting before i seek more advice.Statistics: Posted by deepblue12 — Wed Jan 08, 2025 10:11 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 Screen Blanking
Could it be that your monitor toggles hotplug as suggested here:viewtopic.php?p=2146832&hilit=waggle+hotplug#p2146832I would have thought if it was a labwc issue then you would have found many...
View ArticleCompute Module • Re: Delaying CM4 boot with GLOBAL_EN until +5V is stable
You can use GLOBAL_EN to delay boot until the +5v is stable. Looking at the scope traces I would also suggest some more capacitance on the +5v rail.Are you using an external SDCARD to boot from ? does...
View ArticleAdvanced users • Re: How to (need advise) increase the size of the boot...
A small update on progress:I have recreated an SD card like yours.NOOBS was replaced with PINN.P7 and its filesystem were shrunk.However, I need to update the tools included with PINN as they...
View ArticleGaming • Re: Retropie not working with HyperPixel 4.0 square screen
Did you try asking in the RetroPie forums?https://retropie.org.uk/forum/category/ ... nd-supportRemember to first include all relevant...
View ArticleGeneral discussion • Re: change crontab editor
I set the default editor on all my Pis by editing /etc/profile. At the end, add:Code: export EDITOR=/bin/viIt's not just me then Statistics: Posted by thagrol — Thu Jan 09, 2025 12:12 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
As regards the portable monitor in a black case, DigiKey is showing an estimated shipping date of 23 Jan 2025. They show the same estimated shipping date on the white/red version. Both are show as...
View ArticleGeneral • Use debug probe with PICO 2
Hi,I have a dumb question. I recently bought a PICO H, and PICO 2, and Debug Probe.The PICO H has a connector for the debug probe soldered on the board.The PICO 2 does not. I also have some PICO W...
View ArticleBeginners • Re: raspberry Pi as printer server
According to the the manual, available from:[url][/url]https://support.hp.com/ee-en/product/se ... el/3422475This is clearly quite an odd printer. You cant print an information page (Test Page) until...
View ArticleBeginners • Re: Issue with PI apps and Minecraft download
No, now when I type : "sudo apt install Pi Apps" I get answer " Unable to locate package Pi" and "Unable to locate package Apps"...what should I do now?Read the installation instructions for Pi Apps....
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
Another thought about that 52pi PD power board. it comes with a usb C cable to the Pi 5 which does 5V 5A PD so the pi5 usb has all its usb power budget available. As it can produce 40W the other 3A...
View ArticleGeneral • Re: PIO Autopull blocks?
I use the OSR directly by loading it as the first " pull block". You can then load X with " mov x, osr". Then you can pull more into the osr and use X as data. If you use X as a counter (or otherwise...
View Article