From 7fb7ca3de3b60f96190843a48f7c50960863abff Mon Sep 17 00:00:00 2001 From: Marius Tietge Date: Mon, 6 Jul 2026 15:22:36 +0200 Subject: [PATCH] Add documentation for setting up QMI based cellular device on OpenWRT Tested on TP-Link TL-WR902ACv3 (MT7628) with OpenWRT 25.12 and Quectel EC25-EUX --- doc/OpenWRT/OpenWRT-qmi-setup.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/OpenWRT/OpenWRT-qmi-setup.md diff --git a/doc/OpenWRT/OpenWRT-qmi-setup.md b/doc/OpenWRT/OpenWRT-qmi-setup.md new file mode 100644 index 0000000..e544701 --- /dev/null +++ b/doc/OpenWRT/OpenWRT-qmi-setup.md @@ -0,0 +1,35 @@ +## Check for QMI modem +Check if a device has been recognized as /dev/cdc-wdm0: +``` +ls /dev/cdc* +cdc-wdm0 +``` + +Check if the device is detected: +``` +cat /sys/kernel/debug/usb/devices +``` + +If the device is already in QMI mode you can proceed with +the installation of the kernel module. + +## Install USB QMI Kernel module +``` +apk update +apk install kmod-usb-net-qmi-wwan uqmi luci-proto-qmi +``` + +Reboot the device, so everything gets loaded. + +## Setup the OpenWRT interface LuCI: +Go to "Interfaces" +Click on "Add" +Select "Protocol" -> "QMI Cellular" +Add "Device" -> "wwan0" or "/dev/cdc-wmd0" + +### For Aldi Talk only +APN = "internet.eplus.de" +Authentication Type = "PAP" +username = "eplus" +password = "internet" +And don't forget your SIM pin if one is set.