General discussion • pi5 NVME takes 90 seconds to boot
Using a Pi 5 with a WD Blue SN550 NVME and no SD card installed. I've been trying to figure out why (after following many of the internet tutorials) the Pi still takes 90 seconds to boot. It boots to...
View ArticleGeneral discussion • Re: pi5 NVME takes 90 seconds to boot
I recommend that you don't use a WD NVMe drive. Multiple versions have had issues reported.Statistics: Posted by jdb — Tue Jan 14, 2025 8:04 pm
View ArticleGeneral discussion • Re: Trouble with installing/running os
Use Raspberry Pi Imager to write Raspberry Pi OS 64-bit "Bookworm" to a spare microSD card (32GB is fine) as your first card may be bad.I use SanDisk Ultra 32GB or Samsung EVO 32GB.Boot from that and...
View ArticleGeneral discussion • Re: samba question
See this: https://www.samba.org/samba/docs/Statistics: Posted by memjr — Wed Jan 15, 2025 5:02 pm
View ArticleGeneral discussion • Re: Booting RPI5 without connected HDMI screen
Hello,I just copied SD card and after booting there is still same issue with screen like before... I checked the settings in sudo nano /boot/firmware/cmdline.txt and there is correct...
View ArticleGeneral discussion • Re: 3.3V 5.5V Shortage Still A problem on RPi5
Hey,sadly my Pi5 has meet with a short between 3.3 and 5V.Im Wondering. This Problem was prominent on Rp3. How can it be that this Problem has not been resoved on Pi5(With a failsave for example).I...
View ArticleGeneral discussion • Re: thought experiment: privacy and security when...
thanksso i guess to be sure there should be a process of zeroing out those stores too and restoring with surely secure firmwarethen assuming no hardware vulnerabilities we are assured completely...
View ArticleGeneral discussion • Re: UK ICO warning re: Google ad policies and...
What mitigations are available on the Pi?Switching to Firefox?Firefox with the noScript and ublock origin plugins, and maybe Privacy Badger, has been the "go to " recommendation for anyone who objects...
View ArticleGeneral discussion • When will we see CM5 with 64GB eMMC and 4GB or more RAM?
Looks like CM5 availability is still scarce with just the 32gb eMMC (max) and 2GB RAM (max) available right now (besides dev kit which is one off - I am looking for bulk purchase). from the past...
View ArticleGeneral discussion • Re: When will we see CM5 with 64GB eMMC and 4GB or more...
https://rpilocator.com/?cat=CM5Statistics: Posted by aBUGSworstnightmare — Wed Jan 15, 2025 7:04 pm
View ArticleGeneral discussion • Re: Pi 3 A+ prefers 6V instead of 5V?
Get your multimeter and measure the voltage on PIN#1 or PIN#17 versus any GND point they are pin #6, #9, #14, #20, #25, #30, #34 or #39 or the top of the USB (3.3V) and on PIN#2 or PIN#4 (5V).I...
View ArticleGeneral discussion • hard drives
evening,random one - I have 2 USB hard drives on a pi 4 bookworm.Is there any way to make the 2 hdd appear as 1 drive, ie in one folder on filemanager?thanksStatistics: Posted by jondallimore — Thu...
View ArticleGeneral discussion • Re: hard drives
You can create a RAID array over your two drives. You will need to reformat them (so will lose anything on them).Jeff Geerling has some notes here: https://www.jeffgeerling.com/blog/2020/ ......
View ArticleGeneral discussion • Re: New Pi 5 Revision? What changed?
There is only one revision of the RP1.Statistics: Posted by jamesh — Thu Jan 16, 2025 8:09 pm
View ArticleGeneral discussion • Any ideas what's wrong with my Pi4
I bought a new Pi4 about six months ago. At first, it worked without a problem, but when I went to use it again, I found that I had no video. It's not a video fault as the HDMI output gives me the...
View ArticleGeneral discussion • Raspberry Pi 5: is there a vcgencmd command to get RP1...
Using a Raspberry Pi 5 16GB I saw that sensors command give volt and temp info for RP1 chip (I guess it by the name of the sensor; rp1_adc-isa): Code: # sensorspwmfan-isa-0000Adapter: ISA adapterfan1:...
View ArticleGeneral discussion • Re: Any ideas what's wrong with my Pi4
add the screens resolution to the front of /boot/cmdline.txt (/boot/firmware/cmdline.txt from inside raspberry)Code: video=HDMI-A-1:1920x1080 vc4.force_hotplug=1 example from mineStatistics: Posted by...
View ArticleGeneral discussion • Re: can't remember password from 4 years ago
The Unix password algorithm isn't exactly secure.The traditional Unix crypt algorithm limits your password to eight bytes, and ignores the most significant bit of each, because it is based on DES. So...
View ArticleGeneral discussion • RPI5 runs out of memory while running python script
Hello,I have issue with my RPI5 same on 8GB and 16GB version that while I run my python script for zipping folders with ts chunks (each ts chunk has about 1 MB) and there are about 30 folder and each...
View ArticleGeneral discussion • Re: RPI5 runs out of memory while running python script
Sounds awfully like a memory leak (quite a bad one at that).I'm not a python programmer, but perhaps posting your script will help others diagnose where the fault is.Use [CODE] [/CODE]...
View Article