Beginners • mounting a linux_raid_member drive
i have 2 hdds that were in a nas - the nas has failed so i've put them in a dual dock to a pi4 via usbthe pi recognises them (sda is an ssd)NAME SIZE TYPE FSTYPE MOUNTPOINT PARTUUIDsda 465.8G...
View ArticleAutomation, sensing and robotics • Re: Could Someone Give me Advice on IoT...
GeigerLog Version 1.5 does support IoT Devices and TASMOTA based ones in particular. Find GeigerLog here: https://sourceforge.net/p/geigerlog/discussion/devel/ (use the latest pre-release).In the...
View ArticleBeginners • Re: mounting a linux_raid_member drive
Run sudo mdadm --assemble --scan. That should detect your raid members and create new "multiple device" nodes named like /dev/md127.Check cat /proc/mdstat to ensure that all arrays show [UU] (both...
View ArticleTroubleshooting • Re: Boot problem.. Job...
Thank you for the input! I see, I just ordered every usb3 NIC I could find on Amazon in my country, if it’s the one I have this situation would be resolved.You've got a RTL8156B(G) as well.“rtl8156b-2...
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails
so, no one try Balena etcher or DD?nopei don't have an adapterStatistics: Posted by kerry_s — Tue Apr 30, 2024 7:30 am
View ArticleCamera board • Re: rpicam-still fails with “invalid argument” error when used...
Try adding Code: --no-raw as a command line argument.This is a bit of a quirk in the libcamera API used to select the sensor mode. Right now it does not understand sensor crops like we do on the GS...
View ArticleCamera board • Need help interfacing MMAL baremetal (not using libs)
Hi, everyone.I am developing an OS based on Raspberry PI.Now I am writing a payload part to it, where OS communicates with VC to get the camera working.I have implemented VCHIQ, and in general MMAL...
View ArticleOff topic discussion • Re: older UNIX users use root
Someone asked me 'dude, why are you root' when I used root on RaspiOS.In the thread in question (unless people use this exact phrase to you all the time!) your command was not working, and one of the...
View ArticleBeginners • 7" Screen question
Hi FolksI am a newbie and I can only trust I can make my problem clear with the right descriptive terms.working on the (Official) Raspberry 7 inch screen when I ask for Thonny to sae some code the...
View ArticleNetworking and servers • Re: Gadget Mode SSH
Unfortunately that guide is A. probably the wrong one, and B. not up to date for Bookworm. Updating is on my to do list but I've not yet got there.I've started looking at Gadget Mode on Bookworm...
View ArticleTroubleshooting • Re: ALL USB PORTS Not Working on RPI 5
After a few days of my car being off but still connected to its main power, when I turned it on, I noticed that none of the USB ports were working. I don't understand what your car has to do with...
View ArticleBeginners • Re: What's the lowest power the rpi5 can run on?
Glad that was helpful to you. But, I should point out that my findings should not be construed as advice, are very limited...and definitely not peer reviewed. So; of course, you will need to do your...
View ArticleFrançais • Re: Comment qu'on fait pour supprimer son compte, ici ? :D
Bonjour, Plutôt que de passer par une manière détournée improbable, pourquoi ne pas passer par le formulaire de contact ?(En haut à droite de toutes la pages du forum "About/contact...
View ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
Another alternative is to upgrade / refresh the LITE install with a full install as other things are not working.ExampleCRONTABI have tried both local user and sudo root with * * * * * full pathed...
View ArticleNetworking and servers • Re: Unreliable WiFi on RPi5
I recently purchased a RPi5 from CanaKit. It is 8GB with aluminum case.Not something I have experienced, but my regular reading of these forums suggests that wireless networking and metal cases are a...
View ArticleGraphics, sound and multimedia • Re: Pi 5 + Camera for streaming
HelloI've written a better script that works better. I've had it running for days now, with a slight time lag of about 0,5 secondsrpicam-vid -b 700000 --autofocus-mode continuous --denoise cdn_off...
View ArticleTroubleshooting • Re: Picamera2 and OpenCV
The .set_overlay method is intended to place the overlay on the preview display, not on the recorded video.Have a look at this example which demonstrates how to place information into the frame so...
View ArticleUbuntu • Re: Need a Support and Idea for the Secure Boot on Raspberry PI 4...
Thank you, yeah i have read those documentation . Recently i have seen this https://github.com/raspberrypi/usbboot/ ... /README.md . I have done it now secure boot is working on pi 5.How can i install...
View ArticleCamera board • Re: RPi 5 and Camera Module 3 streaming
Hallo !I stream with this script ! only install mediamtx https://github.com/bluenviron/mediamtxrpicam-vid -b 700000 --autofocus-mode continuous --denoise cdn_off --brightness 0.1 --contrast 1.0...
View ArticleBeginners • Re: Question on Static IP
It is a common problem to have a 'development network' and a 'release network'. For my needs I decided to have a 'network in a box': a wifi accesspoint with DHCP, a switch and some cables packed...
View Article