From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 07:16:46 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A62F106564A for ; Mon, 1 Dec 2008 07:16:46 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7878FC0C for ; Mon, 1 Dec 2008 07:16:46 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.123.2.178] (p53.kientzle.com [66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id mB17Ghtv097657; Sun, 30 Nov 2008 23:16:43 -0800 (PST) (envelope-from kientzle@freebsd.org) Message-ID: <49338F56.9050101@freebsd.org> Date: Sun, 30 Nov 2008 23:16:38 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Aristedes Maniatis References: <20081128234155.0221e263@serene.no-ip.org> <3cb459ed0811291342i524eaab3g1acadcd9cbdb638b@mail.gmail.com> <7d6fde3d0811291556g3f08a814td68466ad02dee4fc@mail.gmail.com> <200811291515.01962.beech@freebsd.org> <4932DD73.9000109@freebsd.org> <20081130235621.GA51043@duncan.reilly.home> <49338183.3040500@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Reilly , Beech Rintoul , "Conrad J. Sabatier" , freebsd-current@freebsd.org, Alexander Churanov , Garrett Cooper Subject: Re: Collecting hardware compatibility, Was: i give up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 07:16:46 -0000 > However, it forms the basis of something that would be incredibly > useful. Imagine it also allowed users to note whether the particular > hardware is: > > [ ] not recognised > [ ] not reliable > [ ] occasional issues > [ ] no problems > > Or something like that, with additional option for making comments. > Plus you'd want to be able to see the dmesg for each person who > reported the status of their hardware, otherwise it is pretty useless. Tricky to find a good point to do this, though. The initial data collection can be done at sysinstall time, which is pretty natural for people. Integrating this sort of feature into a bug-reporting tool of some sort would be very intriguing. Tim