Python • Re: Datetime Code Not Working
The error is pretty obvious to me. The function wants one parameter, you're giving it 3 parameters instead of taking those 3 pieces of info and making just one string out of them.On a scales from 0...
View ArticleGeneral discussion • Re: Wrong repositories when using apt-update
Thank you very much! I missed the simple solution because I had all these tings abou dnsmasq and the latest version of Pi OS in myhead.All works now.cheers,NigelStatistics: Posted by ve3id — Fri Mar...
View ArticleCamera board • Re: IR cut, how do I use it?
Following ame's suggestions, here is how I've wired my C-mount switchable IR-cut filter.and with this test code it's switching between states quite reliably.Code: #!/usr/bin/python3import RPi.GPIO as...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
With Pimoroni advertising an upcoming dual nvme pcie hat, I may have to reconsider mdadm being pointless.Slightly off topic but...I can see that particular product doing more harm than good. Some...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIe Bus Error - ASM1166
Hello! Look at us here again! hiaihahiaNext I updated my Raspberry 5 to version Linux Pi-Nas 6.6.21-v8-16k+ #1743 SMP PREEMPT Thu Mar 14 11:40:50 GMT 2024 aarch64 GNU/LinuxThe problem of not...
View ArticleBeginners • Re: Is this a good SD card?
Ok,I did some math and it turns out that its only like $4 more to get the 2 GB Pi4. Thanks so much to everyone who helped me!Statistics: Posted by HiMeIsNew — Fri Mar 15, 2024 10:07 pm
View ArticleBeginners • Re: play audio from url without X11
I'm using mpd (service) for and mpc (terminal based client for mpd) for that.mpd requires the same bloatware installation unfortunatelyI think I found itviewtopic.php?t=85365moc does the...
View ArticleGaming • (OpenMoHHA) Medal Of Honor: Allied Assault War on Chest on Raspberry Pi
HiI'm not sure if my Raspberry Pi 2 is powerful enough to run this game. In this case, you probably have better computers to play it. I don't know if it's possible to compile OpenMoHAA on Raspberry...
View ArticleGeneral discussion • Re: Interesting gig: Upgrading RP4 RAM from a gaming board.
My Pi is 2GBthe donor ram is Samsung LPDDR4 with 25 GB/s bandwidth 4GBMy Pi is 1GBthe donor ram is Samsung LPDDR4 with 25 GB/s bandwidth 4GBTake your pick, I guess.Be respectful, I double-posted by...
View ArticleHATs and other add-ons • Re: Pi 5 NVMe PCIe 2 Patriot P300 M.2 PCIe Gen3 x4...
Almost useless test with PCIe 3. No stability test. No temp test.PCIe error log...Code: journalctl -b | grep pcieportNVMe temperature...Code: sudo nvme smart-log /dev/nvme0 | grep tempStatistics:...
View ArticleDeutsch • Re: Raspberry Pi OS Remote
Es gibt ja Wayland VNC Zeugs, evtl. mal danach googeln.Ich nutze nur Remote Desktop via XRDP, was auch unter Wayland funktioniert.Lediglich eine kleine Konfigeinstellung muss man anpassen, da die...
View ArticleTroubleshooting • Re: Changing raspberry pi hostname breaks Chrome?
I'm also seeing the same behaviour on a Pi 4 that is running Pi OS Legacy? It's just the devices host name, I shouldn't have to jump through hoops to change it? Statistics: Posted by alphanumeric —...
View ArticleBeginners • Re: Mount network paths fstab
You then brought AmigaOS into it (AmigaOS wasn't that good, it was good, but it wasn't that good), I was just trying to point out (in a roundabout way) that I have been messing with computers for a...
View ArticleMicroPython • Re: Pico requested vs measured I2C SCL frequency
I am starting to think that this is a hardware bug. Here are two sets similar register settings, but drastically different results:i2c =...
View ArticleTroubleshooting • Re: Failing services on Pi bootup - ModemManager and polkit
I'm currently on Bookworm.I purged ModemManager and am still running into failures with NetworkManager and NetworkManager-wait-online.I can see that NetworkManager attempts to start several times but...
View ArticleGeneral • When does watchdog_reboot(0,0,0) not reboot ?
I have a bug I have a particularly hard time understanding.My rp2040 runs a dual core firmware that presents a USB device to a computer. A button is connected to one of its GPIO. When the button is...
View ArticleTroubleshooting • Re: rasberry pi 5 camera inpout is smaller than the ribbon...
thank you, that is very helpful.Statistics: Posted by gensan — Sat Mar 16, 2024 10:26 pm
View ArticleAdvanced users • Re: Shared GPIO bus between multiple Pi
If anyone is still interested I've decided ona a work around.My main reason for wanting things permanently connected was to avoid issues like misaligned connectors and bent pins.The work around?1 x...
View ArticleMedia centres • Re: Peppy player
Thank you. That fixes the blank screen problem. However, I am still not clear how you use the radio browser playlist. I pressed the station image for several seconds. I can see the screen image is...
View ArticlePython • Re: EOFError from input( )
Folks:After thinking about it, it makes sense. Perhaps it has something to do with the way I am calling it.The (reduced) version of how I used this function looks something like this (I am writing...
View Article