Changes between Version 7 and Version 8 of expansion/gw16126
- Timestamp:
- 11/30/2018 10:13:32 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16126
v7 v8 498 498 [=#software] 499 499 == Software Support 500 The following software is necessary for the GW16126:500 In General, the following software is necessary for the GW16126: 501 501 * LTE Cat-M1 modem: 502 - Linux 4.5 kernel with option driver (CONFIG_USB_SERIAL_OPTION) and qmi driver (CONFIG_USB_NET_QMI_WWAN) 503 * BLE hci: 504 - Linux 4.5 kernel 502 - Linux 4.17+ kernel with option driver (CONFIG_USB_SERIAL_OPTION) and qmi driver (CONFIG_USB_NET_QMI_WWAN) 503 * Linux 4.5+ needed for QMI RAW IP support (unless backported) 504 * Linux 4.17+ needed for ublox R410M (unless backported) 505 * BLE HCI: 506 - Linux 4.5+ kernel 505 507 - hci_uart driver (CONFIG_BT_HCIUART, CONFIG_BT_HCIUART_H4 hci_uart) 506 508 - Userspace cryptographic algorithm support (CONFIG_CRYPTO_USER_API*) (for generation of random bdaddr in BlueZ) 507 - Bluetooth stack such as BlueZ 508 509 Ubuntu bionic: 510 - requires: bluez modemmanager libqmi bluez 511 - works out of box 509 - Bluetooth stack such as BlueZ (4.45+ with Experimental support (-E param on bluetoothd)) 510 511 Ubuntu: 512 - LTE Cat-M1 modem: requires network-manager modemmanager libqmi 513 - BLE HCI: requires bluez 514 - fully supported (with the above) 512 515 513 516 OpenWrt 18.6.1: 514 517 - requires kmod-usb-net-opton, kmod-usb-net-qmi-wwan, kmod-usb-serial, kmod-usb-serial-ftdi, kmod-usb-serial-qualcomm, kmod-bluetooth, kmod-crypto-user, kmod-crypto-hash, bluez-daemon, uqmi 515 - works out of the box518 - fully supported (with the above) 516 519 517 520 OpenWrt 16.02: