Hi,
I have an SD card that I have been using in a rP3 and I've move it over to a rPi2. It seems to work OK as far as I have tested, but there are a couple of strange things. I'm using it headless through ssh.
- login screen shows rp3 instead of rp2
- I've added a wifi dongle. iwconfig shows wlan0 and wlan1. wlan0 is the dongle, wlan1 is unconfigured.
Suggestions? Will I run into problems somewhere else?
Gord_W
rP2 thinks that it is rP3
Re: rP2 thinks that it is rP3
Hi Gordon,
Try:
If its still showing incorrect Pi model, please paste results:
Try:
Code: Select all
rm /DietPi/dietpi/.hw_model
/DietPi/dietpi/dietpi-obtain_hw_model
cat /DietPi/dietpi/.hw_model
Code: Select all
grep -m1 'Revision' /proc/cpuinfo | awk '{print $3}'
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: rP2 thinks that it is rP3
My silly mistake. I thought that my second unit was a Pi2, but after looking at the board, I see it is a Pi3 as well. :oops:
Sorry and thanks,
Gord_W
Sorry and thanks,
Gord_W
Re: rP2 thinks that it is rP3
No worries Gordon, I've done the same thing myselfGord_W wrote:My silly mistake. I thought that my second unit was a Pi2, but after looking at the board, I see it is a Pi3 as well. :oops:
Sorry and thanks,
Gord_W

If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.