Raspberry 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 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 ArticleAdvanced users • Re: Getting Started with Network Manager
A proven way of working (so completely headless remote) is to do the swap from dhcpcd to NetworkManager already in the running Bullseye installation. nmcli can do really complex things but as we all...
View ArticleTroubleshooting • Re: Wpa supplicant is totally broken on the Zero 2 W
I have just tried flashing an sd with a windows computer here at work (I can't test the sd now as I don't have the pi here).I used rpi imager 1.8.5 and used the special ctrl shift x menu to configure...
View ArticleTroubleshooting • Re: Raspberry Pi 5 (8 GB): pwm Fan Stuck on High
OK. One last post. I looked into it further.Code: $ ls /sys/class/pwm/pwmchip0On a working pi, there is another entry for pwmchip2.So, I believe this is a hardware issue.I am somewhat surprised that...
View ArticleHATs and other add-ons • Re: IR Touch Panel
What about testing with https://naqtn.github.io/WBBMTT/ as I suggested?Statistics: Posted by 6by9 — Sat Jun 29, 2024 6:32 am
View ArticleBeginners • Re: New to Pi, got a Pi4B, I have no SD card and only AV cables.
Hello! Names Neko or Matt.I have an issue that I wonder if I can resolve without spending money to see if the Pi4B i have is alive an well.You see my dad's friend that lives with us found a box of...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to stop driving a gpio (pinctrl?)
Is there a man page for pinctrl or help reference? My Bookworm Raspberry PI 4B says "No manual entry for pinctrl". Code: pinctrl helpandhttps://github.com/raspberrypi/utils/bl ... /README.mdmight...
View ArticleGaming • Re: Minetest 5.8.1 - Open Source Voxel Game Engine
More like Minecraft than SIMs, but different in that this is more about the engine.For anyone interested in the difference between this and the obvious game it is inspired...
View Article