This is an old revision of the document!


Install licenses via USB stick

How-to

  1. Router must be in factory reset state (unconfigured)
  2. Format an USB-Stick FAT16/32
  3. Download the files autorun.key and autorun.sh and copy both attached files on the stick
  4. Copy all the license files (00112B*.lic) on the stick. If you got the licenses in an zip archive, unpack before
  5. Power on the router and wait until it has booted completely
  6. Plug in the USB stick

AN LED will first blink fast red, the fast yellow. If successful the LEDs will be solid green, otherwise red.

Files

autorun.key
$1$LVOmS4hg$h3X0lt8xMrlElRyqXODLC/
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
0876dfca6d6fedf99b2ab87b6e2fed4bd4051ede78a8a9135b500b2e94d99b88
d6414f06abe9d25df078def16971fc48a0c18fb5da799c141cc8c555683467a7
autorun.sh
#!/bin/ash/
set -xv
echo "SLOW GREEN" > /tmp/status/led-manager/led3
 
eval $(/usr/local/sbin/cli status -s )
 
sleep 3
cp /mnt/media/autorun/$SERIAL_NUMBER\.lic /tmp/ || echo "FAST RED" > /tmp/status/led-manager/led3 
cli update license file:///tmp/$SERIAL_NUMBER\.lic  ||  echo "FAST YELLOW" > /tmp/status/led-manager/led3
sleep 5
 
eval $(/usr/local/sbin/cli status -s )
 
if [ "$FEATURE_WLAN" != licensed ]; then
    for i in $(ls /sys/class/leds/*green/brightness); do echo 1 > $i; done
else
	for i in $(ls /sys/class/leds/*red/brightness); do echo 1 > $i; done
fi

Reset router into factor reset state

  1. Power off you device
  2. Place a tiny pin in to the reset hole and press the reset button
  3. Power on the device and keep the reset button pressed
  4. Keep the reset button pressed for aprrox. 40 sec. until all LEDs flashed up in the color RED (excluded are NB800 modules they will flash green)
  5. Release the reset button now