Networking Forums

Networking Forums > Computer Networking > Linux Networking > wlan networking error

Reply
Thread Tools Display Modes

wlan networking error

 
 
dustin
Guest
Posts: n/a

 
      07-31-2004, 09:49 PM
I have just installed a Netgear MA311 wireless card using rpm files
supplied by linux-wlan.org on Kernal-2.4.18-14 RH8. No errors on
install. I have an external connection through eth0 and internal
network on eth1. When I restart the network I get the following error
when the system tries to bring up interface wlan0:

p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame
dropped.

The error repeats three times and then I get the green OK.

The log (/var/log/messages):

Jul 31 14:36:57 babylon network: Shutting down interface eth0:
succeeded
Jul 31 14:36:57 babylon dhcpd: receive_packet failed on eth1: Network
is down
Jul 31 14:36:57 babylon network: Shutting down interface eth1:
succeeded
Jul 31 14:36:57 babylon network: Shutting down interface wlan0:
succeeded
Jul 31 14:36:58 babylon network: Shutting down loopback interface:
succeeded
Jul 31 14:36:58 babylon sysctl: net.ipv4.ip_forward = 0
Jul 31 14:36:58 babylon network: Disabling IPv4 packet forwarding:
succeeded
Jul 31 14:36:58 babylon sysctl: net.ipv4.ip_forward = 1
Jul 31 14:36:58 babylon sysctl: net.ipv4.conf.default.rp_filter = 1
Jul 31 14:36:58 babylon sysctl: kernel.sysrq = 0
Jul 31 14:36:58 babylon sysctl: kernel.core_uses_pid = 1
Jul 31 14:36:58 babylon network: Setting network parameters:
succeeded
Jul 31 14:36:58 babylon network: Bringing up loopback interface:
succeeded
Jul 31 14:37:00 babylon ifup: SIOCSIFFLAGS: Cannot assign requested
address
Jul 31 14:37:00 babylon ifup: SIOCSIFFLAGS: Cannot assign requested
address
Jul 31 14:37:01 babylon network: Bringing up interface eth0:
succeeded
Jul 31 14:37:01 babylon kernel: eth0: Setting full-duplex based on
MII#1 link partner capability of 41e1.
Jul 31 14:37:03 babylon network: Bringing up interface eth1:
succeeded
Jul 31 14:37:03 babylon ifup: Error for wireless request "Set Encode"
(8B2A) :
Jul 31 14:37:03 babylon ifup: SET failed on device wlan0 ;
Function not implemented.
Jul 31 14:37:03 babylon ifup: Error for wireless request "Set ESSID"
(8B1A) :
Jul 31 14:37:03 babylon ifup: SET failed on device wlan0 ;
Function not implemented.
Jul 31 14:37:03 babylon kernel: p80211knetdev_hard_start_xmit: Tx
attempt prior to association, frame dropped.
Jul 31 14:37:04 babylon kernel: eth1: Setting full-duplex based on
MII#1 link partner capability of 45e1.
Jul 31 14:37:04 babylon kernel: p80211knetdev_hard_start_xmit: Tx
attempt prior to association, frame dropped.
Jul 31 14:37:05 babylon kernel: p80211knetdev_hard_start_xmit: Tx
attempt prior to association, frame dropped.
Jul 31 14:37:05 babylon network: Bringing up interface wlan0:
succeeded
Jul 31 14:37:07 babylon kernel: p80211knetdev_hard_start_xmit: Tx
attempt prior to association, frame dropped.


I would apprecate some suggestions.

Thanks
-Dustin
 
Reply With Quote
 
 
 
 
Allen Kistler
Guest
Posts: n/a

 
      08-01-2004, 06:39 AM
dustin wrote:
> I have just installed a Netgear MA311 wireless card using rpm files
> supplied by linux-wlan.org on Kernal-2.4.18-14 RH8. No errors on
> install. I have an external connection through eth0 and internal
> network on eth1. When I restart the network I get the following error
> when the system tries to bring up interface wlan0:
>
> p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame
> dropped.
>
> The error repeats three times and then I get the green OK.
>
> The log (/var/log/messages):
>
> [snip]
>
> I would apprecate some suggestions.


Don't sweat it. It comes up and it works. Right?
 
Reply With Quote
 
dustin
Guest
Posts: n/a

 
      08-01-2004, 06:35 PM
> Don't sweat it. It comes up and it works. Right?


Ok, I have gotten it to work in Ad-Hoc mode, ie. my win2000 box picks
up the SSID, but when I switch to infrustructure no dice. I get the
following errors when I restart the network:

/etc/init.d/wlan restart
Shutting Down WLAN Devices:message=lnxreq_ifstate
ifstate=disable
resultcode=success
Starting WLAN Devices:message=dot11req_mibset
mibattribute=dot11PrivacyInvoked=false
resultcode=success
message=dot11req_mibset
mibattribute=dot11ExcludeUnencrypted=false
resultcode=success
[root@babylon root]# [ OK ]

Then:
[root@babylon root]# ifup wlan0
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Function not implemented.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Function not implemented.

and a series of errors:

p80211knetdev_har_start_xmit: Tx attempt prior to association, frame
droped

And no signal is picked up on my Win2000 machine? There is a nice
howto here:

http://www.siliconvalleyccie.com/lin...m#_Toc76573764

which states in trouble shooting:

Kernel Log Errors
p80211 Kernel errors in /var/log/messages usually point to an
incorrectly configured SSID or may also be due to a NIC card with an
outdated firmware version.

Nov 13 22:24:54 bigboy kernel: p80211knetdev_hard_start_xmit: Tx
attempt prior to association, frame dropped.

So it could be that SSID is configured incorrectly, but I don't see
it. Here is my wlan.conf file:
WLAN_DEVICES="wlan0"

# Below is the list of channels to scan, when we scan.
ChannelList="01:02:03:04:05:06:07:08:09:0a:0b:00:0 0:00"
# Below is the min and max time we linger on a channel during a scan.
ChannelMinTime=200
ChannelMaxTime=250
# And here we have the master scan toggle.
WLAN_SCAN=n

##########
# Note: To bind to a specific network, change the SSID to something
different
# and create the file /etc/wlan/wlancfg-<SSID> with your
network-
# specific settings. If this file is not present, the settings
in
# /etc/wlancfg/wlancfg-DEFAULT are used.
#
# for example:
# SSID_wlan0="linux-wlan"
# This expects a file called "/etc/wlan/wlancfg-linux-wlan" to be
present.
#
# Use a SSID of "" to associate with any network in range.
#########

SSID_wlan0="fairfield"
ENABLE_wlan0=y
#SSID_wlan1=""
#ENABLE_wlan1=n
#SSID_wlan2=""
#ENABLE_wlan2=n

And here is the file wlancfg-fairfield:
#=======USER MIB SETTINGS=============================
# You can add the assignments for various MIB items
# of your choosing to this variable, separated by
# whitespace. The wlan-ng script will then set each one.
# Just uncomment the variable and set the assignments
# the way you want them.

#USER_MIBS="p2CnfRoamingMode=1 p2CnfShortPreamble=mixed"

#=======WEP======================================= ====
# [Dis/En]able WEP. Settings only matter if PrivacyInvoked is true
lnxreq_hostWEPEncrypt=false # true|false
lnxreq_hostWEPDecrypt=false # true|false
dot11PrivacyInvoked=false # true|false
dot11WEPDefaultKeyID=0 # 0|1|2|3
dot11ExcludeUnencrypted=true # true|false, in AP this means WEP is
required.

# If PRIV_GENSTR is not empty, use PRIV_GENTSTR to generate
# keys (just a convenience)
PRIV_GENERATOR=/sbin/nwepgen # nwepgen, Neesus compatible
PRIV_KEY128=false # keylength to generate
PRIV_GENSTR=""

# or set them explicitly. Set genstr or keys, not both.
dot11WEPDefaultKey0= # format: xx:xx:xx:xx:xx or
dot11WEPDefaultKey1= #
xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
dot11WEPDefaultKey2= # e.g. 01:20:03:40:05 or
dot11WEPDefaultKey3= #
01:02:03:04:05:06:07:08:09:0a:0b:0c:0d
#=======SELECT STATION MODE===================
IS_ADHOC=n # y|n, y - adhoc, n - infrastructure

#======= INFRASTRUCTURE STATION ===================
# What kind of authentication?
AuthType="opensystem" # opensystem | sharedkey (requires
WEP)

#======= ADHOC STATION ============================
BCNINT=100 # Beacon interval (in Kus)
CHANNEL=6 # DS channel for BSS (1-14, depends
# on regulatory domain)
BASICRATES="2 4" # Rates for mgmt&ctl frames (in
500Kb/s)
OPRATES="2 4 11 22" # Supported rates in BSS (in 500Kb/s)

As I stated above, if I change IS_ADHOC=y, I can see the SSID on my
win2000 machine; I beleive the card is working.

Am I missing something, or is there an issue with firmware on this
card as suggested by the howto? BTW, how do you determine the fireware
version in linux?

Thanks again for any suggestions.

-Dustin
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
networking with ethernet and wlan in my box Norman Elliott Linux Networking 1 06-26-2006 05:38 PM
Networking: don't get WLAN working; connection manager freezing [x-post] Oliver Meister Linux Networking 2 04-20-2006 06:32 AM
WinXP sees WLAN, doesn't connect, no error message Jochen Rundholz Wireless Networks 2 02-21-2005 11:43 PM
WLAN USB Adapter w. Win2k - Error Code 10 Bogislav Wilmers Wireless Networks 0 08-13-2004 02:27 PM
Error Msg in Device Manager for WLAN PCI Adapter Andrew Magill Windows Networking 0 08-19-2003 04:45 AM



1 2 3 4 5 6 7 8 9 10 11