Beginners • Re: Kiosk tutorial does not work with labwc
I haven't found a solution yet either but tere is also the start of a discussion at: https://github.com/labwc/labwc/discussions/2301 that I hope will bear fruit.Statistics: Posted by Baenwort — Tue...
View ArticleRaspberry Pi OS • Re: labwc
Just got enticed to make the switch to labwc and after the reboot I can no longer log in using the GUI.ctrl-alt-F1 followed by the same credentials works fine.Back to X it is for me, I'll try again in...
View ArticleMicroPython • DMA ring_size?
I am working with the DMA features of RP2040 and find the RP2040 Datasheet a bit lacking with the description of DMA ring_size.RING_SIZE: Size of address wrap region. If 0, don’t wrap. For values n...
View ArticleBeginners • Re: External ACT led Rspberry Pi 5
I can't see that trying it will damage anything but that's your call.If it's primarily a disc I/O indicator you're looking for this four year old project of mine may be of interest. It's a bit basic...
View ArticleTroubleshooting • Re: Cronjob does not run launcher.sh
@SurferTim :Please stop advising people to use fixed duration sleeps in situations like this. It's an ugly hack and will not work in all cases.Use a systemd service with appropriate dependencies...
View ArticleBeginners • How To Mount External SSD
Sometimes it's hard for me to believe how stupid I am.I bought an external SATA SSD and USB A adapter.'I want to mount the drive, so I did this:Code: pi@sky:~ $ sudo mkfs -t ext4 /dev/sdamke2fs 1.47.0...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
What I have for PIP is a single top-level index ... Then after that, details for every item listed, as a nested tree ... The "missing" are where I don't have a link because I don't have a Raspberry Pi...
View ArticleBeginners • Re: How To Mount External SSD
We mount partitions, not entire disks. Try `sudo mount /dev/sda1 /mnt/king`Statistics: Posted by bls — Wed Nov 06, 2024 12:20 am
View ArticleGeneral • Re: Problem building project.
Yeah that method now requires including hardware/clocks.h one of the few backwards incompatibilities (I assume you are using c++ which is likely why this causes link failure)It is noted in the release...
View ArticleGeneral discussion • Re: new way to hide menu bar
WOW. Thank you immensely. I will check out the link. in raspberry the panel can be changed in /etc/xdg/labwc/autostartThank you again. seems you are saying 2 ways to go(?) The link you provided OR...
View ArticleBeginners • boot pi 5 from thumb drive
I didn't buy an sd card because I heard you can run the raspberry pi with only a thumb drive which is good for me. If I can't do it on a 5 I'll buy an sd card but I thought this would be a good...
View ArticleBeginners • Re: Rpi Zero 2 W power vs normal USB drive stick and intermittent...
While I suspect this is in a commercial/for profit environment (which I don't normally knowingly get involved with) as I've posted on this issue before I'll make an exception this time.In my opinion...
View ArticleGeneral • Re: Can you connect multiple sensors to Raspberry Pi Pico?
Hey so my group and I wanted to add a camera and a few sensors to a rocket and I was wondering if we could add the camera and multiple sensors on the same raspberry pi pico. Also is the Adafruit...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Thank you for the kind words.I've made more progress since I first posted this. I've been working on actual software for the PT52 and have come up with some useful libraries one of which is less and...
View ArticleGraphics, sound and multimedia • Re: HELP HELP HELP!!! PI5 BUILDING CD...
Couple of things to watch out for:Drives from a desktop PC require both 5V and 12V in order to function. That means the are not plug and play with a Pi as the Pi cannot provide the 12V.Laptop drives...
View ArticleGeneral discussion • Re: need help choosing a power cord for my RPI4
It looks like it accepts a USB-C power cable, like the Pi 4 itself.Statistics: Posted by ame — Thu Nov 07, 2024 1:07 am
View ArticleTroubleshooting • RPI 02W screen goes blank after showing welcome screen when...
I have currently connected a flcos microdisplay to a raspberry pi zero 2w using composite output. Everything was loading well until yesterday when I try to reinstall the os system to fix something...
View ArticleTroubleshooting • Re: Raspberry Pi5 running plasma/KDE with Wayland crashing...
At this point, since all I have to do is restore from backup, willing to try the untested repo. Let you know how it goes.2 min later...YOU ARE ALL LIFESAVERS. Adding the untested repo worked.'Code:...
View ArticleBeginners • ruspberry pi error
I use a Raspberry Pi 5 with 4GB RAM and 64Gb SD card. when I try to connect it via ethernet to a Router or pc or connect it with wifi it does not connect or show any indication(Raspberry Pi ethernet...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • I2C control for Touch Display
Hello everyone,I'm currently working on a project that involves a Raspberry Touch Display, and I've run into an issue with controlling the brightness of the display panel.My setup is based on a...
View Article