xref: /netbsd-src/share/man/man4/wwanc.4 (revision 76d3c3c18ab810357e07013a5847dd77c103a9cd)
1.\" $NetBSD: wwanc.4,v 1.7 2024/03/06 22:18:56 cnst Exp $
2.\"
3.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd July 27, 2020
28.Dt WWANC 4
29.Os
30.Sh NAME
31.Nm wwanc
32.Nd Intel XMM 7360 LTE modem
33.Sh SYNOPSIS
34.Cd "wwanc*  at pci? dev ? function ?"
35.Cd "wwan*   at wwanc?"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides support for Fibocom L850-GL / Intel XMM7360.
40.Pp
41The device establishes connections via cellular networks such as
42GPRS, UMTS, and LTE.
43They appear as a regular point-to-point network interface,
44transporting raw IP frames.
45.Pp
46The SIM card needs to be unlocked, the
47.Nm
48driver provides no means to provide a password for the SIM.
49.Sh HARDWARE
50The following devices should work:
51.Pp
52.Bl -tag -width Ds -offset indent -compact
53.It Intel XMM7360
54.El
55.Sh SEE ALSO
56.Xr intro 4 ,
57.Xr netintro 4 ,
58.Xr pci 4 ,
59.Xr ifconfig.if 5 ,
60.Xr ifconfig 8 ,
61.Xr MAKEDEV 8 ,
62.Lk https://github.com/xmm7360/xmm7360-pci "Linux driver repository"
63.Sh HISTORY
64The
65.Nm
66device driver first appeared
67.Nx 10.0 .
68.Sh AUTHORS
69.An -nosplit
70Development of the Linux and
71.Ox
72driver was supported by genua GmbH.
73The
74.Nm
75driver was written by
76.An James Wah Aq Mt james@laird-wah.net
77for Linux, it was ported to
78.Ox
79and
80.Nx
81by
82.An Jaromir Dolecek Aq Mt jdolecek@NetBSD.org
83for Moritz Systems Technology Company Sp. z o.o.
84.Sh CAVEATS
85The
86.Nm
87driver IPv6 support is untested.
88.Pp
89Network initialization requires a Python script published in the Linux
90driver repository, available as package
91.Pa pkgsrc/net/py-xmm7360 .
92The script requires the management device nodes to be created via:
93.Bd -literal -offset indent
94cd /dev && ./MAKEDEV xmm0
95.Ed
96