From owner-freebsd-questions@FreeBSD.ORG Mon Jul 6 20:12:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F104D1065687 for ; Mon, 6 Jul 2009 20:12:33 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 7826E8FC08 for ; Mon, 6 Jul 2009 20:12:33 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm18 with SMTP id 18so3769051fxm.43 for ; Mon, 06 Jul 2009 13:12:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=k+NyfEFfmaiYOIaSPnlcQ1l8jwIVQYKJ6mp/RXPIbkY=; b=AHMz1WH8cXR+wlmByuUc8zZG70z7KI7p8EjadP3VNCpV1sWJ+5JOcICgEG2uH1aE+F oGkTRLvS00vjzFosb+Fcs8JDrBQ2+vDo5gfRXh6s69onzISEeO4jZl+hR7p+ta5I9onP +e2M3dO88z/PXRt2b9gH49DnIVr7wfGnzBq7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JGlCPg8QIZ1A26CATQX4/2aoh/gJDmG5p6vfnqTJveTB81OhllzJfPi3KhRA9M0NU8 8p4S9QLvCoDTg/wJi57rrha1IUp4iGWknFEQ24LuIPhEIdOZtyomosH1Wxl4trzDIT4R F90CHtlICG15eSr6DN19H/9z0O5wnxEtP8NE8= MIME-Version: 1.0 Received: by 10.204.102.14 with SMTP id e14mr4907838bko.209.1246911152177; Mon, 06 Jul 2009 13:12:32 -0700 (PDT) In-Reply-To: <9a537e0c0907060944y18d64751x58433edff2a092fa@mail.gmail.com> References: <9a537e0c0907031944h66e783fdsfccc832aa9e4fa80@mail.gmail.com> <9a537e0c0907051027u59d8949cw7f4abffca76d9c51@mail.gmail.com> <9a537e0c0907051338o5c551489kcffee9d59f60e83c@mail.gmail.com> <3a142e750907051417m65162841sa2eae53e53fbfc3f@mail.gmail.com> <9a537e0c0907051425x172494dfo4b9b57346671498a@mail.gmail.com> <3a142e750907051558g11a0c289g60a82e9a93adfd2f@mail.gmail.com> <9a537e0c0907060856n692285c6q3a0c4358d8a448b8@mail.gmail.com> <3a142e750907060929r4c33e313s2bd5b3781f46c123@mail.gmail.com> <9a537e0c0907060940i2cec141q757110d665680784@mail.gmail.com> <9a537e0c0907060944y18d64751x58433edff2a092fa@mail.gmail.com> Date: Mon, 6 Jul 2009 20:12:32 +0000 Message-ID: <3a142e750907061312r159b7749uc1828a8eb28cb099@mail.gmail.com> From: "Paul B. Mahol" To: Atheer Elobadi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: can't get atheros ar2413 to connect under freebsd 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 20:12:34 -0000 On 7/6/09, Atheer Elobadi wrote: > sorry, i run 'wlandebug +scan' then i run 'ifconfig ath0 up scan' and this > is the output: Doest ath0 attaches properly? Try changing ath debug flags via sysctl(8) and look for interesting errors. (disable wlandebug flags - they are no more useful) If you have source there is also athdebug and athstats in /usr/src/tools/tools/ath/ -- Paul