Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
slackware:rt2xxx [2006/03/28 22:23] – created alienslackware:rt2xxx [2008/03/10 23:06] – Fix incorrect IWPRIV example. alien
Line 10: Line 10:
 </code> When this command completes, you will end up with a subdirectory called "//build//" in your current directory. Build the package as follows: <code> </code> When this command completes, you will end up with a subdirectory called "//build//" in your current directory. Build the package as follows: <code>
 cd build cd build
-./rt2500.SlackBuild+sh rt2500.SlackBuild
 </code> THe resulting package will be created in the ''/tmp'' directory and can be installed with (for example) <code> </code> THe resulting package will be created in the ''/tmp'' directory and can be installed with (for example) <code>
-installpkg /tmp/rt2500-1.1.0.b3_2.6.13-i486-1.tgz+installpkg /tmp/rt2500-1.1.0.b4_2.6.13-i486-1.tgz
 </code>  </code> 
  
Line 33: Line 33:
 WLAN_MODE[5]=Managed WLAN_MODE[5]=Managed
 WLAN_CHANNEL[5]="auto" WLAN_CHANNEL[5]="auto"
-WLAN_IWPRIV[5]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=1234567890123456789012345678901234567890123456789012345678901234"+WLAN_IWPRIV[5]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=1234567890123456789012345678901234567890123456789012345678901234"
 </code> </code>
 The last line (//WLAN_IWPRIV[5]//) is the necessary configuration for WPA. The 64-character string '//12345.....901234//' I copied in there should be replaced by your Access Point's 64-character hexadecimal WPA key. The last line (//WLAN_IWPRIV[5]//) is the necessary configuration for WPA. The 64-character string '//12345.....901234//' I copied in there should be replaced by your Access Point's 64-character hexadecimal WPA key.
 +
 +<note warning>The above notation for the **//WLAN_IWPRIV//** variable has changed starting with Slackware 12.0. The old notation for ''IWPRIV'' in before Slackware 12.0 was like this: \\ ''WLAN_IWPRIV[5]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=the64characterkey"'' \\ Starting with Slackware 12.0, you should use the new syntax <code>
 +WLAN_IWPRIV[5]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=the64characterkey"
 +</code></note>
 The rt2x00 project ()
SlackDocs