Networking and servers • Re: Pi 5 not connecting to 5GHz hotspo (version 2)
It seems the only way to get this to work is to edit the db.txt file and create my own regulatory.db-debian file. I have tried following this guide:https://askubuntu.com/questions/1165300 ......
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How to configure Debian to look...
Its easy enough to install Debian then install rpios wallpaper, icons, etc.Statistics: Posted by craigevil — Tue Dec 17, 2024 8:00 pm
View ArticleAdvanced users • Re: NUMA Testing
Two other data points: I've cut the GL surface resolution in half (1920x1080 down from 4K). With that the video plays back mostly flicker free. Note that the GL surface is still not used anywhere....
View ArticleTroubleshooting • Pi 4 Access Point not showing in WiFi scan.
I have an issue with the Raspberry Pi Compute Module 4 configured as an access point (AP), that it will not show up on a WiFi scan from external devices. I'm using an older Debian Bullseye OS image...
View ArticleRaspberry Pi OS • How to set HDMI screen blank time to 120 seconds for Desktop
I followed the documentation and turn screen blanking on. It blanked after 10 minutes.Searched and tried half-dozen methods (presumably different time versions or configuration), from this forum and...
View ArticleNetworking and servers • Re: Move Synology NAS Drives to Pi 5
Took hours (days) to rsync them but once done, not much changes, so not a problem.That HDD uses SMR, see https://www.seagate.com/www-content/dat ... -en_CA.pdfReading is fine, but writing does...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
@gmx, what are you comparing?Using my code will have no effect on power consumption during a call to lightsleep().The useful comparison is power consumption during time.sleep() with and without my...
View ArticleC/C++ • Re: Healthy man's cross-compilation workflow
So... do you have the build script? I'm in hell.I still haven't progressed on the "limits.h" issue. Not going to happen this side of xmas. There is https://github.com/swampdawg/go if you're desperate...
View ArticleRaspberry Pi OS • Re: How to set HDMI screen blank time to 120 seconds for...
Code: mousepad ~/.config/labwc/autostartchange the timeStatistics: Posted by kerry_s — Wed Dec 18, 2024 7:57 pm
View ArticleUbuntu • Ubuntu Not Working On Pi 500
Hello,I recently got the PI 500 and so far have been happy with it. I have been trying to install Ubuntu onto it and every time it boots i just get a green screen with a cursor any...
View ArticleUbuntu • Re: Ubuntu Not Working On Pi 500
24.04 LTS should work. (I don't have Pi 500)Statistics: Posted by keyboardman — Wed Dec 18, 2024 8:09 pm
View ArticleGeneral discussion • Re: Building a Raspberry Pi 5 Server with 10 HDDs Using...
Sorry i am not attempting to create click bait- i want to share a project i found fun to build.Hopefully someone can find it useful I liked it. Thanks for sharing.Statistics: Posted by ejolson — Wed...
View ArticleGraphics, sound and multimedia • Re: Improve Monochrome Composite Display...
I'll give you two guesses what that "i" on the end means, and it's not progressive.Docs for the video= syntax are in the kernel docs - https://www.kernel.org/doc/html/latest/fb/modedb.htmlI got that...
View ArticleAdvanced users • Active Cooler at 100% in Network Install with 2024-12-19...
I see in the release notes for the 2024-12-19 bootloader EEPROM image for BCM2712-based Pis:* Disable fan PWM GPIO between RP1 init and fan probe Drive fan PWM GPIO high during early boot to disable...
View ArticleCompute Module • Re: CM4 VL805 firmware
I am running the 6.6-28 kernelIs there a specific way to flash the vl805 firmware to the bootloaderrpi-eeprom-update utility specifies '-u' flag however seems like i may be missing somethingCode: sudo...
View ArticleTroubleshooting • Re: Booting from network, only when needed?
I do not use a local storage device for such case so the only way the Pi (4 in my case) comes online is via network boot. I kept the https://www.raspberrypi.com/documentati ... BOOT_ORDER as is. See...
View ArticleTroubleshooting • Re: Very strange /etc/fstab on Raspberry Pi Zero on first boot
I don't like the look of all those I/O errors at the top of the first picture. Could be a bad SD card.That'd be my guess too. It's either gone read only or something is very wrong in the mapping...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
So I wait until @aBUGSworstnightmare has the device in front of him thanks for the effort and helpno need to wait for me for any feedback. This is out of curiosity for me, but not high prio. I will...
View ArticleBeginners • Re: Raspberry OS SMB - exFAT vs ext4
If the conclusion is not to use ext4, isn't ExFAT universal enough anyway? Supported by Linux, Windows, MacOS, Android as per the OP's requirements.Maybe but FAT is more mature and will work on things...
View ArticleRaspberry Pi Connect • Re: Testing your firewall...
Instructions may need a minor modification (.c missing)? Code: pi@pi5-8GB:~/udpping $ gcc -o udp_test_client udp_test_clientgcc: fatal error: input file ‘udp_test_client’ is the same as output...
View Article