I have an ASUS WL-500G Premium v2 router.
I installed (Firmware version OpenWrt Chaos Calmer 15.05.1 / LuCI 15.05-188-g87e9837 Release (git-16.043.44305-e2f9172)) Unfortunately, there is no USB support. The router also does not have access to the Internet. I am trying to install packages in offline mode. All I have installed so far is Russian language support in LuCI. When trying to install USB support with the command (opkg install /tmp/kmod-usb-core_3.18.23-1_bcm53xx.ipk) (opkg install /tmp/kmod-usb-uhci_3.18.23-1_bcm53xx.ipk) (opkg install /tmp/kmod-usb2_3.18.23-1_bcm53xx.ipk) (opkg install /tmp/kmod-usb-net-rndis_3.18.23-1_bcm53xx.ipk) I get the message:
This firmware is from 2017 and is not that old, the device itself is old but not 20 years old. Previously, there was a custom firmware from Starblazer SB-router OpenWRT, and USB and USB 3G modem and even Android USB modem from a smartphone worked there. So it's not that this firmware is too old. I hope there is someone who can help me.
I still have problems. I need to install the kmod-usb-net-rndis package. I download it via VPN because http://downloads.openwrt.org/ is blocked in my country. I try to install this package manually:
(Manually install package
Installing packages from untrusted sources is a potential security risk! Really attempt to install kmod-usb-net-rndis_5.10.221-1_mipsel_mips32.ipk?
Size: 5.17 KiB
MD5: 34d09ba4d710e02f9693393cde9dcd2e
SHA256: 7fb154063b5a57e97ee7ef7272bf6fae70809d421675642fd4f4b404fceae720)
But when installing I get this message:
(Executing package manager
Unknown package 'kmod-usb-net-rndis'.
Errors
Collected errors:
pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.221-1-9ce1cbe13c66a403002ffc9a564b6fea) for kmod-usb-net-rndis * pkg_hash_check_unresolved: cannot find dependency kmod-usb-net for kmod-usb-net-rndis * pkg_hash_check_unresolved : cannot find dependency kmod-usb-net-cdc-ether for kmod-usb-net-rndis * pkg_hash_fetch_best_installation_candidate: Packages for kmod-usb-net-rndis found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-usb-net-rndis.
The opkg install command failed with code 255.) What am I doing wrong?
I figured it all out. Everything is installed, there is just one nuance. In order to install
(kmod-usb-net-rndis_5.10.221-1_mipsel_mips32)
you need to install sequentially
(kmod-mii_5.10.221-1_mipsel_mips32)
then (kmod-usb-net_5.10.221-1_mipsel_mips32)
You just need the correct sequence of installing packages. The thing is that I am a newbie in these matters.