Troubleshooting • Re: "dd" Command Won't Produce a Bootable SD card
What does fdisk -l show against the SDCard after you've ejected it and re-inserted it?What does dmesg | grep sd or dmesg | grep mmc show?Code: evansste@Desktop:~$ sudo /sbin/fdisk -l /dev/sddDisk...
View ArticleTroubleshooting • Re: Chromium Title Bar. Can Not Hide.
that's a wayfire bugusing X11 or labwc there's no issueshow can i do that.Statistics: Posted by vvti9 — Thu Jul 25, 2024 7:34 pm
View ArticleBeginners • Re: Which version of RPI box d I need?
yes, I was expecting to run into power issuesBut good to hear that a zero may be powerful enough.thanks a lotStatistics: Posted by wrostek049 — Thu Jul 25, 2024 7:36 pm
View ArticleNetworking and servers • Cannot change VLAN I.P. address
Set up a VLAN on eth0 and it went quite smoothly. /etc/network/interfaces.d/vlans:auto eth0.16iface eth0.16 inet manualvlan-raw-device eth0/etc/dhcpcd.conf:interface eth0.16static...
View ArticleOther RP2040 boards • Re: Custom RP2040 | USB Fails to establish...
Please don't start a new thread each time. Sorry I know there's many posts similar to this. The ones I read all seemed to have clear schematic issues, much worse routing, or no information. Perhaps a...
View ArticleTroubleshooting • RPI 5 Active cooler gets hot even when its off.
RPI 5 Active cooler gets hot even when its off, i cannot even touch it. is t hat normal?Statistics: Posted by vvti9 — Thu Jul 25, 2024 8:08 pm
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 M.2 HAT+ longer FPC cable 5cm
https://www.aliexpress.com/item/1005007 ... 1802gYU1VIA word of caution: don't be surprised if you encounter occasional errors or instability when using such a cable, especially if you ever enable the...
View ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
It is not an unofficial camera board. It is an oneincheye open source project camera board.I use a standard FPC 22 pin flat cable.That isn't an official Raspberry Pi camera board.Third party camera...
View ArticleTroubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
if it's plugged in, it's not off.Statistics: Posted by kerry_s — Thu Jul 25, 2024 8:19 pm
View ArticleGeneral • Request for critique: is my connection of Pico and Pi4 done sanely?
I must request assistance, because I've been trying to figure this out too long.I'm trying to connect a Raspberry Pi Pico (peripheral / slave) with a Raspberry Pi 4 (controller).If anyone is willing...
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
Edit: don't quote me this but I am under the impression that pi boards were sold at a loss, though this could be completely wrong and/or just have been a thing that happened far in the past before...
View ArticleBare metal, Assembly language • Re: Troubleshooting DMA issues on RPI1:...
this is all reliant on it staying/being in that cache though? guess there are cases where i would like to transfer data that is not in the cache at all, or not have to worry about evicting it while...
View ArticleBeginners • Re: What PI model should I choose?
woooow i was so stupid xDi've found a pi5 9gb starter kit at same price of pi4 4gb on amazon im going to buy ot thaaaaaaaaanks!!!!Statistics: Posted by Cadmir — Thu Jul 25, 2024 8:34 pm
View ArticlePython • RuntimeError: The GPIO channel has not been set up as an OUTPUT for...
I am using a very basic test code provided at the end of this video linked below (I'm basically trying to rebuild her robot with a few extra mods but I haven't even added the mods...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
@6by9, where is the official support docs for wayfire.ini and all relevant sections? I've seen people post bits and pieces to solve specific needs, but I'd like to browse the full docs for RPiOS....
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Looks like someone already reported the typo...https://github.com/waveform80/rpi-lgpio/issues/18Statistics: Posted by LPSeg13 — Fri Jul 26, 2024 7:22 pm
View ArticleGeneral discussion • Re: USB to USB
https://en.m.wikipedia.org/wiki/USB_hardwareStatistics: Posted by gordon77 — Fri Jul 26, 2024 7:27 pm
View ArticleMicroPython • Mix Python & C without compiling into micropython?
This thread asked a similar question - the only answer was to put the C extension into the micropython build.That would make dynamic development and testing of the C part very clumsy, though, because...
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
It is functional but super duper outdated. My temporary solution right now is to follow a newbie guide to build one from the source code repository, but the process takes very long time.On PiOS...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
That's not possible with 802.11 infrastructure mode.If your Pi is client to an Access Point, it cannot run itself another Access Point and extend the network that way. It can only create another...
View Article