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
Table 31. Power options (continued)
Power option Description
hibernate
Hibernate the system
hybrid-sleep
Suspend to both disk and RAM
lock
Screen-lock all running sessions.
NOTE: For more information about power options, see freedesktop.org/software/systemd/man/logind.conf.html.
3. Enable the power option by rebooting the system.
# sudo reboot
System Power Management
Configuring low-power states: S3 and S4
Use the following command to configure suspend state–S3:
# sudo systemctl suspend
Use the following command to configure hibernate state–S4:
# sudo systemctl hibernate
NOTE: Hibernate state is not supported if secure-boot mode is enabled.
Configuring system wake-up from low-power states (S3/S4/S5)—WLAN
1. Enable Wake on WLAN in the BIOS program. For more information on accessing the BIOS program, see Accessing BIOS
settings. Alternatively, use Dell Command | Configure.
# sudo /opt/dell/dcc/cctk --wakeonlan=enablewakeonwlan
2. Connect the system to a wireless network.
# sudo nmcli dev wifi connect $SSID password $PSK ifname wlan0
3. Enable Wake on WLAN.
# sudo iw phy0 wowlan enable magic-packet
4. Recheck the support status.
# sudo iw phy phy0 wowlan show
5. Make sure wlan0 is up and running with the assigned IP address.
6. Perform sleep.
# sudo systemctl sleep
Or, perform hibernation.
# sudo systemctl hibernate
7. Use another system to wake from WLAN (Supported tools: wakeonlan and etherwake).
# sudo wakeonlan MAC
# sudo etherwake MAC
78
Setting up the operating system