Re: [Bcm43xx-dev] errors using ck-sources-2.6.15

2006-01-05 Thread Michael Buesch
On Thursday 05 January 2006 03:05, Jory A. Pratt wrote:
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x36802368, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x67802678, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x94002940, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0xa3802a38, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0xb4002b40, 0x2000, 0x2000
 
 Seems to be an issue with schedular if this is correct any have a
 possible solution of how we can resolve the problem?

This cannot be a scheduler issue.
Please provide the whole dmesg output of the driver.

-- 
Greetings Michael.


pgpRHXHz3XRag.pgp
Description: PGP signature


[Bcm43xx-dev] Multiple XMIT errors

2006-01-05 Thread Bruno Diaz
Hi all!
Thanks to everybody, I'm using bcm43xx driver to write this!
To start up the driver I had to (may be completly wrong):
1. modprobe (dmesg report 1 core not enabled)
2. rmmod
3. check for all cores enabled, if not, repeat modprobe.
After that, I finally brought up my eth1 interface, associating it to
an open AP.
Now I'm having duplicate packets and weird errors on dmesg:
[17180851.056000] bcm43xx: XMIT ERROR
[17180851.056000] bcm43xx:   Generic Reason: 0x4d80
[17180851.056000] bcm43xx:   DMA reasons:0x, 0x,
0x, 0x
[17180851.056000] bcm43xx:   DMA TX status:  0x2000, 0x61802618,
0x2000, 0x2000
[17180911.564000] bcm43xx: XMIT ERROR
[17180911.564000] bcm43xx:   Generic Reason: 0x4d80
[17180911.564000] bcm43xx:   DMA reasons:0x, 0x,
0x, 0x
[17180911.564000] bcm43xx:   DMA TX status:  0x2000, 0x1b0021b0,
0x2000, 0x2000
[17180972.056000] bcm43xx: Failed to suspend mac!
[17180972.06] bcm43xx: XMIT ERROR
[17180972.06] bcm43xx:   Generic Reason: 0x20004d80
[17180972.06] bcm43xx:   DMA reasons:0x, 0x,
0x, 0x
[17180972.06] bcm43xx:   DMA TX status:  0x2000, 0x4a002498,
0x2000, 0x2000

This is my lscpi -vv
:02:03.0 Network controller: Broadcom Corporation: Unknown device
4318 (rev 02)
Subsystem: Dell: Unknown device 0005
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort-
TAbort- MAbort- SERR- PERR-
Latency: 64
Interrupt: pin A routed to IRQ 18
Region 0: Memory at dfbfe000 (32-bit, non-prefetchable) [size=8K]

Thanks again for your great work!
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


[Bcm43xx-dev] [NEWBIE] Can't get eth1 to appear

2006-01-05 Thread Tim Hewett

Hi,

I have an iBook 12 1.33GHz with built-in Airport Extreme. I've been  
trying
to get the device driver to work with YDL 4.0.1 (but with a 2.6.15  
kernel)

but after rebooting there is no eth1 device. The modstat command shows
the bcm and softmac modules loaded successfully, and the fwcutter tool
successfully extracted the firmwares out of the AppleAirport2.kext  
extension

(except it said there was one firmware it failed on) and placed them in
/usr/lib/hotplug/firmware (where the firmwares for my DVB cards already
exist and work ok). But after rebooting there is no eth1 device  
either shown

by ifconfig -a or by YDL's KDE network configuration GUI.

The 2.6.15 kernel was built with all the options specified on the main
driver web page, so I can't see that that is the problem, I'm not  
sure what

to do. Any ideas? Is there a more detailed how-to page covering building
and installing the driver? Are there any messages I should be seeing in
dmesg or /var/log/* when the modules load? I do see a dmesg log from
softmac listing TKIP and WEP etc., but nothing from the bcm module that
I've noticed.

Thanks,

Tim.
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [Bcm43xx-dev] Error: InitVals bcm43xx_initval05.fw not available or load failed. - InitVals fileformat error

2006-01-05 Thread Stefano Brivio
On Wed, 04 Jan 2006 23:37:00 +0200
Jonathan Dieter [EMAIL PROTECTED] wrote:

 I've googled the error and haven't found anything, so any ideas would be 
 much appreciated.

Check that both hotplug and kernel firmware loading are working fine.


--
ciao
st3
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


Re: [Bcm43xx-dev] errors using ck-sources-2.6.15

2006-01-05 Thread Jory A. Pratt
Michael Buesch wrote:
 On Thursday 05 January 2006 03:05, Jory A. Pratt wrote:
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x36802368, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x67802678, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0x94002940, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0xa3802a38, 0x2000, 0x2000
 bcm43xx: XMIT ERROR
 bcm43xx:   Generic Reason: 0x4d80
 bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
 bcm43xx:   DMA TX status:  0x2000, 0xb4002b40, 0x2000, 0x2000

 Seems to be an issue with schedular if this is correct any have a
 possible solution of how we can resolve the problem?
 
 This cannot be a scheduler issue.
 Please provide the whole dmesg output of the driver.
 

bcm43xx driver 0.0.1
bcm43xx: Chip ID 0x4318, rev 0x2
bcm43xx: Number of cores: 4
bcm43xx: Core 0: ID 0x800, rev 0xd, vendor 0x4243, enabled
bcm43xx: Core 1: ID 0x812, rev 0x9, vendor 0x4243, disabled
bcm43xx: Core 2: ID 0x804, rev 0xc, vendor 0x4243, enabled
bcm43xx: Core 3: ID 0x80d, rev 0x7, vendor 0x4243, enabled
bcm43xx: PHY connected
bcm43xx: Detected PHY: Version: 3, Type 2, Revision 7
bcm43xx: Detected Radio:  ID: 8205017f (Manuf: 17f Ver: 2050 Rev: 8)
bcm43xx: Radio turned off
bcm43xx: Radio turned off
XFS mounting filesystem hda5
Ending clean XFS mount for filesystem: hda5
XFS mounting filesystem hda6
Ending clean XFS mount for filesystem: hda6
bcm43xx: PHY connected
bcm43xx: InitVals written
bcm43xx: Radio turned on
bcm43xx: Chip initialized
bcm43xx: DMA initialized
bcm43xx: 80211 cores initialized
bcm43xx: Keys cleared
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_assoc.c:149:ieee80211softmac_assoc_work()
SoftMAC: Associate: Network not known, trying to initiate scan: SoftMAC:
Start scanning with channel: 1
SoftMAC: Scanning 13 channels
ok.
SoftMAC: Flags for channel 1: 
SoftMAC: FIXME: Probing Channel 1
bcm43xx: set security called
bcm43xx:.active_key = 0
bcm43xx:.level = 1
bcm43xx:.enabled = 1
bcm43xx:.encrypt = 1
SoftMAC: Flags for channel 2: 
SoftMAC: FIXME: Probing Channel 2
SoftMAC: Flags for channel 3: 
SoftMAC: FIXME: Probing Channel 3
SoftMAC: Flags for channel 4: 
SoftMAC: FIXME: Probing Channel 4
SoftMAC: Flags for channel 5: 
SoftMAC: FIXME: Probing Channel 5
SoftMAC: Flags for channel 6: 
SoftMAC: FIXME: Probing Channel 6
SoftMAC: Flags for channel 7: 
SoftMAC: FIXME: Probing Channel 7
SoftMAC: Flags for channel 8: 
SoftMAC: FIXME: Probing Channel 8
SoftMAC: Flags for channel 9: 
SoftMAC: FIXME: Probing Channel 9
SoftMAC: Flags for channel 10: 
SoftMAC: FIXME: Probing Channel 10
SoftMAC: Flags for channel 11: 
SoftMAC: FIXME: Probing Channel 11
SoftMAC: Flags for channel 12: 
SoftMAC: FIXME: Probing Channel 12
eth1: no IPv6 routers present
SoftMAC: Flags for channel 13: 
SoftMAC: FIXME: Probing Channel 13
SoftMAC: Scanning finished
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_assoc.c:149:ieee80211softmac_assoc_work()
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
SoftMAC: Queueing Authentication Request to 00:0d:72:bf:98:f1
SoftMAC: cannot associate without being authenticated, requested
authentication
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
SoftMAC: Sent Authentication Request to 00:0d:72:bf:98:f1.
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
SoftMAC: Open Authentication completed with 00:0d:72:bf:98:f1
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_assoc.c:149:ieee80211softmac_assoc_work()
SoftMAC:
/home/anarchy/ieee80211softmac-20060102/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
SoftMAC: sent association request!
SoftMAC: associated!
bcm43xx: XMIT ERROR
bcm43xx:   Generic Reason: 0x4d80
bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
bcm43xx:   DMA TX status:  0x2000, 0x11002110, 0x2000, 0x2000
bcm43xx: XMIT ERROR
bcm43xx:   Generic Reason: 0x4d80
bcm43xx:   DMA reasons:0x, 0x, 0x, 0x
bcm43xx:   DMA TX status:  0x2000, 0x25802258, 0x2000, 0x2000

I have tried with the last 4 snapshots 01-04 all are giving same results
also have tested with snapshots 

[Bcm43xx-dev] latest svn with call trace

2006-01-05 Thread Jory A. Pratt
bcm43xx driver 0.0.1
bcm43xx: Chip ID 0x4318, rev 0x2
bcm43xx: Number of cores: 4
bcm43xx: Core 0: ID 0x800, rev 0xd, vendor 0x4243, enabled
bcm43xx: Core 1: ID 0x812, rev 0x9, vendor 0x4243, disabled
bcm43xx: Core 2: ID 0x804, rev 0xc, vendor 0x4243, enabled
bcm43xx: Core 3: ID 0x80d, rev 0x7, vendor 0x4243, enabled
bcm43xx: PHY connected
bcm43xx: Detected PHY: Version: 3, Type 2, Revision 7
bcm43xx: Detected Radio:  ID: 8205017f (Manuf: 17f Ver: 2050 Rev: 8)
bcm43xx: Radio turned off
bcm43xx: Radio turned off
bcm43xx: PHY connected
bcm43xx: InitVals written
bcm43xx: Radio turned on
bcm43xx: ASSERTION FAILED (radio_attenuation  10) at:
/home/anarchy/broadcom/driver/bcm43xx_phy.c:1257:bcm43xx_find_lopair()
bcm43xx: WARNING: Writing invalid LOpair (low: 99, high: 104, index: 143)

Call Trace:8801cf97{:bcm43xx:bcm43xx_phy_lo_adjust+343}
   8801ba5b{:bcm43xx:bcm43xx_phy_init_pctl+427}
   8801e569{:bcm43xx:bcm43xx_phy_init+1625}
8800f4e8{:bcm43xx:bcm43xx_chip_init+1528}
   88010210{:bcm43xx:bcm43xx_init_board+1072}
   803beccd{dev_open+61}
803bdeaf{dev_change_flags+111}
   803f8ead{devinet_ioctl+765}
803bfaa6{dev_ioctl+806}
   803b4721{sock_ioctl+577} 80185b4b{do_ioctl+27}
   80185e0b{vfs_ioctl+635} 80185e69{sys_ioctl+73}
   8010f2d9{error_exit+0} 8010e9ae{system_call+126}

bcm43xx: Chip initialized
bcm43xx: DMA initialized
bcm43xx: 80211 cores initialized
bcm43xx: Keys cleared
SoftMAC:
/home/anarchy/source/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC: Associate: Network not known, trying to initiate scan: SoftMAC:
Start scanning with channel: 1
SoftMAC: Scanning 13 channels
ok.
bcm43xx: set security called
bcm43xx:.active_key = 0
bcm43xx:.level = 1
bcm43xx:.enabled = 1
bcm43xx:.encrypt = 1
eth1: no IPv6 routers present
SoftMAC: Scanning finished
SoftMAC:
/home/anarchy/source/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC:
/home/anarchy/source/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
SoftMAC: Queueing Authentication Request to 00:0d:72:bf:98:f1
SoftMAC: cannot associate without being authenticated, requested
authentication
SoftMAC:
/home/anarchy/source/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
SoftMAC: Sent Authentication Request to 00:0d:72:bf:98:f1.
SoftMAC:
/home/anarchy/source/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
SoftMAC: Open Authentication completed with 00:0d:72:bf:98:f1
SoftMAC:
/home/anarchy/source/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC:
/home/anarchy/source/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
SoftMAC: sent association request!
SoftMAC:
/home/anarchy/source/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
SoftMAC: Authentication response received from 00:0d:72:bf:98:f1 but no
queue item exists.
SoftMAC: associated!

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


[Bcm43xx-dev] Success report from PowerBook5,4

2006-01-05 Thread Jesse Barnes
Using the driver that comes with the fedora rawhide kernel-2.6.15-1.1819_FC5 
for ppc, I've managed to get the bcm43xx device in my PowerBook5,4 up and 
running!

[EMAIL PROTECTED] ~]$ cat /etc/sysconfig/networking/devices/ifcfg-bcm43xx
DEVICE=bcm43xx
ONBOOT=no
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
HWADDR=00:0D:93:84:88:11
GATEWAY=
TYPE=Wireless
ESSID=virtuousgeek
CHANNEL=
MODE=
RATE=

Using the above network config file, I can run 'ifup bcm43xx' in one window, 
and then 'iwconfig bcm43xx essid virtuousgeek' in another, and I'm able to 
associate with my ap and get a dhcp address at 54Mb, yay!

The dmesg for the kernel around this time looks like:

bcm43xx: set security called
bcm43xx:.level = 0
bcm43xx:.enabled = 0
bcm43xx:.encrypt = 0
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC: Associate: Network not known, trying to initiate scan: failed.
bcm43xx: PHY connected
bcm43xx: InitVals written
bcm43xx: Radio turned on
bcm43xx: Chip initialized
bcm43xx: DMA initialized
bcm43xx: 80211 cores initialized
bcm43xx: Keys cleared
bcm43xx: no IPv6 routers present
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
SoftMAC: Queueing Authentication Request to 00:14:bf:96:6c:cd
SoftMAC: cannot associate without being authenticated, requested 
authentication
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
SoftMAC: Sent Authentication Request to 00:14:bf:96:6c:cd.
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
SoftMAC: Open Authentication completed with 00:14:bf:96:6c:cd
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
SoftMAC: 
net/ieee80211/softmac/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
SoftMAC: sent association request!
SoftMAC: associated!

It may just be that getting an address takes a long time, but it seems like 
running the 'iwconfig bcm43xx essid virtuousgeek' during the 'ifup' operation 
gets things going.

Anyway, thanks so much for the driver!  I'm so glad I don't have to have an 
orinoco card sticking out from my shinybook anymore!

Jesse
___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev


[Bcm43xx-dev] pb with bcm43xx and wep

2006-01-05 Thread Benoit Chesneau
Hi all,

Just tried to have bcm43xx  softmap orking with an wep encrypted
network but it doesn't work yet. I've also see that there is a crypto
patch but I can't read this patch in archive. Can anyone send me it ?
Anyway, here the method I follow and on the bottom messages I had. Maybe
it could help you, if you have any tip don't hesitate :)

This method is basesd on this thread in gentoo forum : 
http://forums.gentoo.org/viewtopic-t-409194.html

Dl latest kernel 2.6.15
Applied this patch from the gentoo forum that is supposed to help
softmac with wep access :
http://dev.gentoo.org/~anarchy/ieee80211.patch


Dl the snapshots for softmac and bcm43xx here :
ftp://ftp.berlios.de/pub/bcm43xx/snapshots/

I took the 20060105 snapshots .


Compile is ok and I can load modules, I don't use hotplug :
ieee80201_crypt
ieee80201_crypt_wep
ieee80201
ieee80201softmac
bcm43xx

I use the firmware extracted from AppleAirport2

when all modules are loaded, eth1 device is created and I can list ap
and set an encryption key and essid. But I can't ping others machined
after set the network on it. Here is an extracs of messages logs :



Jan  6 03:54:15 enlil bcm43xx: Radio turned off
Jan  6 03:54:15 enlil bcm43xx: DMA 0x0200 (RX) max used slots: 1/64
Jan  6 03:54:15 enlil bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
Jan  6 03:54:15 enlil bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
Jan  6 03:54:15 enlil bcm43xx: DMA 0x0220 (TX) max used slots: 1/512
Jan  6 03:54:15 enlil bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
Jan  6 03:55:39 enlil bcm43xx driver 0.0.1
Jan  6 03:55:39 enlil bcm43xx: Chip ID 0x4306, rev 0x3
Jan  6 03:55:39 enlil bcm43xx: Number of cores: 5
Jan  6 03:55:39 enlil bcm43xx: Core 0: ID 0x800, rev 0x4, vendor 0x4243,
enabled
Jan  6 03:55:39 enlil bcm43xx: Core 1: ID 0x812, rev 0x5, vendor 0x4243,
disabled
Jan  6 03:55:39 enlil bcm43xx: Core 2: ID 0x80d, rev 0x2, vendor 0x4243,
enabled
Jan  6 03:55:39 enlil bcm43xx: Core 3: ID 0x807, rev 0x2, vendor 0x4243,
disabled
Jan  6 03:55:39 enlil bcm43xx: Core 4: ID 0x804, rev 0x9, vendor 0x4243,
enabled
Jan  6 03:55:39 enlil bcm43xx: PHY connected
Jan  6 03:55:39 enlil bcm43xx: Detected PHY: Version: 2, Type 2,
Revision 2
Jan  6 03:55:39 enlil bcm43xx: Detected Radio:  ID: 2205017f (Manuf: 17f
Ver: 2050 Rev: 2)
Jan  6 03:55:39 enlil bcm43xx: Radio turned off
Jan  6 03:55:39 enlil bcm43xx: Radio turned off
Jan  6 03:56:31 enlil SoftMAC: Associate: Network not known, trying to
initiate scan: failed.
Jan  6 03:56:31 enlil bcm43xx: set security called
Jan  6 03:56:31 enlil bcm43xx:.active_key = 0
Jan  6 03:56:31 enlil bcm43xx:.level = 1
Jan  6 03:56:31 enlil bcm43xx:.enabled = 1
Jan  6 03:56:31 enlil bcm43xx:.encrypt = 1
Jan  6 03:56:31 enlil bcm43xx: PHY connected
Jan  6 03:56:32 enlil bcm43xx: InitVals written
Jan  6 03:56:32 enlil bcm43xx: Radio turned on
Jan  6 03:56:32 enlil bcm43xx: Chip initialized
Jan  6 03:56:32 enlil bcm43xx: DMA initialized
Jan  6 03:56:32 enlil bcm43xx: 80211 cores initialized
Jan  6 03:56:32 enlil bcm43xx: Keys cleared
Jan  6 03:56:58 enlil SoftMAC: Start scanning with channel: 1
Jan  6 03:56:58 enlil SoftMAC: Scanning 13 channels
Jan  6 03:57:05 enlil SoftMAC: Scanning finished
Jan  6 03:57:05 enlil SoftMAC: Queueing Authentication Request to
00:01:36:08:a6:cf
Jan  6 03:57:05 enlil SoftMAC: cannot associate without being
authenticated, requested authentication
Jan  6 03:57:05 enlil SoftMAC: Sent Authentication Request to
00:01:36:08:a6:cf.
Jan  6 03:57:17 enlil SoftMAC: Sent Authentication Request to
00:01:36:08:a6:cf.
Jan  6 03:57:29 enlil SoftMAC: Sent Authentication Request to
00:01:36:08:a6:cf.
Jan  6 03:57:41 enlil SoftMAC: Sent Authentication Request to
00:01:36:08:a6:cf.
Jan  6 03:57:53 enlil SoftMAC: Sent Authentication Request to
00:01:36:08:a6:cf.
Jan  6 03:58:05 enlil SoftMAC: Authentication timed out with
00:01:36:08:a6:cf
Jan  6 03:58:05 enlil SoftMAC: cannot associate without being
authenticated, requested authentication

--

___
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev