Advanced users • Re: Experimental RPi 6.12 kernel builds
Not sure why libaes.ko.xz is not found in kernel for 6.12.25+rpt-rpi-v7 but it is found in another kernel 6.12.25+rpt-rpi-v7l. Any reason for that? Or do I have to use other module with different name...
View ArticleCamera board • Re: Use bcm2835-unicam directly with userspace I2C driver?
There was a slightly hacked together plan with the dummy-sensor driver in the branch https://github.com/6by9/linux/tree/rpi- ... mmy-sensor, but seeing as that will require rebuilding the kernel you...
View ArticleGeneral • pico 2 w additional wifi module no scan results
Hello, I added a cyw43-based wifi module to PICO 2 W, refer to: https://iosoft.blog/2022/12/06/picowi_part1/I have established communication with the wifi module and ran the...
View ArticleGeneral discussion • Re: Help porting larger chip's OS onto smaller chip
Lol about the "eyeball Mark I", that was a hoot. But your suggestion was certainly worth doing, so I just dumped a lot of fluff on a USB and just bit the bullet. Since the 64 was the original chip I...
View ArticleGaming • Re: Retro pie on pi3
With Linux Operating Systems, you are supposed to solve the problem yourself, but not everyone has enough time to research the problem.I recommend starting from scratch, reinstall the operating...
View ArticleRaspberry Pi Desktop for PC and Mac • Intel nuc NUC6CAY missing wifi.
Hello I have an intel nuc with the rasbian desktop. Its working however I don't have internet. I have wifi and the nuc has a wifi card. Somehow the rasbian is not seeing it. I don't know enough or...
View ArticleTroubleshooting • Re: Cannot schedule script via cronjob that runs manually
logs, logs, and more logs!!your already capturing the logs, but you missed the leading /, so it may failfix that path, and then do the same for every other line, and see what the logs sayYeah, the...
View ArticleBeginners • Re: 4 new Pis dead--no ACT LED, no boot
VDD (Voltage at the Drain) = 5VOk. That's a design flaw, since it may allow 5V to appear on the SPI pins on the GPIO header. The GPIO pins accept a maximum of 3.3V. I'm not saying it is the cause, but...
View ArticleTroubleshooting • Re: Pi 5 Boot confusion
wow this one really got meso it turns out my old HD TV is NOT in fact 1920 as i thought - its actually 1366x768 i hooked it up to a different monitor, did a full reset and now of course it works -...
View ArticleTroubleshooting • Re: Pi 4 SSD Boot Fails on USB 3 Port, Works on USB 2 port
I've no idea where to go with this, it says the Hitachi adapter is UAS compatible yet it is behaving like it isn't.If you have a spare SD card you could try creating an EEPROM updater in case the...
View ArticleTroubleshooting • Re: Ethernet link issue between Raspberry Pi CM4 and Cisco...
If you run `dmesg -w` in a terminal when you are plugging unplugging, do you get error messages appearing? If so post them, here - preferably traces from plugs that work and ones that don't.Thanks for...
View ArticleGeneral discussion • Re: Best UPS
UPSes aren't a large enough marketMotorcycle batteries are mass produced and the slight weight difference of sodium over lithium should make that a good target market. If only UPS makers would fit...
View ArticleTroubleshooting • Re: RP4: USB flash key stops wlan0 when connects to SS port
The same problem appears again on a different Pi5 board connecting a USB 3.0 splitter Lenovo A615. If I connect it to the SS USB port the wlan0 suddently stop working and resume if I disconnect. No...
View ArticleUser groups and events • Re: Peninsula Pi Party near Sydney Australia
June 28 at Gnostic Cafe Woy Woy. 10 am until the talking stops. I have a range of hardware to show. Any requests?Statistics: Posted by peterlite — Wed Jun 18, 2025 3:17 am
View ArticleNetworking and servers • Static IP address
How do I set a static IP address on the raspberry pi?I do not want to set it via DHCP.The OS is up to date.Code: 0 thirsty /root # uname -aLinux thirsty 6.12.33-v8+ #1888 SMP PREEMPT Wed Jun 18...
View ArticleAutomation, sensing and robotics • I am doing sensor reading from DHT22 using...
The first error from my program I am getting is:‘Sorry, this system does not appear to be a Raspberry Pi.’How to get rid of this error?Statistics: Posted by babuddin1 — Wed Jun 18, 2025 8:54 pm
View ArticleAutomation, sensing and robotics • Re: Make ros robot using tank chassis with...
For basic motor control have a look at python gpiozero https://gpiozero.readthedocs.io/en/stab ... tml#motorsand https://gpiozero.readthedocs.io/en/stab ... utput.htmland...
View ArticlePython • Re: 7. segment clock python script not looping on fresh Bookworm...
I had been using GPIO4Check you haven't got 1-wire enabled in config.txtCode: dtoverlay=w1-gpioThat uses GPIO 4 by default and frequently changes the state and mode of the pin when polling for...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
The minimum quantity we sell is a reel, I think of 4000. So you are not buying 100, you are buying 4000. These things are sold to resellers in reels, to sell on in smaller quantities.We do not have...
View ArticleAutomation, sensing and robotics • Re: I am doing sensor reading from DHT22...
What program (python script?) are you using to read the sensor?Maybe something using pigpiod?Statistics: Posted by neilgl — Wed Jun 18, 2025 9:55 pm
View Article