Networking and servers • Re: something I cant quite grasp.
The OS on SD card (or USB or other storage device) on the Pi will request an IP address from your DHCP server.I don't understand your use of the term "host device". The Pi is a computer, the same as...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
whats stopping broadcom from just updating this with the 2711 and 2712 changes?Broadcom is stopping Broadcom.Statistics: Posted by ghostr1der — Mon Jan 29, 2024 10:14 am
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
If there is that much discussion about the "supposed to be simple" powering up of an electronic device, the designers of Pi-6 should either just come up with a more universal method for the powering...
View ArticleTroubleshooting • Re: booting an old model 1B
The Lite version of the current OS (Bookworm) 32-bit should work fine. I think I did test it.I can confirm Bookworm 32 bit works fine on a 1B. I just run PiHole on the old box Statistics: Posted by...
View ArticleCamera board • Re: V2 camera coding stopped working
...[/code]Any idea on how to fix?It sounds like you have an old version of libcamera. Can you state what kind of Pi you have, what the camera is, what OS you are running ("cat /etc/os-release"), what...
View ArticleAdvanced users • libpqxx on kirkstone!
Hi All,Thanks to all of you.I am working on yocto kirkstone sato with RPI CM4 board. I want to add libpqxx (https://pqxx.org/libpqxx/) library into it.Can anybody help with recipe, layer.conf, bbapend...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
It sounds a bit like https://github.com/procount/pinn/issues/770.A copy of the debug log and dmesg output might be useful (see troubleshooting). You may need to enable ssh and connect via that if your...
View ArticleTroubleshooting • Keyboard/mouse doesn't work on raspberry pi zero W 2
Hi, I'm running a zero 2 W with kali installed, I want to turn it into a pentesting machine, but my keyboard or mouse apparently just do not work. I had Raspbian installed before, and rhey both worked...
View ArticleBeginners • Re: Pi 5 1500mhz
i was saying i have arm_freq_min=1000 set and it works fine.but does it actually run at 1ghz like you think?Code: root@raspberrypi:~# echo userspace >...
View ArticleTroubleshooting • Re: Keyboard/mouse doesn't work on raspberry pi zero W 2
You might get better help if you ask on a Kali forum. It's not an OS we support on here.Statistics: Posted by rpdom — Tue Jan 30, 2024 10:28 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
I'll try to work out what's happening.Thanks. Without knowing the internal architecture it smells rather like a pointer into an interleaved frame buffer is getting misaligned to me.P.S. Earlier you...
View ArticleOther RP2040 boards • Re: Thonny Errors RP2040 Custom PCB
Do you mean ground connections as in the ground connections that on the end of the 3V3 decoupling capacitors? Or are you referring to the ground pad in the center of the chip. I’m fairly competent...
View ArticleTroubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
When powering my RPI5 with the a standard power supply over USB-C it boots directly, but when I power it over 5V GPIO, the only visible reaction is the red LED turning on and staying on (no boot)....
View ArticleGraphics, sound and multimedia • Re: pi5 use dpi screen, xrandr --panning has...
You only have one screen connected.Is your HDMI screen connected and working?I only want to use the dpi screen with panning and do not connect any other screens.which content do you think will you be...
View ArticleTroubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
We are happy with the packaging. The cardboard box provides enough protection during transit, and there is an anti-static insert in the box instead of the often used plastic bag. I am not aware of any...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PI5 miss to detect I2c devices where...
Yes, that timing's not great (*). I've opened an issue in our Linux repo on GitHub to track this: https://github.com/raspberrypi/linux/issues/5914(*) This is traditional British...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi Joystick examples
Hum ADC1115 isn't a servo control but an A/D converter. Sorry for ambiguous post. I meant ADC + Servo. In other words: Analog to Digital Converter + Servo motor driven via PCA9685 driver)Thanks for...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
The Sleep Pixies reminded me that the SD Card may be mounted on a Windows or Mac computer and editors for those may be the ones which don't fully respect symlinks.They only see the boot partition...
View ArticleFrançais • Re: gpio c++
il vous suffit de modifierCode: for(auto sensor: {4,17})enCode: sensor = 17; // le bloc esst respectéouCode: int sensor = 17; // le bloc est respectéBTW: est t'il possible de les arrondirent a 0.50...
View ArticleGraphics, sound and multimedia • Re: RPi 5 composite 240p
Thanks. I was looking into reducing the horizontal resolution by half, but it looks like that won't help your use case.The problem is that scaling/compositing and video output are now on separate...
View Article