Python • Re: auto-py-to-exe or pyinstaller bundles python3 and requirement?
https://pyinstaller.org/en/stable/Statistics: Posted by memjr — Mon Jan 15, 2024 4:04 am
View ArticleRaspberry Pi OS • Re: Pi os bookworm no icons
is this forum still active?Seems it isStatistics: Posted by dbrion1 — Mon Jan 15, 2024 4:06 am
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
nmtui has an option to start interfaces and allow the interface to be used by a given user - possibly checking this may help?I've not tried this but maybe:Code: nmcli con mod usb0...
View ArticleTroubleshooting • Re: Meteo-Pi not working on Raspberry PI 5
Thank You for the post.That was part of my problem that /dev/serial0 was pointing to /dev/ttyAMA10 which is the new UART debug interface on the Raspberry PI 5.You can also add the following 2 lines of...
View ArticleTroubleshooting • Re: Pi 5 fails to boot with two USB drives attached
Does it boot ok if you disconnect the HDD?yes - I don't even need to do anything else - unplugging the HDD leads to a proper boot from SSD - no reboot neededThen the combination of the SSD and the HDD...
View ArticleGeneral discussion • Re: RPi 5 initial power up with power button?
The way I prevented that with the Pi 4 was to use inline USB-C cable with a switch. With the switch toggled to off the Pi didn't have power so couldn't boot. The same switch could be used with my Pi 5...
View ArticleAdvanced users • Re: Using I2C 5 and DPI 666 simultaneously
AddingCode: dtoverlay=i2c-gpio,bus=5,i2c_gpio_sda=10,i2c_gpio_scl=11,i2c_gpio_delay_us=2will have no effect on the output of raspi-gpio as the default condition is for the pins to be inputs when doing...
View ArticleTroubleshooting • Re: Tips on how to ask a question.
Awww, come on! Its the highlight of the day when you get ....SUBJECT: Urgent"When I try to use my USB device it doesn't do what it is supposed to do, what is wrong?"And don't you think of answers like...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
Where "commandeering" means to answer questions? It is a forum, that is the way it works.And why the attitude? That seems antagonistic to me. We are required to remain civil here, right? It goes way...
View ArticleTroubleshooting • Re: Removable drives and permissions
Building A Pi Based NASOk so, I see that your documentation on building a Pi based NAS consists of some interesting documentation. I am however curious if you go over WHY you need to do each thing...
View ArticleGeneral discussion • Re: Coral TPU, PCIe on Pi 5
But a "real" Pi engineer can chime in to clarifyRPT guys busy with other stuff?I suspect the Pineberry guys could make a doubled sided PCB faster.NVMe one side, Coral TPU with PCIe switch other side.I...
View ArticleBeginners • Re: How to make my own buster rep?
What is making it slow? If its your internet connection then you aren't going to gain much by creating your own mirror, if its got to be downloaded its got to be downloaded.it downloads from...
View ArticleTroubleshooting • Re: Apache only responds to IP, not hostname
See also the full documentation for name-based virtual hosts and the entry for the ServerName run-time configuration directive mentioned above.Thanks I will check that out. It was working fine after...
View ArticleOff topic discussion • Interview of Eben on The Register
Richard Speed interviewed Eben Upton about retrocomputing and the focus of Raspberry Pi in The Register athttps://www.theregister.com/2024/01/15/ ... air_acorn/I liked the interview. The reader...
View ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleGeneral 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 ArticleCamera 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 ArticleUbuntu • Re: Booting an older Ubuntu version on Raspberry Pi 5
I added a NMVe to my Raspberry Pi 5 but the only image that seems to function properly on boot is Raspberry Pi OS. I want to try to get Ubuntu Server on it. Has anyone had success, or is Raspberry Pi...
View ArticleGeneral • 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