Troubleshooting • Re: Reading Change Logs stalls at 33%?
In my case increasing swap file to 1GB helped in some way. After increasing swap it looked like device was still getting stuck but I was able to terminate upgrade process with CTL+C. When I run "top"...
View ArticleTroubleshooting • Re: PEX8112 PCIe-to-PCI bridge issues
The ARM architecture does not have an I/O bus - everything is memory mapped.Your sound card only exposes an I/O bar, therefore can not work on ARM.Statistics: Posted by 6by9 — Mon May 06, 2024 12:35 pm
View ArticleTroubleshooting • Raspberry Pi not responding
I have a problem with Pi which randomly stops responding, looks like it happens when the Pi is running for some time.I see the device on the network, I can ping it and I think that I can even connect...
View ArticleTroubleshooting • Re: Raspberry Pi not responding
Which model PI?Which OS?What is it doing, part from Wireguard and Pihole?Statistics: Posted by kip_the_elder — Mon May 06, 2024 1:08 pm
View ArticleTroubleshooting • Re: This power supply is not capable of supplying 5A Power...
i am using an adaptor that can supply 6A but i still receive this warning. how can i mitigate this issue?Statistics: Posted by bryanvas — Tue May 07, 2024 7:32 am
View ArticleTroubleshooting • Re: [rpi5] [AlpineLinux] How to force HDMI Console-Only...
Hi,I can't help here but I do have the same HDMI problem with my RPi5 and I'm hoping someone here can provide some assistance. I only run in console mode. If the connected HDMI display is 1920x1080...
View ArticleTroubleshooting • M2 Hat - power led not blinking
Hello all,I have installed Ubuntu-23 on a Raspberry Pi board, and I am trying to connect an M.2 Hat on top of that using the PCIe slot.After powering up, I am not seeing any LEDs blinking on the M.2...
View ArticleTroubleshooting • Re: M2 Hat - power led not blinking
Who is the manufacturer of the HAT?Statistics: Posted by jamesh — Tue May 07, 2024 9:57 am
View ArticleTroubleshooting • Re: Externally powered SSD doesn't work well on RPI4
Hello!I did not wanted to start new topic, this seems to fit under my needs..I have problem with RPi4 4GBOperating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 6.6.21-v8+ Architecture: arm64in...
View ArticleTroubleshooting • USB keyboard/mouse does not work on PI4 (VL805 bug?)
I have a USB Wireless keyboard/mouse combo device that does not work on a PI4.During my research I found other have similar problems with the own developed USB devices/software and it looks like a bug...
View ArticleTroubleshooting • Re: RP 4 - 8GB - green and red LEDs only light up...
This sounds very similar to a problem I have on a Pi 5, as reported in viewtopic.php?p=2216362#p2216362. I am also running off an SSD rather than an SD card. Unfortunately, nobody has been able to...
View ArticleTroubleshooting • Bluetooth Connected but not listed on output devices
device use:pi zero 2 WOS - LegacyI got this bash code Code: #!/bin/bash# Function to list all output devicesfunction list_output_devices() { pactl list short sinks}# Function to connect to Bluetooth...
View ArticleTroubleshooting • Re: RPi5 shutting down on load
I'm experiencing almost same thing. unexpected shutdown with system stress (by cmdline tool stress) after less than 30 minutes, with official fan installed, and no extra info from "journalctl" or...
View ArticleTroubleshooting • Re: Trouble Connecting to Raspberry Pi 5 via LAN Cable for SSH
Hello, I have a project and I need to connect to raspberry pi 5 over ssh and http(s) only with lan cable, there will be no other connection. But I couldn't figure out how to connect. When I connect...
View ArticleTroubleshooting • Raspberry Pi Connect: Can't configure
Hi folksJust installed Connect on a RPi 5 with Bookworm. I've got the icon in the system tray, but clicking on Sign in' doesn't do anything.Am I missing something, or are there servers being...
View ArticleTroubleshooting • Re: Raspberry pi 4 -- /dev/video* are missing
So you're running Debian Bookworm? Not Raspberry Pi OS Bookworm."kernel=vmlinuz-6.1.0-20-arm64" in config.txt also implies it's not Raspberry Pi OS.Debian uses mainline Linux kernels, and the V4L2...
View ArticleTroubleshooting • Re: SD card actual clock no longer 100000000 Hz after RPi...
check dmesg for any potential errorshttps://github.com/raspberrypi/linux/bl ... st.c#L1853Code: /* Drop the overclock after any data corruption, or after any * error while overclocked. Ignore errors...
View ArticleTroubleshooting • SSD disconnects each day at certain time
Hello!I was advised to moving to newtopic, here is my issue:My issue is that it worked fine and till one day (no updates were done,) it just started to drop SSD, it can be seen in temp sensor data -...
View ArticleTroubleshooting • Re: Wireguard Client tunnel not wg0
You're apparently testing an internet address (173.x.x.x) and not a VPN address (10.0.2.0)The guide you've linked tests connectivity between VPN addresses (10.0.2.1 and 10.0.2.2.) In the guide, the...
View ArticleTroubleshooting • Re: Network-Manager simply will not work
Hi,.... However, it does not show up in Code: sudo raspi-config option. ...Why do you think it should?Use the network icon in the taskbar.Or use the NM command line tool:Code: sudo nmtuiStatistics:...
View Article