Graphics, sound and multimedia • Re: Unsuable ffmpeg on Raspberry Pi 5
The htop shoes 80% usage on all cpus.$ lsusb -t/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M/: Bus 02.Port 1: Dev...
View ArticleNetworking and servers • Re: Improve SSH communication?
If you ssh from a linux terminal you can look into creating an ssh config file. It allows you to set all kinds of defaults either for all hosts, or specific hosts, including using a Host parameter to...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Run wireshark on the Pi to see what is happening.Statistics: Posted by pidd — Thu Jun 27, 2024 7:07 am
View ArticleGraphics, sound and multimedia • Re: Geekworm 790 for PI 5, inappropriate ioctl
From that wikiTo query the current input source information, if the resolution displays as 0, it indicates that no input source signal has been detected. In this case, you should check the hardware...
View ArticleNetworking and servers • Where/how to set dhcp range in NetworkManager?
Latest Pi bookworm with all updates. Using NetworkManager nmcli to do simple stuff I can put in scripts. Now I am stuck at setting the DHCP IP range. How? Where?There are about 45,000 web pages...
View ArticleTroubleshooting • Re: Raspberry pi failure
Have you looked at this?https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by kip_the_elder — Thu Jun 27, 2024 7:41 am
View ArticleRaspberry Pi Connect • Re: About rpi-connect 1.2.1
After installing 1.2.1 I was able to see complete desktop of RPi-4 on my smart phone, also zoom in and zoom out worked well, but after reboot not anymore...Statistics: Posted by California — Thu Jun...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI not working properly when...
I think that you've answered your own question.It's down to power.Statistics: Posted by kip_the_elder — Thu Jun 27, 2024 7:44 am
View ArticleBeginners • How to allow root level access thru SFTP/SMB
I'm using NGINX to host a web server on my Pi 5 and would like to be able to edit my webpages/website directly via SFTP/SMB. I have Samba setup and created a root folder (/) that I am able to access...
View ArticleUbuntu • Is Ubuntu 20.04 compatible with Raspberry PI 5?
Hello everyone,Do you know if Ubuntu desktop version 20.04 can be installed on Raspberry PI 5?Thanks in advance for the repliesStatistics: Posted by linuxrb — Fri Jun 28, 2024 7:43 am
View ArticleRaspberry Pi OS • Re: Reinstall RPi OS after removing XFCE
how can i reinstall rpi os with wayland enabled after removing xfce (bookworm) ?Install an operating system - https://www.raspberrypi.com/documentati ... ing-systemdid I say I need to reflash my...
View ArticleBeginners • Re: How do I use the large part of my SSD.
Your second partition seems to be mounted as /var/log.hddWhat happens if you trycd /var/log.hdd?Statistics: Posted by kip_the_elder — Fri Jun 28, 2024 7:51 am
View ArticleRaspberry Pi OS • Re: firmware releases are very poorly documented
You are aware that you can view the git commit history on those repos?As an engineer in the computer industry, and a daily user of git and GitHub, I am aware of it.A forum post has near zero context....
View ArticleUbuntu • Re: Is Ubuntu 20.04 compatible with Raspberry PI 5?
Hello everyone,Do you know if Ubuntu desktop version 20.04 can be installed on Raspberry PI 5?Thanks in advance for the replieshttps://www.google.com/search?q=Is%20Ub ... 0PI%205%3Ftl;dr...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Reading register values from pi 4...
AIUI MPU6050 is just an I2C device, so why are you trying to go directly to the peripherals rather than using the Linux kernel interfaces for I2C and GPIO? The abstractions are there for good reason...
View ArticleCamera board • Re: how to enforce HQ camera record high FPS video?
The legacy camera stack (raspivid/raspistill/picamera) has been deprecated for several years now, replaced by libcamera.The legacy stack only supports v1, v2, and HQ camera modules. V3 and GS are only...
View ArticleBeginners • Re: How to allow root level access thru SFTP/SMB
What file system are you using on the drive that you are trying to access?FAT/NTFS etc don't support Linux/Unix permissions.You might also like to have a look at this excellent...
View ArticlePython • Re: Script for waveshare relay module
Hi, I have not got my jumpers yet, so have not been able to wire up the relay. I´m hoping to get them later today. I have revised the script which I have copied below.import RPi.GPIO as GPIOimport...
View ArticleOfficial Display • Re: change 7 DSI-1 resolution on Bookworm
It isn't higher resolution. The display is the same resolution (its native resolution is the maximum it can do). By having a higher resolution desktop it has to scale down the result to fit on the...
View ArticleCamera board • Re: GS camera ,black flash promblem.
Running through VNC is a bad idea, it adds a huge amount of latency to the camera output. Consider that the camera software displays on to the desktop. But VNC then has to capture that image, encode...
View Article