Beginners • Remove duplicate packages installed by mistake
Greetings;I did a remote install of a pydevd_pycharm version X package via my PyCharm IDE (venv). when that didn't work, I installed it again using Code: sudo pip3 install pydevd_pycharm~=VersionY...
View ArticleTroubleshooting • Re: SSH Connection Ends Unexpectedly During Login
You do realise that nothing is printed to the screen when you type the password? Type the password and press the Return key.This is the exact problem I'm trying to fix.PuTTY and the Windows terminal...
View ArticleBeginners • Re: Remove duplicate packages installed by mistake
.local is a hidden folderopen the file manager & press ctrl + h to show hiddenor right click -> show hiddenStatistics: Posted by kerry_s — Fri Jun 07, 2024 11:04 pm
View ArticleCompute Module • Re: Waveshare cm4-nvme-nas-box Booting CM4 from SSD via the...
I got a reply from Waveshare:Yes, the SSD cannot be used for booting.The related driver could only been enabled after booting the OS which make the NVME can not be recognzied if you remove the SD...
View ArticleGeneral discussion • Re: AI accelerator chip opportunities?
My occasional voice to text uses whisper on an Intel machine. That can run on a Pi with 2 GB. It might run faster with an extra chip but it runs in the background while I am doing other things. If the...
View ArticleNetworking and servers • Re: Cannot boot with 2 nvme ssds in CM4 Nas Box
I have the https://www.waveshare.com/cm4-nvme-nas-box.htm also:(see: https://forums.raspberrypi.com/viewtopic.php?t=371552 for my experience)With 1 NVMe it works fine. With 2 it just totally fails to...
View ArticleGeneral programming discussion • Re: Database design
You need to look at how you want to read or report off the database and now big is going to be. Also do you the users have to registered ahead of time? That could be a separate table with a...
View ArticleTroubleshooting • Re: Raspi5 is just booting once correctly
What happens if you power off, remove the USB cardholder, put the card into the onboard slot, and re-apply power?Hi, i tried this and it worked! Somehow the card holder did produce this strange...
View ArticleGeneral • USB poll?
Hi.Is it possible to make the USB on the pico work in polling mode? I need to do some critical time measurements and the USB IRQs are messing up my routines.I'm using an NMI and SysTick to trace...
View ArticleGeneral • Re: USB poll?
Could you use a button on another gpio pin for abort? If not, I'd use two pico's for simplicity.Statistics: Posted by pidd — Sat Jun 08, 2024 10:43 pm
View ArticleRaspberry Pi 400 • Re: Looking for a specific kind of DNS server
i agree dnsmasq already does this, but you can fine tune it.it's a caching server, so only sites you use make the list, making look ups as quick as possible.it should be installed by default with...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
If by H & L you mean Hargreaves Lansdown, then you own the shares, which are held in you name in a nominee account. That is good as you don't have the hassle (and significant extra costs) of...
View ArticleBare metal, Assembly language • Re: Using the GIC-400 of the raspberry pi 5...
Without code or error descriptions I can't tell exactly what's wrong, but my guess is that you are using the base address from the device tree as the base address of the GIC 400 and then applying the...
View ArticleAdvanced users • Re: Long-term use durability: high-grade USB drives vs micro SD
microSD cards can be more than fake and unreliable. One of the major brands promoted on Amazon failed the V30 test. V30 is supposed to be 30 MBps writing continuously for video. That should guarantee...
View ArticleTroubleshooting • Re: Can't ssh in
Ok,So from the raspberry pi....not the pc...I did ssh localhost, ssh photopi, and ssh photopi.local, all asked for password...I typed it in...it worked....back on the PC I did ssh photopi, ssh...
View ArticleHATs and other add-ons • Re: Backplates for RPi5?
Are there any backplates, like they have on PCs for the connectorsI need this for a personal project that I'm doingDo you mean backplane? It helps if you actually know what you are looking...
View ArticleTroubleshooting • Re: USB Wi-Fi driver
This might be an easier was to get the driver compiled and working. It has very clear step by step instructions.https://github.com/lwfinger/rtl8723buStatistics: Posted by AndyD — Sun Jun 09, 2024...
View ArticleOff topic discussion • Re: How to set up an Orange Pi to work like a...
Hello,I realized when working on my project that raspberry pi is too weak for my purposes, so I ordered an orange pi instead. Does anyone know if I can set up Raspbian on it or should I go with...
View ArticleGeneral programming discussion • Re: Creating web page like Visual Basic (or...
I don't write a lot of HTML myself, but the search term "html ide" should be helpful. There appears to be some online ones.Statistics: Posted by AndyD — Sun Jun 09, 2024 11:29 pm
View ArticleNetworking and servers • Re: Feasible hardward configuration for servers...
You will have to use Mariadb instead of mysql since you are on ARM.No. You won't. What other "genious" advice do you have?Statistics: Posted by ame — Sun Jun 09, 2024 11:32 pm
View Article