The MagPi • Re: Magpi Back Issues
Still got 'em...Statistics: Posted by Splodgeink — Tue Mar 12, 2024 6:29 pm
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
@BainesPi I wasn't sure who was being asked to look at their xsession file I looked at my file and the 31st line was simply a } character.Forgive me but I am not at the speed you are to follow the...
View ArticleGeneral discussion • Re: Raspberry Pi 5 SATA to USB Adapter (USB 3.1 vs USB...
Usually I use this command ...Code: sudo dd if=/dev/zero of=/testfile bs=16M count=64 oflag=direct && sync ; sudo rm -f /testfileStatistics: Posted by RPIgoodSBC — Tue Mar 12, 2024 6:50 pm
View ArticleRaspberry Pi OS • Re: Multiple workspaces in Bookworm
I didn''t know this feature existed.Is it possible to nagivate / iterate through workspaces using keyboard for the settings below?Code: [expo]toggle = <ctrl> KEY_SPACE[core]vwidth = 2vheight = 1...
View ArticleDevice Tree • Re: PWM driver questions
You could write a book on some of those, and I'm not going to, but I'll try and give you some pointers:Where are GPIO pins and pin functions enumerated/documented for both legacy and RP1 style?The...
View ArticlePython • Re: Unable to inherit system packages
Sorry for not providing adequate information. Here is what happened after creating the environment Code: pi@raspberrypi:~ $ python3.9 -m venv --system-site-packages newenvpi@raspberrypi:~ $ source...
View ArticleAdvanced users • Re: partitioning nvme
Depends. If you follow the usual method and write a .img to the drive (or use SD card copier) your partition table will be replaced as will all references to your data.as I imagined, so what will be...
View ArticleRaspberry Pi OS • Re: How to reset vcgencmd get_throttled?
AFAIK there isn't but rather than checking throttled since last boot, wouldn't it be better for you to check for currently throttled?A sensible suggestion, but I didn't write the software that puts...
View ArticleGeneral • Play multiple wav sounds simultaneous
Hello,I have a simple application playing multiple wav sound files from an sd card over a i2s amplifier. The Pico receives a byte over the serial port and accordingly plays one of five sounds. These...
View ArticleTroubleshooting • Re: lgpio
/usr/loca/lib/liblgpio.so: file not recognised: file format not recognisedWell, when I see this kind of diagnostic, I typeCode: file /usr/loca/lib/liblgpio.soex:file...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c bus not detected
I've seen such phenomena on latest 6.6.20 kernel on Pi5 recently .. It wasn't related to HW..Anyhow, use one board which has 0x22 address jumpered and test that single board only. Is the chip...
View ArticleGeneral • Re: Play multiple wav sounds simultaneous
Sorry, I forgot to mension that I am using circuit python 8.2.10. I could not edit my post.Statistics: Posted by raspitin — Wed Mar 13, 2024 6:30 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: use of gpio lines in kernel modules...
Many thanks for your fast response and attention. The gpib_bitbang driver is a kernel module, part of the linux-gpib project, that implements a driver for the GPIB bus in a Raspberry Pi computer. It...
View ArticleBeginners • Re: boot video super wide resolution custom aspect monitor?
AH!! I got it!! I had to add --aspect-mode stretch in my /etc/rc.local file after my video name!!Statistics: Posted by jjohnston7 — Wed Mar 13, 2024 7:00 pm
View ArticleC/C++ • Re: RP1/Raspberry Pi 5 UART3 - How Does This Work?
Well that seems to make /dev/ttyAMA3 show up, which I guess is what I need! I'll give it a test. Thanks for the reply!-EStatistics: Posted by Evansbee — Thu Mar 14, 2024 6:33 pm
View ArticleCamera board • Re: Arducam Multi-camera board + CM4
Thanks! Exactly what I was looking for!Statistics: Posted by scruss — Thu Mar 14, 2024 6:34 pm
View ArticleGeneral discussion • Re: "Compatibility Issues with React.js-Based Web...
Does it work in any other Debian based distribution that does not run on a Pi.If you run Debian on your laptop, does It work?If no, then it is not a oi problem.If it does, it might be related to the...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
No problem, no need to apologise we a have other things to do. I am just glad of the help.Okay I did see those warnings only when building only with Bookworm so it looks like the args library I found...
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
The other thing that might worth trying is Code: sudo apt install xserver-xorg-video-fbturboand then rebooting - does that help?Reported above that this doesn't fix it.Any progress on the problem? I'm...
View ArticleCamera board • Re: IR cut, how do I use it?
You're welcome, by the way.ThanksDo you think an L9910s would substitute an L293D?I have one spareI'm using them to control the motorized zoom and focusProbably. Why don't you try it? I've explained...
View Article