You are not logged in.

#1 2012-04-02 09:13:30

zym
Member
Registered: 2012-03-31
Posts: 10

Problems with wireless driver

Hey everyone,

everytime i try to install Arch on my Laptop i have the same problem with the wireless driver.

I install wpa_supplicant, ipw2100-fw, and iw (because the iwconfig package, as described in the "wireless setup" article).

And then i follow the wireless setup  article and the computer gives out error messages:

#: rmmod ipw2100
      -> ERROR: Module ipw2100 does not exist in /proc/modules
#: modprobe ipw2100
     ->
#: rmmod ipw2100
     ->
#: modprobe ipw2100 rtap_iface=1
     ->FATAL: Error inserting ipw2100 (/lib/modules/3.0-Arch/Kernel/drivers/net/wireless/ipw2x00/ipw2100.ko.gz)



the only similiar problem i found was this but it couldn't help me: https://bbs.archlinux.org/viewtopic.php?id=111646


i would really appreciate if you help me.

Last edited by zym (2012-04-02 19:30:02)

Offline

#2 2012-04-02 13:08:52

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems with wireless driver

It is easier for someone to help you, if you provide the exact wifi-card you use by pasting the relevant line the Intel device of:

lspci -nn

Further, have a look in

dmesg

if you see the firmware being loaded ok for the card. paste the relevant output here (with code tags), if unsure.
You write about having installed ipw2100-fw but then modprobe ipw2200, maybe you need to use ipw2200-fw instead for the card.

Offline

#3 2012-04-02 17:06:36

zym
Member
Registered: 2012-03-31
Posts: 10

Re: Problems with wireless driver

The modprobe ipw2200 was a typo I'm sorry for that.

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB Controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b5)
00:1d.0 USB Controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GF106 [GeForce GT 555M] [10de:0df4] (rev a1)
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 130 [8086:0896] (rev 34)
04:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)
05:00.0 Ethernet controller [0200]: Atheros Communications AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)

I'm currently running Ubuntu so i try the dmesg after installing Arch on a VM soon.

Offline

#4 2012-04-02 17:57:29

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problems with wireless driver

That lspci shows you have a Wireless-N 130 card, not ipw2100. So you should be using the iwlwifi driver.

Also, lspci in a VM is useless, as it'll show the virtual hardware of the VM, not your actual hardware.

Offline

#5 2012-04-02 19:35:18

zym
Member
Registered: 2012-03-31
Posts: 10

Re: Problems with wireless driver

Hmm ok,
So where can i look up which exact driver do i need, because the setup manual says that 3 different iwl drivers exist.

Thank you,
and sorry for being so noobish.

Offline

#6 2012-04-02 19:38:41

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Problems with wireless driver

Err, I said which driver you need - iwlwifi

Also, most of the time the driver is loaded automatically, I'm sure that's the case here too.

Offline

#7 2012-04-02 22:18:28

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems with wireless driver

Offline

Board footer

Powered by FluxBB