[driverloader] DriverLoader, WEP and Apple Airport Extreme Base stations from SuSE

Sebastien Stormacq sebastien.stormacq at sun.com
Sat Jan 3 18:07:35 EST 2004


Hello,

Should you ever try to connect to an Apple Airport extreme base station
:

Problem #1 : passphrase versus encryption key

The Airport Extreme Admin utility prompts you for a passphrase when you
activate WEP.  This passphrase is used to generate the hexadecimal WEP
key (using an Apple proprietary algorithm)
There is an option in the Airport Admin utility to get the equivalent
hexadecimal key : just clik the password icon in the toolbar.

This is described in
http://docs.info.apple.com/article.html?artnum=106864

Problem #2 : restricted versus open mode

Having finally found and used the correct encryption key, my system was
still not working.
I reminded some old post from Linuxant's support asking to try the
restricted mode instead of the (default) open mode for encryption and it
solves my problem.

This can be done with "iwconfig <interface> key <your_hex_key>
restricted" and restarting the dhcpcd daemon

This worked by hand, but not automatically from SuSE supplied script at
boot time.

To have it working automatically, I have added a line in
/etc/sysconfig/network/ifcfg-<your interface> :
WIRELESS_KEY_MODE='XXX' where XXX can be empty or "open" or "restricted"
I also have modified the /etc/sysconfig/network/scripts/ifup-wireless
script to take this into account (the patch file is attached - just type
patch < ifup-wireless.patch in the /etc/sysconfig/network/scripts
directory and answer y if asked to Reverse apply the patch)

Hope this can help SuSE / Apple users

Kind regards,
 


-- 
Sebastien Stormacq
 
---------------------------------------------------------------------
                         SUN MICROSYSTEMS
                      "We make the net work."
---------------------------------------------------------------------
Sebastien Stormacq                      Sun Microsystems Luxembourg
Senior Software Architect               Parc d'Activites 77-79, L8308 Capellen
sebastien.stormacq at sun.com              Phone:  +352 49 11 33 56
http://www.sun.lu                       Fax:    +352 49 11 33 33
                                        Mobile: +352 021 503 626
---------------------------------------------------------------------
           Get connected to the future of network computing!
                        December 3-4 2003
                          ICC - Berlin
                           
                    http://sunnetwork.sun.com/
---------------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ifup-wireless.patch
Type: text/x-patch
Size: 621 bytes
Desc: not available
Url : http://www.linuxant.com/pipermail/driverloader/attachments/20040103/cabaff56/ifup-wireless.bin


More information about the driverloader mailing list