Skip to main content

RT73 Wireless Driver Update Kernel 2.6.27 - better RF sensitivity

There are a considerable number of people using computers with Linux that depend on Ralink RT73 devices for wireles network access. As usage of the advanced kernels increases, legacy wireless drivers lose compatability, and require replacement. The excellent K2WRLZ drivers for Ralink wireless devices are an example, and recently they have ben made compatible with kernel 2.6.27. Follow the procedure below to upgrade the legacy RT73 wireless driver for compatibility with Debian or Slackware based systems (Sidux, Ubuntu, Slax, Bluewhite64, etc) that use kernel 2.6.27.

The upgrade process consists of obtaining the source code, then compiling and installing the new driver. From start to finish, no more than fifteen minutes are required of the average person. The author is rather slow, and was successful in the upgrade; anyone who can download files and work in the Linux console (executing a few commands) should have no problem.

Start by downloading the latest driver: rt73-k2wrlz-3.0.2.tar.bz2. If you have Wget
use a "wget" command in a console: ironhand@onosideboard:~$ wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/rt73-k2wrlz-3.0.2.tar.bz2


Navigate to the location of the source package, and extract it by opening a console window and using the "tar" command: ironhand@onosideboard:~$ tar -xjf rt73-k2wrlz-3.0.2.tar.bz2


Navigate to the "module" directory, and with root priveleges, compile and install the driver: ironhand@onosideboard:~$ sudo make && make install
[sudo] password for ironhand:




At this point, the driver should have compiled and installed without errors. Warnings may occur due to minor faults in the code, but the process shouldn't break outright. Two new files should now be in your system:

/lib/firmware/rt73.bin (rt73 firmware)
/lib/modules/*yourkernel*/extra/rt73.ko (rt73 driver)

Another pair of commands in the console will load the driver:

ironhand@onosideboard:~$ sudo depmod -ae
[sudo] password for ironhand:
ironhand@onosideboard:~$ sudo modprobe rt73

After executing the "modprobe" command, the rt73 wireless driver should load, and any wireless connection manager (Wlassistant, Ceni, Wi-Fi Radar, etc) should properly scan for and report any access points in range. Connectivity with this enhanced legacy RT73 wireless driver should be possible over longer distances than the standard rt2x00 / rt73usb software.

In order for the module to properly autoload during start-up and not conflict with the standard rt2x00 drivers, there are two system files that need editing. First is /etc/modprobe.d/blacklist. Add the following lines to the end of the list:

blacklist rt2x00
blacklist rt73usb
Next, make an entry in /etc/init.d/rc.local:

modprobe rt73

Comments

Popular posts from this blog

Test New ALFA-AWUS036H v.2 (1.000mW) VS ALFA-AWUS036H v.1 (500mW)

- Recently emerged the New ALFA-AWUS036H v.2 (1.000mW), and these are the tests. TEST WITH NETSTUMBLER 1) usb da 100mW chipset railink 2) usb da 200mW chipset railink rt73 3) intel 2200 b/g con connettore esterno rp-sma 4) Alfa-AWUS036H 500mW 5) New Alfa-AWUS036H V2 da 1.000mW

Creating A Cheap Bluetooth Sniffer

Many papers and posts on internet forums have commented on the success of turning normal everyday bluetooth USB dongles ($10), into their more powerful counterparts that allow the capturing of packets from the airwaves. These more powerful USB dongles are usually sold at a much higher price ($10,000) together with the software to drive and control these devices. The problems associated with BlueTooth sniffing You cant simply just purchase the dongle with the alternate firmware. There is next to no real opensource packet capture program for the bluetooth protocol. Hardware & Limitations Chipsets: Whats the difference? The chipset of the Bluetooth USB Dongles are very important. Broadcom chipsets are cheap hardware and are deemed unsuitable devices for this paper. But unfortunalty nowadays, every manufacturer seems to prefer putting these chips in their products compared to the more reliable Cambridge Silicon Radio (CSR) chipset. If your lucky enough to find a dongle with a CSR chips...

ALFA-­AWUS036H & ALFA-­AWUS050NH INSTALLING/UPDATING DRIVERS RTL8187, r8187, RT2800usb on UBUNTU

NOTE: For surfing Internet with ALFA-AWUS050NH on Ubuntu Jaunty with rt2870sta driver, you must use the Kernel "2.6.28-11-generic #42-Ubuntu", without change or updates the drivers modules. NOTE: The tutorial is not related to Ubuntu karmic. Driver RTL8187/Stacks-­mac80211 (ref. ALFA-­AWUS036h) ­- These drivers, for surfing Internet, are more stable than r8187, and fully compatible with Network-Manager 0.7 installed by default on Ubuntu 9.04. Network-Manager 0.7 installed by default on Ubuntu 9.04. ­- Supports all encryption without problems. (OPEN, WEP and WPA/WPA2) ­- With Compat-Wireless, the "injection" working, but for support “Fragmentation attack” (opt. -5) you need to install one patch. - The RX sensitivity and packets injection is less, related to drivers r8187. Driver r8187/Stacks-ieee80211 (ref. ALFA-AWUS036h) - This driver is recommended for use with the Suite of Aircrack-ng, but not particularly suitable for Internet connections, as less stable and disc...