4IceG / luci-app-modemband

User interface for the modemband package. Program to set LTE/5G bands for selected 4G/5G modems. (LuCI JS) | OpenWrt >= 21.02
84 stars 29 forks source link

hello i am new and i using openwrt need modemband #11

Closed khalid64392 closed 1 year ago

khalid64392 commented 1 year ago

my router model tl-mr6400 v5 can you help me?

Bus 001 Device 002: ID 05c6:9025 Android Android Bus 001 Device 001: ID 1d6b:0002 Linux 5.4.143 ehci_hcd EHCI Host Controller

4IceG commented 1 year ago

Hi @khalid64392 , much more information is needed to add modem support

You can check if this package luci-app-mmconfig supports your modem.

khalid64392 commented 1 year ago

can i install luci-app-mmconfig with ssh package?

4IceG commented 1 year ago

You can add this repository https://openwrt.132lan.ru/packages/21.02/packages/ to your router or download the file luci-app-mmconfig_0.0.5-3_all.ipk manually to install the package via ssh.

khalid64392 commented 1 year ago

when install it say Connection error: Invalid SSL certificate https://openwrt.132lan.ru/packages/21.02/packages/

4IceG commented 1 year ago

Hi @khalid64392 Did you install the way to add the repository?

Instructions on how to add a repository -> https://github.com/4IceG/Modem-extras, you only replace the links.

src/gz repo https://openwrt.132lan.ru/packages/21.02/packages/

wget https://openwrt.132lan.ru/packages/21.02/packages/repo.pub -O /tmp/repo.pub
opkg-key add /tmp/repo.pub
khalid64392 commented 1 year ago

How add repository in your OpenWrt router

  1. login ssh console
  2. go to /tmp dir
  3. run command: wget http://openwrt.132lan.ru/packages/21.02/packages/add.sh -O - | sh

В© Konstantine Shevlakov shevlakov@132lan.ru 2022-2023

Untitled

4IceG commented 1 year ago

You can also script whatever you like. If the repo doesn't work and you can't install the package manually (by downloading it), report the problem to the creator of the package.

khalid64392 commented 1 year ago

Help?