Troubleshooting • Re: Temporary failure in name resolution
Thanks @MiscBits for your help.It wasn't necessary after all to use your tips.Id did Code: sudo nano /etc/resolv.confFilled the empty space with Code: nameserver 192.168.2.254A reboot completed the...
View ArticleBeginners • Re: All my app got uninstalled after power cut
I didn't know you could put / and /root in read only but wont that stop me installing stuff using apt?Oh, you have to change it back to RW when you bring it into the shop for changes. I only set it to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What is the fastest baudrate for RPi...
there are ~3 different things affecting the max baud rate for the PL011first, its based around 16x over-sampling, so internally, it has to generate a clock that is 16x your baudtaking your 4mbaud...
View ArticleBeginners • Re: Raspberry Pi 4b will not boot.
[...] and it only sees it as a 32GB disk.That's somewhat odd. Too big to be the boot partition in a standard image, too small to be the entire card. On the other hand it is aproximately the upper...
View ArticleAdvanced users • Re: Power On Raspberry Pi 5 Automatically
when you apply power, what does the status led do?Statistics: Posted by cleverca22 — Thu Apr 11, 2024 10:43 pm
View ArticleGeneral discussion • Re: Booting Pi4 from SSD, are there any risks
No risk of damage running with an SSD on a Pi 4B.[pedant]No more than with any other boot media anyway.[/pedant]Statistics: Posted by thagrol — Thu Apr 11, 2024 10:46 pm
View ArticleTroubleshooting • Re: Changing Screen resolution
"so what screen are you usingwhy not just use the screen configuration in the menu."Coming from Windows 11 that is the first thing I looked for but couldn't find it. Maybe I need new eyes but just...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I can see a 15.6" HDMI / 1920x1080 60Hz IPS portable monitor with twin speakers on Amazon right now for £99 (Arzopa). A Pi one would need a USP to make it stand out and not be just another option....
View ArticleGeneral • Re: Help with PIO fundamentals to drive matrix-based displays.
I have made progress but it's still not right. I have successfully sent DMA to the PIO but it is just shoving it in as fast as it can and ignoring the FIFO buffer. I thought I found the solution with...
View ArticleBeginners • no video using RPI5 and Bookworm
I am using a new RPI5 and bookworm with a motion detector and a V2 camera attached. The following code has two alternative lines, each beginning with "os.system." When I hash out the second one, the...
View ArticleNetworking and servers • Re: Problem when SSH using windows and Raspberry Pi 4
Edit 2: Doing ping raspberrypi.local I do not get the IP address of the raspberry:ip_not_showed.jpgThat looks like an IPv6 address when you are expecting an IPv4 one. Have you tried disabling IPv6 on...
View ArticleGeneral • Re: Clarification on GDB firmware load
i think i saw some special code in openocd, so when you try to write to the flash, it will call the correct rom functions to actually re-flash it properlyi can see how gdb would be going thru that,...
View ArticleBeginners • Re: SSH to Raspberry Pi Zero W
under SSH set X11 forwarding to 'Enable X11 forwarding' You shouldn't really do that unless you're actually going to use it. It is not needed for pure command line stuff nor is it needed for VNC.It's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 MIPI to HDMI
Are you wanting to see the same output on each screen or have 3 different displays?We're trying to splice video data from 3 cameras with 1080p resolution and display all 3 at once.Statistics: Posted...
View ArticleTroubleshooting • Raspberry Pi 5 / Bookworm 12 / CUPS / Star TSP100
Trying to set up my Star Micronics TSP100 (Model: TSP100II, also has 143IIU on the label under the printer) on my Raspberry Pi 5, Bookworm 12. Tried following this tutorial that I once did on my...
View ArticleScratch • Re: Variations in Scratch 3
What is "the optimized standalone scratch 1.4" and how can i get it?NuScratch is enough different than Scratch 3 that I think of them as different languages. You should test them yourself, but...
View ArticleAdvanced users • Re: VNC on headless pi 5 with PI OS (Bookworm) Lite
What is its primary task - should be easy to copy it to a new microSD card that is running Bookworm with desktop.It isn't running off a microsd card.It is working as a home server, performing various...
View ArticleTroubleshooting • Raspberry Pi 5 / Bookworm 12 / XScreenSaver
Wanted to install XScreenSaver, everything installed fine. Set everything up and waiting for the screensaver to activate. The screen went blank but should of displayed "A fiber-optic Lamp"...
View ArticleGeneral discussion • Re: A Pi Pie Chart
For personal travel I wanted a cheap laptop. Searched on German amazon for laptop, condition new and sorted by price low to high. The first with 15.6" looked interesting, for only 160€(170$): AOCWEI...
View ArticleTroubleshooting • Re: Raspberry Pi 5 / Bookworm 12 / XScreenSaver
By default RPiOS on the Pi 5 uses Wayland/wayfire not X11/lxde to run the desktop.Not all X11 applications play nice with Wayland.You can switch from Wayland to X in raspi-config. Look under advanced...
View Article