| 1 | Wimax Drivers are builtin to the system (Ubuntu9.10 32Bit Server) |
| 2 | I copied the firmware and kernel was able to see the device and created |
| 3 | wmx0 Device. |
| 4 | i2400m-fw-usb-1.4.sbcf to /lib/firmware |
| 5 | I had to install 2 Packages from Intel to make the device work on the node |
| 6 | Intel-WiMAX-Binary-Supplicant-1.4.0 |
| 7 | WiMAX-Network-Service-1.4.0 |
| 8 | |
| 9 | Wimax Network Service has to be configured and installed. |
| 10 | Installed the linux headers, pkg-config, |
| 11 | |
| 12 | ./configure --with-i2400m=/usr/src/wimax-i2400m-1.4.1/ \ |
| 13 | --sysconfdir=/etc \ |
| 14 | --localstatedir=/var \ |
| 15 | --mandir=/usr/share/man \ |
| 16 | --prefix=/usr/local |
| 17 | |
| 18 | make |
| 19 | make install |
| 20 | |
| 21 | |
| 22 | For the binary supplicant I just ran the |
| 23 | ./install_supplicant.sh install |
| 24 | |
| 25 | |
| 26 | |
| 27 | Start the Wimax Service |
| 28 | /etc/init.d/wimax start |
| 29 | To Get the status of the device |
| 30 | wimaxcu status |
| 31 | |
| 32 | Turned The radio on |
| 33 | wimaxcu ron |
| 34 | |
| 35 | Scan the for a network |
| 36 | wimaxcu scan wide |
| 37 | |
| 38 | |
| 39 | Traces from the logfile indicating everything is working as expected |
| 40 | |
| 41 | Mar 9 10:47:23 node1-110 wimaxd[3225]: wimaxd event: Starting...[[BR]] |
| 42 | Mar 9 10:47:23 node1-110 wimaxd[3225]: daemon starts[[BR]] |
| 43 | Mar 9 10:47:23 node1-110 wimaxd[3226]: pdifile is created[[BR]] |
| 44 | Mar 9 10:47:23 node1-110 wimaxd[3226]: Initializing...[[BR]] |
| 45 | Mar 9 10:47:23 node1-110 wimaxd[3226]: Waiting for driver...[[BR]] |
| 46 | Mar 9 10:47:25 node1-110 wimaxd[3226]: Driver is up - [[BR]] |
| 47 | Mar 9 10:47:25 node1-110 wimaxd[3226]: wimaxd event: driver up [[BR]] |
| 48 | Mar 9 10:47:26 node1-110 wimaxd[3226]: AppSrv is ready ! [[BR]] |
| 49 | Mar 9 10:47:26 node1-110 wimaxd[3226]: wimaxd event: AppSrv is ready [[BR]] |
| 50 | |
| 51 | |