Networking and servers • Re: Hotspot with hostapd
I bought a USB wifi adaptor to use to set up a hotspot.This is on a Pi 5 running Debian 10 with command line only; no GUI.It's impossible to use `nmcli` to set up a hotspot because you can't tell it...
View ArticleTroubleshooting • Re: Very strange boot failure
For a 02w, you need:bootcode.binstart.elffixup.datconfig.txtbcm2710-rpi-zero-2-w.dtbkernel8.img initramfs8cmdline.txtIf some of this files is corrupted, failure'corrupted' seems clear, but can also...
View ArticleMicroPython • Re: New MicroPython 1.27.0 released
While the WizNet ports pull request is passing all tests, there's quite a lot of new code to review. That's likely the cause of the delay.It's not in the release-1.28.0 milestones. The one that is in...
View ArticleAdvanced users • Moving Linux Kernel to 6.18
We are planning to move to the 6.18 kernel in the near future (perhaps a few months).This is the next upstream LTS (Long Term Support) kernel.One advantage is there is more raspberry pi specific...
View ArticleTroubleshooting • Re: Accessing SSH on Raspberry Pi 3B
I checked and I am using 2.0. As for the whole keyboard and monitor thing, I am attempting headless since I have no easy way to connect to a monitor right now.Statistics: Posted by vineeths — Fri Dec...
View ArticleOther projects • Stream audio and video from a camera to youtube
I am working with some one who runs a fishing tournament. They want to stream audio and video from a boat to youtube. I can connect to the internet via a modem, but I need to control a camera and tell...
View ArticleGeneral • Re: PSRAM on RP2350A cannot be enabled
GPIO 7 cannot be /CS1, only GPIO 0,8,19, and 47 can.Function 9 (which would correspond to /CS1) of GPIO 7 is undefined.Check 1.2.3. GPIO functions (Bank 0) from RTP2350 Datasheet.Statistics: Posted by...
View ArticleTroubleshooting • Stuck upgrading an old RPI 3
Trying to upgrade an old RPI 3 - currently running version 10 Buster.sudo apt-get update producesCode: Hit:1 http://archive.raspberrypi.org/debian buster InReleaseIgn:2...
View ArticleTroubleshooting • Re: Beginner: RPi zero 2, windows 11 not recognizing as...
ah, the pi in pi@raspberrypi is supposed to be the username set up in the imager. I put that in and it worked.Thank you for the help!I guess connecting via usb is just not going to work.Statistics:...
View ArticleTroubleshooting • Re: Stuck upgrading an old RPI 3
but when i nano raspi.d I can't modify it."sudo nano"Statistics: Posted by dom — Fri Dec 12, 2025 3:36 pm
View ArticleCamera board • Re: Fast image capture with Raspberry Camera V3 NoIR
Hi, perhaps you could say a bit more about your application and the timing requirements that you have?In general, the quickest way to get frames from the camera would be to leave it running the whole...
View ArticleFrançais • Re: code erreur 7 lors de la mise à jour openwrt
okalors tu dois pouvoir faire de ton rpi3 un serveur VPN derrière ta live boxfouille dans le forum, j'ai vu passer des posts qui parlent de çaStatistics: Posted by dwam — Sat Dec 13, 2025 3:05 pm
View ArticleTroubleshooting • Re: Install Raspberry Pi Zero
To use a RPi, you need a power supply, & usually, a keyboard & mouse, plus a monitor/screen.Laptop HDMI ports are output only, & I don't think any laptop will power a RPi - at least, mine...
View ArticleOther projects • Re: Stream audio and video from a camera to youtube
with a Raspberry Pi ?if yes : you need a RTMP protocol encoder : ffmpeg will probably your best option or gstreamer or maybe VLC (it can do RTMP)...From Linux or WIndows, for free, you can check OBS...
View ArticleTroubleshooting • Re: USB SSD lifespans seem poor
I certainly want to do more analysis but as I showed in my reply to you, smartctl will not read this drive. From further reading I see that there may be workarounds for this too, but one has a...
View ArticleRaspberry Pi OS • Re: Headless Raspberry Pi 5: Installing Raspberry Pi OS...
I might be missing something but the link shows us installing onto a microSD card, then onto an NVMe card, not “directly onto an NVMe SSD” ?Statistics: Posted by neilgl — Sat Dec 13, 2025 3:44 pm
View ArticleGraphics, sound and multimedia • Re: Running a a 4k screen on a Raspberry Pi...
a Pi Zero can't Output your resolutionI believe you are right. The OP says "4K" and seems to want 4098 x 2560 - a typo for 4096 x 2560 ? - which is more than 4K UHD (3840 x 2160), more than DCI 4K...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI keeps breaking
but in your case, it's putting additional load on the connector.Its maybe a stupid question but how is that? And also is it physical load or 'electrical load'? (idk how to call it)Statistics: Posted...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 PIO. Two calls of...
1. Comment out the set_out_pins for the clk.I have already performed such tests for various config functions, but I don't remember the exact conclusions.. But its result is misleading. Commenting it...
View ArticleRaspberry Pi OS • Re: "Error looking up passwd struct for uid 1000:...
Shouldn't the power usage of modern USB-SSDs be within the limits of USB 3 standard?The standard isn't specific, it allows a range of values, the Pi5 outputs a maximum of 1.6A combined across its USB...
View Article