Networking and servers • Re: Where are the network config files?
Thanks for the responses. Yes I am running bookworm, sorry about the typo. I now realise that nm is creating temporary connection files under /var/run/NetworkManager/system-connections at boot time....
View ArticleTroubleshooting • Re: Raspberry Pi 4B red indicator light from on to...
I would get an official power supply first.Statistics: Posted by neilgl — Mon Jun 10, 2024 10:07 am
View ArticleMicroPython • Re: v1.23.0 released
Code and examples here: micropython-lib/micropython/usb at master · micropython/micropython-libThanks for the link. I am presuming the '.core' package is...
View ArticleGeneral discussion • Re: Raspberry pi crashing
Are you running Chromium version 124.0.6367 or something else?3+ tabs on Chromium works fine for me on a Pi5 4GB (no fans or heatsinks attached)Statistics: Posted by neilgl — Mon Jun 10, 2024 10:14 am
View ArticleOther • Re: Download corrupt hash doesn’t match
You will do better by asking on the Kali forums at https://forums.kali.org/. Kali isn't supported here.Statistics: Posted by DougieLawson — Mon Jun 10, 2024 10:16 am
View ArticleAdvanced users • Re: Multiple ip addresses with dnsmasq (edited for clarity)
You could define a name per IP address, egCode: dhcp-host=2c:cf:67:27:06:a3,pi-eth,192.9.200.132dhcp-host=2c:cf:67:27:06:a5,pi-wif,192.9.200.133to make retrieving specific addresses easier.You can...
View ArticleTroubleshooting • Re: Missing component for rasperry 4b
I need to find missing capacitor value. If you're lucky a kind Raspberry Pi Engineer will tell you the value.Statistics: Posted by rpdom — Mon Jun 10, 2024 10:20 am
View ArticleBeginners • Re: raspberry pi 5 python script as service failed
Hold on, what is this script MasterVPN.sh that suddenly appeared?Statistics: Posted by neilgl — Mon Jun 10, 2024 10:23 am
View ArticleTroubleshooting • Re: openvpn not working after update
Try running sudo systemctl start openvpn@xxxxx where xxxxx is your /etc/xxxxx.config file.Then take a look at it with sudo systemctl status openvpn and sudo systemctl status openvpn@xxxxx you should...
View ArticleTroubleshooting • Root crontab works but user (pi) does not
Root crontab works but user (pi) does notuname -aCode: Linux arecord.local 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/LinuxRoot's crontab in /etc/crontabCode: 00 04 * * * root...
View ArticleTroubleshooting • Re: Root crontab works but user (pi) does not
Check the ownership and permissions of the log files. Running from root will probably create them with owner root and then your user cron won't have permissions to write to them.User crontab -e*/1 * *...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C devices get randomly disrupted
1. Are you sure that it is the restart of the RPi rather than the peripherals that makes it work?2. When it is in the failing state, what does "raspi-gpio get 2-3" report?You are right. It is possible...
View ArticleBare metal, Assembly language • Re: Using the GIC-400 of the raspberry pi 5...
1. The code is running at EL1, but you have to configure CNTHCTL_EL2 to allow accessing the CNTP* registers before dropping to EL1.The following are all my EL2 register configurations after a cold...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2S and the PR1
At least delete the i2s-mmap line - it does nothing useful.Statistics: Posted by PhilE — Tue Jun 11, 2024 9:50 am
View ArticleUbuntu • Re: How to minimize power consumption
Have you checked the firmware is up to date?If it's only ever run Ubuntu, have the various bits of firmware work to reduce power draw been installed - https://www.raspberrypi.com/news/therma ......
View ArticleGeneral • Re: Remote Controlled Rover
Thanks!1-2 meter range is not an issue, the kids will be walking along with the rovers. Wifi wouldn't be an issue either, we'll be way out bush. I have a spare router that could be used as an access...
View ArticleGeneral • Re: How to disable the BOOTSEL pin
And unless things have changed recently the bootsel mode only allows you to copy to the Pico not from it.Statistics: Posted by thagrol — Tue Jun 11, 2024 10:08 am
View ArticleSDK • Re: Multi function button
The simple way to do it is measure out a fixed period. Then use software to pattern match. This means there is only so many button presses allowed per second. The problem with this is the period is...
View Article日本語 • ラズパイ(4B 2GB)用にSSDにubuntuMATEをインストール
Windows11で使って居た、PCにubuntuMATE(デスクトップ版)をインストールしたら、気分が変わってとても良い感じ。それで、ラズパイ4B にも入れて見たく成った。ラズパイ(4B 2GB) Wifi接続、有線ディスプレイ+マウス+キーボードSSDは、BUFFALO[ SSD-PST250U3-BA...
View ArticleNetworking and servers • Re: Feasible hardward configuration for servers...
Would a Raspberry Pi 5 starter kit with active cooler, M.2 HAT+ board with a 240Mb SSD be a sensible and practical choice as the basis for various servers? If all you need is small generic linux...
View Article