Quantcast
Channel: Raspberry Pi Forums
Browsing all 2459 articles
Browse latest View live

Raspberry Pi OS • Shutdown on startup

Hello & Thanks for any insights. I have a python 3.11.2 script running on a Pi Zero 2 W (Raspberry Pi OS 64 bit Lite) that starts upon power on (power supply is solid) from rc.local, runs for...

View Article


Raspberry Pi OS • Re: Shutdown on startup

rc.local is run as root, no sudo needed.Statistics: Posted by kerry_s — Wed Jul 31, 2024 8:07 pm

View Article


Raspberry Pi OS • Re: grim "jpeg support disabled" on Bookworm Wayfire

Conversion from PNG to JPG is not hard though - ImageMagick springs to mindI always install ImageMagick if I'm going to be doing anything with images on the command line. It get any easier thanCode:...

View Article

Raspberry Pi OS • Re: What's the status of 'labwc' under Bookworm ?

Have you enabled VNC server?Not that I am aware of. I don't use VNC so wouldn't have knowingly enabled it.Statistics: Posted by hippy — Fri Aug 02, 2024 1:19 pm

View Article

Raspberry Pi OS • 50 pin 8" display conversion

So I've got a few raspberry pis, and some orange pis.. I was wondering if there's a way to use a display with a 50 pin ribbon cable with a raspberry pi? Either using HDMI, RCA, or one of the Raspberry...

View Article


Raspberry Pi OS • How do I disable all logging in rpi os 64bit (Bookworm)?

I updated my rpi 4, after 3 years. I used to disable logging usingCode: sudo systemctl stop rsyslog && sudo systemctl disable rsyslogBut, I found out that this new 64 bit version deprecated...

View Article

Raspberry Pi OS • Re: 50 pin 8" display conversion

If the data sheet is online why didn't you've posted a link to it? Sorry, will not spend my time googling...Panellook says its 6/8bit RGB interface - https://www.panelook.com/AT080TN52_Inno ......

View Article

Raspberry Pi OS • Re: How do I disable all logging in rpi os 64bit (Bookworm)?

After searching more this is what I did. I am posting this if anyone needs this.sudo systemctl stop rsyslog and sudo systemctl disable rsyslog don't work anymore. Rsyslog is deprecated in new OS. Now...

View Article


Raspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5

trying the hat with SSD In the end I went back and removed it because it was giving me problems. Then I gave the commands for update and full upgrade and the two cameras worked individually, then I...

View Article


Raspberry Pi OS • Re: Static IP with Bookworm

Just a note for those saying that using static IPs aren't the recommended method. I have two Pis that get moved from my house to a hotel that are used as part of convention registration system. Not...

View Article

Raspberry Pi OS • Re: why are there two different splash screens now?

I would love to find this in git, to see what if anything got changed recently, but I don't know where to find it. I always update all of my pi at the same time, so I don't have any still running...

View Article

Raspberry Pi OS • firmware-linux-nonfree 1:20230625-2+rpt2 breaks MT7601U...

I currently own a Raspberry pi zero (not w) which i connected a cheap WiFi dongle to2 days ago, i updated all the packages of it and after a reboot, the WiFi dongle stopped working...after doing some...

View Article

Raspberry Pi OS • RS485 read digital data

I'm using Raspberry Pi 4 with Ubuntu Server OS 20, with this hat that has 2 RS485 channels: https://www.waveshare.com/wiki/2-CH_RS485_HATI wish to use one of the RS485 channels to directly connect to...

View Article


Raspberry Pi OS • /usr/bin/sh being linked to dash not bash makes script fail...

Top level: I have a script that works fine when run from the command line (which is the bash shell), but doesn't work when run under "at" (where it is run under /bin/sh, which is actually a symlink to...

View Article

Raspberry Pi OS • Having trouble getting a Serial Attached SCSI controller:...

I have built a NAS with a PI5. I am using pineboards to give me a PCI 4x open end PCI slot. The card that I have purchased is a LSI SAS SATA IT Mode 9200-8I 6G/s 8 Ports RAID Controller Card...

View Article


Raspberry Pi OS • Re: RS485 read digital data

Normally, a magnetic reed door sensor is just a simple switch, so it should be connected to a GPIO input pin and ground. That expansion board seems to have a 40 pin GPIO header so use that.The pi gets...

View Article

Raspberry Pi OS • Re: /usr/bin/sh being linked to dash not bash makes script...

I just know that when I change the /usr/bin/sh symlink to point to bash instead of dash, my script works under at. I have no idea what havoc this might cause for other user scripts, or for Raspberry...

View Article


Raspberry Pi OS • Re: Disconnect, Reboot, Shutdown from Desktop by command

Earlier, I wrote:I ask because I have one machine that is up all the time, but every so often (say, every few months), it gets stuck in a "D wait" and I have to power-cycle it to get it working again....

View Article

Raspberry Pi OS • [SOLVED] /usr/bin/sh being linked to dash not bash makes...

Top level: I have a script that works fine when run from the command line (which is the bash shell), but doesn't work when run under "at" (where it is run under /bin/sh, which is actually a symlink to...

View Article

Raspberry Pi OS • Re: GCC 14.1.0 with Bookworm on RPI5

My script just does the wget once at the start.Hi there, I apologize for bumping this thread. That said, I have been trying to use your script to build an older version of GCC (before 11.0) on my Pi4B...

View Article
Browsing all 2459 articles
Browse latest View live