From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Princeton.EDU (postoffice01.Princeton.EDU [128.112.129.75]) by ozlabs.org (Postfix) with ESMTP id 2872F67B6C for ; Sat, 9 Apr 2005 11:30:19 +1000 (EST) Date: Fri, 8 Apr 2005 21:20:56 -0400 From: Tamas K Papp To: Benjamin Herrenschmidt Message-ID: <20050409012056.GA6727@tpapp.student.princeton.edu> References: <1113006674.9568.414.camel@gaston> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1113006674.9568.414.camel@gaston> Cc: linuxppc-dev list , "debian-powerpc@lists.debian.org" Subject: Re: Sound drivers for newer machines: need help Reply-To: tpapp@Princeton.EDU List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Apr 09, 2005 at 10:31:14AM +1000, Benjamin Herrenschmidt wrote: > Hi ! > > If you have a newer machine, that is a machine released on or after > 2002, can you please send me the output of: > > echo `cat /proc/device-tree/model` > > and > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && hexdump -n4 $i; done > > If the later returns nothing, it's fine, just tell me. % echo `cat /proc/device-tree/model` PowerBook5,4 % for i in `find /proc/device-tree -name layout-id -print`; do echo $i && hexdump -n4 $i; done /proc/device-tree/pci@f2000000/mac-io@17/i2s@10000/i2s-a@10000/sound/layout-id 0000000 0000 0033 0000004 Best, Tamas