You are not logged in.

#1 2010-12-14 21:33:53

cyb3rick
Member
From: Puerto Rico
Registered: 2010-12-14
Posts: 7

No wireless - ipw2200 not loading?

I recently installed ArchLinux on my laptop and managed to get most of the things working but I'm stuck with my wireless connection. I've tried a few posted solutions to problems that appear to be similar to mine, but no success.

Here's the output of some commands that could help:

--------------------------------
$ lspci
--------------------------------
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)


--------------------------------
$ lsmod | grep ipw
--------------------------------
ipw2200               127021  0 
libipw                 22731  1 ipw2200
cfg80211              108137  2 ipw2200,libipw
lib80211                3146  2 ipw2200,libipw


--------------------------------
$ dmesg | grep ipw
--------------------------------
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200 0000:03:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200 0000:03:03.0: firmware: requesting ipw2200-bss.fw
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200 0000:03:03.0: PCI INT A disabled
ipw2200: probe of 0000:03:03.0 failed with error -5
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200 0000:03:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200 0000:03:03.0: firmware: requesting ipw2200-bss.fw
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200 0000:03:03.0: PCI INT A disabled
ipw2200: probe of 0000:03:03.0 failed with error -5


--------------------------------
$ ifconfig -a
--------------------------------
eth0      Link encap:Ethernet  HWaddr 00:14:22:EE:0C:D6  
          inet addr:206.248.76.185  Bcast:206.248.76.255  Mask:255.255.255.0
          inet6 addr: fe80::214:22ff:feee:cd6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:65452 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4366 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10639347 (10.1 Mb)  TX bytes:654640 (639.2 Kb)
          Interrupt:18 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

If you need any other output, please let me know. Your help will be much appreciated by this newbie.

Offline

#2 2010-12-14 22:16:49

kwirkie
Member
Registered: 2010-01-09
Posts: 15

Re: No wireless - ipw2200 not loading?

I have the same card and have had no issues. Do you have the firmware installed?

 pacman -Qi ipw2200-fw

Offline

#3 2010-12-14 23:21:29

cyb3rick
Member
From: Puerto Rico
Registered: 2010-12-14
Posts: 7

Re: No wireless - ipw2200 not loading?

Ha! I thought I had... but it wasn't installed. Thanks a bunch! smile

Offline

Board footer

Powered by FluxBB