Troubleshooting • Re: Many different OSes first boots unsuccessful (RP Zero 2 W)
At first, I chose the "custom image" option in rp imager (kali linux arm) and when trying to burn it on a 128GB micro sd card, it got bricked to the point of no way of fixing it. Then I tried with two...
View ArticleTroubleshooting • Re: Argon Neo 5 m.2 NVMe - Pi Dead???
Remove/disconnect everything from the Pi, including removing it completely from any case you may have it into right now.Using the Raspberry PI Imagery, burn a new copy of the latest Raspberry PI OS...
View ArticleNetworking and servers • Re: Bramble w/ GPU
I'm building a small bramble (currently planning on 4 Pi4 nodes), and I have an extra older GPU (1070). Would it be at all reasonable or useful to upgrade the head node to a Pi5 to try and incorporate...
View ArticleTroubleshooting • Re: Raspberry Pi 5 always boots from NVMe SSD, even with...
..Raises a new question, though: why isn't the box checked by default?as it does was it says: a 1:1 copy.If you check that box it's no longer a 'real' 1:1 copy as the UUID is different.You will be...
View ArticleMicroPython • Re: I2C PCA9685
Do you have pull-up resistors in place o. Your I2C bus?I'm using this one on a Pi https://www.adafruit.com/product/3416. As it has the I2C interface available on 2.54mm pinheader it mightbe an option...
View ArticlePython • Re: Automatic start up of main.py
Few simple steps to get everything working (in my case).To create bash file:Code: sudo nano /home/vlado/Project/StartMain.shContent of it:Code: cd /home/vlado/Projectsource env/bin/activatepython...
View ArticleTroubleshooting • Re: Raspberry pi pico behaving perfectly when I click Run...
you also might notice that in the code just before the blinking part theresCode: def test(): The code you have posted does not match your description.There is no function named test()Statistics:...
View ArticleBeginners • Re: TV LCD NO CONNECTION
Try connecting the TV to the miniHDMI socket closest to the power socket.In my case it is connected to Hdmi 0, the nearest to the power socketthe picture says something different! There is no screen...
View ArticleUbuntu • Re: Ubuntu 24 LTS on rpi5
Apparently you can upgrade from V23 to V24 now, or re-fresh install a 24 LTS now. It has got fully certified now. This msg is typed on LTS 24.04Statistics: Posted by benjaminv — Sat May 25, 2024 6:36 am
View ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
Solution is this entry in root crontab## every hour turn the power saving OFF20 * * * * sudo /usr/sbin/iw wlan0 set power_save offStatistics: Posted by sgreensides — Sat May 25, 2024 6:53 am
View ArticleMedia centres • Kodi/LibreELEC using TV remote issues
Hi. I have installed LibreELEC 12/Kodi 21 on my Raspberry Pi 5 and connected it to my Sony TV. Pretty much everything works fine, apart from:1. Scrolling up/down in Kodi is really slow. It would seem...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 UART Issue: Can Only...
What happens if you connect TX to RX (aka loopback) on the Pi and then run minicom?nothing happens. I think TX PIN might be broken.test with another UART! There's more than one available on a...
View ArticleMedia centres • Re: Peppy player
I tried with the simple .asoundrc file and still no sound. See my earlier update about using the command "sudo mplayer filename" to play mp3 files.Playing music file using 'sudo mplayer filename'...
View ArticleTroubleshooting • Packages in LibreELEC that aren't in Raspberry Pi OS?
Still trying to get OTA TV stick to work on RPi 5. It works fine insofar as gathering channels goes, either by Kaffeine or w_scan_cpp. Both Kaffeine and VLC are VLC-based, and the video plays...
View ArticleAutomation, sensing and robotics • Re: Help with connecting pi to xy plotter...
minicom is part of 'the swiss army knife suite' of programs which are needed/useful for analyzing connection problems.See https://en.wikipedia.org/wiki/Minicomstart in a terminal 'minicom -C...
View ArticleTroubleshooting • Mac -> Pi5 wayvnc
Just for the sake of a small PSA, I managed to connect VNC from my Mac to my new Pi5 on Wayland.Enable VNC in Pi servicesTest Mac native VNC connect (fail)Since I had Homebrew installed "brew install...
View ArticleRaspberry Pi OS • Termios PARMRK and INPCK seem to have no effect in bookworm
Hey there!I have been using a Raspberry Pi UART to communicate with a 9 bit serial protocol called multi drop bus (or MDB). This is used for vending machines and associated peripherals.Using a...
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
This turned out to be a heat issue. When moved away from the 10 gig switch, the Pi didn't hang for a full week, even on Buster.I have started my manual migration to Bookworm. It's taken tons of time....
View ArticleTroubleshooting • Re: RPi5 Wayland: Monitor "OFF Button" reboots RPi5
Code: console=serial0,115200 console=tty1 root=PARTUUID=a87c3777-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles...
View ArticleTroubleshooting • Re: Mac -> Pi5 wayvnc
See this viewtopic.php?p=2213115&hilit=Vnc+OS+x#p2213374And viewtopic.php?p=2223508&hilit=Vnc+non+free#p2223370Statistics: Posted by aBUGSworstnightmare — Sun May 26, 2024 5:48 am
View Article