Troubleshooting • Re: Why I am getting error "device is disconnected or...
https://drive.google.com/drive/folders/ ... vWOIM5GOwiI have attached output screenshot please can you Take a look ?Statistics: Posted by Abhi901163 — Wed May 01, 2024 1:51 am
View ArticlePython • PicoW - Cell Phone/Windows prompt for PassWord after selecting SSID
I am trying to figure out how I can have a cell phone and or the windows 11 prompt me for my Pico AP's "Password" when I select the SSID and not either load it automatically with in the code or enter...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
I'm now measuring at three points in the circuit, and I think I'm doing the correct calculations with the measurements, as well as changing the calculations for when the direction flips. The values on...
View ArticleCamera board • Solved: rpicam-apps do not work when rebuild with the new sensor.
Try runningCode: sudo ldconfigto reset the library cache. That should get it working again.Yes, I can use the command anywhere.Thank you for your advice.Statistics: Posted by sohonomura2020 — Thu May...
View ArticleTroubleshooting • Re: dtoverlay=gpio-shutdown disabling pwm audio
Moving the on/off switch to GPIO22 from GPIO03 solves the problem and both audio and power off work, but I require GPIO03 for the power on from off state function. Does anyone see a possible...
View ArticleTroubleshooting • Trouble with MHS 3.5 screen - The orientation does not change
Hello,I have Raspberry Pi 4B with this display:http://www.lcdwiki.com/MHS-3.5inch_RPi_Display#FAQCommands:Code: cd LCD-show/sudo ./rotate.sh 180are not working. Moreover, in Preferences->Screen...
View ArticleTroubleshooting • Re: Seeing some strange characters in my termial
Something is outputting UTF-8 but your terminal isn't set for it?You are correct I checked my Local setting changed them to UTF-8 and that worked.Statistics: Posted by DarkElvenAngel — Thu May 02,...
View ArticleDevice Tree • Pi 3 - How to obtain GPIO base address in the kernel?
Hi, I'm new to Raspberry PI and Linux kernel.I use Pi 3. (Raspberry Pi 3 Model B Plus Rev 1.3)When I read several articles, it says that my GPIO base register is - Bus Addresses: 0x7E000000- Kernel...
View ArticleGraphics, sound and multimedia • [Pi5] DPI Interlaced mode not working
Hi all,I have a custom DPI bridge mode 6 that works fine in all Pi 3, 4 and 5 models.For making interlaced video modes available in previous models of Raspberry, it was required to simply remove the...
View ArticleGraphics, sound and multimedia • Re: [Pi5] DPI Interlaced mode not working
The RP1 DPI block doesn't support interlaced.Statistics: Posted by trejan — Thu May 02, 2024 1:25 am
View ArticleRaspberry Pi OS • Increasing swap space without rebooting?
This is sort of inspired by the other threads about swap space - that eventually ended up being a discussion of the merits of Rust - but also I needed to do this just now.I've found that the default...
View ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
Just an idea: can you try recording the ADC timings into an array and only printing after doing the measurements?Statistics: Posted by jags84 — Thu May 02, 2024 11:28 pm
View ArticleBeginners • Re: Getting audio to play on bluetooth speaker with sudo
you most likely have screwed up permissions since you ran sudo.system(root/sudo) & user have there own setup. the system is designed to work as user, sudo is for admin tasks.pipewire is the front...
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails
Another brief update on this; I finally managed to build an image with a backported fix. I've updated LP: #2064208 with links to the test image and testing instructions for anyone interested who can...
View ArticleTroubleshooting • Re: Black screen on wayland desktop
The problem was a hide-cursor plugin that I was trying to use, when added to my ~/.config/wayfire.ini as:Code: [core]plugins = hide-cursor Would casue the desktop to only display a blank screen, no...
View ArticleAdvanced users • keyboard device name in initramfs
I'm working on a little sh script that runs in initramfs, and I need to know whether there is a keyboard attached or not.I thought I could use the existence of /dev/input/by-id if a keyboard is...
View ArticleBeginners • pd-mapper[1150]: pd-mapper: failed to open remoteproc class: No...
HiThanks in advance four your help.I did install Ubuntu 24.04 LTS on my RPI 5 recently. My LOGS informed me that:-- Boot 2b01ed4128ac4182a8ac47b59272b863 --May 02 17:46:04 BTRPI-5 systemd[1]: Started...
View ArticleUbuntu • Re: Any installable Ubu-based images for pi5?
You could try the beta version of PINN for the pi5 (see sticky thread) and install ubuntu 23.10. I did borrow some bits from 24.04 to get it to work, but it works for me.Statistics: Posted by procount...
View ArticleAdvanced users • Re: Attempting to netboot with buildroot image
They may be in the buildroot image but did you configure the kernel stuff as modules or builtins?For reasons that should be obvious*, having that stuff as kernel modules won't work with network boot...
View ArticleTroubleshooting • Re: Why I am getting error "device is disconnected or...
Sorry from my side I didn't get your point please can you elaborate/ simplifie it?Statistics: Posted by Abhi901163 — Fri May 03, 2024 1:10 am
View Article