✶Update 09/2020✶ Omada Controller 3.2.10 for Debian, Raspbian and other Linux systems

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
1234...

✶Update 09/2020✶ Omada Controller 3.2.10 for Debian, Raspbian and other Linux systems

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
168 Reply
Re:Re:[Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-08-31 13:12:29

Toyds wrote

1. Do I need to run the steps on this link(https://community.tp-link.com/en/business/forum/topic/150123) before executing the steps here?

2. After installing the 3.2.1 is Portal(voucher) supported?cause this is what I need.

 

1: No. You just need to follow the steps outlined in the first post of this thread. Make sure that the packages listed under »Prerequisites« are available, then download the .deb package and install it as described in the first post here.

 

2: All functions of Omada Controller are supported - it's exactly the same software which comes with the official version except for binaries (Java JRE, mongodb), which won't run on Raspbian anyway. That's why you need to install Java JRE/JDK and mongodb separately from the official Raspbian repository.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#32
Options
Re:Re:Re:[Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 07:12:18

thanks

 

additional

I installed the latest Rasbian OS and java is now Openjdk 11 and mongodb is not yet installed

any help?thanks

  0  
  0  
#33
Options
Re:Re: Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 07:53:18
jdk 8 is not anymore available in rasbian site.can someone help me to install jdk8 on my rasbian?thanks
  0  
  0  
#34
Options
Re:Re:Re: Omada Controller 3.1.13 for Debian, Raspbian and any other Linux system
2019-09-01 07:54:03
this is my issue.any help?thanks
  0  
  0  
#35
Options
Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 08:38:45 - last edited 2019-09-01 08:39:30

Toyds wrote

I installed the latest Rasbian OS and java is now Openjdk 11 and mongodb is not yet installed

any help?thanks

 

Please, this is not a hotline. Be patient when requesting help from volunteers. We all have to sleep then and when and are not online all the time.

 

Omada Controller is known to run on Raspbian Jessy and Stretch. If you choose to try it on Buster, you need to figure out for yourself whether OpenJDK 11 can be used at all and how to get mongodb. If OpenJDK 11 doesn't work with Omada Controller, see post #25 for tips how to get Oracle JDK 8 from the Raspbian archives. If mongodb isn't available for Buster, consider compiling it from the sources or, as a last resort, consider installation of Raspbian Stretch.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#36
Options
Re:Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 10:16:38 - last edited 2019-09-01 10:31:19

thanks2x I will just install the old rasbian then

  0  
  0  
#37
Options
Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 10:33:00 - last edited 2019-09-01 10:39:37

Toyds wrote

Yup I understand.thanks I reinstalled the old rasbian version with jre8 but mongodb is not included in the package and upon checking mongodb 2.4.14 is not anymore in the site to install.

 

Sure it is:

 

$ sudo apt-get update

Get:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian stretch InRelease [25.4 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB]
Get:4 http://archive.raspberrypi.org/debian stretch/main armhf Packages [221 kB]
Fetched 11.9 MB in 11s (1,018 kB/s)                                                                    
Reading package lists... 97%
Reading package lists... Done

 

$ apt-cache search mongodb

[...]

mongodb - object/document-oriented database (metapackage)
mongodb-clients - object/document-oriented database (client apps)
mongodb-dev - MongoDB C++ Driver (transitional package)
mongodb-server - object/document-oriented database (server package)

[...]

$

 

Check your repository lists, they should look like this:

 

$ cat /etc/apt/sources.list
deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi

 

$ cat /etc/apt/sources.list.d/raspi.list 
deb http://archive.raspberrypi.org/debian/ stretch main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ stretch main ui

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#38
Options
Re:Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 11:37:35 - last edited 2019-09-01 11:47:52

all data are the same after executing the commands so I am good to go to install the omada controller? as notice i cant run the mongod -version

error : mongod: command not found

  0  
  0  
#39
Options
Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 11:48:07 - last edited 2019-09-01 11:48:33

Toyds wrote

all data are the same after executing the commands so I am good to go to install the omada controller? as notice i cant run the mongod -version

 

Yes, but first make sure mongodb is installed, if not, install it:

 

$ sudo apt-get install mongodb

 

Check versions:

 

$ mongod -version
db version v2.4.14
Sun Sep  1 13:43:26.152 git version: nogitversion

$ java -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)

 

Then install Omada Controller:

 

$ sudo dpkg -i omada-controller_3.2.1-1_all.deb

 

Reboot, wait for Omada Controller becoming ready (~ 1 min.) and direct your browser to http://your-raspi-IP:8088

 

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#40
Options
Re:Re: [Update] Omada Controller 3.2.1 for Debian, Raspbian and any other Linux system
2019-09-01 11:52:17 - last edited 2019-09-01 11:58:43

thanks2x I figure it out currently installing the mongodb thanks a lot for all the help

 

installation DONE

 

thanks a lot for all the help

  0  
  0  
#41
Options