OpenBSD manual page server

Manual Page Search Parameters

UMSM(4) Device Drivers Manual UMSM(4)

umsmQualcomm MSM modem device

umsm* at uhub?
ucom* at umsm?

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:

CardBus
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
USB
PCI Express Mini Card
USB
USB
USB
USB
USB
USB
CardBus
USB
USB
USB
USB
USB
USB
CardBus
USB
USB
CardBus
CardBus
CardBus
CardBus
CardBus
USB
USB
USB
PCI Express Mini Card
PCI Express Mini Card
PCI Express Mini Card
PCI Express Mini Card
PCI Express Mini Card
CardBus
CardBus
CardBus
USB
USB
PCI Express Mini Card
USB
PCI Express Mini Card
CardBus
USB
USB
USB
USB
USB
USB
USB

Devices suspected of being compatible are:

PCI Express Mini Card
USB
USB
USB
ExpressCard
CardBus
CardBus
ExpressCard
USB
CardBus
USB
CardBus
CardBus
CardBus
ExpressCard
ExpressCard
CardBus
CardBus
CardBus
ExpressCard
USB
ExpressCard
USB
USB
USB
PCI Express Mini Card
PCI Express Mini Card
PCI Express Mini Card
PCI Express Mini Card
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.

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

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

The umsm device driver first appeared in OpenBSD 4.0.

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

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.

May 18, 2021 OpenBSD-current