Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 03:16:38 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 48b109db1edd - releng/13.2 - cdce: add to cdce.4 information about NCM network mode
Message-ID:  <202302190316.31J3GcNa083976@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.2 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=48b109db1edd044a293dea7b77447de3773520c5

commit 48b109db1edd044a293dea7b77447de3773520c5
Author:     Michael Paepcke <git@paepcke.de>
AuthorDate: 2023-02-16 16:58:33 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-19 03:14:15 +0000

    cdce: add to cdce.4 information about NCM network mode
    
    add a new section how to use NCM network mode and specify the required
    kernel modules
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/646
    Approved by: re (cperciva)
    
    (cherry picked from commit 58e1d01022415e29d3e08c4d3936b6631c27406c)
    (cherry picked from commit 6c9ad7b8bc7dbc17f41ddab6779548fb2728608a)
---
 share/man/man4/cdce.4 | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4
index b27d89bc1639..99d04bd12d07 100644
--- a/share/man/man4/cdce.4
+++ b/share/man/man4/cdce.4
@@ -28,7 +28,7 @@
 .\" $NetBSD: cdce.4,v 1.4 2004/12/08 18:35:56 peter Exp $
 .\" $FreeBSD$
 .\"
-.Dd July 10, 2019
+.Dd February 10, 2023
 .Dt CDCE 4
 .Os
 .Sh NAME
@@ -47,6 +47,13 @@ kernel configuration file:
 .Cd "device cdce"
 .Ed
 .Pp
+Mobile Devices (eg. Huawei E3372, E5573 and others)
+may need additionally the u3g command port:
+.Bd -ragged -offset indent
+.Cd "device ucom"
+.Cd "device u3g"
+.Ed
+.Pp
 Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
@@ -77,6 +84,13 @@ received and transmitted over separate USB bulk transfer endpoints.
 The
 .Nm
 driver does not support different media types or options.
+.Pp
+Mobile
+.Nm
+Network Devices may need a connect command sequence via u3g
+serial command port before they activate the NCM/ECM/ACM network
+interface. Example: echo 'AT^NDISUP=1,1,"internet"' > /dev/cuaU[0].0,
+where "internet" is your providers apn name.
 .Sh HARDWARE
 The following devices are supported by the
 .Nm
@@ -93,6 +107,8 @@ Terayon TJ-715 DOCSIS Cable Modem
 Realtek RTL8156 USB GBE/2.5G Ethernet Family Controller
 .It
 Planex USB-LAN2500R
+.It
+Huawei 3G/4G LTE (eg. E3372, E5573) and other mobile network devices
 .El
 .Sh DIAGNOSTICS
 .Bl -diag
@@ -127,6 +143,8 @@ is running low on mbufs.
 .Xr netintro 4 ,
 .Xr urndis 4 ,
 .Xr usb 4 ,
+.Xr ucom 4 ,
+.Xr u3g 4 ,
 .Xr ifconfig 8
 .Rs
 .%T "Universal Serial Bus Class Definitions for Communication Devices"



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