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. Though from the details you've given; the official PS should be enough...You aren't trying to power the screen directly from the Pi...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
Can those who use laptops or like the idea of a Pi laptop explain why a Pi laptop would be better than any other laptop - other than being cheaper if it were ?The main benefit I can see is being able...
View ArticleSDK • Re: Single-core FreeRTOS doesn't observe changes stored by an ISR on...
it does sound like a bug, probably worth opening an SDK issue...Issue 1751Statistics: Posted by slimhazard — Fri Jun 28, 2024 7:28 am
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Desktop for Mac Support
I am currently working on a computer club project for 3-12th grade students. I am hoping to teach the how to download, install and configure Raspberry Pi Desktop on some retired iMac's (21.5 inch,...
View ArticleBeginners • Re: Problem playing videos with subtitles
Thanks for your reply. I'm sorry but I don't understand. I need to log in to what ? And how ? Thanks for trying to help me.Statistics: Posted by MantraSlider — Fri Jun 28, 2024 7:31 am
View ArticleTroubleshooting • Re: Struggling to boot RPi5
https://forums.raspberrypi.com/viewtopi ... 0#p2171348 should be of interest !It was mentioned earlier in the thread that the issue might be down to the screen resolution. The OP said that he was...
View ArticleBeginners • Re: Number recognition from pictures?
sudo apt-get install tesseract-ocrThen in Python...Code: import osos.system("rpicam-still -o page.jpg")os.system("tesseract page.jpg pagetext")Statistics: Posted by gordon77 — Fri Jun 28, 2024 7:37 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 Article