Troubleshooting • Re: Pi 5 failing after most recent update
the proper way to update isCode: sudo apt update && sudo apt -y full-upgrademain causes of failure is improper power & bad media(sd/usb)rarely, certain things attached can cause...
View ArticleAdvanced users • Re: TP-Link Archer T2U PLUS [RTL8821AU] Monitor mode
Wrong driver - 8812AU is not the same as 8821AU https://github.com/morrownr/8821au-20210708 works. Solved.Statistics: Posted by tasc — Wed Sep 18, 2024 10:36 pm
View ArticleAutomation, sensing and robotics • Re: Turning a DLSR camera on, connected to...
To turn the camera on via the usb connection, first you need to find out if such thing can be done from the camera's manual or any documentation that may be available from the maker. Some can be woken...
View ArticleRaspberry Pi OS • Re: Will a SD card configured for Pi3b work on Pi5
Yes, a typo AllStarLink v3Statistics: Posted by kc2njv — Thu Sep 19, 2024 10:07 pm
View ArticleBare metal, Assembly language • Re: More information on dealing with USB devices
Great, thanks. Hopefully this will help me better understand the USB code in circle.Statistics: Posted by SteveSpencer — Thu Sep 19, 2024 10:22 pm
View ArticleOff topic discussion • Re: Non Pi question RS485 related
I sucked it up and paid the stupid money But I need to do this again so will be looking at doing it cheaper next timeStatistics: Posted by Hydrogrower — Thu Sep 19, 2024 10:26 pm
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
I downloaded the ISO file from the ubuntu website (and burnt it with the rpi-imager using the "custom" option).This is most likely the issue. If you try the 24.04.1 desktop image listed in rpi-imager...
View ArticleBare metal, Assembly language • Re: Additional network drivers for Circle?
Excellent! I have tested the develop branch on a Pi Zero v1.1 with a Realtek RTL8152 adaptor, and as expected, it works.This is wonderful news, as it means I can use the Zero boards with the adaptors,...
View ArticleSDK • Re: rp2350_chip_version assert - manufacturer ID mismatch?
I'm working with rp2024 and have no need for the recent modifications for 2035 which are obviously still getting smoothed out.There are two bugs right there in one sentence. Statistics: Posted by...
View ArticleTroubleshooting • Re: After restarting, won't start properly
Tried a brand new sd card, seems like its still happening. Please anyone got any information on it?Statistics: Posted by asd24sa — Thu Sep 19, 2024 10:54 pm
View ArticleAdvanced users • rsync backups may create inconsistent backups with binNMU...
I had to restore a Raspberry backup two days ago created with rsync because my SD card died.Unfortunately the restored system was unable to start Networkmanager. It took me two days to find the root...
View ArticleBeginners • Re: mariadb: insert into error: thinks a variable in the values...
cur.execute(" INSERT INTO data( name, value, mod_date) VALUES( 'temperature', temp_value, current_time )")Code: MariaDB [sensor1]> describe...
View ArticleRaspberry Pi OS • How do I change icons?
Raspberry OS 32-BitRaspberry Pi 4 4GB RAMI'm trying to change the icon for Chromium to a custom one. How do I do this? I'm also kind of a noob and know pretty much ZERO commands Thanks! -...
View ArticleNetworking and servers • Re: Raspberry Zero 2w Wifi Client + Hostspot at the...
I don’t recall all the funny details and I don’t know if this is still current, but running a micro-AP virtual interface in addition to the regular interface had quite a few limitations. You can...
View ArticleBeginners • Re: How to use a Pi with Unraid
In that other thread, viewtopic.php?p=2254095 what was the answer to the question "Legal torrents I hope."?Given this has been asked and not answered twice and that the primary purpose appears to be...
View ArticleGraphics, sound and multimedia • H264/H265 HW Encoding on Pi5?
https://www.phoronix.com/news/FFmpeg-Vu ... code-H.265I haven't read to much into this, but this implies we can have gpu accelerated encode on the Pi 5 for example?Have the RPF done any internal...
View ArticleGraphics, sound and multimedia • Re: H264/H265 HW Encoding on Pi5?
https://www.phoronix.com/news/FFmpeg-Vu ... code-H.265I haven't read to much into this, but this implies we can have gpu accelerated encode on the Pi 5 for example?Have the RPF done any internal...
View ArticleSDK • Re: RP2040 inter thread synchronisation
I just got confused because there's a DMA timer with that name, but that's not the case.The main timer interrupts are actually related to ALARMs.I think that SDK is using one alarm (from alarm pool)...
View ArticleRaspberry Pi OS • Re: How do I change icons?
copy /usr/share/applications/chromium.desktopto/home/you/.local/share/applicationsthen go into the file and change the Icon= linesome desktops require a reboot to update.local is a hidden folder so...
View ArticleBeginners • Re: Clear Screen before launching program in CLI
Use "clear"?If you don't even want the last prompt showing, put it on the line before the rpicam program. A semicolon can be used to separate commands.Code: rpdom@raspberrypi:~ $ clear;rpicam-hello...
View Article