Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 09:30:14 +0100
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        Freebsd Arm <freebsd-arm@FreeBSD.org>
Cc:        mjl@luckie.org.nz
Subject:   Re: DLink DWM-222 revision A2
Message-ID:  <853205bfd60fc3ed6ad6e8a6ee2ab271@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi,

It's been a while since I played around with LTE USB sticks but I have a 
vauge memory of some kind of race condidion between (default) kernel 
modules and modem interfaces which by the way may no longer be valid.

Anyhow, looking at my notes... (KERNCONF)

device          ucom
device          u3g
device          uether
device          cdce

Since these are notes from an ARM SBC these lines are also present in 
/boot/loader.conf not sure if they (umodem) are related or not

# Configure USB OTG; see usb_template(4).
hw.usb.template=3
umodem_load="YES"

...and 
https://forums.freebsd.org/threads/4g-usb-modem.67263/page-2#post-431369

This will only work if your modem offers a CDC ECM/NCM interface and not 
PPP which makes your experience a lot less painful ;-)

Best regards,
Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?853205bfd60fc3ed6ad6e8a6ee2ab271>