From owner-freebsd-arm@FreeBSD.ORG Tue Oct 2 12:06:00 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 885EC106564A for ; Tue, 2 Oct 2012 12:06:00 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 044EF8FC18 for ; Tue, 2 Oct 2012 12:05:59 +0000 (UTC) Received: by bkcjf20 with SMTP id jf20so4470974bkc.13 for ; Tue, 02 Oct 2012 05:05:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=QwnuhRfkfuZDJhb6WXnxl7jDzcm/YoUGtqJzb1fQ9pI=; b=ceUPrLMh/wICSCq1Oyvr6/X7V532MGGEz28GiGBHWEJmqqwf+V/u+b6DXiSQfCBh37 9p9WyzhgjD3DCq7VnKN8x+D7YkPeptZmR9tD45jha3w+8UwFHoN7JQeOjembmdiPypvS Cb1BGYeblJZ/B4tt5dRnEfDNkDCjZfnz5mHi161nNAdFwq9zb3IQg3dNqRxZ8/A8b9gj zslvQOfrRVlOiLZ1eFbKQut+RQWiVNQowptzXu20HPw73A3Hkhl4lWqTifk2SzJM5IPB idVRFLUJtiB8FMj81cFAD8KUwkofgqNYQTrZWUNRzkNYzWhXPbJHpy3z/AWjRUpZ8L9x J18Q== Received: by 10.204.148.202 with SMTP id q10mr6566016bkv.55.1349179558726; Tue, 02 Oct 2012 05:05:58 -0700 (PDT) Received: from mini.office.venture37.com (mini.office.venture37.com. [2001:4b10:101a:2::10]) by mx.google.com with ESMTPS id w9sm987912bkv.3.2012.10.02.05.05.56 (version=SSLv3 cipher=OTHER); Tue, 02 Oct 2012 05:05:57 -0700 (PDT) Message-ID: <506AD89E.9000605@gmail.com> Date: Tue, 02 Oct 2012 13:05:50 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Hans Petter Selasky References: <98675B42-85D3-416F-B5DA-85A00F1778A9@gmail.com> <201210010814.14323.hselasky@c2i.net> <44BC04A7-B3A9-4915-B9BB-EAF0FF93A10A@gmail.com> In-Reply-To: <44BC04A7-B3A9-4915-B9BB-EAF0FF93A10A@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" Subject: Re: Instability on Raspberry Pi X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2012 12:06:00 -0000 On 01/10/2012 10:03, Sevan / Venture37 wrote: > On 1 Oct 2012, at 07:14 AM, Hans Petter Selasky wrote: > >> Is it possible to ping ue0 when this happens? > > > No I appologise for the noise, my kernel config file had the following included device ehci device uhci device ohci device usb device zyd device wlan device wlan_amrr I'd attempted to use my zyd wireless card with the RPI & forgot to remove it from my config afterwards. Removing these enteries & compiling a new kernel improved the stability. Sevan