Troubleshooting • Re: gpiozero.LED leaves pins in floating state
Thank you for the reply, @hippy, but the version in the fresh install of Bookworm was GPIO Zero 2.0.Statistics: Posted by anilles — Thu May 16, 2024 9:59 pm
View ArticleOther RP2040 boards • Re: Arduino Nano RP2040 Connect: reliability?
USB power is fine.The problem was that there was some kind of stuck/corrupted DOS filesystem in flash. This cleared it:Code: import osimport machine, rp2bdev = rp2.Flash()os.VfsFat.mkfs(bdev)vfs =...
View ArticleRaspberry Pi OS • Re: PcManFM show full directory path
Re your reply:1) The full directory path is shown in the directory history drop-down box. > Can you please explain where this is?2) The complete path to a file or directory can be copied from a...
View ArticleRaspberry Pi Connect • Re: does rpi-connect run headless?
Well I read the paragraph titled Wayland and I now know that Wayfire is the compositor for Wayland. so I did the following:pi@raspberrypi4:~ $ sudo apt list | grep wayfireWARNING: apt does not have a...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
hey what do you mean by that ? i didnt post anything therePerhaps it might be an idea to try. Lots of kali experts there who are more likely to know about supported hardware.thanks, well i tried...
View ArticleHATs and other add-ons • Re: SSD compatibility with M.2 HAT+
Asked the question on compatible NVMe in the blog https://www.raspberrypi.com/news/m-2-ha ... ow-for-12/ where you read the marketimg buzz wordsExtensive drive compatibilityWhile we were doing all...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Thanks for the response. I'm not a "superuser", but have tried various permissions approaches over the last couple of years, without any success. Since I can just plug in a card with Ubuntu and...
View ArticleDebian • Re: "sorry, this system does not appear to be a raspberry pi....
When i check the board model it comes back with 'no such file or directory'. Do you think my laptop is not able to detect my raspberry pi? i have it connected with a USB.Statistics: Posted by Dexas —...
View ArticleGeneral discussion • Re: Green LED flashes twice a second, Pi won't boot
Looks like the power supply crapped out. I should have checked that first.Statistics: Posted by Andrei07 — Fri May 17, 2024 9:57 pm
View ArticleRaspberry Pi Connect • Re: Pi4 Wayfire/Wayland rpi-connect won't start
I can't give you chapter and verse to verify, but I have a hunch that I've read that low-memory models of otherwise compatible hardware still revert to running X-11/openbox in preference to...
View ArticleGeneral discussion • Re: How to minimize power consumption
There are Y cables which connect to two USB A pins. You could connect the second cable to a wall power supply and that would at least get you another 500mA. So, using a Y cable (and an extension cable...
View ArticleTroubleshooting • Powering Raspberry Pi 5 using GPIO header.. Voltage Drop -...
I have a 5V6A power supply that I got off aliexpress that I was hoping to power a Raspberry Pi 5 with... but I've been unsuccessful.There seems to be a huge voltage drop when the cables/connectors I'm...
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
With either Chromium or Firefox they both automatically scroll down the page as it loads.If you have a spare SD card, try installing stock Raspberry Pi OS with Desktop 64-bit on the same hardware....
View ArticleHATs and other add-ons • Re: Power & data over USB ports?
Why would you replace a software driver on a PC with external translator code in firmware?Why not replace the driver?However, assuming there's a legitimate reason you can't actually do this, what you...
View ArticleBeginners • Linux kernel headers mismatch
I recently updated my pi (rpi-update) and my kernel version became [6.6.30-v8-16k+].However my linux kernel headers are: Code: linux-headers-6.1.0-21-arm64/stable-security,now 6.1.90-1 arm64...
View ArticleBeginners • Re: Linux kernel headers mismatch
Well, that largely depends on what you are trying to do and why.Also - for the mods - this probably doesn't belong in "Beginners" section. Building kernels is not in that realm.Statistics: Posted by...
View ArticleBeginners • Re: PI5 Beginner problems
What case are you using, if any, for your Pi5? Maybe the USB C power jack isn't making full contact? It's not being fully inserted? If you haven't already, I would try it with no case.That is a very...
View ArticleMicroPython • Re: Connecting to Enterprise Wi-Fi with Raspberry Pi Pico W
Maybe raise it as an issue or discussion for the MicroPython Team - https://github.com/micropython/micropythonThey know. They haven't had the impetus or capacity to implement it. See RFC: cc3200:...
View ArticleDebian • Debian GNU/Linux trixie/sid
Code: ubu@debian:~$ inxi -v6System: Host: debian Kernel: 6.7.12-arm64 arch: aarch64 bits: 64 compiler: gcc v: 13.2.0 Desktop: GNOME v: 44.9 tk: GTK v: 3.24.41 wm: gnome-shell dm: GDM3 Distro: Debian...
View ArticleArch • Re: How to get plain Arch Linux to run on a Raspberry Pi 5 ?
you wouldn't by chance be using a wireless mouse plugged into the rpi5 & wifi at the same timeif you are, you can try putting the wireless dongle on a extension or hub away from the rpi5 bodyit's...
View Article