Quantcast
Channel: Raspberry Pi Forums
Browsing all 5025 articles
Browse latest View live

Troubleshooting • Re: ImportError: cannot import name 'Orientation' from...

its okay, I already reflashed my raspberry pi 4 and now its working normallyStatistics: Posted by qiuu31 — Wed Jan 17, 2024 3:19 am

View Article


Troubleshooting • Re: Updating a Pi OS image that won't boot

omxplayer is dead, the reason is it cannot run on the newer software required by the rpi4.you should find another way, if you can get vlc to do it, it's the default player now.Statistics: Posted by...

View Article


General discussion • Re: Which RP would be best for my needs?

I've been running a convention registration system on Pi4B-4GB since not long after the came out. To that has been added Apache2 to provide a GUI interface for those entering data. I haven't had any...

View Article

Camera board • Camera: I2C shows 0x64 but not 0x10

I have two images. The first works, and `sudo i2cdetect -y 10` shows 0x10 and 0x64 as expected. So the camera is working.The second, however, can't access the camera and only shows `0x64` i.e. Code: $...

View Article

Image may be NSFW.
Clik here to view.

General • Re: Can other pins be mux'ed to the USB Phy?

Thanks for the replies! I asked the question because I was thinking if there would be a way to use the Pico-PIO-USB library to perform all of the USB related work (instead of the built in rp2040 USB...

View Article


Beginners • Re: How to rename root partition on Rpi5

Indeed it is! Here's an improved function:Code: function getrootname() { # returns a string for the device name local rootfs=$(findmnt -n -o SOURCE /) echo $rootfs return # To get the system disk...

View Article

General • Minimal USB Host and USB Device example, without TinyUSB

I need the Raspberry Pi Pico/W to operate as a USB Host so that I can connect it to a third party USB Device (which happens to be an FTDI 232 chip) that operates like a USB CDC device. We've made a...

View Article

Troubleshooting • Re: Display is fine in text mode, but immediately black...

In case someone finds this via a future Google search: I tried using the legacy version of Raspberry Pi OS instead, and that does work, so I'm back on the rails for now. It would be nice to know why...

View Article


General discussion • Verdict on Pi 5 gaming

Seems that the CLI is the only way to go to avoid tearing - vsync doesn't get rid of screen tearing under X/wayland.My verdict for 1920x1080 gaming is, too laggy under wayland, good if you can live...

View Article


Scratch • Re: Cannot Exit Scratch 3 in a normal way Pi5

I have the same problem with Scratch 3. I have a Raspberry Pi 5 with the 64bit version of the Raspberry Pi OS and 4GB of RAM.The monitor is 7 inches with 1024x600 resolution, approximately 16:9. My...

View Article

Raspberry Pi OS • wayland and interface bug

i dont have aspare microsd card but i think you dont understand what i mean you have a system tray at the top with tabs of apps opened. on those tabs, there is icons. these icons get messed...

View Article

Camera board • Re: does anybody has raspberry pi 5 and camera module v3 to...

i am very satisfied with the results thanks for your comments and your great tools u develop i used that on rasbery pi 3b+i will try to test with a second camera on raspberry pi5 .how to use 2 camera...

View Article

Advanced users • Re: Can't get PWM backlight to work on P4

I was able to get something working by utilizing the pwm-leds driver instead:Code: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; fragment@0 { target = <&gpio>; __overlay__ { pwm_pins:...

View Article


Camera board • Re: Purpose behind of raspberry pi sbc

I dont think they do it on server, otherwise it cannot not be sold to many without dedicated internet.That's a limitation of many/most "smart" devices nowadays.For example, my Wyze products cease to...

View Article

Troubleshooting • Re: Apache only responds to IP, not hostname

The issue was my local VPN. When on I cannot hit the device with it's hostname. Killing the VPN resolves the issue. Thanks for the help everyone!Statistics: Posted by hedbonker — Thu Jan 18, 2024 3:30...

View Article


Raspberry Pi OS • Re: Wayland and interface bugs

test your sd, menu - accessories - raspberry pi diagnosticsreset the gui, menu - preferences - appearance, default tab - medium, rebootare you using a proper power supply, in correct power can corrupt...

View Article

Other • Re: Help! Installing a ALFA AWUS036ACH on a Kali Raspberry PI 5???

Thanks - I did attempt to do that first but I'm not a registered user of the Kali forums and they have disabled new registrations....Statistics: Posted by jc_signup — Thu Jan 18, 2024 3:57 am

View Article


Troubleshooting • Re: Raspberry Pi 5 Not outputting video when SD card is in

So I used the Pi Loader software to image my SD card. the cmdline.txt is in the root directory of the card. There is only one folder called overlays in on the SD card. Yes, I added to the end of the...

View Article

Raspberry Pi OS • Re: Display freezes on Bookworm after a few hours but my...

@kerry_sI am familiar with that setting because I tried to use it to try to get RealVNC server on bookworm with ubuntu remmina, since I am used to them. Wasted a bit of time in the struggle, finally...

View Article

Advanced users • Re: Using I2C 5 and DPI 666 simultaneously

To give a clear idea , here are the steps i followed.Step1 Enable SW I2C in config.txtCode: dtoverlay=i2c-gpio,i2c_gpio_sda=10,i2c_gpio_scl=11RebootSTEP2Check if SW i2c bus is enabledCode:...

View Article
Browsing all 5025 articles
Browse latest View live