From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCtz3-0006MY-0R for garchives@archives.gentoo.org; Sun, 09 Oct 2011 14:04:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B08B21C39B; Sun, 9 Oct 2011 14:03:46 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id D06F721C393 for ; Sun, 9 Oct 2011 14:02:17 +0000 (UTC) Received: by ggmi1 with SMTP id i1so5480834ggm.40 for ; Sun, 09 Oct 2011 07:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=uDyv+nWaGohrRLJUXykuX/1ByRbIVK2t54bwugsCS3U=; b=SUKBUGXJA+jjnUQHXnK06WofW/F3tBR6aTT7SrHtrOhJCdrNHEyOxwKnp2fU92Okkb 0tp5khAMQHiHURsEqw0TFrULflDP/vnWz5VBgBbciwCaU+B9oF869voKBlRBc1v/2Pp0 G9O172MOMPPu54uigbMU9LTv4M/tgXNgfkANI= Received: by 10.236.124.97 with SMTP id w61mr18984497yhh.106.1318168937346; Sun, 09 Oct 2011 07:02:17 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-215-244.jan.bellsouth.net. [98.95.215.244]) by mx.google.com with ESMTPS id r30sm21556005yhj.20.2011.10.09.07.02.15 (version=SSLv3 cipher=OTHER); Sun, 09 Oct 2011 07:02:16 -0700 (PDT) Message-ID: <4E91A966.8050901@gmail.com> Date: Sun, 09 Oct 2011 09:02:14 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111002 Firefox/7.0.1 SeaMonkey/2.4.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone can afford information about build kernel? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 2e6dc2d51fd8796b5a613704ca6efd7f Michael Mol wrote: > Came up with something possibly a little handier. This command should > tell you what driver is associated with every device on the system. > find /sys/devices -name driver -print0|xargs -0 ls -l|cut -d' ' > -f10-|sed -e 's/\.\.\///g' Output could probably still be a bit better > cleaned up, but it should help. Hmmmmmm: root@fireball / # find /sys/devices -name driver -print0|xargs -0 ls -l|cut -d' '-f10-|sed -e 's/\.\.\///g' cut: the delimiter must be a single character Try `cut --help' for more information. xargs: ls: terminated by signal 13 root@fireball / # Dale :-) :-)