📜 ⬆️ ⬇️

WimaxYota for 2.6.31-14-generic (netbook Remix ubuntu 9.10, intel 5150)

So, I tried many manuals to raise Yota, and I did not succeed. I had to think anyway for the authors and edit the pens. And here it is, a ready manus for raising an iota without problems.


All operations under the performed sequentially!

1- Install the libnl-dev package, necessary for WiMAX-Network-Service
apt-get install libnl-dev
2- Reboot
3- We are happy. Intel cordially bestowed firewood on the Wimax under the tench. We download using wget or from the manufacturer's website.
Source site
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'
4- When jumping to wget, the source is called crooked and long. Rename.
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

5- We unpack the source. Follow the path.
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

6- We put wimax-i2400m.
cd /usr/src/wimax-i2400m-1.4.1
make // If you don’t like something, skip it.
make install
depmod -a

7- Copy the firmware to the destination.
cd /usr/src/i2400m-fw-1.4.0
cp i2400m-fw-usb-1.4.sbcf /lib/firmware/i2400m-fw-usb-1.4.sbcf

8- We install the driver binding (without it, the Wimax daemon will not work later)
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

9- We put the suplikant
cd /usr/src/Intel-WiMAX-Binary-Supplicant-1.4.0
./install_supplicant.sh install

Further, in most manas, an error occurred while copying the supplikant from / usr / local / lib to / usr / lib

The correct copy command is cp -r /usr/local/lib/wimax /usr/lib

10- We load Yoty's configs
wget icelord.net/images/wimax/NDnSAgentConfig_forDriver.xml
wget icelord.net/images/wimax/NDnSAgentDefaultConfig.xml
And copy to waimax
cp NDnSAgentConfig_forDriver.xml /usr/share/wimax/NDnSAgentConfig_forDriver.xml
cp NDnSAgentDefaultConfig.xml /usr/share/wimax/NDnSAgentDefaultConfig.xml

Reboot and start connecting to iota

1- /usr/bin/wimaxd // Run the daemon
2- /usr/bin/wimaxcu ron // Switch to Wimax mode. Weifai connection is chopped off
3- /usr/bin/wimaxcu connect network 15 // Connect to Yota

Other useful commands
/usr/bin/wimaxcu roff Switch to /usr/bin/wimaxcu roff mode
wimaxcu scan Scan Wimax networks. You must be disconnected from the iota for this command.
wimaxcu info device about waimax module
wimaxcu status link Information about the connection (signal, signal quality, etc.)
alkosasha advises another useful command - wimaxcu connectmode connect auto
wimaxcu connectmode connect auto
- this allows you to automatically connect to the network after WiMAX Network Service (wimaxd) downloads
I hope man will save the nerves of people who are recently on Linux.

UPD- Updated to 2.6.31-16-generic (although I don’t think there are big differences from the previous version) and everything works. We connect the same way as in mana

Source: https://habr.com/ru/post/77385/


All Articles