| 260 | There should be some messages in dmesg pertaining to all the software wakening up: |
| 261 | {{{ |
| 262 | [ 15.473431] ath5k phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41) |
| 263 | [ 15.473447] ath5k phy0: RF5112B multiband radio found (0x36) |
| 264 | [ 15.473469] cfg80211: Calling CRDA for country: CO |
| 265 | [ 15.524393] cfg80211: Regulatory domain changed to country: CO |
| 266 | [ 15.524408] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) |
| 267 | [ 15.524422] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) |
| 268 | [ 15.524434] (5170000 KHz - 5250000 KHz @ 20000 KHz), (300 mBi, 1700 mBm) |
| 269 | [ 15.524447] (5250000 KHz - 5330000 KHz @ 20000 KHz), (300 mBi, 2300 mBm) |
| 270 | [ 15.524459] (5735000 KHz - 5835000 KHz @ 20000 KHz), (300 mBi, 3000 mBm) |
| 271 | [ 16.312894] skge eth1: Link is up at 1000 Mbps, full duplex, flow control rx only |
| 272 | [ 16.313169] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready |
| 273 | [ 26.340042] eth1: no IPv6 routers present |
| 274 | [ 1510.062100] Open vSwitch 1.1.0pre2, built Sep 22 2010 19:35:08 |
| 275 | }}} |
| 276 | |
| 277 | and ifconfig should have a wlan0 monitor interface: |
| 278 | {{{ |
| 279 | mon.wlan0 Link encap:UNSPEC HWaddr 00-60-B3-AC-A1-CE-30-30-00-00-00-00-00-00-00-00 |
| 280 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 281 | RX packets:710 errors:0 dropped:0 overruns:0 frame:0 |
| 282 | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 |
| 283 | collisions:0 txqueuelen:1000 |
| 284 | RX bytes:58973 (58.9 KB) TX bytes:0 (0.0 B) |
| 285 | }}} |