OpenBSD manual page server

Manual Page Search Parameters

UMSM(4) Device Drivers Manual UMSM(4)

NAME

umsmQualcomm MSM modem device

SYNOPSIS

umsm* at uhub?
ucom* at umsm?

DESCRIPTION

The umsm driver supports Qualcomm MSM modem adapters. The MSM chipset is found in EVDO, UMTS and LTE capable modems. Typically these are CardBus and PCI Express Mini Cards that incorporate a USB controller with the actual device attached to it.

The following devices are known to work with the umsm driver:

AirPrime PC5220 CardBus
Huawei Mobile EM770W PCI Express Mini Card
Kyocera KPC650 CardBus
Option GlobeTrotter HSUPA 380E PCI Express Mini Card
Quectel EC25 PCI Express Mini Card
Sierra Wireless MC8755 PCI Express Mini Card
Sierra Wireless MC8775 PCI Express Mini Card
Sierra Wireless MC8790 PCI Express Mini Card
Simcom SIM7600E PCI Express Mini Card
Toshiba 3G HSDPA MiniCard PCI Express Mini Card
ZTE MF112 USB
ZTE MF190 USB
ZTE MF633 USB
ZTE MF637 USB

Devices suspected of being compatible are:

Dell W5500 PCI Express Mini Card
Sierra Wireless MC5720 PCI Express Mini Card
Sierra Wireless MC5725 PCI Express Mini Card
Sierra Wireless MC8765 PCI Express Mini Card
Sierra Wireless MC8780 PCI Express Mini Card
Sierra Wireless MC8781 PCI Express Mini Card

Some modems have multiple serial ports, however almost all modems have only one effective serial port for PPP connections. For example, the Huawei E220 has two serial ports, but only the first port can be used to make connections; the second one is for management. The Option GlobeTrotter HSDPA/HSUPA modems have three serial ports, but only the last port can be used to make PPP connections. The Medion Mobile S4222 has four serial ports, but only the first port can be used to make connections.

Some modems require multi-link PPP operation. For example, the Huawei E1550 has four serial ports. When initiating a connection, the control commands have to be issued on the third port, and after that the actual PPP connection comes up on the first port. The function of the second and fourth ports is unknown.

EXAMPLES

An example demand dial configuration for Cingular Wireless using pppd(8):

/etc/ppp/cingular-chat:

TIMEOUT 10
REPORT CONNECT
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
'' ATZ OK AT&F OK
AT+CGDCONT=1,"IP","isp.cingular" OK
ATD*99***1# CONNECT

/etc/ppp/peers/ac875:

cuaU0
115200
debug
noauth
nocrtscts
:10.254.254.1
ipcp-accept-remote
defaultroute
user isp@cingulargprs.com
demand
active-filter 'not udp port 123'
persist
idle 600
connect "/usr/sbin/chat -v -f /etc/ppp/cingular-chat"

/etc/ppp/chap-secrets:

# Secrets for authentication using CHAP
# client		server	secret		IP addresses
isp@cingulargprs.com	*	CINGULAR1

pppd(8) is then started using:

# pppd call ac875

SEE ALSO

ucom(4), uhub(4), usb(4), pppd(8)

HISTORY

The umsm device driver first appeared in OpenBSD 4.0.

AUTHORS

The umsm driver was written by Jonathan Gray <jsg@openbsd.org> and Yojiro UO <yuo@nui.org>.

CAVEATS

For Verizon Wireless (and possibly other services), cards require a one-time activation before they will work; umsm does not currently support this.

The additional IEEE 802.11 wireless chipset found in the Option GlobeTrotter GT FUSION is not yet supported.

OpenBSD-current May 23, 2024 UMSM(4)

AltStyle によって変換されたページ (->オリジナル) /