summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2008-10-29 16:17:34 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2008-10-29 16:17:34 +0000
commita460bc835aeddf6755d1ebd929cab9b53c75a5ec (patch)
tree37931c9dd8fd9fee87a51325efe9c20efb4245d4
parent07095abf5db6ad8f28955b4dbf3ff92ca0956620 (diff)
Notes
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/u3g.416
2 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 5504992290ca..b5b6f0ad316a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -553,6 +553,7 @@ MLINKS+=tl.4 if_tl.4
MLINKS+=tun.4 if_tun.4
MLINKS+=tx.4 if_tx.4
MLINKS+=txp.4 if_txp.4
+MLINKS+=u3g.4 u3gstub.4
MLINKS+=udav.4 if_udav.4
MLINKS+=ural.4 if_ural.4
MLINKS+=vge.4 if_vge.4
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4
index ed4429247708..0d3c1c7880be 100644
--- a/share/man/man4/u3g.4
+++ b/share/man/man4/u3g.4
@@ -2,7 +2,7 @@
.\" Copyright (c) 2008 AnyWi Technologies
.\" All rights reserved.
.\"
-.\" This code is derived from uark.c
+.\" This code is derived from uark.c
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -76,18 +76,26 @@ Novatal MC950D
.It
Sierra cards
.El
-(See /sys/dev/u3g.c for the complete list of supported cards for each vendor
-mentioned above).
+.Pp
+See /sys/dev/u3g.c for the complete list of supported cards for each vendor
+mentioned above.
.Pp
The supported 3G cards provide the necessary modem port for ppp,
pppd, or mpd connections as well as extra ports (depending on the specific
device) to provide other functions (diagnostic port, SIM toolkit port)
.Pp
-In some of these devices a mass storage device supported by the
+In some of these devices a mass storage device supported by the
.Xr umass 4
driver is present which contains Windows and Mac OSX drivers. This device is
hidden, unless the machine was booted in verbose (see
.Xr boot 8 ).
+To temporarily unhide the device, set
+.Va debug.bootverbose
+to 1 using
+.Xr sysctl 8
+and replug the device. The
+.Xr u3gstub 4
+device will attach temporarily and detach within seconds.
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,