[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Airport and WEP



Hello,

I've recently installed an Airport Extreme access point in my network; and an
Aiport card (NOT the extreme one) in my iBook(first generation) with Debian
testing/unstable with a 2.6.1 kernel. Everything works fine if I do NOT use WEP,
as you can see:

#dmesg

orinoco.c 0.13e (David Gibson <hermes@gibson.dropbear.id.au> and others)
airport.c 0.13e (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
Airport at physical address 80030000
eth1: Station identity 001f:0001:0008:0046
eth1: Looks like a Lucent/Agere firmware version 8.70
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: WEP supported, 104-bit key
eth1: MAC address 00:30:65:0F:11:6D
eth1: Station name "HERMES I"
eth1: ready
airport: card registered for interface eth1
eth1: New link status: Connected (0001)



#iwconfig

eth1      IEEE 802.11-DS  ESSID:"air.bjork"  Nickname:"post.air.bjork"
          Mode:Managed  Frequency:2.412GHz  Access Point: 00:0D:93:7E:4B:56  
          Bit Rate:11Mb/s   Tx-Power=15 dBm   Sensitivity:1/3  
          Retry limit:4   RTS thr:off   Fragment thr:2347 B   
          Encryption key:off
          Power Management period:100ms  mode:All packets received
          Link Quality:50/92  Signal level:-47 dBm  Noise level:-97 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

#ifconfig

eth1      Link encap:Ethernet  HWaddr 00:30:65:0F:11:6D  
          inet addr:192.168.0.17  Bcast:192.168.0.31  Mask:255.255.255.224
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6985 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5519 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:7586264 (7.2 MiB)  TX bytes:823918 (804.6 KiB)
          Interrupt:57 


If I enable WEP encryption (with a valid 26 hex digits key), I do not obtain the
network connection on my iBook, although it works fine with OS X.

Here is eth1 related part from /etc/network/interfaces

iface eth1 inet dhcp
        pre-up modprobe airport
        post-down modprobe -r airport
        client post.air
        wireless-essid air.bjork
        wireless-nick post.air.bjork
        wireless-power all
        wireless-sens 1
        wireless-frag auto
        wireless-enc aaaa-aaaa-aaaa-aaaa-aaaa-aaaa-aa


Does someone know where it can come from ? 

-- 
Arnaud FONTAINE
LIFL - STC
http://www.lifl.fr



Reply to: