You are not logged in.
My wireless network worked previously with these in /etc/rc.conf:
wlan0="dhcp"
wlan_wlan0="wlan0 essid blah key blah"
WLAN_INTERFACES=(wlan0)
INTERFACES=(wlan0)Now it's stopped working for some reason and cannot even be detected, let alone configured:
$ lspci
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
$ lsmod
iwl3945
$ /etc/rc.d/network start
:: Starting Network
[BUSY] err, wlan0: ioctl SIOCGIFHWADDR: No such device
$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
$ ifconfig wlan0 up
wlan0: unknown interface: No such device
$ netcfg2 home
:: home up - Interface wlan0 is not a wireless interface [FAIL]Last edited by dyscoria (2008-03-22 17:28:20)
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
My wireless is working fine in my ubuntu partition, but the only interfaces detected in arch are 'lo' and 'eth0'.
It worked a month ago. I leave home, come back, and suddenly 'wlan0' has disappeared. Does anybody have any idea why?
I've tried netcfg2 with NETWORKS=(blah) and DAEMONS=(...net-profiles...), but it complains that wlan0 isn't an interface.
I've tried the NET-PROFILES=() line in rc.conf
The only thing I can think of is a missing module. Surely iwl3945 is all I need?
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Hmm, I use iwl3945 too and it is ok.
Do you have iwlwifi-3945-ucode installed?
Offline
Unload and reload the module and check what dmesg says.
Offline
Hmm, I use iwl3945 too and it is ok.
Do you have iwlwifi-3945-ucode installed?
Unload and reload the module and check what dmesg says.
Here's my output from dmesg:
iwl3945: iwlwifi-3945-1.ucode firemware file req failed: Reason -2Installed iwlwifi-3945-ucode and all is good. Thanks for the help ![]()
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Nice! ![]()
Offline
Can't imagine how it worked before if you've only installed the ucode package now... :?
Offline
Can't imagine how it worked before if you've only installed the ucode package now... :?
Pfff, beats me. "pacman -Rs iwl3945-ucode" isn't the easiest of commands to type by accident ![]()
Only explanation is that some sick bastard hacked passed my firewall and deleted that one package for a laugh, giving me hours of bemused puzzlement.
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline