Questions tagged [raspbian-stretch]
Raspbian-Stretch is a GNU/Linux operating system derived from Debian 9, initially released in August 2017. Raspbian is the most widely used Pi based distribution and the one recommended by the Raspberry Pi Foundation, who distribute their own images of it in 3 flavours, a full version with Desktop GUI and recommended software, Desktop GUI, and a "lite" version without any GUI pre-installed.
793 questions
-1 votes
0 answers
24 views
How to install the Apache2 package on a Raspberry Pi Stretch?
I wanted to run WEBDAV on my Paspberry Pi 3, which requires Apache. I ran: sudo apt update and then: sudo apt search apache2, but I got the message: `Package apache2 is not available, but is referred ...
1 vote
1 answer
283 views
Are there any archives that I could use to do "apt full-upgrade" on Rasbian Jessie or Stretch?
I have an old Raspberry P B+ which used run much faster with the old versions of Rasbian. I can still find the install images for Rasbian Jessie or Stretch, but the repositories needed to do apt ...
-1 votes
1 answer
124 views
Install php rasbian stretch
I would install php (php-fpm) on my raspberry pi 3 b+. Its running with raspbian stretch 9 i dont have choice, i must keep this version. I can’t even update, the official mirrors that are programmed ...
1 vote
1 answer
2k views
Python PIP not working after upgrade
How do I fix this? I was trying to upgrade my Python to 3.10.2 which works fine. However, pip is throwing errors. These are the steps I followed to upgrade: #Downloaded new version and Extracted ...
-1 votes
1 answer
271 views
Reboot into new OS image Remotely
I have a few old rpi 3b+ still running stretch which i would like to upgrade to either bullseye or buster. They are all remote and i access them via AnyDesk or reverse ssh tunnels as a backup. I have ...
-1 votes
1 answer
50 views
BalenaFin v1.0 wifi works on Stretch but not bullseye or buster
I have a balena fin v1.0 which used to run stretch. It used to perfectly show all available wifi (2.4G and 5G). However I was not able to have the same on the buster image when I got it back in 2020 ...
-1 votes
1 answer
663 views
AT- serial port communication with USB modem breaks ([Errno 32] Broken pipe) after upgrading to Stretch or Buster
Good day, I hope you guys are good. My name is Francis From Nigeria. I have been using raspberry for a while. I had to upgrade from Jessie to Stretch because my favorite raspberry pi 3B model is ...
0 votes
0 answers
1k views
Error install raspberrypi-ui-mods
I am moving from Jessie to newer version Stretch followed this What is the latest sources.list for Raspbian?. I successfully update and upgrade. However, when I installed the raspberrypi-ui-mods and ...
0 votes
0 answers
24 views
Not booting after shutdown [duplicate]
We are putting rpis in one of our products and we have a few dozens of units already in use. We currently observe a very annoying problem - whenever it shuts down or is issued reboot it won't boot ...
-1 votes
1 answer
125 views
Can login over LAN with SSH - but not from local keyboard
I setup a headless RPi0W, connected to it with SSH and gave it a new password using "passwd" - works great. However, if I boot with a directly connected USB keyboard and composite video ...
2 votes
1 answer
335 views
Sporadic slow booting due to fsck (mount count being reset)
I'm hoping to use a Raspberry Pi as the basis of an in-car infotainment system. I've followed a number of guides on reducing boot times, but the Pi will often take a long time to boot—about 20 s ...
0 votes
1 answer
375 views
Streaming via DLNA is smooth, but same video via browser is unenjoyable
I manage and stream my videos with a self-hosted web application. The web application also offers DLNA based streaming. When I stream the videos via the browser (latest Raspberry PI OS and default ...
0 votes
0 answers
297 views
How to Install Canon LBP6000 Printer Driver on QEMU?
Canon Printers and CUPS: ARM drivers availabile? Platform: Raspbian Stretch I tried the link above but couldn't get it to work.In the driver guide it says I need to install some packages. # yum ...
-2 votes
1 answer
255 views
Rotary Encoder usig SPI Protocol for RPM Measurement
Raspberry pi : Master Rotary Encoder: Slave (14 Bit of Transmission ,3 wire communication (MISO,CLK,CE)) After each cycle of communication it is compulsory to toggle CS pin from high to low. when ...
3 votes
1 answer
204 views
No internet with Access Point as WiFi router/repeater with additional WiFi-dongle
I followed the great tutorial by Ingo to to use my USB dongle as AP. I just inverted the wlan0 and wlan1 to use the first one to connect as client to my router, and the second one (the dongle) to be ...