Hi,

I went through the output and pulled out the interesting parts, and will go through them below. Sorry for the html email, but colors help with this.

Also, can you do a test with WPA (vs WPA2), WEP, or Open (no encryption), as it looks like your issue is with the encryption.

Please run the following commands and supply their output:

    ls -l /lib/firmware/ | grep ipw

    dpkg -l wpasupplicant

-------------------

lspci output:

04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05) <---- This tells me that it's an Intel PRO 2200 wireless adapter

lspci -vv output:

04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    Subsystem: Intel Corporation Device 2711
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64 (750ns min, 6000ns max), Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 21
    Region 0: Memory at a0202000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: <access denied>
Kernel driver in use: ipw2200 <----- This tells us the Kernel driver module, and that it is in use
    Kernel modules: ipw2200

dmesg output (basically kernel boot up), we can see the driver loading, and that it detected the card.

[ 6.221710] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[    6.221716] ipw2200: Copyright(c) 2003-2006 Intel Corporation

[ 7.068896] ipw2200 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 7.068943] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

lsmod output, we can see the driver loaded:

Module                  Size  Used by
ipw2200               146241  0

iwconfig output, we can see the adapter is seen as "eth1" (eth0 is your wired connection, thus no wireless extensions), that it's associated with the network "WLG" and the AP's MAC address (Which you could verify with your router/AP). The critical item here is the invalid crypt frames, there are a ton of them and no real valid frames. This means that your WPA/WPA2 is not working right, hence why I am asking if WPA Supplicant is installed in the commands above.

eth1      IEEE 802.11bg ESSID:"WLG"
Mode:Managed Frequency:2.412 GHz Access Point: 00:14:D1:CA:EC:BC
Bit Rate:24 Mb/s Tx-Power=20 dBm   Sensitivity=8/0
          Retry limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=77/100  Signal level=-31 dBm  Noise level=-79 dBm
          Rx invalid nwid:0 ***Rx invalid crypt:22059 *Rx invalid frag:0
          Tx excessive retries:12  Invalid misc:0   Missed beacon:6

-Harry

On 11/30/2014 04:45 PM, Winterlight wrote:

Can you give us the output of the following commands (in a terminal window).

I appended the text to a reply but it looks like the Listserv isn't letting it though... probably too long.

Here it is www.winterlight.org/hwglinux.txt

but first your last command = iwconfig>> ~/hwglinux.txt
returned
lo  no wireless extensions

irda0  no wireless extensions.

etho0  no wireless extensions

thanks for the help Harry. w






Reply via email to