I did a net install of Wheezy on my Server Plus and I am running the following kernel:
Linux guruplug 3.2.0-4-kirkwood #1 Debian 3.2.35-2 armv5tel GNU/Linux
eth0 is on my internal nework 192.168.1.255 and I want the micro AP to provide
addresses on 192.168.0.255
I followed the instructions here
http://plugcomputer.org/plugforum/index.php?topic=1648.0;wap2 and got as far as having the microAP accept commands but it doesn't appear to
other wireless devices. The radio seems to be off since there are no packets moving:
uap0 Link encap:Ethernet HWaddr MAC ID
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I don't know what "no-carrier" means.
# ip link list
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT qlen 1000
link/ether MAC ID hidden brd ff:ff:ff:ff:ff:ff
3: uap0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT qlen 1000
link/ether MAC ID hidden brd ff:ff:ff:ff:ff:ff
Here is dmesg:
8.534073] uap_probe: vendor=0x02DF device=0x9104 class=0 function=1
...
[ 9.615138] uap_sdio mmc0:0001:1: firmware: agent loaded mrvl/helper_sd.bin into memory
[ 9.781655] uap_sdio mmc0:0001:1: firmware: agent loaded mrvl/sd8688_ap.bin into memory
[ 10.048926] UAP FW is active
[ 11.116717] Bluetooth: vendor=0x2df, device=0x9105, class=255, fn=2
....
[ 25.389715] ADDRCONF(NETDEV_UP): uap0: link is not ready
[ 25.795512] ADDRCONF(NETDEV_UP): eth0: link is not ready
.....
[ 28.875061] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 28.885273] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
But I don't see anything obvious from uaputl:
# uaputl -i uap0 sys_config
dev_name:uap0
AP settings:
SSID = microAP
Basic Rates = 0x82 0x84 0x8b 0x96
Non-Basic Rates = 0xc 0x12 0x18 0x24 0x30 0x48 0x60 0x6c
AP MAC address = hidden
Beacon period = 100
DTIM period = 1
Tx power = 13 dBm
SSID broadcast = enabled
Preamble type = short
Rx antenna = A
Tx antenna = A
Radio = on
Firmware = handles intra-BSS packets
RTS threshold = 2347
Fragmentation threshold = 2346
Tx data rate = auto
STA ageout timer = 1800
WEP KEY_0 = 00 00 00 00 00
Default WEP Key = 0
WEP KEY_1 = 00 00 00 00 00
WEP KEY_2 = 00 00 00 00 00
WEP KEY_3 = 00 00 00 00 00
AUTHMODE = Open authentication
Filter Mode = Filter table is disabled
PROTOCOL = WPA2
Max Station Number = 8
Retry Limit = 7
Channel = 6
Channel Select Mode = Manual
Channels List = 1 2 3 4 5 6 7 8 9 10 11
MCBC data rate = auto
Group re-key time = 86400 second
KeyMgmt = PSK
PairwiseCipher = AES CCMP
GroupCipher = AES CCMP
WPA passphrase = password
I am checking my networking configuration (dnsmasq, etc.) but I want to rule out a wireless device
problem.