You are not logged in.

"!#% 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

did you install the firmware as well ?
Offline
have you tried "ifconfig wlan0 up"?
Offline

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

did you install the firmware as well ?
What is that and how do I install that? 
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 
Last edited by Reploid (2008-05-11 14:41:24)
Offline

bangkok_manouel wrote:did you install the firmware as well ?
What is that and how do I install that?
I checked every box on my Arch install.
http://www.archlinux.org/packages/13313/
and you should remove ipw3945 also...
Offline

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

blacklist ipw3945 then
Offline

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

what does dmesg say ?
Offline

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

#pacman -R ipw3945 ipw3945-ucode ipw3945d
Offline

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

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

see this thread too:
http://bbs.archlinux.org/viewtopic.php?pid=331641
Offline

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
instead of typing it everytime just add it into rc.local or another startup script (idk where the proper place would be)
Offline

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

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 
Offline
Firmware isnt compiled eox425 (or at least, we don't get the source to).
Offline