Changes between Version 58 and Version 59 of expansion/gw16146


Ignore:
Timestamp:
06/27/2024 11:59:46 PM (2 months ago)
Author:
Ryan Erbstoesser
Comment:

add disclaimer about country support

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16146

    v58 v59  
    166166|| 164 || 918 ||
    167167|| 165 || 922 ||
     168
     169== Countries Supported
     170
     171This 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
     173The 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
     184It 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
     186Please contact Gateworks support for further information.
     187
    168188== Antenna
    169189
     
    510530
    511531==== Access Point / Client Station Examples
     532Set the country code (required for newer versions of the driver) (MANDATORY every boot)
     533{{{#!bash
     534iw reg set US
     535}}}
     536
    5125371. Configure AP (access point) or STA (station / client) mode:
    513538 * Define your channel and SSID via env variables (used in scripts below)
     
    721746
    722747A basic example to setup a 'mesh point' would be the following:
     7481. Set the country code (required for newer versions of the driver) (MANDATORY every boot)
     749{{{#!bash
     750iw reg set US
     751}}}
    7237521. Verify proper operation of the GW16146 in standard AP/STA mode first
    7247531. Create a wpa_supplicant.conf file that defines the radio as a 'mesh point', example below of a wpa_supplicant.conf file