General discussion • Re: Power multiple PI 5
I do not understand the "so early". I will not come back and check alternative solutions for powering a few PI 5 later on. That is not my area of interest. I am not exploring DIY solutions nor I am an...
View ArticleTroubleshooting • Re: raspberry pi 4B 4gb I couldn t run it.
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleGeneral discussion • Re: Autostart with Chromium in Kiosk mode don't start
There's no need for a script. You should be able to put the entire command line into wayfire.ini.But we don't know if wayland/wayfire is the problem here. it might be something completely...
View ArticleBeginners • Re: How you prefer to do your directory structure?(mpy on r pi pico)
Hi!I was asking for bothBut I finally understood the magic of modulating with imports, everything ends up neat...was less hard than I expected....thanks! Statistics: Posted by adrian88888888 — Mon Jan...
View ArticleMicroPython • Re: (first project) stupidest code not working (webserver + servo)
Code: Although 'asyncio' looks difficult at first glance, I'd propose you write your solution using asyncio.The 'sweep' routine for your servo needs some time (too much time in terms of a web request)...
View ArticleNetworking and servers • Re: Is WayVNC fixed?
wayvnc is broken due to a bug in one of the systemd service files.The following script failed to call the second script due to some logic flaw.The fix was to do manually what the second script...
View ArticleTroubleshooting • Re: Power down on a Raspberry Pi
I can no longer power off my Rasberry Pi 5 by double-clicking the power button.Can some tell me what is written in these two files?/dev/input/event0/etc/systemd/logind.confMarcFrom a default install...
View ArticleTroubleshooting • Re: Trouble installing an Image of Debian Buster
Try copying the Bullseye boot files (ie, the boot partition) back to Buster. It may need newer firmware for a newer hardware revision of the Pi3B+.Statistics: Posted by davidcoton — Tue Jan 23, 2024...
View ArticleTroubleshooting • Re: Raspberry Pi 5 double-click of power button isn't working
trejan - I'm using the Bookworm OS. Sorry, I thought that was inferred when I said RPi 5.I found a solution to my problem by editing the /etc/systemd/login.conf file and changing HandlePowerKey=from...
View ArticleTroubleshooting • Re: Trouble running VLC as root
your not suppose to run gui apps as root.that's considered a linux no no.Statistics: Posted by kerry_s — Tue Jan 23, 2024 11:12 pm
View ArticleTroubleshooting • Re: Pi5 is Warm in Turned Off Mode
if it's plugged in it's still on.But it is cold. Why did i catch it warm two times?Are you saying that sometimes it is cold and sometimes it is warm?It is cold if I shut down the pi. But I caught it...
View ArticleTroubleshooting • Diagnostic SD test failed on a new card and installation...
Hi,I've tested two SD cards (one old and one new) and got the same results (test failed).The new card is a Kingston 32GB 100MB/sec card. I've run the blackmagic disk speed utility and got 15 MB/sec...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Would you just look at all that brick-a-brac hanging off that case!I wondered about that too. Why is a USB storage device plugged into a USB hub? Does that work around an incompatibility? I am having...
View ArticleOther • Re: The Fan Does Not Work
lol, Kali officially created and announced Pi5 version.Great, ask them (Kali) for support.However, you answer is negatively to support Kali linux.That's right. The Raspberry Pi creators cannot be...
View ArticleTroubleshooting • Re: USB3 port power issues when connected to an external...
[Even at 12w Peak for a Pi5, that should still leave 33w for everything else, no?No, that's not the way it works.USB PD chargers have protocols they follow, and most fast charging protocols operate at...
View ArticleCamera board • Re: New camera driver can not be probed, need urgent support
Code: joshua@raspberrypi:~ $ rpicam-hello[0:01:48.702718933] [1672] INFO Camera camera_manager.cpp:284 libcamera v0.1.0+118-563cd78e[0:01:48.716714692] [1676] INFO RPI pisp.cpp:653 libpisp version...
View ArticleGeneral discussion • Re: Solid State Hard Drive
Firstly, this must have taken ages... It's crazy to see a Cray supercomputer ranked so low beside the tiny Pi! but just wanted to say from my understanding, if you have the "official" power supply...
View ArticleGeneral • Re: Pico W 'RF Lobes'
I noticed that when mounting pico on PCB, having ground plane under the antenna was clearly 'bad idea'. I ended up with cutout for the antenna on PCB which seems to work reasonably...
View ArticleGraphics programming • Re: Rpi4 GPU performance profiling
Any trick to getting this working? I tried to get this working with kmscube and had no luck (or perhaps I'm not understanding what's supposed to happen). I just set and exported the variable before...
View ArticleAutomation, sensing and robotics • RC car driving with sim steering wheel or 4G
Hello,I’m curious to know how this is done. This is an RC car controlled by sim steering wheel, brake etc. over a cellular 4G connection.I can only assume, he have the steering wheel, brake etc....
View Article