Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
Connecting through WWAN
NOTE: For more information on configuring and connecting through WWAN, see docs.ubuntu.com/core/en/stacks/
network/network-manager/docs/configure-cellular-connections.
1. Check if a modem is present and identify the modem index number.
# sudo mmcli –L
2. Check the modem status and identify the primary port.
# sudo mmcli -m<0>
NOTE: <0> refers to the modem index number. Replace <0> with the modem index number after running the command
at step 1.
3. Create a profile with the given primary port, for example, MBIM.
# sudo nmcli c add con-name test type gsm ifname cdc-wdm0 apn internet
4. Check the WWAN status.
# nmcli r wwan
5. Turn on WWAN.
# sudo nmcli r wwan on
6. Find wwan0 in the interface list.
# ifconfig -a
7. Enable the connection profile.
# sudo nmcli c up test
8. Check the Network Manager status.
$ nmcli d
9. Disable the connection profile.
# sudo nmcli c down test
10. Check the Network Manager status.
$ nmcli d
Enable debug mode for verbose logging
1. Adjust the systemd service.
# vi lib/systemd/system/ModemManager.service
2. Replace the line with the following:
ExecStart=/usr/sbin/ModemManager --debug --log-level=DEBUG
3. Re-initiate the service.
# systemctl daemon-reload
80
Setting up the operating system