Troubleshooting • Re: Error: An operation is already pending, can read ntfs...
solutionI had the same problem.What I did is connecting my pending USB NTFS drive to a Raspberry Pi 4b, than everything was ok with my drive.(showed on my desktop).Next I deleted all the...
View ArticleGeneral discussion • Re: gpiozero module not working for python3.9.11
Sorry for not providing all the information. I assume you wanted these details. Sorry if I haven't provided what is neededCode: raspbian@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Debian...
View ArticleGeneral discussion • Re: Raspberry Pi 5 keeps rebooting and stays on stand-by
Have you disabled Screen Blanking using Menu, Preferences, Raspberry Pi Configuration, Display, Screen Blanking (slide to left) ?Statistics: Posted by neilgl — Thu Mar 21, 2024 12:40 pm
View ArticleCamera board • Re: Not enough buffers for FFMPEG
I had seen the parameters for the libav integration inside libcamera-vid, but is there any documentation somewhere on how to use these parameters ? I wasn't able to find one when I looked into...
View ArticleTroubleshooting • Re: First launch of the Rspberry Pi 4B
Unfortunately, both solutions came to nothing. When connecting the functional monitor the black screen is on and nothing happens, and when installing Raspberry Imager and entering SSID password from...
View ArticleAdvanced users • Re: Sharing SPI Bus with ENC28J60 & MCP3008 on RPi 3 B+
The Linux SPI subsystem will manage the arbitration of the CS lines, stalling requests when the bus is being used by a device on the other CS line. The ENC28J60 driver uses the Linux SPI support so...
View ArticleGeneral discussion • Re: Odd power supply - is it safe?
Thank you as well! I need to get a better one!The best one to get is the official RPL one for your model of Pi. For either the Pi4B/Pi400 or the Pi5, that can be the Pi5 PSU. The Pi5 will run on the...
View ArticleMedia centres • Re: Error opening Kodi 20
pipewire is installed by default with desktop RPiOS.It is an audio and video server.What does "apt policy pipewire" report?Statistics: Posted by dom — Fri Mar 22, 2024 12:34 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Strange I2C behaviour with focaltech...
Hi, Im trying to interface a focaltech based touch controller through i2c. The logic voltage of the I2C from the touch is 1.8v So im using a level shifter TXS0104E. It has 10k internal pull up...
View ArticleTroubleshooting • Re: HatDrive NVME not recognized anymore...
Er'um.... googling for "pi recovery image" turns up some fairly useful links including https://learn.adafruit.com/raspberry-pi ... 4-recovery. Perhaps my google is different that your google...
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
Firefox is still on version 123, will it be current anytime soon?Last time Firefox 123 came 6 days later or something in Pi OS after official release.Statistics: Posted by keyboardman — Fri Mar 22,...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
For anyone that follows. I was able to get the HifiBerry DAC+ ADC Pro working by adding these lines to the config.txt...dtparam=audio=offforce_eeprom_read=0dtoverlay=hifiberry-dacplusadcproHi, for a...
View ArticleHATs and other add-ons • Re: [SOLVED] Re: Argon Fan HAT stuck at 50%
can only repeat myself: cs@argon40.comIn the end I figured out the issue was with the debian kernel unable to use overlays as it apparently doesn't come with the configfs module enabled, probably due...
View ArticleTroubleshooting • Re: Not sending signals or reading
Can you see the Pi4 on your home network using fing or looking in the router?Statistics: Posted by neilgl — Fri Mar 22, 2024 1:05 pm
View ArticleTroubleshooting • Control Rpi4 audio leves with HDMI CEC
soo hello i have android TV build from Konstag on my rpi4 and hdmi CEC works incredibly well i can control my rpi with it one remote, the only thing is audio doesnt work, volume control is adjusting...
View ArticleSDK • Re: Odd behaviour in wifi connection
The code tries to convert to "standard" pico error codes for reasons that escape me...enum pico_error_codes { PICO_OK = 0, PICO_ERROR_NONE = 0, PICO_ERROR_TIMEOUT = -1, PICO_ERROR_GENERIC = -2,...
View ArticleGeneral discussion • Re: Chatclient for the raspberry pi lite pi 5
That's not helpful though, you're just trolling. The OP knew what he meant...................So a regular poster with 23451 entries on the forum is trolling and the guy with 42 posts who joined two...
View ArticleGeneral • Re: Pico Dual Ethernet
In the case of a picoW with a dual Ethernet hat, would you reccomend 2 of the Wiznet hats you showed above?I would, have effectively chosen that path. There are potential alternatives but I haven't...
View ArticleTroubleshooting • Re: RP4 not triggering relay on boot/shutdown
[img]https://lh3.googleusercontent.com/pw/AP ... authuser=0[/img]That's never going to work on this forum. The [IMG] tag needs the filename for the image to end with .GIF, .JPG or .PNG for it to work....
View ArticleGeneral discussion • Re: Install MS SQL Server in Docker for Raspbery Pi 5
You can connect to a Microsoft server running MSSQL. https://gist.github.com/rduplain/1293636 The server is, obviously, an X86_64 system running Windows and MSSQL.I also found...
View Article