Beginners • Re: Defining something at the start.
Thank you!!I've tried looking this up, but i don't think I am using the right terminology. But lets face it, searching is sometimes more of an art than anything else.Code: #!/bin/bash cec-ctl --tv...
View ArticleNetworking and servers • Re: Any suggestion for reliable public MQTT serves
Possibly https://docs.emqx.com/en/emqx/latest/da ... rules.html with mqtt being https://docs.emqx.com/en/emqx/latest/da ... ields.html but best talk to sales over your application and...
View ArticleBeginners • Re: Problem playing videos with subtitles
https://discourse.osmc.tv/c/help-and-support/8Statistics: Posted by memjr — Sat Jun 29, 2024 2:45 am
View ArticleBeginners • Kill cvlc with Crontab
I have a crontab that shuts down the pi at a certain time. Can it turn off cvlc before it reboots the pi?ThanksChipStatistics: Posted by Chipper2 — Sat Jun 29, 2024 2:46 am
View ArticleOther • Re: Other OSes without linux
...And for that use case linux uselessNo chrome is bad too. (Chromium without synchronization so it useless piece of soft)...Then change - no one is forcing you to use Linux.I use it where I need to...
View ArticleTroubleshooting • Re: I2C Not Working
Have you seen this?https://shop.pimoroni.com/products/jst- ... 6636173395From this page:-Note: this cable can be used with older models of HyperPixel 4.0 which have a JST connector underneath for...
View ArticleRaspberry Pi OS • Re: A need to use a newer OpenSSL. Advice?
Depending what you need to test with the newer openSSL (and if it explicitly needs to be in Raspberry Pi OS), you could potentially install docker and use an ubuntu or other docker image interactively...
View ArticleTroubleshooting • Raspberry PI stubbornly refuses to connect to 1 WiFi network
I have a PI4 connected via ethernet. It will connect via wifi to one network (Ubiquiti) but it stubbornly refuses to connect to another wifi network. The second network is a mikrotik device. I can...
View ArticleBeginners • Re: New to Pi, got a Pi4B, I have no SD card and only AV cables.
Last I saw, switching to boot from USB, whether using Pi Imager, or booting and then using raspi-config would require a microsd card (in either case) if only for that first boot. That said, as it...
View ArticleTroubleshooting • Re: Putty not working on RPI5
Just to have it mentioned in this thread, you can also create a config file for openssh (~/.ssh/config by default) so that your terminal ssh client has saved sessions, X11Forwarding enabled,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 (8 GB): pwm Fan Stuck on High
This is my workaround. It will work as long as some reboots are successful. Basically, my workaround is to automate the reboots until the pwm fan works. Run the following script upon boot using...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • how to stop driving a gpio (pinctrl?)
I am relearning how to set, read, and abandon (tri-state) GPIOs in Bash. until very recently I was using /sys/class/gpio/unexport and echo "in" > /sys/class/gpio/gpio9/directionSurprise! old BASH...
View ArticleNetBSD • 2024/06 NetBSD 10.99 image update
I've updated 2024-06 NetBSD images.2024-06-24-netbsd-raspi-earmv6hf.img: for RPI0-3 http://mail-index.netbsd.org/port-arm/2 ... 08778.html2024-06-24-netbsd-armv7-earmv7hf.img for RPI2-3...
View ArticleAdvanced users • Re: Getting Started with Network Manager
A proven way of working (so completely headless remote) is to do the swap from dhcpcd to NetworkManager already in the running Bullseye installation. nmcli can do really complex things but as we all...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
Hello all,Just in case someone is missing the changes that come with Simon's version 0.76. I have synced my fork (master and kbdlayout branch) with that. The instructions for building and installing...
View ArticleTroubleshooting • Re: 'date' returns incorrect date/time?
My systemd-timesyncd is running:Code: systemctl status systemd-timesyncd● systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service;...
View ArticleGeneral discussion • Re: Cloudflare checks if I am a human - forever - on...
I encounter this on Ubuntu on Firefox(ppa version) and Chromium(debian version). Here, the solution is to use Vivaldi browser.Statistics: Posted by talker1 — Sun Jun 30, 2024 5:07 am
View ArticleGeneral • Surprising performance disparity
Hello,I've been hacking a bit on Miroslav Nemecek's PicoQVGA (https://www.breatharian.eu/hw/picoqvga/index_en.html)While adding double-buffering support, I came across a huge performance pitfall from...
View ArticleBeginners • Re: Creating a log of a script
I hate to say it, but I looked it up online and found a way to do it that I was comfortable with the tempting.What does that mean? I'm not asking about any technical issue here - not seeking...
View ArticleCompute Module • Re: Possible to use SPI and i2c with DPI??
Yes, that's possible. Look at the Hyperpixel overlay for an example.Hyperpixel uses a bitbanged I2C for comoatibility reasons. You can use HW I2C from GPIO10/11 if your display will be used with...
View Article