![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device usb
device ucom
device u3g Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): u3g_load="YES" If neither of the above is done, the driver will be automatically loaded by devd(8) when the device is connected. DESCRIPTIONThe The device is accessed through the ucom(4) driver which makes it behave like a tty(4). In some adapters a mass storage device supported by the umass(4) driver is present which contains Windows and Mac OS X drivers. The device starts up in disk mode (TruInstall, ZeroCD, etc.) and requires additional commands to switch it to modem mode. If your device is not switching automatically, please try to add quirks. See usbconfig(8) and usb_quirk(4). HARDWAREThe
Many more are supported, see /sys/dev/usb/serial/u3g.c for the complete list. FILES
EXAMPLESConnect to the Internet using the default configuration: ppp -background u3g SEE ALSOtty(4), ucom(4), usb(4), usb_quirk(4), devd(8), ppp(8), usbconfig(8) HISTORYThe AUTHORSThe CAVEATSThe Quectel EM160R is not officially supported in PPP mode. In order to use it in PPP mode, the ctsrts option needs to be turned off, for example, by adding: set ctsrts off to /etc/ppp/ppp.conf in the correct section. BUGSThe automatic mode switch from disk mode to modem mode does not work unless the driver is either built into the kernel or loaded before the device is connected. The GOBI-based devices require the gobi loader available from the sysutils/gobi_loader port.
|