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...[[BR]] Mar 9 10:47:23 node1-110 wimaxd[3225]: daemon starts[[BR]] Mar 9 10:47:23 node1-110 wimaxd[3226]: pdifile is created[[BR]] Mar 9 10:47:23 node1-110 wimaxd[3226]: Initializing...[[BR]] Mar 9 10:47:23 node1-110 wimaxd[3226]: Waiting for driver...[[BR]] Mar 9 10:47:25 node1-110 wimaxd[3226]: Driver is up - [[BR]] Mar 9 10:47:25 node1-110 wimaxd[3226]: wimaxd event: driver up [[BR]] Mar 9 10:47:26 node1-110 wimaxd[3226]: AppSrv is ready ! [[BR]] Mar 9 10:47:26 node1-110 wimaxd[3226]: wimaxd event: AppSrv is ready [[BR]]