Quantcast
Browsing all 5216 articles
Browse latest View live

NetBSD • 2024/06 NetBSD 10.99 image update

I've updated 2024-06 NetBSD images.2024-06-24-netbsd-raspi-earmv6hf.img: for RPI0-3 http://mail-index.netbsd.org/port-arm/2 ... 08778.html2024-06-24-netbsd-armv7-earmv7hf.img for RPI2-3...

View Article


Advanced users • Re: Getting Started with Network Manager

A proven way of working (so completely headless remote) is to do the swap from dhcpcd to NetworkManager already in the running Bullseye installation. nmcli can do really complex things but as we all...

View Article


Troubleshooting • Re: Wpa supplicant is totally broken on the Zero 2 W

I have just tried flashing an sd with a windows computer here at work (I can't test the sd now as I don't have the pi here).I used rpi imager 1.8.5 and used the special ctrl shift x menu to configure...

View Article

Troubleshooting • Re: Raspberry Pi 5 (8 GB): pwm Fan Stuck on High

OK. One last post. I looked into it further.Code: $ ls /sys/class/pwm/pwmchip0On a working pi, there is another entry for pwmchip2.So, I believe this is a hardware issue.I am somewhat surprised that...

View Article

HATs and other add-ons • Re: IR Touch Panel

What about testing with https://naqtn.github.io/WBBMTT/ as I suggested?Statistics: Posted by 6by9 — Sat Jun 29, 2024 6:32 am

View Article


Beginners • Re: New to Pi, got a Pi4B, I have no SD card and only AV cables.

Hello! Names Neko or Matt.I have an issue that I wonder if I can resolve without spending money to see if the Pi4B i have is alive an well.You see my dad's friend that lives with us found a box of...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: how to stop driving a gpio (pinctrl?)

Is there a man page for pinctrl or help reference? My Bookworm Raspberry PI 4B says "No manual entry for pinctrl". Code: pinctrl helpandhttps://github.com/raspberrypi/utils/bl ... /README.mdmight...

View Article

Gaming • Re: Minetest 5.8.1 - Open Source Voxel Game Engine

More like Minecraft than SIMs, but different in that this is more about the engine.For anyone interested in the difference between this and the obvious game it is inspired...

View Article


Troubleshooting • Re: Raspberry PI stubbornly refuses to connect to 1 WiFi...

Is the Pi "seeing" the WiFi SSID?Have you tried moving the PI; closer and further away from the router....? Sometimes that can help.You mentioned "locale"... Have you set the Wifi locale correctly?...

View Article


Troubleshooting • Re: Raspberry pi 5 voltage issues

I just checked the exact power supply I bought and it's this one:https://es.aliexpress.com/item/10050065 ... ry_from%3AI was wrong, it does provide 5A although, despite the reviews, it doesn't work...

View Article

Advanced users • Re: Industrial machine on rpi5

For option 1 you should probably have an orderly shutdown procedure that sets the external hardware (sensors, actuators, etc.) to a known state before powering off. Or, you don't care, and set all the...

View Article

Android • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5

Hi,unfortunately I have to come back to my original question (see posting above) sinceQ: How to enable advanced reboot options?A: Settings -> System -> Gestures -> Power menu -> Advanced...

View Article

Troubleshooting • Re: 'date' returns incorrect date/time?

You could confirm if there is clock drift (for some reason) or if it is a time zone issue changing (for some reason) by updating your script, at least temporarily to use UTC. Just changeCode: date...

View Article


Beginners • Sound card for Raspberry pi 5?

Hello, do you advice this sound card Raspiaudio or external USB, I would like standard speaker essentially for beeps and voices, however with good microphone to clearly understand/record...

View Article

Python • Re: How to get Python to use a custom library path

Python provides a search path in sys.path .Code: import sysprint(sys.path)It is possible to change this by e.g. sys.path.append("/home/pi/anotherpath") or by removing entries (handle with care, but it...

View Article


SDK • Re: Single-core FreeRTOS doesn't observe changes stored by an ISR on...

It's all xTaskCreate(), not xTaskCreateStatic(), with FreeRTOS-Kernel-Heap4. So presumably xTaskCreate() allocates stack from the heap with the heap_4 algorithm.The conversation has gone a bit further...

View Article

Networking and servers • Re: Raspberry Pi 4 Computer Module and SSH keys

To manually add a new public key on your server/pi (if you want more than one) you can copy the new public key over then append it to your authorized keys withcat new_key >>...

View Article


General • Re: Surprising performance disparity

I'm a bit shocked that one is about 18x faster than the other.That is somewhat surprising and I see the same - And not being a C programmer, and never being sure about pointers, I tried other means of...

View Article

Beginners • Re: Sound card for Raspberry pi 5?

Hello, do you advice this sound card Raspiaudio or external USB, I would like standard speaker essentially for beeps and voices, however with good microphone to clearly understand/record...

View Article

Beginners • Re: Uboot for raspberry Pi 5

Thank you all for suggestions.Here is what I did for getting u-boot console.Download the latest u-boot sources, it already has initial patch support for rpi5. The defconfig is rpi_arm64_defconfig for...

View Article
Browsing all 5216 articles
Browse latest View live