You are not logged in.

#1 2008-05-11 14:19:28

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Arch seems to think that my wlan0 isn't a wireless interface anymore

"!#% Two days ago, I got my wireless up an running just fine. Then I had to reinstall, and now, even though I believe I have done EXACTLY the same as before to my rc.conf and wireless script, netcfg2 just gives me this nice message:

[root@archcomputer reploid]# netcfg2 wireless_home
:: wireless_home up  - Interface wlan0 is not a wireless interface       [FAIL] 
[root@archcomputer reploid]# netcfg2 ethernet_home
:: ethernet_home up                                                      [DONE] 
[root@archcomputer reploid]#

Modules should be autoloaded, you can see my iwl3945 in there;

MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(tg3 iwl3945 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)

I even put wlan0 in together with INTERFACES, although I believe I should be able to uncomment that as well?

#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth0="dhcp"
#wlan0="dhcp"
INTERFACES=(eth0, wlan0)

And network-profiles is in my daemons list

DAEMONS=(syslog-ng network netfs network-profiles crond hal fam alsa)

Still, ifconfig doesn't return an entry for my wlan0

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

The only thing I can think of that I have done differently, was installing gnome-network-manager, but I didn't get that working, either, so I just pacman -R ed the whole thing.

the intel iwl-drivers are still installed though.

Any clue where I should look for errors/what has gone wrong?

Offline

#2 2008-05-11 14:28:46

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

did you install the firmware as well ?

Offline

#3 2008-05-11 14:35:25

czar
Member
Registered: 2008-03-08
Posts: 115

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

have you tried "ifconfig wlan0 up"?

Offline

#4 2008-05-11 14:35:38

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

It seems that my lsmod is slightly different, and that ipw3945 has gotten into the list now, it wasn't there on my previous install. Hmm..

Old lsmod: http://pastebin.com/me8548a4

New, troubled one: http://pastebin.com/m45a1f7d8

Anybody have a clue whether this could be the cause of the problem?

to czar:
[root@archcomputer reploid]# ifconfig wlan0 up
wlan0: unknown interface: No such device
[root@archcomputer reploid]#

Last edited by Reploid (2008-05-11 14:36:18)

Offline

#5 2008-05-11 14:38:15

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

bangkok_manouel wrote:

did you install the firmware as well ?

What is that and how do I install that? big_smile

I checked every box on my Arch install.

Device shows up on lspci: 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

However not on iwconfig or:
ls /sys/class/net
eth0  lo

No wireless interface there sad

Last edited by Reploid (2008-05-11 14:41:24)

Offline

#6 2008-05-11 14:41:19

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

Reploid wrote:
bangkok_manouel wrote:

did you install the firmware as well ?

What is that and how do I install that? big_smile

I checked every box on my Arch install.

http://www.archlinux.org/packages/13313/

and you should remove ipw3945 also...

Offline

#7 2008-05-11 14:50:46

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

I DO have the firmware installed, both tried to download again, and pacman -Qi for iwlwifi-3945-ucode. It appears to be installed.

I tried to remove (pacman -R) all other packages containing 3945, but ipw3945 still shows up in lsmod, after reboot. And I can't get online with the wifi.

mbcache                 7168  1 ext3
ipw3945               204452  0 
ieee80211              30664  1 ipw3945
ieee80211_crypt         4992  1 ieee80211
usb_storage            83648  1 
usbhid                 42560  0 
hid                    38272  1 usbhid
ff_memless              5128  1 usbhid
sd_mod                 23168  7 
sr_mod                 15268  0 
cdrom                  34080  1 sr_mod
iwl3945                86504  0 
mac80211              117644  1 iwl3945
tg3                   110596  0 
cfg80211               11400  1 mac80211
ehci_hcd               33804  0 
uhci_hcd               23312  0 
usbcore               128620  6 ndiswrapper,usb_storage,usbhid,ehci_hcd,uhci_hcd
ata_piix               14852  0 
ahci                   23812  4 
ata_generic             5380  0 
pata_acpi               5248  0 
libata                141424  4 ata_piix,ahci,ata_generic,pata_acpi
[root@archcomputer reploid]# pacman -Qs 3945
local/iwlwifi-3945-ucode 2.14.1.5-2
    Intel wireless firmware for IPW3945 (iwlwifi driver)
[root@archcomputer reploid]#

There is something fishy going on here.

Last edited by Reploid (2008-05-11 14:51:17)

Offline

#8 2008-05-11 14:53:48

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

blacklist ipw3945 then

Offline

#9 2008-05-11 15:12:51

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

It doesn't work.

I have put ipw3945 on the blacklist, along with
#
ieee80211              30664  1 ipw3945
#
ieee80211_crypt         4992  1 ieee80211

that weren't in my old lsmod. Still, to no avail. No f!"#¤ing clue.

*sigh...
reinstall again

Last edited by Reploid (2008-05-11 15:16:10)

Offline

#10 2008-05-11 15:17:57

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

what does dmesg say ?

Offline

#11 2008-05-11 15:24:58

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
iwl3945: iwlwifi-3945-1.ucode firmware file req failed: Reason -2
iwl3945: Could not read microcode: -2
ACPI: PCI interrupt for device 0000:03:00.0 disabled
iwl3945: probe of 0000:03:00.0 failed with error -2
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.2dmpr
ipw3945: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:03:00.0 to 64
ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
usb 7-2: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
ipw3945: ipw3945.ucode load failed: Reason -2
ipw3945: Could not read microcode: -2
ACPI: PCI interrupt for device 0000:03:00.0 disabled
ipw3945: probe of 0000:03:00.0 failed with error -2
Initializing USB Mass Storage driver...

Offline

#12 2008-05-11 15:27:01

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

#pacman -R ipw3945 ipw3945-ucode ipw3945d

Offline

#13 2008-05-11 15:29:48

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

Already did.

[root@archcomputer reploid]# pacman -R ipw3945 ipw3945-ucode ipw3945d
loading package data...
error: 'ipw3945': could not find or read package
[root@archcomputer reploid]#

Offline

#14 2008-05-11 15:35:55

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

errf just noticed... try removing NETWORK from your daemons array, comment out INTERFACES in rc.conf and add NETWORKS with your netcfg2 profiles if you didn't already.

Offline

#15 2008-05-11 15:40:26

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

Offline

#16 2008-05-11 16:05:27

Reploid
Member
From: Cold Country up North
Registered: 2008-03-27
Posts: 110

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

Yay! The last thread "solved" the problem. I am saying "solved," because modprobe -r modprobe on startup every time doesn't really diagnose the problem, it offers a rather tedious solution that has to be done manually everytime.

Very strange. I thought I just had a n00b problem, but then it turned out to be a real riddle.

Anyway, thanks for taking your time and showing perseverance, Bankok. I know that was a real hassle, I appreciate it.

Offline

#17 2008-05-11 22:01:07

czar
Member
Registered: 2008-03-08
Posts: 115

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

instead of typing it everytime just add it into rc.local or another startup script (idk where the proper place would be)

Offline

#18 2008-05-12 13:50:56

eox425
Member
From: Ukraine vinnitsa reg Ladyzhin
Registered: 2008-05-11
Posts: 18

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

As for me...
I think that Reploid have just to recompile firmware for his card.
Don't trust package systems so much. They may contain errors.


________
samp vcmp q4 ut3 ut2 MangoS admin

Offline

#19 2008-05-12 14:05:29

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

eox425 wrote:

As for me...
I think that Reploid have just to recompile firmware for his card.
Don't trust package systems so much. They may contain errors.

you may have a look at the PKGBUILD roll

Offline

#20 2008-05-12 23:43:48

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Arch seems to think that my wlan0 isn't a wireless interface anymore

Firmware isnt compiled eox425 (or at least, we don't get the source to).

Offline

Board footer

Powered by FluxBB