I'm not quite there, but making some progress...
I reset the yun, and followed the setup instructions:
[ 38.030000] Backport generated by backports.git backports-20140320-37-g5c33da0
[ 38.200000] cfg80211: Calling CRDA to update world regulatory domain
[ 38.210000] cfg80211: World regulatory domain updated:
[ 38.210000] cfg80211: DFS Master region: unset
[ 38.210000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 38.220000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 38.220000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 38.220000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 38.230000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 38.230000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 38.230000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 39.190000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
[ 39.200000] cfg80211: Calling CRDA for country: US
[ 39.200000] cfg80211: Regulatory domain changed to country: US
[ 39.200000] cfg80211: DFS Master region: FCC
[ 39.200000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 39.210000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[ 39.210000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[ 39.220000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[ 39.220000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[ 39.220000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 39.650000] NTFS driver 2.1.30 [Flags: R/O MODULE].
[ 39.690000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
[ 39.710000] loop: module loaded
[ 39.850000] PPP generic driver version 2.4.2
[ 39.910000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 40.020000] NET: Registered protocol family 24
[ 40.060000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
[ 40.500000] i2c /dev entries driver
[ 40.540000] Linux video capture interface: v2.00
[ 40.660000] fuse init (API version 7.18)
[ 52.590000] wlan0: authenticate with 10:bf:48:3c:fd:89
[ 52.590000] wlan0: send auth to 10:bf:48:3c:fd:89 (try 1/3)
[ 52.600000] wlan0: authenticated
[ 52.620000] wlan0: associate with 10:bf:48:3c:fd:89 (try 1/3)
[ 52.620000] wlan0: RX AssocResp from 10:bf:48:3c:fd:89 (capab=0xc01 status=0 aid=2)
[ 52.620000] wlan0: associated
I can connect via web interface at ip address (192.168.0.13), but I do not see anything at arduino.local, which means that the arduino ide cannot see the yun. The yun and the computer are both connected to a router set to "access point mode", the (ISP's) router is setup in the basement where the internet line comes in.
Alternately, if the yun and the laptop are both connected via ethernet I can see "arduino.local" and the arduino ide sees the yun... How would I set up my network so that the computer is able to see the yun when they are connected wirelessly?
Thanks, for all the help!