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.
|