Changes between Version 58 and Version 59 of expansion/gw16146
- Timestamp:
- 06/27/2024 11:59:46 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16146
v58 v59 166 166 || 164 || 918 || 167 167 || 165 || 922 || 168 169 == Countries Supported 170 171 This card is primarily design and sold for use in the USA where the 900MHz band is unlicensed. The current card is not targeted for the 868MHz range. 172 173 The Newracom NRC7292 driver has support for the following countries: 174 * AU 175 * CN 176 * EU 177 * JP 178 * K1 179 * K2 180 * NZ 181 * TW 182 * US 183 184 It is imperative and important to check the local and country radio spectrum regulatory regulations to see if this radio would be legal in that country. (Usually specific to the 900MHz frequency band). 185 186 Please contact Gateworks support for further information. 187 168 188 == Antenna 169 189 … … 510 530 511 531 ==== Access Point / Client Station Examples 532 Set the country code (required for newer versions of the driver) (MANDATORY every boot) 533 {{{#!bash 534 iw reg set US 535 }}} 536 512 537 1. Configure AP (access point) or STA (station / client) mode: 513 538 * Define your channel and SSID via env variables (used in scripts below) … … 721 746 722 747 A basic example to setup a 'mesh point' would be the following: 748 1. Set the country code (required for newer versions of the driver) (MANDATORY every boot) 749 {{{#!bash 750 iw reg set US 751 }}} 723 752 1. Verify proper operation of the GW16146 in standard AP/STA mode first 724 753 1. Create a wpa_supplicant.conf file that defines the radio as a 'mesh point', example below of a wpa_supplicant.conf file