wiki:Internal/WimaxDrivers

Wimax Drivers are builtin to the system (Ubuntu9.10 32Bit Server) I copied the firmware and kernel was able to see the device and created wmx0 Device. i2400m-fw-usb-1.4.sbcf to /lib/firmware I had to install 2 Packages from Intel to make the device work on the node Intel-WiMAX-Binary-Supplicant-1.4.0 WiMAX-Network-Service-1.4.0

Wimax Network Service has to be configured and installed. Installed the linux headers, pkg-config,

./configure —with-i2400m=/usr/src/wimax-i2400m-1.4.1/ \

—sysconfdir=/etc \ —localstatedir=/var \ —mandir=/usr/share/man \ —prefix=/usr/local

make make install

For the binary supplicant I just ran the ./install_supplicant.sh install

Start the Wimax Service /etc/init.d/wimax start To Get the status of the device wimaxcu status

Turned The radio on wimaxcu ron

Scan the for a network wimaxcu scan wide

Traces from the logfile indicating everything is working as expected

Mar 9 10:47:23 node1-110 wimaxd[3225]: wimaxd event: Starting…
Mar 9 10:47:23 node1-110 wimaxd[3225]: daemon starts
Mar 9 10:47:23 node1-110 wimaxd[3226]: pdifile is created
Mar 9 10:47:23 node1-110 wimaxd[3226]: Initializing…
Mar 9 10:47:23 node1-110 wimaxd[3226]: Waiting for driver…
Mar 9 10:47:25 node1-110 wimaxd[3226]: Driver is up -
Mar 9 10:47:25 node1-110 wimaxd[3226]: wimaxd event: driver up
Mar 9 10:47:26 node1-110 wimaxd[3226]: AppSrv is ready !
Mar 9 10:47:26 node1-110 wimaxd[3226]: wimaxd event: AppSrv is ready

Last modified 14 years ago Last modified on Apr 5, 2010, 3:14:48 PM
Note: See TracWiki for help on using the wiki.