This tag is intended as the antonym for the "pi-2"/"pi-3" tags for questions that are based on the Broadcom BCM 2835 not those units' 2836/2837 devices. This should be used for questions that apply ONLY to the former Processor type but is generic to any RPi type that fits that classification - which can include the pi-zero and the compute module, it also does NOT distinguish between model A and B units!
Questions tagged [pi-1]
60 questions
19
votes
3 answers
Tell apart RPi 1 from RPi 2 via SSH only
I am connected to 2 Raspberry Pis via SSH. They are running the same OS (Raspbian in this case).
How can I tell which one is Pi 1 and which one is Pi 2?
I know how to identify the physical hardware (e.g. micro SD vs SD slot, yellow video output…
Thomas Weller
- 2,517
- 3
- 30
- 54
4
votes
3 answers
Raspberry Pi 1 Model B+ end of life?
TL;DR
My Raspberry Pi (Model B+) can't run the newest Raspbian (Stretch), suspected is that the kernel doesn't work. Anything with a kernel version above 4.1.19 will fail to load. Does this mean that this model is at the end of it's life or does…
fan1200
- 41
- 1
- 1
- 3
3
votes
1 answer
How to share an sd card across different pi models
I have installed Noobs 2.4.2 with Raspbian 8 on Pi 3. Kernel 4.9.35-v7+. It works, but now I need to run the system that's on the sd card on another board which is Pi 1 Model B. It doesn't boot, says kernel panic not syncing attempted to kill init…
Orif Khodjaev
- 131
- 3
3
votes
1 answer
Installing NodeSource Node.js v7 on Raspberry Pi 1
I want to install NodeSource Node.js v7 on my Raspberry Pi 1, but when I run the code:
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -,
I am presented with:
## Installing the NodeSource Node.js v7.x repo...
## You appear to be…
DRM
- 31
- 1
- 2
3
votes
2 answers
What error code is this?
I have a model 1B that's been faithfully running for years. Recently I was unable to ssh into it and decided to erase the SD card and upgrade the OS.
When plugged in the ACT light displays an error code pattern that I cannot translate to the error…
Growth Mindset
- 131
- 2
3
votes
3 answers
Lightweight OS for original Raspberry Pi Model B?
I bought the original Raspberry Pi model B (512 MB memory with 26-pin connector) many many years ago. I have just loaded up the latest Raspberry Pi OS and found that it is way too slow. I mean when I click on the console button, it takes about 30…
james
- 39
- 1
- 1
- 2
2
votes
1 answer
Getting the doorbell signal to my raspberry pi
This is the first time I'm doing such a project.
I haven't started yet. Right now I have the raspberry pi in pic 1 (the original I think). If i press the button (pic 2/3) A signal goes towards the box (pic 4/5) and a sound is played. Is it possible…
sezila
- 21
- 2
2
votes
1 answer
Replacing hostapd with wpa_supplicant
I want to get rid of hostapd, because it is very unstable, and use wpa_supplicant instead.
What I did
So I followed these instructions. I have a RasPi 1 with two external wifi dongles. I used a fresh image of raspian stretch lite…
jake
- 1,367
- 1
- 11
- 23
2
votes
1 answer
Wifi Repeater – Set Interface down by Default (dhcpcd)
I use a RPI 1 as wifi repeater with two wireless dongles. I configured it using hostapd and dnsmasq.
I want the pi only to be connected to the internet if there is somebody connected to my access point. So I wrote this…
jake
- 1,367
- 1
- 11
- 23
2
votes
1 answer
Can't mount USB drive
My USB drive won't mount! When I try to mount it using this command:
sudo mount -t vfat /dev/sda /media/BackupUSB -o rw,umask=0000
it would just say that it is already mounted or in use, but it doesn't appear in the eject menu. I restarted my Pi and…
dominic03
- 367
- 3
- 17
2
votes
1 answer
How to install a nix OS once and only once
I have a Raspberry Pi 1 Model A and would like to install a *nix (probably either Raspbian or Ubuntu) OS to something (SD card, whatever) so that I only have to install it one time, and that the rpi simply needs to run that installed OS at…
smeeb
- 645
- 3
- 9
- 22
2
votes
1 answer
Raspberry pi USB camera feed (LOCAL ONLY - no network)
I've come across many tutorials that allow for the network streaming of a USB camera from a pi.
I simply want to view a live stream FROM the raspberry pi ON the raspberry pi.
Setup:
Wired usb camera outside house feeds raspberry pi inside my house.…
colej4586
- 123
- 3
2
votes
2 answers
How to sort out "RuntimeWarning: A physical pull up resistor is fitted on this channel!"?
Yesterday everything was working fine, but today I ran the same code and I am getting the following error even though nothing has physically changed:
test3.py:8: RuntimeWarning: A physical pull up resistor is fitted on this channel!
GPIO.setup(2,…
CJ0206
- 33
- 1
- 1
- 6
2
votes
1 answer
How to install GitLab on a Raspberry Pi 1?
A friend lend me his old Raspberry Pi to try it out.
Currently I am trying to install GitLab on it.
I followed the instructions from their install page.
Even though it is stated that those instructions are for the Raspberry Pi 2, everything seemed…
Afterlame
- 121
- 1
- 2
2
votes
1 answer
Is it possible to run a NGINX server alongside with Pi-hole on a Raspberry Pi 1 B?
I already have Pi-hole 5.0 and PiVPN installed. I plan to install an NGINX server to serve one PHP script for personal use.
Here's the example script:
//voicefax2text.php on myserver.com
AsianXL
- 151
- 3
- 6