From owner-freebsd-usb@FreeBSD.ORG Fri Apr 3 12:26:29 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD11106566C for ; Fri, 3 Apr 2009 12:26:29 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4DD8FC08 for ; Fri, 3 Apr 2009 12:26:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so909078ewy.43 for ; Fri, 03 Apr 2009 05:26:28 -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=9UaQT3vD/NKdx5OCCkZcPndfcsuWinfWmdXvXMxwMNo=; b=wVsmNSoIR/XCtTuhDylMzZhaGc3Yze3ur/UqUDUYhR3woCSZLn05QZL5VK4O6ChX66 R1eUy1rm2RImU6MSlS5Z2qiI0XOQyiGQtI75hCf8kjmBuIbZorlpsz2Zj5xxd+C/jE6P HcLo49En0Z5hBT5Jij/6TB4Gy8113jMJowncw= 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=i4GnEP3Ln8fAs+FV+sSCQP1iuBVKCVvSQi8vpbyHkJfacWwJphIiL6vbz4HD1Pzvlo k4ZQu4SqBawKZDvgPufnLf6vWNM7FFfUv2DFEbCUExat+WoB1TYl0+2YQn9+IakdiCWD DG+ANOo/GG8nEF7m/naq6aMQK0S4lFIvku5bQ= MIME-Version: 1.0 Received: by 10.210.69.6 with SMTP id r6mr451811eba.82.1238759869877; Fri, 03 Apr 2009 04:57:49 -0700 (PDT) In-Reply-To: <49D5D785.1070303@sofiaonline.net> References: <49D48C65.4050004@sofiaonline.net> <49D5D785.1070303@sofiaonline.net> Date: Fri, 3 Apr 2009 13:57:49 +0200 Message-ID: <3a142e750904030457k78a61e23mf33a8b08dbfb085e@mail.gmail.com> From: "Paul B. Mahol" To: Luchezar Georgieff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: usb/133296: rum driver not working properly in hostap mode - a little more info and kernel crashes X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 12:26:29 -0000 On 4/3/09, Luchezar Georgieff wrote: > Few more symptoms: > If a station is assotiated and there is no traffiic load (ping only) I > can destroy interface using ifconfig wlan0 destroy, but if I put some > traffic on link and it hangs, after destroying interface get: > Fatal trap 18: integer divide fault while in kernel mode > blah-blah > panic: integer divide fault And backtrace? It's probably not usb fault. -- Paul