Networking Forums

Networking Forums > Computer Networking > Linux Networking > prism2_plx module problem

Reply
Thread Tools Display Modes

prism2_plx module problem

 
 
shellcode
Guest
Posts: n/a

 
      12-23-2003, 06:07 AM
hi.
i just upgraded to kernel 2.6.0 and i installed linux-wlan-ng-0.2.1-pre16.
i used the standard plx procedure as described in the README (which worked
in kernel 2.4.22). however, with kernel 2.6, after a while i get:
--------------------------
p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
linkstatus=CONNECTED
wlan0: no IPv6 routers present
linkstatus=AP_OUTOFRANGE (unhandled)
linkstatus=AP_INRANGE (unhandled)
hfa384x_copy_to_bap4: copy_to_bap() failed.
NETDEV WATCHDOG: wlan0: transmit timed out
hfa384x_tx_timeout: Implement me.
NETDEV WATCHDOG: wlan0: transmit timed out
hfa384x_tx_timeout: Implement me.
NETDEV WATCHDOG: wlan0: transmit timed out
hfa384x_tx_timeout: Implement me.
--------------------------
at this point i have to rmmod prism2_plx and reload it again.
does anybody know how to fix this? i think that the prism2_bap_timeout
parameter to the prism2_plx module may have something to do with it. i
searched online but im not sure which arguments to pass to that parameter.
thank's.
 
Reply With Quote
 
 
 
 
archibald
Guest
Posts: n/a

 
      12-23-2003, 11:13 AM
shellcode wrote:
> hi. i just upgraded to kernel 2.6.0 and i installed
> linux-wlan-ng-0.2.1-pre16. i used the standard plx procedure as
> described in the README (which worked in kernel 2.4.22). however,
> with kernel 2.6, after a while i get: --------------------------
> p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame
> dropped. p80211knetdev_hard_start_xmit: Tx attempt prior to
> association, frame dropped.

Have you allocated an IP address to your card ? for example : ifconfig
wlan0 up 10.0.0.1

Hope that helps you.

 
Reply With Quote
 
shellcode
Guest
Posts: n/a

 
      12-24-2003, 01:59 AM
On Tue, 23 Dec 2003 13:13:41 +0100, archibald wrote:

> shellcode wrote:
> > hi. i just upgraded to kernel 2.6.0 and i installed
> > linux-wlan-ng-0.2.1-pre16. i used the standard plx procedure as
> > described in the README (which worked in kernel 2.4.22). however,
> > with kernel 2.6, after a while i get: --------------------------
> > p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame
> > dropped. p80211knetdev_hard_start_xmit: Tx attempt prior to
> > association, frame dropped.

> Have you allocated an IP address to your card ? for example : ifconfig
> wlan0 up 10.0.0.1
>
> Hope that helps you.


oh yea, i am on USENET right now with the card. everything works fine for
about 15 minutes until i get those errors and have to rmmod and modprobe
the card and re-apply the settings with ifconfig (by running
/etc/rc.d/rc.local)

shellcode@ph33r:~$ cat /etc/rc.d/rc.local
#!/bin/sh
#
# /etc/rc.d/rc.local: Local system initialization script.
#
# Put any local setup commands in here:
modprobe prism2_plx
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=Wireless authtype=opensystem
ifconfig wlan0 192.168.0.7 netmask 255.255.255.0 broadcast 255.255.255.0
route add default gw 192.168.0.1

like i said, everything is great until those errors come up.
 
Reply With Quote
 
archibald
Guest
Posts: n/a

 
      12-26-2003, 10:58 AM
shellcode wrote:
> On Tue, 23 Dec 2003 13:13:41 +0100, archibald wrote:
>
>
>>shellcode wrote:
>> > hi. i just upgraded to kernel 2.6.0 and i installed
>> > linux-wlan-ng-0.2.1-pre16. i used the standard plx procedure as
>> > described in the README (which worked in kernel 2.4.22). however,
>> > with kernel 2.6, after a while i get: --------------------------
>> > p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame
>> > dropped. p80211knetdev_hard_start_xmit: Tx attempt prior to
>> > association, frame dropped.

>>Have you allocated an IP address to your card ? for example : ifconfig
>>wlan0 up 10.0.0.1
>>
>>Hope that helps you.

>
>
> oh yea, i am on USENET right now with the card. everything works fine for
> about 15 minutes until i get those errors and have to rmmod and modprobe
> the card and re-apply the settings with ifconfig (by running
> /etc/rc.d/rc.local)


Did your card work fine in kernel 2.4.22 ?

 
Reply With Quote
 
Bob Jones
Guest
Posts: n/a

 
      01-16-2004, 01:01 AM
Just curious if you ever found out a solution to this one. I just
bought d-link today and I'm having the exact problem



shellcode <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)> ...
> hi.
> i just upgraded to kernel 2.6.0 and i installed linux-wlan-ng-0.2.1-pre16.
> i used the standard plx procedure as described in the README (which worked
> in kernel 2.4.22). however, with kernel 2.6, after a while i get:
> --------------------------
> p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
> p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
> linkstatus=CONNECTED
> wlan0: no IPv6 routers present
> linkstatus=AP_OUTOFRANGE (unhandled)
> linkstatus=AP_INRANGE (unhandled)
> hfa384x_copy_to_bap4: copy_to_bap() failed.
> NETDEV WATCHDOG: wlan0: transmit timed out
> hfa384x_tx_timeout: Implement me.
> NETDEV WATCHDOG: wlan0: transmit timed out
> hfa384x_tx_timeout: Implement me.
> NETDEV WATCHDOG: wlan0: transmit timed out
> hfa384x_tx_timeout: Implement me.
> --------------------------
> at this point i have to rmmod prism2_plx and reload it again.
> does anybody know how to fix this? i think that the prism2_bap_timeout
> parameter to the prism2_plx module may have something to do with it. i
> searched online but im not sure which arguments to pass to that parameter.
> thank's.

 
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
Problem with netfilter in a kernel module Aashay Shringarpure Linux Networking 1 03-02-2009 06:58 AM
Problem with canopy module AP & SM Toink Wireless Internet 0 03-19-2006 06:34 AM
Problem with canopy module AP & SM Toink Wireless Internet 0 03-19-2006 06:30 AM
help about nat and internet service provider problem!! (kernel module) Giacomo Linux Networking 2 08-26-2005 06:37 PM
problem with webmin sendmail M4 module on debian 3.0r1 Peter King Linux Networking 0 07-17-2003 03:04 PM



1 2 3 4 5 6 7 8 9 10 11