{"id":12764,"date":"2010-10-05T00:37:00","date_gmt":"2010-10-04T20:37:00","guid":{"rendered":"https:\/\/icelord.net\/wordpress\/archives\/12764"},"modified":"2010-10-05T00:37:00","modified_gmt":"2010-10-04T20:37:00","slug":"linux-wimax-1-5-1-new-stack-version-released","status":"publish","type":"post","link":"https:\/\/icelord.net\/wordpress\/?p=12764","title":{"rendered":"Linux + WiMAX 1.5.1 \u2013 new stack version released!"},"content":{"rendered":"<p>\u0412\u044b\u0448\u0435\u043b \u043d\u043e\u0432\u044b\u0439 \u0441\u0442\u0435\u043a Wimax 1.5.1 \u0434\u043b\u044f Linux:<\/p>\n<p>&#8212; \u043f\u043e\u0434\u0447\u0438\u0449\u0435\u043d \u043a\u043e\u0434<br \/>\n&#8212; \u043f\u043e\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 IA64<br \/>\n&#8212; \u0443\u0431\u0440\u0430\u043d\u044b \u043b\u0438\u0448\u043d\u0438\u0435 warnings \u043f\u0440\u0438 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438<br \/>\n&#8212; \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 WPA Supplicant >= 0.7.x<\/p>\n<p><!--more Read the rest of this entry &amp;raquo;--><\/p>\n<pre>\r\nFrom: \tInaky Perez-Gonzalez <inaky @linux.intel.com> \r\n\r\nRelease v1.5.1 of the Intel WiMAX stack has been posted to the\r\nlinuxwimax.org website.\r\n\r\nThis release works with Kilmer Peak (Intel\u00ae Centrino\u00ae Advanced-N +\r\nWiMAX 6250) and Echo Peak (Intel\u00ae WiMAX\/WiFi Link 5350 and 5150). The\r\nsoftware here is not meant for commercial use and should be treated as\r\nexperimental. WiMAX based devices typically need to go through\r\nrigorous carrier certification tests to be endorsed. Please contact\r\nIntel [linux-wimax@intel.com] if you need an officially supported\r\nWiMAX product.\r\n\r\nThis release features:\r\n\r\n  - cleanups in the user space code\r\n\r\n  - builds against most architectures\r\n\r\n  - compilation warning cleanup\r\n\r\n- WPA Supplicant >= 0.7.x support\r\n\r\nThank you to everyone who submitted cleanups and patches!\r\n\r\nThese instructions are largely the same as for release v1.5; the only\r\naddition is configure parameters to the wimax-network-service package\r\n(for convenience)\r\n\r\nThe set of dependencies for using are non trivial; please follow the\r\nfollowing steps for installing:\r\n\r\n- firmware: devices (5x5x and 6x50) need to load a 1.5 firmware,\r\n  available from the http:\/\/linuxwimax.org\/Download page. Download and\r\n  install:\r\n\r\n  $ tar xf i2400m-fw-1.5.0.tar.bz2\r\n  # As root\r\n  $ install -o root -g root -m 0644 i2400m-fw-1.5.0\/*.sbcf \/lib\/firmware\r\n\r\n- Needed packages to build (in a Fedora Core 12 machine, as an\r\n  example):\r\n\r\n  $ yum install gcc make libnl-devel openssl-devel git-core \\\r\n       rpm-build glib2-devel\r\n\r\n- drivers: compile and build a kernel from the latest WiMAX tree\r\n  (master branch) as of 5\/12\/2010.\r\n\r\n  The drivers in every kernel up to and including 2.6.34 need bug\r\n  fixes in order to be able to operate with the 1.5 firmware. These\r\n  bug fixes are being submitted to the upstream Linux kernel for\r\n  2.6.35. Please clone the tip of the WiMax Linux tree\r\n  git:\/\/git.kernel.org\/pub\/scm\/linux\/kernel\/git\/inaky\/wimax.git and\r\n  build your kernel from there.\r\n\r\n  These instructions are quite VERY generic; for doing this, it is\r\n  very recommended that you know what you are doing or you might toast\r\n  your system:\r\n\r\n  $ git clone\r\ngit:\/\/git.kernel.org\/pub\/scm\/linux\/kernel\/git\/inaky\/wimax.git\r\n  $ cd PATH\/wimax.git\r\n  $ cp \/boot\/config-$(uname -r) .config\r\n  $ yes \"\" | make oldconfig\r\n  $ make\r\n  # Create a set of kernel headers suitable for compiling wimax-tools\r\n  # and the wimax daemon into PATH\/wimax.git\/usr\r\n  $ make headers_install\r\n\r\n  Steps for installing the kernel vary from distribution to\r\n  distribution, so they are not covered here.\r\n\r\n- wimax-tools: version 1.4.3 is recommended\r\n\r\n  $ tar xf wimax-tools-1.4.4.tar.gz\r\n  $ cd wimax-tools-1.4.4\r\n  $ .\/configure --with-linux=PATH\/wimax.git\/usr\r\n  $ make\r\n  # as root\r\n  $ make install\r\n\r\n- open source supplicant: building the libeap.so library\r\n\r\n  To build the open source supplicant, you need to patch\r\n  wpa-supplicant and rebuild. Download wpa-supplicant 0.7.2 from\r\n  http:\/\/hostap.epitest.fi\/; download the patch from\r\n  http:\/\/linuxwimax.org\/Download. Patch it and recompile. You will\r\n  need the OpenSSL development packages installed (openssl-devel or\r\n  openssl-dev in most distros):\r\n\r\n  $ tar xf wpa_supplicant-0.7.2.tar.gz\r\n  $ cd wpa_supplicant-0.7.2\r\n  $ patch -p1 < PATH\/wpa_supplicant-0.7.2-generate-libeap-peer.patch\r\n  $ make -C src\/eap_peer\r\n  # As root\r\n  $ make -C src\/eap_peer install\r\n  $ ldconfig\r\n\r\n- WiMAX network service\r\n\r\n  $ tar xf wimax-1.5.1.tar.gz\r\n  $ cd wimax-1.5.1\r\n  $ .\/configure --prefix=\/usr --with-linux=PATH\/wimax.git\/usr \\\r\n      --with-libwimaxll=\/usr\/local \\\r\n      --sysconfdir=\/etc \\\r\n      -localstatedir=\/var\r\n  $ make\r\n  # As root\r\n  $ make install\r\n\r\nOnce all is installed, usage is as before:\r\n\r\n- boot into the right kernel\r\n\r\n- start the daemon on an Intel WiMAX device:\r\n\r\n  $ wimaxd -i wmx0\r\n\r\n- scan for networks\r\n\r\n  $ wimaxcu scan\r\n  Network found.\r\n  NSP : CLEAR\r\n  ID : 2\r\nSignal : Good\r\nRSSI : -72 dBm\r\nCINR : 13 dB\r\nNetwork Type: Home Network\r\nActivated\r\n\r\n  If other networks you are expecting should show up, force a wide\r\n  scan (this is a known glitch):\r\n\r\n  $ wimaxcu-wpa_cd scan wide\r\n  Changing Scan mode to Manual Scan mode\r\n  WARNING: Wide scan may take upto 2 minutes...\r\n  NSP : CLEAR\r\n  ID : 2\r\n  Signal : Very Good\r\n  RSSI : -66 dBm\r\n  CINR : 22 dB\r\n  Network Type: Home Network\r\n  Activated.\r\n  NSP : Time Warner Cable 4G\r\n  ID : 51\r\n  Signal : Very Good\r\n  RSSI : -66 dBm\r\n  CINR : 22 dB\r\n  Network Type: Home Network\r\n  Activated.\r\n  NSP : Comcast\r\n  ID : 48\r\n  Signal : Very Good\r\n  RSSI : -66 dBm\r\n  CINR : 22 dB\r\n  Network Type: Home Network\r\n  Activated.\r\n  NSP : SPRINT\r\n  ID : 47\r\n  Signal : Very Good\r\n  RSSI : -66 dBm\r\n  CINR : 22 dB\r\n  Network Type: Home Network\r\n  Activated.\r\n\r\n- Connect to a network\r\n\r\n  For connecting to the Sprint network detected above, for example:\r\n\r\n  $ wimaxcu connect network 47\r\n\r\n- Disconnecting from the network\r\n\r\n  $ wimaxcu dconnect\r\n\r\nNote that the wimax daemon requires integration with your\r\ndistribution's method for obtaining DHCP addresses in order to\r\nproperly support power saving modes. See file\r\n\/usr\/share\/wimax\/dhcp_renew.sh.\r\n<\/pre>\n<p style=\"text-align: right\"><small>Mirrored from standalone <a href=\"https:\/\/icelord.net\/wordpress\/archives\/2857\" title=\"Read Original Post\">icelord blog<\/a>.<\/small><\/p>\n<p><\/inaky><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0412\u044b\u0448\u0435\u043b \u043d\u043e\u0432\u044b\u0439 \u0441\u0442\u0435\u043a Wimax 1.5.1 \u0434\u043b\u044f Linux: &#8212; \u043f\u043e\u0434\u0447\u0438\u0449\u0435\u043d \u043a\u043e\u0434 &#8212; \u043f\u043e\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 IA64 &#8212; \u0443\u0431\u0440\u0430\u043d\u044b \u043b\u0438\u0448\u043d\u0438\u0435 warnings \u043f\u0440\u0438 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 &#8212; \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 WPA Supplicant >= 0.7.x<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-12764","post","type-post","status-publish","format-standard","hentry","category-blog"],"views":1368,"_links":{"self":[{"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/12764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12764"}],"version-history":[{"count":0,"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/12764\/revisions"}],"wp:attachment":[{"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/icelord.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}