Troubleshooting • Re: hplip icon not showing on taskbar
When I fired up the Raspberry Pi this morning the HPLIP icon was there on the system tray. I wonder what changed?Statistics: Posted by GavinW — Fri Jan 26, 2024 9:47 am
View ArticleAdvanced users • Re: Power RPi 4B through header so I can use USB-C as OTG...
Without more information I can't say fr certain but I suspect you're hitting one of the limitations of the mass storage gadget.I suggest you refer to sections 3.4 and 6.6 of the guide I linked...
View ArticleRaspberry Pi OS • Re: Security issue with Debian bookworm repository?
I presume you are referencing the line of Russian text? Which is quite odd.Statistics: Posted by jamesh — Fri Jan 26, 2024 9:50 am
View ArticleTroubleshooting • Re: Re Bookworm on Pi 5, no vcgencmd import for python
Immediately after the text you quoted the OS goes on to say -For more information visit http://rptl.io/venvFollowing that shortened, but obscure, link will bring you to extensive official Raspberry Pi...
View ArticleGeneral discussion • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
I believe it was a timing issue, that particular drive did something a bit slower than it should so a timeout needed to be increased? Peter knows more.Statistics: Posted by jamesh — Fri Jan 26, 2024...
View ArticleNetworking and servers • Re: R Pi as a NAT router, but not quite
Trivially simple way of doing this, if you have ssh access: use sshd's built-in SOCKS proxy:'ssh -D1080 pi' and configure your browser to use it (Settings -> Network Settings -> Connection...
View ArticleUbuntu • why older version of dtbs bcm2711 exist
Hi,why older version of dtbs bcm2711still exist after apt autoremove?Code: /boot/dtbs# ls5.15.0-1022-raspi/ 5.15.0-1025-raspi/ 5.15.0-1028-raspi/ 5.15.0-1032-raspi/ 5.15.0-1035-raspi/...
View ArticleOff topic discussion • Re: This old software developer is tiring
i'll hold your beer.I could use a few beers right now, they need to be icy cold.Tired of Windows but at least 7 is easier to use.Turns out my old AMD A6 3.5GHz game PC with Win7 and 8GB of DDR3 is too...
View ArticleCamera board • Libcamerify use
I could not find much information on libcamerify command use, so I'm asking here.I want a program(zoneminder) to use my rpi camera module v2 (noir) as an input. I could just stream over network and...
View ArticleGeneral • Re: Can you add / change files on a pico w over WiFi?
Since you're planning on using a webpage already, couldn't you add a way to configure the schedule using that? Then the Pico could save it in case of power failure or other problems.Statistics: Posted...
View ArticleCamera board • Re: HW Encoder V4l2 add support for intra refresh
So I managed to add proof of concept support forIntra -V4L2_CID_MPEG_VIDEO_INTRA_REFRESH_PERIOD,auds (V4L2_CID_MPEG_VIDEO_AU_DELIMITER), slicing (V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB)to the...
View ArticleAdvanced users • Generated initramfs_2712 requires grep, but does not include it
The https://downloads.raspberrypi.com/raspi ... ite.img.xz image contains in »/boot» the files «initramfs8» and «initramfs_2712». These are zstd compressed cpio files. Each of the files contains the...
View ArticleCamera board • Re: imx462 flickering/banding
Sohonomura2020, thank you very much for your explanation. It seems to confirm that noise and banding does exist with the 464 modules (especially at higher gain values). I don't quite understand how...
View ArticleTroubleshooting • Re: I seem to be getting HDMI issues with raspberry pi 5...
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I don't have HW for testing this, but you may want to try this (boot into GUI or CLI):add below to your config.txtCode:...
View ArticleTroubleshooting • Re: Trouble Creating A Systemd Service
Code: sudo tee /etc/systemd/system/webrtc.service >/dev/null << EOF[Unit]Wants=network.target[Service]ExecStart=go run...
View ArticleNetworking and servers • Re: Large Mesh Capability
Ugh. My reply timed out. Long story, short. Thanks for putting this in perspective.Statistics: Posted by thatsmychin — Sat Jan 27, 2024 10:04 am
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
In particular, the arguments and so forth are all the same. It's just a matter of figuring out how the BBC Basic and C data types match up.Exactly so. It's usually pretty easy to convert the C...
View ArticleBeginners • Re: Raspberry Pi Zero W as USB MIDI Host
Edit to add: I think I may have the aconnect command sytnax wrong. It is important to get the sytnax correct. It can be helpful if the syntax is also correct. Seriously, thanks for posting the details...
View ArticlePython • Re: Installation of pyexcel
You have to remove #, to get an error...Code: import RPi.GPIO as GPIO...Post the error report.Or, better still, read the error report and figure out what it's telling you.Google the error message. See...
View Article