From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 3 20:44:55 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D72973EC for ; Wed, 3 Jul 2013 20:44:55 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id A03EA16F0 for ; Wed, 3 Jul 2013 20:44:55 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id j10so390157qcx.31 for ; Wed, 03 Jul 2013 13:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=JKtskSO9ifVHNf/eXuz/Bzm/L2ufDZdZcj7yy/eq0rk=; b=YtYFM9C4/Cifb4HWhL0p6N1rP36cIrqmtFu9D5ltqcjhrwqpC1XQh9UlOZ4KuxgIIQ 1tFd+/UzrCn5dUEMITOD8V+qeqIkJP/dCX20dDSHm75yAzHihuERdSic/39PrQEINkP0 2rCIn3r8My240UHw1TZ3D153ZStqiOnmf7d8uB+AdvugvTVzQfqSG+ST0fVHG+1yQEyW djpf8xlOMEt0Th2rToXoq7Ezu5qoBT0GK2/l4X5+10iCLa5Esg5qsb0368oukBg5zSSQ gDZlDd6jO/xdbgEc4vtF4CHX3UZUawLJT5A+W3oBa1hf8a1TtqhNWD9zAoE1KnyoSgOg ZG9w== MIME-Version: 1.0 X-Received: by 10.224.26.7 with SMTP id b7mr5927319qac.102.1372884295260; Wed, 03 Jul 2013 13:44:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.195.72 with HTTP; Wed, 3 Jul 2013 13:44:55 -0700 (PDT) In-Reply-To: <20130703201735.GU58171@zxy.spb.ru> References: <20130703201735.GU58171@zxy.spb.ru> Date: Wed, 3 Jul 2013 13:44:55 -0700 X-Google-Sender-Auth: 6IEY-96-c6JHHPIuO2Pi9VJEhZY Message-ID: Subject: Re: ath and ipad From: Adrian Chadd To: Slawa Olhovchenkov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 20:44:55 -0000 Hi! I don't quite know what's going on there. I know the latest ipad works fine. But I don't have an ipad 1 to test with. Does the ipad 1 get an IP address? -adrian On 3 July 2013 13:17, Slawa Olhovchenkov wrote: > I am try to connect iPad (iPad 1) to FreeBSD AP (ath0: > mem 0xb0200000-0xb020ffff irq 18 at device 5.0 on pci6). > > Association is OK (WPA2-EAP (PEAP)), but I don't see any packets from > iPad (by tcpdump). > > FreeBSD is 10.0-CURRENT from Jun 8. > With this system this iPad workin year ago (I don't remember exactly > verion OS on that moment) > > iPhone 5 working with this system OK. > > This is iPad working nice with other FreeBSD 10.0-CURRENT from Aug 31 > 2012 (ath0: mem 0xe3000000-0xe300ffff irq 11 at device > 20.0 on pci0). > > I am don't know how to deep debuging this issuse.