performed sequentially!apt-get install libnl-dev
wget 'http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=wimax-i2400m-1.4.1.tar.bz2'
wget 'http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=i2400m-fw-1.4.0.tar.bz2'
wget 'http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=WiMAX-Network-Service-1.4.0.tar.bz2'
wget 'http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2'
mv 'Download?action=AttachFile&do=get&target=wimax-i2400m-1.4.1.tar.bz2' 'wimax-i2400m-1.4.1.tar.bz2'
mv 'Download?action=AttachFile&do=get&target=i2400m-fw-1.4.0.tar.bz2' 'i2400m-fw-1.4.0.tar.bz2'
mv 'Download?action=AttachFile&do=get&target=WiMAX-Network-Service-1.4.0.tar.bz2' WiMAX-Network-Service-1.4.0.tar.bz2
mv 'Download?action=AttachFile&do=get&target=Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2' Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2
tar -xvjf 'wimax-i2400m-1.4.1.tar.bz2' --directory /usr/src
tar -xvjf 'i2400m-fw-1.4.0.tar.bz2' --directory /usr/src
tar -xvjf 'WiMAX-Network-Service-1.4.0.tar.bz2' --directory /usr/src
tar -xvjf 'Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2' --directory /usr/src
cd /usr/src/wimax-i2400m-1.4.1
make
// If you don’t like something, skip it.make install
depmod -a
cd /usr/src/i2400m-fw-1.4.0
cp i2400m-fw-usb-1.4.sbcf /lib/firmware/i2400m-fw-usb-1.4.sbcf
cd /usr/src/WiMax-Network-Service-1.4.0
// If the command does not work - cd / usr / src / then ls, then cd and the copied folder name with Network service./configure --prefix=/usr/ --with-i2400m=/usr/src/wimax-i2400m-1.4.1 --localstatedir=/var --enable-debug
make
make install
cd /usr/src/Intel-WiMAX-Binary-Supplicant-1.4.0
./install_supplicant.sh install
cp -r /usr/local/lib/wimax /usr/lib
wget icelord.net/images/wimax/NDnSAgentConfig_forDriver.xml
wget icelord.net/images/wimax/NDnSAgentDefaultConfig.xml
cp NDnSAgentConfig_forDriver.xml /usr/share/wimax/NDnSAgentConfig_forDriver.xml
cp NDnSAgentDefaultConfig.xml /usr/share/wimax/NDnSAgentDefaultConfig.xml
/usr/bin/wimaxd
// Run the daemon/usr/bin/wimaxcu ron
// Switch to Wimax mode. Weifai connection is chopped off/usr/bin/wimaxcu connect network 15
// Connect to Yota/usr/bin/wimaxcu roff
Switch to /usr/bin/wimaxcu roff
modewimaxcu scan
Scan Wimax networks. You must be disconnected from the iota for this command.wimaxcu info device
about waimax modulewimaxcu status link
Information about the connection (signal, signal quality, etc.)wimaxcu connectmode connect auto
wimaxcu connectmode connect auto
- this allows you to automatically connect to the network after WiMAX Network Service (wimaxd) downloadsSource: https://habr.com/ru/post/77385/
All Articles