Debian • Re: Switching to the Debian testing branch on Raspberry Pi OS Lite
always use full-upgrade, don't bother with upgrade.nala is already in debian 12.have no clue what Gerbera is, maybe ask them for instructions.Statistics: Posted by kerry_s — Sat Dec 16, 2023 8:53 pm
View ArticleGeneral discussion • Re: VNC won't enable
I switched out the sd card and burned a new image. All is working now. It seems that the card was somehow defective. I put a fresh image on this old card twice with no vnc access. Oh well 1 more pi...
View ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
sudo apt-get install qt6-base-dev sudo apt-get install qtcreatorStatistics: Posted by davethomaspilot — Sat Dec 16, 2023 9:19 pm
View ArticleMicroPython • Re: Help for Raspberry PI pico
With a Pico flashed with the wrong Micropython I would suggest starting with a factory reset- Put Pico in BOOTSEL mode- Flash flash_nuke.uf2- Unplug the PicoNow the Pico is like a fresh new one with...
View ArticleGeneral • Re: PicoW resetting
I looked in digikey.com, for "power line filter module". There is a parametric search, with filter type = single phase; voltage range 110, 250V AC (and the similiar 120, 125) for current 5, 6A I get...
View ArticleBare metal, Assembly language • Re: BCS mnemonic (?)
Try RRXS instead of RRX. I think RRX used like that doesn't set the carry flag.I could be wrong. I'm a bit rusty on assembler.You're not wrong. The {S} suffix is required to shift bit 0 into the carry...
View ArticleBeginners • Re: Python - No such file or directory
you are probably better off using an alternate name to call python 3.12.These commands should hopefully get you back to a better state cd /usr/binsudo ln -s /usr/bin/python3.8 pythonsudo ln -s...
View ArticleGeneral discussion • Re: URL's for BBC Radio Stations
Logitech Media Server (squeezebox) has a BBC Sounds plugin and enables all the BBC radio channels and also listen again services using your BBC account.Statistics: Posted by AndrewPiEater — Sat Dec...
View ArticleRaspberry Pi OS • Automated deployment of headless Raspberries with Bookworm
Last year Simon wrote this article and explained how to deploy a headless Raspberry unattended.There are also mechanisms to preconfigure an image without using Imager. To set up a user on first boot...
View ArticleTroubleshooting • Re: Blender
Does it run if you type this into a Terminal (does for me with obs on a Pi 5)Code: MESA_GL_VERSION_OVERRIDE=3.3 blenderYes, it starts up and looks good. It has a long pause and sort of locks up when...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Bootloader seem to be up-to-datesudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Thu May 11 06:26:03 AM UTC 2023 (1683786363) LATEST: Thu May 11 06:26:03 AM UTC 2023 (1683786363) RELEASE: latest...
View ArticleHATs and other add-ons • Re: Is there any way to use an SSD connector from an...
Probably not but if you can find a data sheet you might improve your chances from none to slim.Statistics: Posted by thagrol — Sat Dec 16, 2023 10:27 pm
View ArticleBeginners • Re: String handling in Python
or how to do it with newer 'f-strings'.Thanks hippy:seems more easy to readCode: url=f'http://192.168.2.{shellyoffset}/rpc/Cover.Open?id=0'Statistics: Posted by dbrion1 — Sun Dec 17, 2023 9:29 pm
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
So still no clue how make this work....Reverse engineer as 'bgolab' suggests. It looks like a great board to have if you are into figuring things out.First thing I would do is take a multi-meter and...
View ArticlePython • Re: gpio.setup() on raspberry pi5
If we are using Bookworm (64-bit) with Desktop…If we create a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource...
View ArticleNetworking and servers • Re: Monitoring network?
Have a look at iperf3Statistics: Posted by neilgl — Sun Dec 17, 2023 10:18 pm
View ArticleAdvanced users • Re: RPi5B wake-on LAN by magic packet?
Not really what you are after, however the end result would be the same. How about a smart plug, you can get the tp link tapo plugs for about 9ukp....Statistics: Posted by itsmedoofer — Sun Dec 17,...
View ArticleTroubleshooting • Re: Pi5 and 2160p (HEVC)
Uhm, is this normal?:Code: # for codec in H264 H265 MPG2 WVC1 MPG4 MJPG WMV9 ; do echo -e "$codec:\t$(vcgencmd codec_enabled $codec)" ; doneH264: H264=disabledH265: H265=disabledMPG2:...
View ArticleCompute Module • Re: Need assistance getting DSI display to work on TOFU board
I'm running Bookworm. And thank you for the insight, everything I'd read said you just connect up the DSI cable, fire it up, and "it just works" (royalties paid to Todd Howard).I found these arguments...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Well, one can not turn the compositor off in the default desktop of bookworm RPIOS (i just found out). This should stop you getting anymore surprises...
View Article