apt-get install libnl-devwget '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.bz2mv 'Download?action=AttachFile&do=get&target=Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2' Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2tar -xvjf 'wimax-i2400m-1.4.1.tar.bz2' --directory /usr/srctar -xvjf 'i2400m-fw-1.4.0.tar.bz2' --directory /usr/srctar -xvjf 'WiMAX-Network-Service-1.4.0.tar.bz2' --directory /usr/srctar -xvjf 'Intel-WiMAX-Binary-Supplicant-1.4.0.tar.bz2' --directory /usr/srccd /usr/src/wimax-i2400m-1.4.1make // If you don’t like something, skip it.make installdepmod -acd /usr/src/i2400m-fw-1.4.0cp i2400m-fw-usb-1.4.sbcf /lib/firmware/i2400m-fw-usb-1.4.sbcfcd /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-debugmakemake installcd /usr/src/Intel-WiMAX-Binary-Supplicant-1.4.0./install_supplicant.sh installcp -r /usr/local/lib/wimax /usr/libwget icelord.net/images/wimax/NDnSAgentConfig_forDriver.xmlwget icelord.net/images/wimax/NDnSAgentDefaultConfig.xmlcp NDnSAgentConfig_forDriver.xml /usr/share/wimax/NDnSAgentConfig_forDriver.xmlcp 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