Sound drivers for newer machines: need help

Tamas K Papp tpapp at Princeton.EDU
Sat Apr 9 11:20:56 EST 2005


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 at f2000000/mac-io at 17/i2s at 10000/i2s-a at 10000/sound/layout-id
0000000 0000 0033
0000004


Best,

Tamas



More information about the Linuxppc-dev mailing list