Troubleshooting • Re: Replacing usb 3.0 port.
Guys,Didn't think the USB3 socket had a "little plastic tang/key thing". Mine doesn't have anything the hold the USB's in only friction. The Ethernet cable does and that would simply require a new...
View ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
Capacitors play an important role in power management and stability when powering the Raspberry Pi Pico. Here are the specific steps on how to use capacitors to optimize your 5V wall adapter powering...
View ArticlePython • cups custom paper size
Hello everyone,I would like to know how to set custom paper size with Cups.My paper size is 50x75mmThanks a lotStatistics: Posted by mchimot — Thu Jul 18, 2024 5:30 am
View ArticlePython • Re: printing image in python
I haven't used CUPS in a long time, but a quick look on the CUPS website providesCode: lp -o media=Custom.WIDTHxLENGTHmm filenamehttps://www.cups.org/doc/options.htmlI would suggest trying from the...
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
I'll post a link to this in the beta forum, since the plugin is still in testing. I'm not sure many have been testing it yet.I've it tested recent version, but when a few failed at first testing it...
View ArticleTroubleshooting • Can the official 27W PSU kill a Pi4?
Hi there,I just changed the PSU for my Pi4 (Rev1.1) from the old official USB-C power supply to the new official 27W PSU for the Pi5. This obviously bricked the Pi4:When turning on power, the red LED...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Need continuous clock mode
Hello,I am beginner to raspberry Pi. So it's very hard..... I have Raspberry Pi 4 Model B and two ov5647 sensor boards.I want to test to change MIPI continuous clock mode of ov5647 sensor...
View ArticleRaspberry Pi OS • Playing multiple Audio Sources on HDMI / Mixing Audio Channels
Hello guys,I came up with a question for some audio applications.. The goal is to play different audio files, radio stations via HDMI. The raspberry Pi supports up to 7.1 channels via HDMI. My main...
View ArticleRaspberry Pi Connect • Successful Peer-to-Peer Connection Browser Dependent
I briefly share my experience with Raspberry Pi Connect and the topic peer-to-peer connection. I use Raspberry Pi Connect with three Raspberry Pi 5s for access from the local network. The client...
View ArticleBeginners • Re: Network mount on boot
I need to append this line to the /etc/fstab file://111.111.111.111/folder/folder /mnt/share/ cifs defaults,nofail,_netdev,username=11111,password=11111,dir_mode=0777,file_mode=0777 0 0Does this look...
View ArticleTroubleshooting • App scaling : Failed to execute child process...
Hello, I have an strange problem on Raspberry Pi OS, using an app when I change the scaling :Raspberry > Preferences > Appearance Settings > Defaultusing "For medium screens" (default value),...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Did you try the Python version where you stop the camera for most of the 30 second wait? I believe that should power down the camera, and the fact that we're only stopping/starting, and never...
View ArticleBeginners • Re: Can not boot my new pi 5
A update!History: Since I manage to boot from a usb-drive I was able to update the bootloader, and then I manage to do a netinstall on my ssd-hat. Last night I tried to do a netinstall on a sd-drive,...
View ArticleTroubleshooting • notional expected transfer speeds for USB3 disks ?
Hello,I currently have a new Pi 5 with an unpowered 4-port USB3 hub, with 2 USB3 Seagate disks plugged into it. Sometimes there will be a mix of up to 8 WD and Seagate USB3 disks, across 2 of the...
View ArticleTroubleshooting • Re: Can the official 27W PSU kill a Pi4?
The Pi 5 PS cannot kill earlier models - it will just supply 5v3A by default (same as earlier PSs) as the older models do not negotiate the higher current available over USB-PD.So not sure what might...
View ArticleGeneral • Re: modern macOS struggles with FAT16, FAT32
There is an official SD formatter: https://www.sdcard.org/downloads/formatter. It may not be related since it aligns filesystem sectors with erase pages and stuff, buth wort trying anyway. At least...
View ArticleRaspberry Pi OS • why are there two different splash screens now?
Just installed a fresh OS image, updated to latest 6.6.40 kernel on Pi5.As I wanted to test some topics related to screen orientation settings I've exchanged the default splash screen - splash.png...
View ArticleOff topic discussion • Re: Matrix style Katakano Fonts
pi@raspberrypi:~ $ cd 'index.html?f=matrix_code_nfi'-bash: cd: index.html?f=matrix_code_nfi: Not a directorypi@raspberrypi:~ $As your system said: 'index.html?f=matrix_code_nfi' is not a directory. It...
View ArticleTroubleshooting • Re: Raspberry pi won’t update
You could try updating from the command line, even if it does not work it might give you some more information or even some suggestions on what to try.open a terminal windowthen type the following...
View ArticleGeneral discussion • Re: run commands from terminal at startup
Thanks for the reply..I found this great guide...https://medium.com/@artur.klauser/mount ... 15193d8138but when it says to create rclone@.service file in the folder~/.config/systemd/user/the systemd...
View Article