Raspberry Pi OS • Re: LABWC in latest update
How can I tell (preferably from command line) which Desktop is running?ps ax | grep labwc will show if labwc is runningps ax | grep wayfire will show if wayfire is runningIf neither of those is...
View ArticleRaspberry Pi OS • Re: Menu icons missing
Ah yes - that's not a labwc-specific change; it's a change to the panel itself. We've changed the way icons get loaded (because under some circumstances with the previous code, an incorrect fallback...
View ArticleDeutsch • Re: Pico W als VPN Lösung um mein Handy über das Hausnetz (Fritz)...
DankeStatistics: Posted by stgtklaus007 — Tue Oct 29, 2024 7:22 am
View ArticleAdvanced users • Re: NUMA Testing
The average 41 percent improvement seen by2126/1507=1.41for GeekBench 6 obtained without changing the executable or hardware is astonishing.It is indeed a very nice improvement. I will point out that...
View ArticleBeginners • Re: Problems Installing Software
OK, I tried to take a screenshot, but my Pi can't even open the .PNG file it saved the screenshot as. Pretty poor! Let me send you the URL to the download page so you can see for...
View ArticleGeneral discussion • Re: Pi 5 power issue on boot up
I seen online someone said that raspberry pi doesn't actually do the warranty. So how do I file it with micro center just call them and tell them the issue and go from there I guess?I looked at the...
View ArticlePython • Re: Help! remote GPIO not working from my Mac to raspberry pi
After Changing the code to :Code: from gpiozero import Motor, Devicefrom time import sleepfrom gpiozero.pins.pigpio import PiGPIOFactoryDevice.pin_factory = PiGPIOFactory(host=‘ip/address',...
View ArticleNetworking and servers • Re: Pi 4B Cluster DHCP Server Help
I'll try the DHCP server with the switch board one more time but if that fails, what is IP marsquerade? Do do have a suggested resource to help me set it up? Otherwise I'll also search it up later....
View ArticleTroubleshooting • Re: Pi 5 power issue on boot up
Where are you?In the UK, it's the retailer's responsibility.Statistics: Posted by kip_the_elder — Wed Oct 30, 2024 6:59 am
View ArticleDevice Tree • Re: Configure overlay for SPI in kernel 6.8
As I mentioned before, I don't want to disable spidev1.Statistics: Posted by KmakD197 — Wed Oct 30, 2024 6:59 am
View ArticleGeneral discussion • Re: Product Suggestion: Internet Airlock
*: You can jumpstart an ATX PSU but that will boot the PC.The way I understand the original post is placing the Pi inside the PC chassis and using the same keyboard, video display and mouse with a KVM...
View ArticleTroubleshooting • Re: Not working
Were the GPIO pins lined up or could you have misaligned them?Did something metal on the display board short against the Pi?Does the hdmi adapter fit a Pi5?Is the screen known to work?Statistics:...
View ArticleBeginners • Re: Safe Shutdown in power outage via UPS
This Pi UPS can fit outside a case:https://thepihut.com/products/ups-module-3sStatistics: Posted by rpiMike — Wed Oct 30, 2024 7:38 am
View ArticleGeneral discussion • Re: Pi 4 USB 3 to a flat cable under the board
Hello aBUGSworstnightmare, I have some of the almost flat USB cables shown in your link. To use them as is, I would have to plug the cable in the front of the Pi 4 then bend under. That are not that...
View ArticleRaspberry Pi OS • Re: Keyboard setting for RaspberryPi Keyboard
Dear Raspberry Pi Team,I have the great red/withe raspberry pi keyboard, but which setting should I make in the keyboard setting for this keyboard in the "mouse and keyboard settings?none as per...
View ArticleCompute Module • CM4 Strange Ethernet behavior
Hello. I designed a custom pcb for cm4 but I have a problem with ethernet. When connected via a switch, everything works correctly at full speed. Connecting the raspberry pi directly to the PC does...
View ArticleBeginners • Re: OK how can I turn off /on WiFi and not mess up
We should turn off all wifi connections while we sleep, it looks like I will have shut down raspberry nowWhy "should" we turn off WiFi before we sleep? If it is something odd like removal of the...
View ArticleNetworking and servers • Re: "Fake" WiFi Captive Portal on Zero W?
Previously when I tried this, I was able to get an access point. However, when I try to connect to it (default password), my devices would refuse to connect. They would not give any sort of error...
View ArticleTroubleshooting • Re: Hide boot text / on-screen keyboard
Ok, I managed to hide the boot text!I only needed to add "nosplash" to cmdline.txt as suggested by https://raspberrypi.stackexchange.com/q ... mdline-txtCode: console=tty1 loglevel=3 quiet nosplash...
View ArticleRaspberry Pi OS • Stuck at update-initramfs: Generating...
On a new RPi Zero 2W, new 128GB microSD, after installing RPiOS bookworm 64bit for Zero2W I didCode: sudo apt updatesudo apt full-updatethen installed pihole, apache2, mariadb with some databases and...
View Article