Sponsored Content
Operating Systems Linux intel wireless disassociates its self Post 302263740 by osulinux on Tuesday 2nd of December 2008 11:31:18 AM
Old 12-02-2008
intel wireless disassociates its self

I have an Intel wireless 4965 device. It works on some networks but on most it does not. I've noticed that I have a lot of the following messages pretty much non-stop going to console...

Code:
wlan0: associate with AP 00:00:00:00:00:00
wlan0: RX ReassocResp from 00:00:00:00:00:00 (capab=0x421 status=0 aid=255)
wlan0: associated
wlan0: disassociating by local choice (reason=3)
wlan0: deauthenticated
wlan0: authenticate with AP 00:00:00:00:00:00
wlan0: authenticated
wlan0: associate with AP 00:00:00:00:00:00
wlan0: RX ReassocResp from 00:00:00:00:00:00 (capab=0x421 status=0 aid=3)
wlan0: associated
wlan0: disassociating by local choice (reason=3)
wlan0: deauthenticated

Naturally I'm leaning towards this as being a problem.

Here are the modules that my kernel uses for wireless:
Code:
iwlagn                163972  0 
iwlcore               137796  1 iwlagn
rfkill                 17316  4 thinkpad_acpi,iwlcore
mac80211              214000  2 iwlagn,iwlcore
cfg80211               32400  3 iwlagn,iwlcore,mac80211

Kernel version
Code:
2.6.27.5-41.fc9.x86_64

iwconfig says I'm associated and signal is 100/100 but I can't get an IP.

**Yes I know the MAC address is all 0's
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Intel vs. RISC

I am in the process of starting to learn Unix. What is the major difference in the platforms/hardware? Would it be adventageous for me to start working with a cheap Sparc machine or should I just use my Intel machine to start learning? Any help would be appreciated. (11 Replies)
Discussion started by: amucci
11 Replies

2. Programming

Where can I get sun for intel?

:confused: I wanted to get Sun Solaris 9 for NT. I went on the SUn.com site but I couldnt exactly locate the link. Anyone has an idea? thanks Jigar (6 Replies)
Discussion started by: jigarlakhani
6 Replies

3. UNIX for Dummies Questions & Answers

UNIX for Intel PC

Where can I download Solaris for Intel PIII platform. I'm trying to learn Unix at home, I have a spare PC and just need to get the OS? I'm an absolute nubie, so maybe this post doesn't even make sense? I tried looking at the Sun site and didn't see anything listed for download (1 Reply)
Discussion started by: wpblencowe
1 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 Intel

Do you now have to pay to download the Solaris 8 OE? If so when did they change it? (3 Replies)
Discussion started by: tycobb
3 Replies

5. UNIX for Advanced & Expert Users

Solaris on Intel

I was wondering what features are not available on Solaris installed on Intel architecture as compared to the SPARC archietecture?? :-) (3 Replies)
Discussion started by: encrypted
3 Replies

6. AIX

Intel Processor

hello World I Hope to know Why AIX don't Run under INTEL Processor ?? If Any Project Is expected to make AiX to run Under INTEL Processor ??? Thank you ALL (3 Replies)
Discussion started by: mktahar
3 Replies

7. UNIX for Dummies Questions & Answers

Broadcom 440x 10/100 integrated controller\intel(r) pro/wireless 2200bg network conne

Hi , all I have the same problem as posted by stakes20 , but i could not find these drivers (4 Replies)
Discussion started by: ibasit
4 Replies

8. Hardware

HP Compaq 6710 - Intel(R) PRO/Wireless 3945ABG/BG

Hi gurus, I am trying make wireless card working but I am stuck. Tried following: Hardware button for wifi is enabled (wifi led lights): # modprobe -r iwl3945 # modprobe iwl3945 # ifconfig wlan0 up SIOCSIFFLAGS: No such device # ifup wlan0 /sbin/ifup: configuration for wlan0 not... (2 Replies)
Discussion started by: wakatana
2 Replies

9. What is on Your Mind?

AT&T vs Intel...

Just a quicky... I am learning AT&T x86-64 assembly syntax and boy how different Intel and AT&T are. At least there are similarities between AT&T and Motorola 68K syntax the way they are laid out so that does make it a little easier. I have all the Manuals for the Intel Instruction Set and... (0 Replies)
Discussion started by: wisecracker
0 Replies
WIRELESS(7)						     Linux Programmer's Manual						       WIRELESS(7)

NAME
wireless - Wireless Tools and Wireless Extensions SYNOPSIS
iwconfig iwpriv -a DESCRIPTION
The Wireless Extensions is an API allowing you manipulate Wireless LAN networking interfaces. It is composed of a variety of tools and configuration files. It is documented in more details in the Linux Wireless LAN Howto. The Wireless Tools are use to change configuration on the fly, to get statistics and diagnose those interfaces. They are described in their own man page (see below). Wireless configuration is specific to each Linux distribution. This man page will contain in the future the configuration procedure for a few common distributions (when I get the necessary info from them). For the time being, check the various files included with the Wireless Tools package. DEBIAN 3.0 Debian 3.0 (and later) has integrated wireless configuration in their network scripts. File : /etc/network/interfaces Form : wireless_<function> <value> wireless_essid Home wireless_mode ad_hoc See also : /etc/network/if-pre-up.d/wireless-tool /usr/share/doc/wireless.##/README.Debian ORIGINAL PCMCIA SCRIPTS
If you are using the original configuration scripts from the Pcmcia package, you can use this method. File : /etc/pcmcia/wireless.opts Form : *,*,*,*) ESSID="MY_ESSID" MODE="Managed" ;; See also : /etc/pcmcia/wireless File PCMCIA.txt part of Wireless Tools package AUTHOR
Jean Tourrilhes - jt@hpl.hp.com http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ SEE ALSO
iwconfig(8), iwlist(8), iwspy(8), iwpriv(8), iwevent(8). net-tools 12 July 2002 WIRELESS(7)
All times are GMT -4. The time now is 10:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy