[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trouble getting bcm43xx driver to work



Still no joy. With the last two days snapshots I get a new error using 
iwconfig:
aaron@sin:~$ iwconfig
lo        no wireless extensions.

eth3      IEEE 802.11b/g  ESSID:"EucalyptusMarginata"  Nickname:"Broadcom 
4318"
iwconfig: symbol lookup error: iwconfig: undefined symbol: iw_sawap_ntop
aaron@sin:~$                             


As requested here are the steps I take (with comments) and the dmesg output is 
attached.

# Determine which interface is the wireless (it changes)
root@sin:~# iwconfig
lo        no wireless extensions.

eth3      IEEE 802.11b/g  ESSID:off/any  Nickname:"Broadcom 4318"
iwconfig: symbol lookup error: iwconfig: undefined symbol: iw_sawap_ntop

# Bring it up without IP so "iwlist ethx scan" will work 
root@sin:~# ifconfig eth3 up

# Scan to make sure we can see the wireless network
root@sin:~# iwlist eth3 scan
eth3      No scan results
root@sin:~# iwlist eth3 scan
eth3      No scan results
root@sin:~# iwlist eth3 scan
eth3      Scan completed :
          Cell 01 - Address: 00:90:4C:7E:00:64
                    ESSID:"EucalyptusMarginata"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Encryption key:off
                    Bit Rates:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
                    Quality=100/100  Signal level=-74 dBm
                    Extra: Last beacon: 316ms ago

# Set the wireless network settings
root@sin:~# iwconfig eth3 essid EucalyptusMarginata channel 11

# Can we still see the network?
root@sin:~# iwlist eth3 scan
eth3      Scan completed :
          Cell 01 - Address: 00:90:4C:7E:00:64
                    ESSID:"EucalyptusMarginata"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Encryption key:off
                    Bit Rates:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
                    Quality=100/100  Signal level=-38 dBm
                    Extra: Last beacon: 276ms ago

# Lets try to get a DHCP IP address
root@sin:~# dhclient eth3
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/eth3/00:14:51:81:ae:f2
Sending on   LPF/eth3/00:14:51:81:ae:f2
Sending on   Socket/fallback
DHCPDISCOVER on eth3 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth3 to 255.255.255.255 port 67 interval 9
^C

# Now try to set IP Manually and check netmask
root@sin:~# ifconfig eth3 down
root@sin:~# ifconfig eth3 192.168.73.69 up
root@sin:~# ifconfig eth3
eth3      Link encap:Ethernet  HWaddr 00:14:51:81:AE:F2
          inet addr:192.168.73.69  Bcast:192.168.73.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:2707 (2.6 KiB)
          Interrupt:52

# Check routing for local wireless network traffic is there
root@sin:~# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.73.0    *               255.255.255.0   U         0 0          0 eth3

# The big test - can we ping the AP/router?
root@sin:~# ping 192.168.73.1
PING 192.168.73.1 (192.168.73.1) 56(84) bytes of data.
From 192.168.73.69 icmp_seq=2 Destination Host Unreachable
From 192.168.73.69 icmp_seq=3 Destination Host Unreachable
From 192.168.73.69 icmp_seq=4 Destination Host Unreachable
From 192.168.73.69 icmp_seq=6 Destination Host Unreachable
From 192.168.73.69 icmp_seq=7 Destination Host Unreachable
From 192.168.73.69 icmp_seq=8 Destination Host Unreachable
From 192.168.73.69 icmp_seq=10 Destination Host Unreachable
From 192.168.73.69 icmp_seq=11 Destination Host Unreachable
From 192.168.73.69 icmp_seq=12 Destination Host Unreachable
From 192.168.73.69 icmp_seq=14 Destination Host Unreachable
From 192.168.73.69 icmp_seq=15 Destination Host Unreachable
From 192.168.73.69 icmp_seq=16 Destination Host Unreachable

--- 192.168.73.1 ping statistics ---
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17019ms
, pipe 3

# No joy - is the wireless still up?
root@sin:~# iwlist eth3 scan
eth3      Scan completed :
          Cell 01 - Address: 00:90:4C:7E:00:64
                    ESSID:"EucalyptusMarginata"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Encryption key:off
                    Bit Rates:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
                    Quality=100/100  Signal level=-85 dBm
                    Extra: Last beacon: 1448ms ago

# I think it may be time to but a USB wireless device until bcm43xx is easier!

On Monday 09 January 2006 11:45, Aaron Kerr wrote:
> I have been trying to compile more recent snapshots with a fresh 2.6.15
> kernel. I have been side-tracked by a driver compile problem around an
> declared value:
> <ERR>
> include/linux/skbuff.h:1209: error: ‘KM_SKB_DATA_SOFTIRQ’ undeclared
> (first use in this function)
> </ERR>
> KM_SKB_DATA_SOFTIRQ is in a linux header for powerpc but not ppc.
>
> After adding a sprinkling of arch=powerpc (to my kernel builds) this
> error has gone away although I am not sure exactly how I fixed it (too
> many changes and not testing often enough).
>
> I have successfully compiled the 20060107 snapshots of ieeesoftmac and
> bcm43xx and will test after work tonight (about 6 hours from now) as I
> do not have an open wireless network at my place of work.
>
> Michael Tautschnig wrote:
> >>No such logs on the AP. It just shows me attached dhcp clients and
> >> websites accessed. My iBook is not listed as an attached DHCP client.
> >
> > What about the current source revisions/snapshots? Do they work any
> > better? Could you please post your current dmesg and the exact steps you
> > performed (ifconfig, iwconfig ...)
> >
> > Thanks,
> > Michael
b-0001:10:1a.0-1
[   52.963624] input: HID 05ac:1000 as /class/input/input4
[   52.963686] evbug.c: Connected device: "HID 05ac:1000", usb-0001:10:1a.0-1/input1
[   52.963691] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0001:10:1a.0-1
[   52.972574] HID device not claimed by input or hiddev
[   52.972595] usbcore: registered new driver usbhid
[   52.972601] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[   53.170311] input: PowerMac Beep as /class/input/input5
[   53.170350] evbug.c: Connected device: "PowerMac Beep", powermac/beep
[   53.225770] input: appletouch as /class/input/input6
[   53.225859] evbug.c: Connected device: "appletouch", usb-0001:10:1a.0-2/input0
[   53.225873] usbcore: registered new driver appletouch
[   53.227770] appletouch: incomplete data package.
[   53.238600] evbug.c: Event. Dev: usb-0001:10:1a.0-2/input0, Type: 0, Code: 0, Value: 0
[   53.284134] adt746x: version 1 (supported)
[   53.284144] adt746x: Thermostat bus: 1, address: 0x2e, limit_adjust: 0, fan_speed: -1
[   53.284150] sensor 0: PWR/MEMORY BOTTOMSIDE
[   53.284154] sensor 1: CPU BOTTOMSIDE
[   53.284157] sensor 2: GPU BOTTOMSIDE
[   53.320480] adt746x: ADT7467 initializing
[   53.325093] adt746x: Lowering max temperatures from 69, 92, 101 to 70, 50, 70
[   53.325173] adt746x: Setting speed to 0 for CPU BOTTOMSIDE fan.
[   56.295619] adt746x: setting fans speed to 118 (limit exceeded by 3 on CPU BOTTOMSIDE) 
[   56.295664] adt746x: Setting speed to 118 for CPU BOTTOMSIDE fan.
[   57.504384] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[   57.504392] md: bitmap version 4.39
[   58.481911] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[   59.623179] hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
[   59.623191] hdc: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[   59.623198] ide: failed opcode was: unknown
[   59.623488] cdrom: open failed.
[   59.868384] device-mapper: dm-linear: Device lookup failed
[   59.868396] device-mapper: error adding target to table
[   59.869249] device-mapper: dm-linear: Device lookup failed
[   59.869256] device-mapper: error adding target to table
[   59.869826] device-mapper: dm-linear: Device lookup failed
[   59.869832] device-mapper: error adding target to table
[   59.870350] device-mapper: dm-linear: Device lookup failed
[   59.870356] device-mapper: error adding target to table
[   59.870845] device-mapper: dm-linear: Device lookup failed
[   59.870850] device-mapper: error adding target to table
[   59.871347] device-mapper: dm-linear: Device lookup failed
[   59.871352] device-mapper: error adding target to table
[   59.871843] device-mapper: dm-linear: Device lookup failed
[   59.871848] device-mapper: error adding target to table
[   59.872383] device-mapper: dm-linear: Device lookup failed
[   59.872389] device-mapper: error adding target to table
[   59.872883] device-mapper: dm-linear: Device lookup failed
[   59.872889] device-mapper: error adding target to table
[   59.873391] device-mapper: dm-linear: Device lookup failed
[   59.873397] device-mapper: error adding target to table
[   59.874009] device-mapper: dm-linear: Device lookup failed
[   59.874015] device-mapper: error adding target to table
[   59.874503] device-mapper: dm-linear: Device lookup failed
[   59.874508] device-mapper: error adding target to table
[   59.874974] device-mapper: dm-linear: Device lookup failed
[   59.874979] device-mapper: error adding target to table
[   59.875438] device-mapper: dm-linear: Device lookup failed
[   59.875443] device-mapper: error adding target to table
[   59.875899] device-mapper: dm-linear: Device lookup failed
[   59.875903] device-mapper: error adding target to table
[   59.876386] device-mapper: dm-linear: Device lookup failed
[   59.876391] device-mapper: error adding target to table
[   59.876930] device-mapper: dm-linear: Device lookup failed
[   59.876935] device-mapper: error adding target to table
[   59.877427] device-mapper: dm-linear: Device lookup failed
[   59.877431] device-mapper: error adding target to table
[   59.877964] device-mapper: dm-linear: Device lookup failed
[   59.877970] device-mapper: error adding target to table
[   59.878471] device-mapper: dm-linear: Device lookup failed
[   59.878476] device-mapper: error adding target to table
[   70.591242] hStart = 1048, hEnd = 1184, hTotal = 1344
[   70.591250] vStart = 771, vEnd = 777, vTotal = 806
[   70.591256] h_total_disp = 0x7f00a7	   hsync_strt_wid = 0x910412
[   70.591260] v_total_disp = 0x2ff0325	   vsync_strt_wid = 0x860302
[   70.591263] pixclock = 15384
[   70.591265] freq = 6500
[   72.098455] Bluetooth: Core ver 2.8
[   72.098465] NET: Registered protocol family 31
[   72.098468] Bluetooth: HCI device and connection manager initialized
[   72.098484] Bluetooth: HCI socket layer initialized
[   72.180645] Bluetooth: L2CAP ver 2.8
[   72.180654] Bluetooth: L2CAP socket layer initialized
[   72.319271] Bluetooth: RFCOMM socket layer initialized
[   72.319304] Bluetooth: RFCOMM TTY layer initialized
[   72.319308] Bluetooth: RFCOMM ver 1.6
[   73.476291] evbug.c: Disconnected device: <NULL>
[   73.476306] evbug.c: Disconnected device: adb2:2.c3/input
[   73.476311] evbug.c: Disconnected device: adb7:7.1f/input
[   73.476316] evbug.c: Disconnected device: usb-0001:10:1a.0-1/input0
[   73.476321] evbug.c: Disconnected device: usb-0001:10:1a.0-1/input1
[   73.476327] evbug.c: Disconnected device: powermac/beep
[   73.476332] evbug.c: Disconnected device: usb-0001:10:1a.0-2/input0
[   75.044689] hStart = 1048, hEnd = 1184, hTotal = 1344
[   75.044696] vStart = 771, vEnd = 777, vTotal = 806
[   75.044702] h_total_disp = 0x7f00a7	   hsync_strt_wid = 0x910415
[   75.044706] v_total_disp = 0x2ff0325	   vsync_strt_wid = 0x860302
[   75.044709] pixclock = 15384
[   75.044711] freq = 6500
[   75.581627] [drm] Initialized drm 1.0.0 20040925
[   82.346853] adt746x: setting fans speed to 64 (limit exceeded by 1 on CPU BOTTOMSIDE) 
[   82.346870] adt746x: Setting speed to 64 for CPU BOTTOMSIDE fan.
[  248.678814] adt746x: Stopping fans.
[  248.678830] adt746x: Setting speed to 0 for CPU BOTTOMSIDE fan.
[  687.989305] bcm43xx: PHY connected
[  688.229103] bcm43xx: Radio turned on
[  688.401262] bcm43xx: Chip initialized
[  688.402045] bcm43xx: DMA initialized
[  688.402060] bcm43xx: 80211 cores initialized
[  688.402282] bcm43xx: Keys cleared
[  875.402130] SoftMAC: Start scanning with channel: 1
[  875.402145] SoftMAC: Scanning 13 channels
[  881.957561] SoftMAC: Scanning finished
[  943.337329] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[  943.337360] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[  943.337373] SoftMAC: Queueing Authentication Request to 00:90:4c:7e:00:64
[  943.337384] SoftMAC: cannot associate without being authenticated, requested authentication
[  943.337396] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[  943.345322] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[  955.341566] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[  955.349457] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[  965.365516] SoftMAC: Start scanning with channel: 1
[  965.365532] SoftMAC: Scanning 13 channels
[  967.345565] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[  967.353460] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[  971.921560] SoftMAC: Scanning finished
[  976.895928] NET: Registered protocol family 17
[  979.349566] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[  979.357464] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[  991.353566] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[  991.361448] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[  993.640891] bcm43xx: Radio turned off
[  993.640963] bcm43xx: DMA 0x0200 (RX) max used slots: 1/64
[  993.641060] bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
[  993.641366] bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
[  993.641670] bcm43xx: DMA 0x0220 (TX) max used slots: 2/512
[  993.641975] bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
[ 1017.514718] bcm43xx: Radio turned on
[ 1017.530735] bcm43xx: Chip initialized
[ 1017.531006] bcm43xx: DMA initialized
[ 1017.531020] bcm43xx: 80211 cores initialized
[ 1017.531242] bcm43xx: Keys cleared
[ 1095.975007] SoftMAC: Start scanning with channel: 1
[ 1095.975022] SoftMAC: Scanning 13 channels
[ 1102.529560] SoftMAC: Scanning finished
[ 1138.290589] SoftMAC: Start scanning with channel: 1
[ 1138.290603] SoftMAC: Scanning 13 channels
[ 1143.745307] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1143.745338] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1143.745351] SoftMAC: Queueing Authentication Request to 00:90:4c:7e:00:64
[ 1143.745362] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1143.745374] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[ 1143.753305] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[ 1144.845581] SoftMAC: Scanning finished
[ 1155.604746] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1155.604768] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1155.604780] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1155.749566] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[ 1155.757457] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[ 1163.002078] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1163.002100] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1163.002111] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1163.612225] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1163.612247] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1163.612259] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1164.189462] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1164.189483] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1164.189495] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1164.781233] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1164.781255] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1164.781266] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1165.331710] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1165.331731] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:13:ieee80211softmac_auth_req()
[ 1165.331743] SoftMAC: cannot associate without being authenticated, requested authentication
[ 1167.753564] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[ 1167.761455] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[ 1170.659510] SoftMAC: Start scanning with channel: 1
[ 1170.659525] SoftMAC: Scanning 13 channels
[ 1177.213563] SoftMAC: Scanning finished
[ 1179.757583] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:55:ieee80211softmac_auth_queue()
[ 1179.765512] SoftMAC: Sent Authentication Request to 00:90:4c:7e:00:64.
[ 1179.780488] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_auth.c:105:ieee80211softmac_auth_resp()
[ 1179.780513] SoftMAC: Open Authentication completed with 00:90:4c:7e:00:64
[ 1179.780556] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.780569] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.788651] SoftMAC: sent association request!
[ 1179.788662] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.788673] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.796669] SoftMAC: sent association request!
[ 1179.796678] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.796690] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.804596] SoftMAC: sent association request!
[ 1179.804605] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.804616] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.812570] SoftMAC: sent association request!
[ 1179.812579] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.812591] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.820532] SoftMAC: sent association request!
[ 1179.820541] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.820552] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.828477] SoftMAC: sent association request!
[ 1179.828486] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:157:ieee80211softmac_assoc_work()
[ 1179.828497] SoftMAC: /usr/src/ieee80211softmac-20060110/ieee80211softmac_assoc.c:15:ieee80211softmac_assoc()
[ 1179.836432] SoftMAC: sent association request!
[ 1179.999688] SoftMAC: associated!

Reply to: