Guide to Installing Omada Software Controller on Raspberry Pi OS - V5

Guide to Installing Omada Software Controller on Raspberry Pi OS - V5

142 Reply
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2025-07-02 22:08:29 - last edited 2025-07-02 22:09:39

@kilovar 

Thank you for the info

Omada Software Controller (Linux) 1x ER605, 1x SG2218, 1x SG2008P, 2x ES205GP, 3x EAP653
  0  
  0  
#135
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2025-09-04 00:50:25

  @kilovar  I followed the steps and it saves the file but then i cant ever get it to run. Im very new at this so im sure im missing something simple. I hope you can help. 

  0  
  0  
#136
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2025-09-04 15:59:08
You are not giving any information to help you - saying that it does not run does not help at all.
  0  
  0  
#137
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2 weeks ago

Where can I find the link for the current Omada controller software?

 

  0  
  0  
#138
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2 weeks ago

maddawg wrote

Where can I find the link for the current Omada controller software?

 

  @maddawg 

https://support.omadanetworks.com/us/product/omada-software-controller/?resourceType=download

 

Note I have not tested this version  - please post and let us know how it runs

  0  
  0  
#139
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
2 weeks ago

  @kilovar Thank you.

kilovar wrote

maddawg wrote

Where can I find the link for the current Omada controller software?

 

  @maddawg 

https://support.omadanetworks.com/us/product/omada-software-controller/?resourceType=download

 

Note I have not tested this version  - please post and let us know how it runs

Thank you.  Installed on my system and it's running so far.

  0  
  0  
#140
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
Friday - last edited Friday

  @kilovar 

 

I just did a fresh install of the new Raspberry Pi OS "Trixie" release & libssl1.1 is no longer in the repos so I am getting a mongoDB dependency error. Also there is no more openjdk-17-jre-headless


dpkg: dependency problems prevent configuration of mongodb-org-server:
mongodb-org-server depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
 

dpkg: error processing package mongodb-org-server (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.13.1-1) ...
Errors were encountered while processing:
mongodb-org-server


You might want to run 'apt --fix-broken install' to correct these.
Unsatisfied dependencies:
mongodb-org-server : Depends: libssl1.1 (>= 1.1.0) but it is not installable
Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

 

~ $ sudo apt-get install libssl1.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libssl1.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libssl1.1' has no installation candidate

 

sudo apt-get install openjdk-17-jre-headless
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package openjdk-17-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openjdk-21-jre:armhf openjdk-21-jdk-headless:armhf openjdk-21-jre openjdk-21-jdk-headless

  0  
  0  
#141
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
Friday

  @Tazed1 I see that there was an update on Oct 1, that updated the Debian base to V13 (Trixie) and with that the repos would have been updated.  Both my OmadaSDN PIs are still running RaspiOS based on V12 Bookworm, so the older repos still work.

 

You can try installing whatever version of libssl is available in the repo, and the same with openjdk-XX-jre-headless and see if it runs. Alternatively you can still download and install Raspberry Pi OS (Legacy) Lite and hopefully the older repos would still work. Note that the above are just ideas and have not been tested.

 

I will do my own fresh install of RaspiOS (Trixie) and see if I can get it to work, when I have time this weekend.

  0  
  0  
#142
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
Friday

  @kilovar 

 

There is no other version of libssl in the Trixie repo. No other candidate to install. There is no way to proceed at this point. Only to install it as a Docker unfortunately. 

  0  
  0  
#143
Options
Re:Guide to Installing Omada Software Controller on Raspberry Pi OS - V5
Saturday - last edited Saturday

  @Tazed1 No need to bail for docker yet. All you need to do is install libbsl1.1 manually

 

wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0+deb11u4_arm64.deb

sudo dpkg -i libssl1.1_1.1.1w-0+deb11u4_arm64.deb

 

Then mongodb will install as per instructions

 

For openjdk you install version 21

 

sudo apt install openjdk-21-jdk-headless

 

and the rest will work as per instructions. Tested and confirmed on Raspberry Pi 4B

 

 

  0  
  0  
#144
Options