Troubleshooting • Re: SSH and Cannot display desktop
I'm kinda with kerry_s on this one you don't need the desktop so why have it enabled? But it may not be related to the desktop at all.Some suggestions:Reboot and look for errors in /var/log.syslog,...
View ArticleBeginners • Re: Raspberry pi 5 many issues
What operating system and how are you creating the image?IIRC the Pi imaging program only sets up SSH and WiFi for the official Raspberry Pi Operating System - others such as Ubuntu need ssh...
View ArticleGeneral discussion • Re: RPI5 official case design
The design is funadamentaly poor....I disagree. I don't know why you have had an issue with the power button: for me I was able to press the light pipe quite easily, although most of the time I don't...
View ArticleTroubleshooting • Re: POE not working
I'l assume you have checked the basics:You are using ports 1-4 of the switchThe cables are fully wired through correctly and work with another PoE deviceYou are not exceeding the cabling run (test...
View ArticleBeginners • Re: suitable power adapter for raspberry pi 5
5 V 3A is no good to Raspberry Pi 4B; it needs 5.1V, the 0.1 volt addition is critical for Raspberry Pi to work properly.Ignore that poster. 5 Volt 3 Amp is good enough for a 4B. The 0.1 Volt addition...
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
So if they want to bring a Raspberry Pi 500 it should have a real good keyboard without present trouble.That's a good point. Since the Pi 5 has improved so much since the Pi 4, to keep things balanced...
View ArticleRaspberry Pi OS • Re: Pi5 and Wayland slow
Ah,when running the SDL application from a terminal, try this:SDL_VIDEODRIVER=wayland <name of SDL app to run>But where would I put this configuration clause?...Wherever the command is to run...
View ArticleBeginners • Help Connecting 3x Motor Drivers & 1 Display to Pi Zero
Hi Everyone,I have a Pi Zero 2 and I want to connect 3 stepper motors and a display to it. I have 3x Adafruit TB6612 motor driver boards and the display I have is this small e-ink touchscreen...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - How to Install Newest Neovim
Thank you for the reply. I ended up building from source. These are the commands for reference:Code: sudo apt install ninja-build gettext cmake unzip curlgit clone https://github.com/neovim/neovimcd...
View ArticleWanted • Re: Looking fpr a particular heat sink
I used tineye for a reverse image search, but got no hits. What did you use?Statistics: Posted by ame — Sun Mar 10, 2024 3:20 pm
View ArticleDevice Tree • Re: PWM driver questions
Do you also have the following in your driver?Code: module_platform_driver(my_platform_driver);Without it, the kernel will not find your probe function.Thanks I didn't, what is device struct address...
View ArticleTroubleshooting • Re: Raspberry Pi400 booting on a rainbow screen
have you looked here...https://github.com/pimoroni/hyperpixel4Statistics: Posted by kip_the_elder — Mon Mar 11, 2024 2:55 pm
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
You might get a speed increase with "init_turbo=30" in config.txt.Statistics: Posted by PhilE — Mon Mar 11, 2024 3:05 pm
View ArticleGeneral discussion • Proper shutter speed for camera
Hello UsersI am new to raspberry pi and I am sorry for any wrong comments or mistakes in my question. I was earlier working with imx 219 but camera stopped working. Now i am working with hq camera(imx...
View ArticleTroubleshooting • Re: Mounting Synology Shared Folder
If it did work this way, try adding x-systemd.automout to your fstab entryI have never been able to get it to work at reboot. Are you saying to use the sudo mount before the mount pointNo. I'm saying...
View ArticleGeneral discussion • Re: LED on RPI Without Breadboard?
If you search hard enough you can find pre-wired LEDs:https://www.amazon.com/MakerSpot-Pre-Wi ... B087TZ1K96Statistics: Posted by rpiMike — Mon Mar 11, 2024 3:22 pm
View ArticleTroubleshooting • Re: Wireguard on Android Client
wireguard just creates the tunnel/connection. You need to run whatever applications you'd use on a local network over that to access the Pi and its files.So, yes. An ssh client, a client for whatever...
View ArticleBeginners • Re: lxterminal commands
The "Done" message means that the background process has finished (you closed the terminal window). This message is delayed until you enter something on the terminal.Thanks for your help. I understand...
View ArticleTroubleshooting • Could not set AF_TRIGGER - no AF algorithm
RpI 3B+, Bullseye, Arducam 16MP cameraCode: picam2.set_controls({"AfMode": 1 ,"AfTrigger": 0})Works good. Camera autofocus after starting and then keeps it fixed.But withCode:...
View ArticleAdvanced users • Re: Distorted video using ffmpeg and h264_v4l2m2m codec (RPI4)
1920 / 32 = 60, so the pitch is the same as width.720 / 32 = 22.5, so the pitch isn't the same as width. If pitch isn't handled correctly throughout, then you'll get weird image issues.Just doing a...
View Article