Troubleshooting • Re: Removable drives and permissions
Building A Pi Based NASOk so, I see that your documentation on building a Pi based NAS consists of some interesting documentation. I am however curious if you go over WHY you need to do each thing...
View ArticleGeneral discussion • Re: Coral TPU, PCIe on Pi 5
But a "real" Pi engineer can chime in to clarifyRPT guys busy with other stuff?I suspect the Pineberry guys could make a doubled sided PCB faster.NVMe one side, Coral TPU with PCIe switch other side.I...
View ArticleBeginners • Re: How to make my own buster rep?
What is making it slow? If its your internet connection then you aren't going to gain much by creating your own mirror, if its got to be downloaded its got to be downloaded.it downloads from...
View ArticleTroubleshooting • Re: Apache only responds to IP, not hostname
See also the full documentation for name-based virtual hosts and the entry for the ServerName run-time configuration directive mentioned above.Thanks I will check that out. It was working fine after...
View ArticleOff topic discussion • Interview of Eben on The Register
Richard Speed interviewed Eben Upton about retrocomputing and the focus of Raspberry Pi in The Register athttps://www.theregister.com/2024/01/15/ ... air_acorn/I liked the interview. The reader...
View ArticleWeather station • looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View ArticleGeneral discussion • Re: Language Woes
I set up a Pi5 with Pi OS for a friend today, and got quite annoyed with the language/locale settings. What I want is to have a switch between English (US) and Chinese. I can get the system changed to...
View ArticleWeather station • Re: looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View ArticleTroubleshooting • Re: ImportError: cannot import name 'Orientation' from...
its okay, I already reflashed my raspberry pi 4 and now its working normallyStatistics: Posted by qiuu31 — Wed Jan 17, 2024 3:19 am
View ArticleTroubleshooting • Re: Updating a Pi OS image that won't boot
omxplayer is dead, the reason is it cannot run on the newer software required by the rpi4.you should find another way, if you can get vlc to do it, it's the default player now.Statistics: Posted by...
View ArticleGeneral discussion • Re: Which RP would be best for my needs?
I've been running a convention registration system on Pi4B-4GB since not long after the came out. To that has been added Apache2 to provide a GUI interface for those entering data. I haven't had any...
View ArticleCamera board • Camera: I2C shows 0x64 but not 0x10
I have two images. The first works, and `sudo i2cdetect -y 10` shows 0x10 and 0x64 as expected. So the camera is working.The second, however, can't access the camera and only shows `0x64` i.e. Code: $...
View ArticleGeneral • Re: Can other pins be mux'ed to the USB Phy?
Thanks for the replies! I asked the question because I was thinking if there would be a way to use the Pico-PIO-USB library to perform all of the USB related work (instead of the built in rp2040 USB...
View ArticleBeginners • Re: How to rename root partition on Rpi5
Indeed it is! Here's an improved function:Code: function getrootname() { # returns a string for the device name local rootfs=$(findmnt -n -o SOURCE /) echo $rootfs return # To get the system disk...
View ArticleGeneral • Minimal USB Host and USB Device example, without TinyUSB
I need the Raspberry Pi Pico/W to operate as a USB Host so that I can connect it to a third party USB Device (which happens to be an FTDI 232 chip) that operates like a USB CDC device. We've made a...
View ArticleTroubleshooting • Re: Display is fine in text mode, but immediately black...
In case someone finds this via a future Google search: I tried using the legacy version of Raspberry Pi OS instead, and that does work, so I'm back on the rails for now. It would be nice to know why...
View ArticleGeneral discussion • Verdict on Pi 5 gaming
Seems that the CLI is the only way to go to avoid tearing - vsync doesn't get rid of screen tearing under X/wayland.My verdict for 1920x1080 gaming is, too laggy under wayland, good if you can live...
View ArticleGraphics programming • Re: Garbled output when disabling vsync on CLI on Pi 5
I get the same output running open arena from CLI - my guess is they have vsync disabled by default, but I'm not sure how to enable it to see if that's the problem.Statistics: Posted by skinmarquee —...
View ArticleRaspberry Pi OS • wayland and interface bug
i dont have aspare microsd card but i think you dont understand what i mean you have a system tray at the top with tabs of apps opened. on those tabs, there is icons. these icons get messed...
View ArticleCamera board • Re: does anybody has raspberry pi 5 and camera module v3 to...
i am very satisfied with the results thanks for your comments and your great tools u develop i used that on rasbery pi 3b+i will try to test with a second camera on raspberry pi5 .how to use 2 camera...
View Article