Troubleshooting • Re: Pi 4b constantly rebooting when usb wifi adapter connected
It sounds like you need a beefier power supply. What kind of power supply are you using?Note that it takes more juice to boot a Pi than it takes to keep it running. On some of my Pis, I get "lower...
View ArticleTroubleshooting • Re: Issues with serial communication between 2 Raspberry Pis
You've removed the default console=tty1 from cmdline.txt. Without that the kernel defaults to using the serial port. If you put it back in your shouldn't see any console activity on the...
View ArticleTroubleshooting • Re: rPi crashes, takes whole network down
Yes, the rPis (even the 5s) are a terrible choice for Jellyfin if it needs to do any transcoding but it doesn't. All devices it streams to, support the codecs used by the media so no transcoding is...
View ArticleTroubleshooting • Cannot read fan speed on Pi5 (fan1_input always 0)
HelloI'm trying to read the fan speed (RPM) of my Pi5.Unfortunately the following command always returns 0:Code: cat /sys/devices/platform/cooling_fan/hwmon/hwmon1/fan1_inputBut the command below...
View ArticleTroubleshooting • How to map IR scan codes to Key symbols to ALSAMIXER keys...
Hello,I am using RP4 running Bookworm x64 Lite.I have interfaced IR Rx and installed IR-Keytable.I can detect the scan codes and create a key mapRemote key press is also getting mapped to key symbol...
View ArticleTroubleshooting • Re: KMS driver shifting 3 pixels to the right on DSI displays
Thanks so much for your hard work!!So this should be in the next public kernel update/release?It looks like it was merged into commits for raspberrpi:rpi-6.6.y, and I'm not sure how 6.6.y makes it...
View ArticleTroubleshooting • Re: modprobe: FATAL: Module nvme-fabrics not found in...
A quick look shows CONFIG_NVME_FABRICS is not defined (and can't be on it's own - it gets enabled by other options).Looks like enabling one of NVME_RDMA, NVME_FC, NVME_TCP, NVME_TARGET_LOOP,...
View ArticleTroubleshooting • Re: Cannot read fan speed on Pi5 (fan1_input always 0)
try cat /sys/devices/platform/cooling_fan/hwmon/hwmon2/fan1_inputorcat /sys/devices/platform/cooling_fan/hwmon/*/fan1_inputStatistics: Posted by gordon77 — Mon Jun 24, 2024 10:58 am
View ArticleTroubleshooting • Re: found something weird
Did not think RealVNc was working with Wayland yet?You could try setting the Pi to use X11 (raspi-config) and RealVNC or change the port in the wayvnc config file (IIRC).Statistics: Posted by MiscBits...
View ArticleTroubleshooting • Re: White screen with just Waste basket showing
Thanks all. I've resolved the issue.Let us know how. Someone else having the same issue could find this thread and your fix could help them too.Statistics: Posted by memjr — Tue Jun 25, 2024 5:47 am
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
In the process of installing some code/changing settings to allow me to connect via ethernet (as not able to SSH when the Pi can't connect to wifi), and in this process I restarted the Pi and it's...
View ArticleTroubleshooting • [SOLVED] can only get to sites hosted on my pi's via ip,...
As of sometime "recently", I can only access simple websites hosted on my pis via their ip addresses, not local names like pi0w.local. This affects all such machines/sites, on a pi Zero 2 W, a pi2, a...
View ArticleTroubleshooting • Re: recently, can only get to sites hosted on my pi's via...
The browser reports errors like this: This site can’t be reachedpi0w.local’s server IP address could not be found.Try: Checking the connection Checking the proxy, firewall, and DNS...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...
I am not sure what was the reason but I made working after i changed:max_usb_current=1 in the /boot/config.txtandChanged usb <-> usb-c cable to the shorten one with 3A wrote on the plugI had...
View ArticleTroubleshooting • Re: Send IR Command LIRC
Hi Guys, sorry if I didn't continue the conversation. I decided to do it all again. I leave you all the steps I followed.I'm working on a project and I would like to use Lirc to control my hi-fi...
View ArticleTroubleshooting • Re: Help: Ethernet disabled during attempted static IP...
I would remove the "post-up" line. I am not sure what turning off eee does. Do not be afraid to show the IP number on the address line. The network block being used is allocated for local area network...
View ArticleTroubleshooting • Raspberry Pi 5 - NVME boot - McuZone MPS2280
Hey everyone!I recently bought the McuZone MPS2280 NVMe SSD HAT for my Raspberry Pi 5, and I'm encountering issues while trying to boot from it.The SSD I'm using is the Kioxia XG6 256Gb.I'm using the...
View ArticleTroubleshooting • Re: Bookworm feedback thread
raspi-config - underscan - Pi 4B 1GB Desktop Bookworm 32-bitI believe D1 option is new or recent, even if not it doesn't work when run via Telnet connection. It says it has enabled / disabled the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Sorry, but which kernel do you run?Code: pi@Pi5-3D-500:~ $ uname -aLinux Pi5-3D-500 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linuxand what EEPROM version do...
View ArticleTroubleshooting • Re: Raspberry Pi 5 NVMe 1.4
The PCIe on Pi5 is certified for Gen2 only - https://datasheets.raspberrypi.com/pcie ... Ny4wLjAuMA..Gen3 may work (Pi does not fulfill Gen3 clock jitter spec).So how do you want to test for...
View Article