nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
338 stars 56 forks source link

E: Unable to locate package nymea-networkmanager #67

Closed dakschnitzer closed 2 years ago

dakschnitzer commented 2 years ago

Hi - I am working off of a clean install of buster. I've followed the instructions to install the BerryLan networkmanager manually on an existing image. Unfortunately, I get an error, "Unable to locate package nymea-networkmanager."

I've tried changing "rpi" to "main" in the echo command line, but that doesn't seem to make a difference.

What am I doing wrong here?

I'm running this on a rpi02w.

mzanetti commented 2 years ago

Component "rpi" should be ok, "main" should work too if you're on a RPi 2, 3 or 4. For a Pi 0 or 1 only "rpi" would work.

Not sure what you're doing wrong. Perhaps forgot sudo apt-get update after editing the source.list file?

dakschnitzer commented 2 years ago

Thanks so much. I had just run sudo apt-get update after installing the OS and didn't realize I needed to run it again after editing the source.list file for the berrylan install.