Changes between Initial Version and Version 1 of Internal/WimaxDrivers


Ignore:
Timestamp:
Apr 5, 2010, 3:14:48 PM (14 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WimaxDrivers

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