Networking and servers • Re: Install older version of Samba on Bookworm
This led me to look at what was removed/changed between Samba Versions 4.9.x and the current 4.17.x which runs on Bookwork and wouldn't you know it that in Samba Version 4.16 support for SMB1 was...
View ArticleOff topic discussion • Vale Larry W Finger
Sadly, the long time Linux Wireless developer Larry W Finger has passed away on the weekend. I just recently linked to Larry's github account to answer a question about a Wi-Fi driver for the...
View ArticleAdvanced users • Help moving from SD to nvme1 with ZFS root
HiI have recently installed bookworm on a pi5 sd which has 2 nvmesI want to move to booting from the nvme but I also want to move to zfs.so I am thinking I /boot to be copied over from sd to nvme now...
View ArticleNetworking and servers • Re: Looking for a substitute for Real VNC
If you'd prefer to use "Virtual" VNC sessions rather than a VNC session tied to the Pi console, have a look at https://github.com/gitbls/RPiVNCHowToVirtual VNC sessions are not as performant as...
View ArticleGeneral • Re: PIO seemingly not outputting data properly...
Thanks very much for your feedback. I've looked, but I can't seem to find any reference to the function to which you refer.FYI: I'm developing under Windows using VSCode, and my installation may be a...
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
You got a printf in the loop. I believe it's buffered, but I would use a lighter loop.I did some IR remote decoding a couple of months ago using a Pico, using edge-triggered interrupts, writing to an...
View ArticleCompute Module • CM4 Obsolescence Date Discrepency
The Compute Module page says "Compute Module 4 will remain in production until at least January 2034" but the CM5 Forward Guidance says 2031 for the CM4. Would be nice to get one of those...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
I found it very interesting to read through everyone's comments about a Raspberry Pi 5 laptop. It seems like there's a significant concern regarding the price versus the value offering of a Raspberry...
View ArticleGeneral discussion • Re: Pi 4B and Compute Module 4 behaving different...
Ah, good catch thanks. I'll definently change that, although the official documentation says that it wouldn't make a difference anyway because they are both applicable models for both of those...
View ArticleHATs and other add-ons • Re: HATs for connecting to the Internet without...
Look at i.e.waveshare portfolio. They offer quite some solutions (ob different budget).Sorry, can't comment on 'easy to setup' (or not).Statistics: Posted by aBUGSworstnightmare — Tue Jun 25, 2024...
View ArticleNetworking and servers • Re: Metallic enclosures and wifi/bluetooth degradation
SMA connectorCM 4 and the mount boards have options that could be adopted but have not found one with MIMO.Some excellent USB WiFi adaptors with more options than Pi 5 WiFi through SMA, especially...
View ArticleAdvanced users • Re: RPi 5 USB-C overvoltage protection
If I recall correctly, over voltage protection exists only for protecting power being applied to the usb-c power port, not the pins in the IO header.If you apply more voltage than you're supposed to...
View ArticleGeneral discussion • recovering raspberry 1
HelloI had the first version of raspberry (256MB RAM) running, but the pendrive where I had all the system, programs and data broke. It has debian wheezy installed, it worked very good and the memory...
View ArticleTroubleshooting • Re: White screen with just Waste basket showing
Thanks all. I've resolved the issue.Let us know how. Someone else having the same issue could find this thread and your fix could help them too.Statistics: Posted by memjr — Tue Jun 25, 2024 5:47 am
View ArticleGeneral discussion • Re: recovering raspberry 1
Try Raspbian Lite it's lightweight, Debian-based, and perfect for keeping memory consumption low like your old setup.Statistics: Posted by Marco22 — Tue Jun 25, 2024 5:48 am
View ArticlePython • Re: Help with reading multiple CAN messages with python
If you don't want to run 2 instances of your program, 1 per can bus channel, the Use multiple threads. One for the main program, and 1 thread per can bus...
View ArticleGaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War Chest is now a...
Thanks. I will give it a try on a Pi 5 when I get a chance.Statistics: Posted by AndyD — Wed Jun 26, 2024 4:14 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Sorry, but which kernel do you run?Code: pi@Pi5-3D-500:~ $ uname -aLinux Pi5-3D-500 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linuxand what EEPROM version do...
View ArticleCamera board • Re: Simultaneous video and still picture
Hi, when you have a slightly non-standard requirement (beyond what rpicam-apps do out of the box), it's often easier to reach for Python. This example may be close to what you want.Note that you have...
View ArticleBeginners • Re: Improved NTFS Samba speed on RPi4 with USB drive
Fair enough. You didn't mention that in the beginning, hence the question as to why you were going to that effort to make NTFS faster; when it would have just been easier to use ext4...which will be...
View Article