General discussion • How does pi as a “headless computer” accessible only...
Hi,I was reading the official raspberry pi webpage and there are two options.1. With monitor 2. Headless computer And I want the headless computer because i only have a laptop, but what can i see on...
View ArticleHATs and other add-ons • Re: Booteable NVMe on RPi Zero 2W?
Can you recommend one that is known to work? Orico USB 3.1 Gen 2 Type-C M.2 NVMe SSD enclosure M2PV-C3The M2PV-C3 enclosure uses the Realtek RTL9210 chip for the USB interface. The chip works reliably...
View ArticleSDK • Re: RP2350 Repeating Timers Stop
Odd, this built fine for me with the develop version of pico-sdkYeah now it builds just fine for me too. Must have been something messed up on machine. Thank you for checkingStatistics: Posted by...
View ArticleGeneral discussion • Re: How does pi as a “headless computer” accessible only...
Depends what you want your PI to do.I have five Pi's I access headless just using ssh in a remote terminal so basically text only (CLI).If you need a GUI then some variant of VNC is the usual solution...
View ArticleBare metal, Assembly language • Re: RPi5 Framebuffer
Thanks for the reply! I did check out your code and used it as a reference. It was extremely helpful. I just needed to change the settings in config.txt to hdmi_safe, which ended up with me being able...
View ArticleGaming • Re: Can I run Ubuntu 18 games on my Pi 4?
Games that are open source have the potential to run on the Raspberry Pi Computer, and games that were released on Linux but are not open source will not run on the Raspberry Pi Computer, because the...
View ArticleGeneral discussion • My confusing with the Pi
I've been using a Pi 4B for a couple years now. I want to further upgrade to the CM5, the CM5 development kit for example. I found it very weird, for all the info. I've read SD and eMMC can not...
View ArticleTroubleshooting • Re: Boot problem with Pi B+ ; Irregular Act, but no Eth
That you may not have waited long enough during the first boot for all the necessary stuff to have completed.Try the 32bit lite image.Let the first boot stuff complete.[...]Lastly, if your Pi needs a...
View ArticleBeginners • Re: Another newb struggling with a startup script
Further to the above:/home/admintv/.config/lxsession/LXDE-pi/autostart should be a text file containing instructions to tell lxde what to run. It shoudl not be a .desktop file and I'm doubt putting...
View ArticleDebian • Re: VNC has no fonts
are you using the latest raspberry osI'm not, I use vanilla Debian Bookworm.Statistics: Posted by jimmi61 — Wed Feb 05, 2025 12:50 am
View ArticleTroubleshooting • Re: stuck in emergency mode
The OS wont boot up. Im stuck in emergency mode. I've tried multiple memory cards and multiple OSs. It asks me for a root password and I have no idea what that is. I never set one. I searched and...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Nice implementation using a memory pool! I just read the NewLib rand() may call malloc(), not saying you use rand(), but whoa, what a gotcha!https://dunkels.com/adam/rand-may-call-malloc/All calls to...
View ArticleTroubleshooting • Stellar Labs Computer + Keyboard
My Stellar Labs Computer + wireless mini keyboard works except for F5 that displays Keyboard Interrupt instead of running a Python program.There are probably other compatibility problems.Does anyone...
View ArticleGraphics, sound and multimedia • Re: Setting screen size to a specific value
you should test first by running Code: wlr-randr --output HDMI-A-1 --custom-mode 1680x1050@60Hz /\You missed a space !Second problem. Stupid me ! I plug the cable into the SECOND HDMI port (actually...
View ArticleRaspberry Pi OS • Re: Clone bootable 2Tb nvme to 4Tb.
You are probably running into the drive size limit of 2TB for MBR partition tables. It seems likely if the error is something to do with partitioning. The solution might be to use a hybrid GPT...
View ArticleNetworking and servers • Re: Pi homelab build...
No pic of the Pi4 as it is mounted elsewhere...I missed the memory cgroup issue before trying the install and banged my head on the wall before making progress. Going to get to making Plex happy on it...
View ArticleBeginners • Re: Problem with serial data transfer - RPI 3B+ and Arduino Nano...
What does the Arduino do with the command from NodeJS? Does it read it and discard it if there's nothing to do? Or do the commands build up in the serial buffer?The arduino will analyze if its a valid...
View ArticleNetworking and servers • Re: Fighting RF Kill On bookworm (no NetworkManager)
Have you added "cfg80211.ieee80211_regdom=ZZ" (where ZZ is your ISO3166 2 letter country code) to your /boot/firmware/cmdline.txt?Statistics: Posted by Murph9000 — Wed Feb 05, 2025 2:22 am
View ArticleTroubleshooting • Re: Stellar Labs Computer + Keyboard
It was finger trouble.The keyboard works fine.Sorry. I would recommend this keyboard if it is still available.Statistics: Posted by PeterRovman — Wed Feb 05, 2025 2:37 am
View ArticleGeneral discussion • Re: Cannot install SCIPY on Pico
Yes, it seems like being able to install a package on Pico doesn't actually mean that that package belongs to Micropython and is usable on Pico.That's a Thonny problem. It mixes up pypi and mip...
View Article