Networking and servers • Re: Pi 4/5 won't connect to Android hotspot at 5Ghz
That's strange as I have read others report a similar problem elsewhere before and they could get it to work with raspi-config. Maybe something changed in bookworm. Doesn't seem much point in that...
View ArticleTroubleshooting • Re: Green lines on monitor
Hi i'm using raspberry pi 4b 8GB I have green lines on my monitor when pi is turned on the green and red lights they shine constantly i don't know why. If i plug my pc to monitor its works fine. Can...
View ArticleNetworking and servers • Re: Pi NAS - SMB vs OMV
Thanks for your help. I will not use OMV.But i got a new problem, hdparm -y or hd-idle stop working, when i mount my HDD to my Pi. They only follow the command when it is unmounted? When i mount them...
View ArticleTroubleshooting • Re: I cant install wine on my raspberry pi 5
Looks like installing Wine is an attempt to prepare for the "fl studios"....Statistics: Posted by neilgl — Thu Oct 31, 2024 4:08 pm
View ArticleCamera board • Difficulty getting a picture from Raspberry Pi High Quality...
Hi all. I've connected a 'Raspberry Pi 2018 HQ Camera V1.0' to a Raspberry Pi Model 3B. I need the camera to be a little further from the Raspberry Pi so the connection is as follows.Camera ->...
View ArticleCamera board • Re: Difficulty getting a picture from Raspberry Pi High...
Does it work without all the extensions?Statistics: Posted by rpiMike — Thu Oct 31, 2024 4:14 pm
View ArticleTroubleshooting • Re: On Board WIFI fails to configure
Have you tried rebooting the router?Yep, about a million times. lol.I'm not having any trouble with other devices connecting to it.I just did a quick search and it looks like the Pi is supposed to be...
View ArticleAdvanced users • Re: Serial port com fails in Walyand and Walyand labwc
When I try to Open a Serial device like /dev/ttyACM0 in Putty, Putty fails and immediately closes when Open is selected with a serial device. This fails on 4 RPI3B+s and 2 RPI4Bs. It has not worked on...
View ArticleAI Camera - IMX500 • Re: imx500-tools
Hello, can you please describe how you got the customer models ready. I couldn't finish it with the tutorials on aitrios website. I keep running into errors. Is there a better guide?Try MCT tutorial...
View ArticleRaspberry Pi Connect • Re: PI Connect Should Be Opt In
We've changed how Connect works in the latest release. It is preinstalled as part of every image, and the panel plugin which controls it is installed and enabled by default. But Connect itself is...
View ArticleDeutsch • VPN für nur einzelne Programme
Moin moin,ich habe in meinem kleinen Netz u.a. ein Headless-RasPi stehen, auf den ich über RDP von diversen Windows Rechnern und Android-Geräten aus zugreife.Einzelne Programme auf diesem RasPi möchte...
View ArticleOff topic discussion • Re: Product Suggestion: Internet Airlock
Maybe I just created confusion by calling it an Internet Airlock. I think there are other benefits from being able to plug a raspberry pi into a drive bay and power it from a regular computer power...
View ArticleCompute Module • Re: CM4 Strange Ethernet behavior
After using a cross cable, there is little difference in the case of a router. Wed Sep 8 14:18:59 2021 daemon.notice netifd: Network device 'lan1' link is upWed Sep 8 14:18:59 2021 kern.info kernel: [...
View ArticleNetworking and servers • VPN only for certain programs
Hi,Im my little LAN I have a headless raspberry which I access via RDP from several Windows and Android clients.I want a few of the programs running on that RasPi to access the internet using a VPN....
View ArticleTroubleshooting • Re: How to desable realvnc screen?
No image was attached.Can you use sudo raspi-config Interfaces to disable VNC (I3)Statistics: Posted by neilgl — Fri Nov 01, 2024 4:32 pm
View ArticleTroubleshooting • Re: Log in to pivpn -a on working wireguard to add another...
Ok thanks; so I don’t need to switch the server off. Just temporarily connect a monitor and keyboard without switching the server off.?Statistics: Posted by Gambardo — Fri Nov 01, 2024 4:32 pm
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Thank you all.I've already tested the nvme_core.default_ps_max_latency_us=0 (without the pcie_aspm=off pcie_port_pm=off). Now ssds seem to stay on for several hours.I'll test the other max latency to...
View ArticleTroubleshooting • Re: MCP23017 troubles
Thank you for your response, neilgl!After running your code I received what looks like a table with a 27 in the 7 column/02 row.My MCP23017 does not have any of the address jumpers jumped, is that why...
View ArticleTroubleshooting • Re: Request for Help on "Failed to start...
Which model of Pi is it (Pi5/Pi4/Pi3 etc.)?Statistics: Posted by neilgl — Fri Nov 01, 2024 4:42 pm
View ArticleC/C++ • Re: How long is a long integer on the various types of raspberryPi ?
If you are unaware, by using#include <stdint.h> you get definitions for int8_t ,int16_t ,int32_t ,int64_t and uintxx_t versions etc. Much more predictable than long/short/long long etc.PeterOI...
View Article