Troubleshooting • Re: Wayland/Wayfire Kiosk Mode Chromium
I had the same issue just now, I fixed it by calling a script in autostart rather than chromium-browser directly, I suppose it has something to do with display envvars, if someone smarter knows why it...
View ArticleTroubleshooting • Re: Pi5 - screen blanking problem
Code: salvatore@Raspberry-Pi:~ $ cat /proc/cmdlinereboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1...
View ArticleTroubleshooting • chromium-browser flashing in headless Pi 3B with bookworm
In newly-flashed 64-bit bookworm raspberrypi OS, chromium-browser flashes between black and white with VNC (similar to viewtopic.php?p=2140657&hilit=Pi+3+and+ ... y#p2140397) in headless Pi 3B...
View ArticleBeginners • Re: 4G or LTE for raspberry pico
You could look into LoRaWAN. If you're lucky there will be a gateway nearby (within about 100km), and you can piggyback onto that.If you really want to connect a Pico to 4G you'll need a modem. Most...
View ArticleTroubleshooting • NVMe when present prevents boot
Pi 5, upgraded software and bootloader. Boots perfectly from micro SD. I added a Geekworm X1001 adapter and connected the ribbon cable. I populated it with a Crucial PCIe 3.0 NVMe M.2 1 tb SSD. The...
View ArticleC/C++ • Re: WiringPi replacement?
[quote=drankinatty post_id=2217802 time=1714764984 user_id=229437]I've faced this same issue and come to the conclusion that it is just as easy to use the kernel [b]ioctl()[/b] interface for each of...
View ArticleAssistive technology and accessibility • What hash algorithm does Raspberry...
When using Raspberry Pi Imager, I open the additional settings with "Command+Shift+x". Under the "General" Tab, I see "Configure Wireless LAN" option, with a space for "SSID" and another space for...
View ArticleTroubleshooting • Re: Red Light in Raspberry Pi 4 model B
i dont know how toStatistics: Posted by raspi4geek — Sat May 04, 2024 1:49 am
View ArticleTroubleshooting • Re: NVMe when present prevents boot
you sure your nmve drive is compatible.i have the X1001 & it works fine.if it were me i would remove the drive, boot sd then plug drive in, doesn't need to be screwed down yet.do the copy or image...
View ArticleAssistive technology and accessibility • Re: What hash algorithm does...
WPA PSK uses PBKDF2-HMAC-SHA1 with 4096 iterations. The PSK algorithm is widely documented. I don't know how you'd do it from the Mac command line though.Statistics: Posted by trejan — Sat May 04,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Software PWM - What is reasonable Max...
Because there are only 2-channels, I need 4. You can't even run a RBG led on 2. The hardware PWM is fine, I wrote a library for that, no questions or complaints. It's trying to get the most I can out...
View ArticleBeginners • Lost root password
Hello,I just last week put together a Rpi 5 using the 32G sd card with the OS installed (fron PiShop.us, if that's relevant). I recall having to do something under root, but I don't remember what. I...
View ArticleRaspberry Pi OS • RP1 - Raspberry Pi OS
I found an old Raspberry Pi 1 Model B kit from Make that I'd forgotten I had and am trying to get an operating system with a functional GUI onto it. The modern Pi OS gets stuck in some kind of boot or...
View ArticleGeneral • Running the statemachine fixed number of cycles
Hello.I've been working on an encoder [1] simulation using PIO and right now in order to move e.g. 100000 steps, I'm doing the following:1. Based on my required frequency I calculate the time it will...
View ArticleNetworking and servers • Re: Samba | SMB configuration
Hey all. Sorry for the delayed response. I got sent away for work for a bit. I did finally get SMB/Samba configured. Here's what I did:Old file arguments that did not...
View ArticleAndroid • LineageOS Not Working On My 1560x720 Display
I'm trying to make an Android tablet using a raspberry pi 5 and an 1560x720 multi-touch display. However, when I turned on the raspberry pi, the display does not display anything, but the display...
View ArticleUbuntu • Re: Raspberry PI 5 Ethernet connection not working
finally got it working, upgraded the bootloader to CURRENT: Sat Apr 20 10:53:30 UTC 2024 (1713610410), and that fixed it.I had a spare microSD here that I installed RaspbianOS latest 64 bit, sudo apt...
View ArticleGaming • Re: Gauging interest in FTEQW Engine with Afterquake
I have managed to get Vulkan working in the first version of Quake using FTEQW Engine. It actually functions correctly and is now one of the first games that I have been able to get it to work...
View ArticleAdvanced users • Re: A bit of advice and some questions about disk and drives
cron is used to schedule command to execute at a certain time. rsync is used to sync two directories. So, yes, you need both. Both are part of a default installation.I use the following in root's...
View ArticleAdvanced users • Re: Neo6 gps settings
I got this unit. I read the datasheet and it says it has a performance mode.Any one know how to send a command to activate it?I have it set up using uartIt'll be in the datasheet. It didn't say. Even...
View Article