From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 02:55:43 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 C76271065670 for ; Thu, 26 Feb 2009 02:55:43 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBD98FC0A for ; Thu, 26 Feb 2009 02:55:42 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so93655eyd.7 for ; Wed, 25 Feb 2009 18:55:42 -0800 (PST) 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=uFMqgen+uvXVskVuPciPeDFrYeO7ef+49Bg72vqj9mI=; b=Tamj5KxhL9Wl4l995j//8qW+3R02byik3bj20Iz5SvefQy2hPjJ3Uwn91YfZp2hbf+ 99TkWL4EKjv04jPhs/2s2M8rS9XDvd6OtQjF/t4h37GETnHpao3WVTnk/bwN6wjVpIOv K3U/suoDAL0RQH758wJn2ckAgzxK8JEFAI47g= 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=Ay5qaJ/hU2JEPVPcxvQyqwDcF4BRrx3U1enFkIBJkku6ctkzGBUB5DUitgFJdr6VVI zII1I7n3e0M6Z+JkTrdrSQxn9QoOH2NAtTz5nfIBe/sgtRoUrsKFQR1TqqEaN3HtMaax QCEQVLFEjfMJAGq/iQ0DCutsPsfBzCkb+Z4CQ= MIME-Version: 1.0 Received: by 10.210.60.3 with SMTP id i3mr498538eba.67.1235616942331; Wed, 25 Feb 2009 18:55:42 -0800 (PST) In-Reply-To: <49A5DC62.2080600@web.de> References: <49A5DC62.2080600@web.de> Date: Thu, 26 Feb 2009 03:55:42 +0100 Message-ID: <3a142e750902251855vbde4158n23b76ef019677186@mail.gmail.com> From: "Paul B. Mahol" To: Marco Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: fbsd-7.1 + aircrack-ng + wpi == systemcrash 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: Thu, 26 Feb 2009 02:55:44 -0000 On 2/26/09, Marco wrote: > hello list, > > i run FreeBSD 7.1-STABLE FreeBSD 7.1-STABLE with the latest version of > aircrack-ng 1.0 rc1. After playing a little bit around i tried to inject > packets with the "Intel 3945ABG" > card. This resulted, always short after execution of packet injection in > a systemcrash. The command was the following: > > aireplay -0 1 -a 00:01:02:03:04:05 -c 00:05:04:03:02:01 wpi0 > > I also tried the aireplay "test" command, which shall testify if the > used card is capable of packet injection, this resulted in the same > behavior complete system crash. > > aireplay-ng --test -e teddy -a 00:14:6C:7E:40:80 wpi0 > > After execution the system freezes completly, by 10seconds, and > restarts. Does anybody came across this problems and has maybe a solution? Probably driver fault, it should not cause system crash. You can file PR with textdump of crash (with bt) so that problem doesnt get lost. -- Paul