On 05/10/2012 09:31 PM, Jonathan Bagg wrote: > On 12-05-10 04:33 AM, Kalle Valo wrote: >> On 05/04/2012 11:30 PM, Jonathan Bagg wrote: >>> On 12-05-03 01:15 AM, Kalle Valo wrote: >>>> That might be challenging. I think it's easier if you add debug messages >>>> and try to pinpoint where it is failing. For example >>>> ath6kl_cfg80211_change_iface() is a good place to start debugging. >>> I tried again and it appears that sometimes (< 10 %) I can make >>> connections to the ath6kl in AP mode. >> What exactly happens when a connection fails? What client device are you >> using? > > client = ipad and mac book > > Udhcpd keeps sending offers and acks forever. > Sending OFFER of 192.168.5.80 > Sending OFFER of 192.168.5.80 > Sending ACK to 192.168.5.80 > Sending ACK to 192.168.5.80 > Sending ACK to 192.168.5.80 Maybe it's a broadcast problem or something? Try with manual IPs and then first run unicast ping separetely both from the client and the AP, for example: ping 192.168.5.1 If that works run broadcast ping separetely both from the client and the AP: ping -b 192.168.1.255 Most likely you need to enable broadcast ping replies to get any answers: echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts And if MacOS doesn't support broadcast pings install a real operating system ;) Kalle -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html