| Rev | Author | # | Line |
|---|---|---|---|
| 6 | JohnMcPherson | 1 | !Wireless PCI Adaptor RT2400 / RT2460 |
| 2 | |||
| 1 | zcat(1) | 3 | * http://www.flamingspork.com/blog/?p=338 lists a way to build the driver. |
| 3 | zcat(1) | 4 | (that's rt2500 which possibly isn't the same thing, and I found it quite hard to follow) |
| 2 | CraigBox | 5 | * http://lists.ubuntu.com/archives/ubuntu-users/2004-October/008665.html implies it should be in Hoary anyway! |
| 3 | zcat(1) | 6 | (But it doesn't appear to be) |
| 7 | |||
| 8 | [Get the sources|http://sourceforge.net/project/showfiles.php?group_id=107832&package_id=116419&release_id=269036] and unpack them somewhere appropriate (I'll assume /usr/src/) | ||
| 9 | |||
| 10 | Then, as root; | ||
| 4 | zcat(1) | 11 | <pre> |
| 7 | zcat(1) | 12 | apt-get -y install gcc linux-headers-`uname -r` |
| 3 | zcat(1) | 13 | cd /usr/src/rt2400-1.2.1/Module |
| 14 | make && make install | ||
| 15 | echo "alias ra0 rt2400" >> /etc/modules.conf | ||
| 4 | zcat(1) | 16 | </pre> |
| 3 | zcat(1) | 17 | |
| 5 | zcat(1) | 18 | After this you should be able to set up ra0 under /etc/network/interfaces, the same procedure as any other WiFi card. |
| 3 | zcat(1) | 19 | |
| 5 | zcat(1) | 20 | There's also some Utilities included; they require c++ (apt-get install g++) and qt-x11, and I'm having trouble getting them to build but they're not required to get the card working. |
| 6 | JohnMcPherson | 21 | ---- |
| 22 | CategoryPciDevice |
lib/blame.php:177: Warning: Invalid argument supplied for foreach()