Often there is a need to quickly or inexpensively connect your office to the Internet. For these purposes, the new Moscow-Petersburg wireless Internet provider, Yota, is perfectly suited, and some of us have successfully failed public testing.
UPD: These manipulations are no longer relevant. Firmware from Oleg the latest version supports Yota by default, setting in the web interface. The link is http://code.google.com/p/wl500g/ . by Paskal . ')
The modem activation procedure is a bit confusing and requires some preparatory work, which only wl-500 experts are familiar with. The purpose of this article is to simplify the process of activating up to three simple steps:
preparatory,
firmware change,
run a modem activation script.
Preparatory
We will need:
Cable with internet (needed for downloading packages by router)
Unnecessary flash drive, which will now live in a router (there will be firewood on it)
ASUS Firmware Restoration Application from the disk that came with the router
Connect the USB flash drive to the bottom slot,
Modem to the top
WAN internet cable
Replacing firmware
Hold and hold the reset button on the back of the modem
De-energize for a few seconds
Release the reset button after the power indicator flashes.
Launch ASUS Firmware Restoration Application
Choosing Oleg's unpacked firmware
Click Upload (Download)
Yota modem activation
Here the router will need the Internet. If the Internet requires manual settings - enter them through the web interface.
After loading start-> execute-> telnet 192.168.1.1
Login admin password admin
Copy the code below to the clipboard
Right-click in the window that appears to insert
We are waiting for about 10-15 minutes depending on the speed of the flash drive and the Internet. At the end, the router will restart. After 10 seconds after loading, the blue light goes out and the connection indicator on the modem flashes.
mount -o sync,noatime,rw /dev/scsi/host0/bus0/target0/lun0/part1 /opt
cd /tmp wget http://lvk.cs.msu.su/~lasaine/madwimax/wl500g/libusb-1.0-mipsel.tgz wget http://lvk.cs.msu.su/~lasaine/madwimax/wl500g/madwimax-latest-mipsel.tgz wget http://lvk.cs.msu.su/~lasaine/madwimax/wl500g/udhcpc-script.tgz cd / tar -xzf /tmp/libusb-1.0-mipsel.tgz tar -xzf /tmp/madwimax-latest-mipsel.tgz tar -xzf /tmp/udhcpc-script.tgz rm /tmp/libusb-1.0-mipsel.tgz /tmp/madwimax-latest-mipsel.tgz /tmp/udhcpc-script.tgz