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
2. Create your own /etc/hostapd/hostapd.conf. For example:
auth_algs=1
beacon_int=50
channel=3
country_code=ES
disassoc_low_ack=1
driver=nl80211
hw_mode=g
ht_capab=
ieee80211d=1
ieee80211n=1
interface=wlan0
require_ht=0
rsn_pairwise=CCMP
ssid=TEST
wmm_enabled=1
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_passphrase=00000000
3. Disable wpa_supplicant.
# sudo systemctl stop wpa_supplicant.service
# sudo systemctl mask wpa_supplicant.service
4. Detach from network manager.
# sudo nmcli d set wlan0 managed no
5. Use hostapd to create an access point.
# hostapd /etc/hostapd/hostapd.conf
Connecting through Bluetooth
This feature allows the system to connect to Bluetooth devices such as a Bluetooth keyboard.
1. Run the command to start bluetoothctl console.
#bluetoothctl
The bluetoothctl console opens.
2. Run the following command to power on the Bluetooth device.
# power on
3. Register the agent for the keyboard:
# agent KeyboardOnly
# default-agent
4. Run the following command to put the Bluetooth controller in pairable mode.
# pairable on
5. Run the following command to scan for nearby Bluetooth devices.
# scan on
6. Run the following command to stop scanning after the Bluetooth keyboard is found.
# scan off
7. Run the following command to pair the Bluetooth keyboard.
# pair <MAC address of Bluetooth keyboard>
82
Setting up the operating system