FAQ: Difference between revisions
m
New FAQ added
No edit summary |
m (New FAQ added) |
||
Line 120: | Line 120: | ||
*Link to the instruction of UCI command usage: '''[[UCI_command_usage]]''' | *Link to the instruction of UCI command usage: '''[[UCI_command_usage]]''' | ||
<br><span style="color: #0054A6;"><font size="5"><u>My device does not have X package, can I install it?</u></font></span> | |||
* Some packages, which are not as commonly used, are excluded from firmware files in order to save flash space. | |||
*You can install these packages using either '''Package Manager''' in WebUI or using '''''opkg''''' CLI command. | |||
* To install a package using Package Manager, simply login to routers WebUI and navigate to '''''Services > Package Manager > Packages''''' | |||
** You can either select a package from the list or use search bar located on the upper right corner of the screen. | |||
**Once required package is found, press '''''<nowiki/>'<nowiki/>+'''''' button to install. | |||
** Additionally, if device does not have internet connectivity, package files for specific device firmware version can be downloaded from our wiki, for example: https://wiki.teltonika-networks.com/view/RUT955_Package_Downloads and uploaded offline by navigating to '''''Services > Package Manager > Upload''''' | |||
* If a package is unavailable in package manager or installation through command line interface is required - '''''opkg''''' command can be used. | |||
**Before using ''opkg'', source list must be updated using the following command: '''''opkg update''''' | |||
**To list all available packages use the following command: '''''opkg list''''' | |||
** To install a package use the following syntax: '''''opkg install <PACKAGE_NAME>''''' | |||
*Once desired package is installed, a related configuration page is generated somewhere in the WebUI, depending on the packages purpose. You can find a redirect to the configuration page by locating your package in the '''''Services''''' block. | |||
<br> | |||