On 16/02/2019 11:52, Java Jive wrote:
>
> ... but now I have
> to work out how to get the Huawei USB 4G stick to work.
Been stuck and tearing my hair out on this all day. A search for ...
openwrt with Huawei E3372
... gets plenty of hits over the first few pages, but they're all from
several years ago, and tell me to install several modules, many of which
seem now to be in the kernel, because there's no separate download for
them. For example (anonymized):
root@OpenWRT:~# opkg install usb-modeswitch kmod-mii kmod-usb-net
kmod-usb-wdm kmod-usb-net-qmi-wwan uqmi
Package usb-modeswitch (2017-12-19-f40f84c2-1) installed in root is up
to date.
Package kmod-mii (4.9.120-1) installed in root is up to date.
Package kmod-usb-net (4.9.120-1) installed in root is up to date.
Unknown package 'kmod-usb-wdm'.
Unknown package 'kmod-usb-net-qmi-wwan'.
Unknown package 'uqmi'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usb-wdm.
* opkg_install_cmd: Cannot install package kmod-usb-net-qmi-wwan.
* opkg_install_cmd: Cannot install package uqmi.
root@OpenWRT:~# opkg install wwan
Unknown package 'wwan'.
Collected errors:
* opkg_install_cmd: Cannot install package wwan.
The two packages most consistently appearing in these lists are ...
kmod-usb-net-cdc-ether
usb-modeswitch
... which both installed successfully, but the USB modem doesn't get
found and listed in the possible interfaces or devices:
root@OpenWRT:~# ifconfig
br-lan Link encap:Ethernet HWaddr 00:11:22:33:44:55:66
inet addr:000.111.222.333 Bcast:000.111.222.333
Mask:000.111.222.333
inet6 addr: fd05:2a4d:2b0c::1/60 Scope:Global
inet6 addr: 0000:1111:2222:3333:44444/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10874 errors:0 dropped:0 overruns:0 frame:0
TX packets:12565 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1079193 (1.0 MiB) TX bytes:7454274 (7.1 MiB)
eth0 Link encap:Ethernet HWaddr 00:11:22:33:44:55:66
inet6 addr: 0000:1111:2222:3333:44444/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10817 errors:0 dropped:0 overruns:0 frame:0
TX packets:12553 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1348130 (1.2 MiB) TX bytes:7556306 (7.2 MiB)
eth0.1 Link encap:Ethernet HWaddr 00:11:22:33:44:55:66
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10786 errors:0 dropped:0 overruns:0 frame:0
TX packets:12513 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1065365 (1.0 MiB) TX bytes:7441854 (7.0 MiB)
lo Link encap:Local Loopback
inet addr:000.111.222.333 Mask:000.111.222.333
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4384 errors:0 dropped:0 overruns:0 frame:0
TX packets:4384 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:400844 (391.4 KiB) TX bytes:400844 (391.4 KiB)
pppoa-wan Link encap:Point-to-Point Protocol
inet addr:000.111.222.333 P-t-P:000.111.222.333
Mask:000.111.222.333
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5105 errors:0 dropped:0 overruns:0 frame:0
TX packets:4212 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:3829117 (3.6 MiB) TX bytes:436937 (426.6 KiB)
wlan0 Link encap:Ethernet HWaddr 00:11:22:33:44:55:66
inet6 addr: 0000:1111:2222:3333:44444/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:79 errors:0 dropped:0 overruns:0 frame:0
TX packets:337 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14207 (13.8 KiB) TX bytes:64295 (62.7 KiB)
wlan1 Link encap:Ethernet HWaddr 00:11:22:33:44:55:66
inet6 addr: 0000:1111:2222:3333:44444/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:813 (813.0 B) TX bytes:46826 (45.7 KiB)
If anyone can help me get the Huawei USB stick going I'd be most grateful.