Re: Sound drivers for newer machines: need help

2005-04-21 Thread Jochen Voss
Hi, sorry about the delay. The following is for an March 2005 Powerbook5,6 with 15 inch screen. On Sat, Apr 09, 2005 at 10:31:14AM +1000, Benjamin Herrenschmidt wrote: > If you have a newer machine, that is a machine released on or after > 2002, can you please send me the output of: > > echo `c

Re: Sound drivers for newer machines: need help

2005-04-16 Thread Aurélien GÉRÔME
Hi Ben, On Sat, Apr 09, 2005 at 10:31:14AM +1000, Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerMac7,3 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i > && hexdump -n4 $i; done /proc/device-tree/[EMAIL PROTECTED],f200/[EMAIL PROTECTED]/[EMAIL

Re: Sound drivers for newer machines: need help

2005-04-13 Thread Eddy Petrisor
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` PowerBook5,2 and for i in `find /proc/device-tree -name layout-id -print`; do echo $i && hexdump -n4 $i; done Nothin

RE: Sound drivers for newer machines: need help

2005-04-13 Thread Demke Torsten-atd012
ehalf Of Benjamin > Herrenschmidt > Sent: Samstag, 9. April 2005 02:31 > To: debian-powerpc@lists.debian.org; linuxppc-dev list > Subject: Sound drivers for newer machines: need help > > > Hi ! > > If you have a newer machine, that is a machine released on or after

Re: Sound drivers for newer machines: need help

2005-04-11 Thread Ben Hill
On Mon, 2005-04-11 at 16:30 +0200, Bernhard Reiter wrote: > PowerBook 15" post feb-2005: > I can confirm the quoted readings > and I am not getting another message by find like Ben. Ignore that message - it's unrelated to the sound device. -- [EMAIL PROTECTED] - www.seigan.org PGP Key fingerpri

Re: Sound drivers for newer machines: need help

2005-04-11 Thread Bernhard Reiter
PowerBook 15" post feb-2005: I can confirm the quoted readings and I am not getting another message by find like Ben. On Sat, Apr 09, 2005 at 10:50:30AM +0200, Johannes Berg wrote: > PowerBook5,6 > > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > > hexdump -n4 $i; do

Re: Sound drivers for newer machines: need help

2005-04-11 Thread Colin Leroy
On Mon, 11 Apr 2005 08:49:23 +0200 Alexander Schmehl <[EMAIL PROTECTED]> wrote: > Well... I'm curios: Why _echo_ `cat foo`??? To get the \n that's missing at the end of /proc/device-tree/model, I suppose :) -- Colin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: Sound drivers for newer machines: need help

2005-04-10 Thread Alexander Schmehl
* Benjamin Herrenschmidt <[EMAIL PROTECTED]> [050409 02:31]: > echo `cat /proc/device-tree/model` PowerBook6,5 Well... I'm curios: Why _echo_ `cat foo`??? > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done find: /proc/device-tree/[EMAIL PROTECT

Re: Sound drivers for newer machines: need help

2005-04-10 Thread Matthew T. Atkinson
'ello, On Sun, 2005-04-10 at 09:38 +1000, Benjamin Herrenschmidt wrote: > If you set apps like xmms to actually use alsa output, you can have > mixing but for that, you have to enable the dmix plugin in your alsa > config. Look for infos about that on this list archive. Thanks to both who suggest

Re: Sound drivers for newer machines: need help

2005-04-10 Thread Ben Hill
On Sat, 2005-04-09 at 10:31 +1000, Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerBook5,6 > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done find: /proc/device-tree/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Benjamin Herrenschmidt
On Sat, 2005-04-09 at 22:21 +0100, Matthew T. Atkinson wrote: > 'ello, > > On Sat, 2005-04-09 at 10:31 +1000, Benjamin Herrenschmidt wrote: > > 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; d

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Benjamin Herrenschmidt
On Sat, 2005-04-09 at 13:12 +0300, Martin-Éric Racine wrote: > On Sat, 9 Apr 2005, Benjamin Herrenschmidt wrote: > > > If you have a newer machine, that is a machine released on or after > > 2002, can you please send me the output of: > > [...] > > > I'm especially interested in the various mode

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Paul van Tilburg
On Sat, Apr 09, 2005 at 10:21:29PM +0100, Matthew T. Atkinson wrote: > I am using ALSA and it appears to work except that only one program can > access the sound hardware at a time (so is just like OSS :-)). If I am > playing music in XMMS and then try to aplay a .wav file, it will hang > until XM

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Tamas K Papp
On Sat, Apr 09, 2005 at 10:21:29PM +0100, Matthew T. Atkinson wrote: > I am using ALSA and it appears to work except that only one program can > access the sound hardware at a time (so is just like OSS :-)). If I am > playing music in XMMS and then try to aplay a .wav file, it will hang > until X

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Gabriel Paubert
On Sat, Apr 09, 2005 at 01:12:31PM +0300, Martin-Éric Racine wrote: > On Sat, 9 Apr 2005, Benjamin Herrenschmidt wrote: > > > If you have a newer machine, that is a machine released on or after > > 2002, can you please send me the output of: > > [...] > > > I'm especially interested in the vario

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Matthew T. Atkinson
'ello, On Sat, 2005-04-09 at 10:31 +1000, Benjamin Herrenschmidt wrote: > 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/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EM

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Brad Boyer
On Sat, Apr 09, 2005 at 01:12:31PM +0300, Martin-?ric Racine wrote: > Btw, not sound-related but nonetheless a bug in the device tree: > > /proc/device-tree/psuedo-hid > > That wouldn't be a typo now, would it? If it is, I suspect it's in your version of the firmware. That isn't added by the ker

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Guido Guenther
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` PowerBook6,1 > > and > > for i in `find /proc/device-tree -

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Antonio-M. Corbi Bellot
El sáb, 09-04-2005 a las 10:31 +1000, Benjamin Herrenschmidt escribió: > Hi ! > > If you have a newer machine, that is a machine released on or after > 2002, can you please send me the output of: Hi Ben, this is a Powerbook 12" post feb-2005. As you know sound does not work, the card seems to be

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Helge Kreutzmann
Hello, On Sat, Apr 09, 2005 at 10:31:14AM +1000, Benjamin Herrenschmidt wrote: > If you have a newer machine, that is a machine released on or after > 2002, can you please send me the output of: An ibook from spring 2004 (PowerBook6,5) > echo `cat /proc/device-tree/model` thirtyto:~# echo `cat /

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Cedric Duval
Hi Ben, Just in case you didn't note it before sending the Mini back to repair... :) Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerMac10,1 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done /proc/device-tree/[EMAIL PROTEC

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Pablo Guerrero
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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` > PowerBook6,5 > and > > for i in `find /proc/device

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Luis Sanjuan
> > echo `cat /proc/device-tree/model` > PowerBook5,3 > and > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done > Nothing > > Best Regards, Luis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Daniele Menozzi
On 10:31:14 09/Apr , Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerBook4,3 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done nothing > Ben. Thank you Menoz -- Free Software Enthusiast

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Martin-Éric Racine
On Sat, 9 Apr 2005, Benjamin Herrenschmidt wrote: > If you have a newer machine, that is a machine released on or after > 2002, can you please send me the output of: [...] > I'm especially interested in the various models of G5 based machines. It > seems apple is having all sorts of very differe

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Paul van Tilburg
On Sat, Apr 09, 2005 at 10:31:14AM +1000, Benjamin Herrenschmidt wrote: > 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` PowerBook3,5 > and > > for i in `find /proc/device-tree -name layout

Re: Sound drivers for newer machines: need help

2005-04-09 Thread Johannes Berg
Hi, You probably know/have this already but for archive's sake: > echo `cat /proc/device-tree/model` PowerBook5,6 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done /proc/device-tree/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL P

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Djoume SALVETTI
Le samedi 04/09/05 Benjamin Herrenschmidt <[EMAIL PROTECTED]> a écrit : > echo `cat /proc/device-tree/model` PowerBook6,4 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done return nothing. -- Djoumé SALVETTI -- To UNSUBSCRIBE, email to [EMAIL P

Re: Sound drivers for newer machines: need help

2005-04-08 Thread [ATR]Dj-Death
Le samedi 09 avril 2005 Ã 10:31 +1000, Benjamin Herrenschmidt a Ãcrit : > echo `cat /proc/device-tree/model` PowerBook6,5 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && hexdump -n4 $i; done find: /proc/device-tree/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Arnaud Delobelle
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` PowerBook5,2 for i in `find /proc/device-tree -name layout-id -print`; do echo $i && hexdump -n4 $i; done Nothing --

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Sebastien NOEL
On Sat, 09 Apr 2005 10:31:14 +1000 , Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerBook6,3 > 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. it returns

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Jorge Salamero
on Saturday 09 April 2005 02:31, Benjamin Herrenschmidt wrote: > echo `cat /proc/device-tree/model` PowerBook4,3 > > and > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done nothing > > If the later returns nothing, it's fine, just tell me. -- Jor

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Tamas K Papp
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-i

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Andreas Schwab
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > echo `cat /proc/device-tree/model` PowerMac7,3 > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > hexdump -n4 $i; done /proc/device-tree/[EMAIL PROTECTED],f200/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTE

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Benjamin Herrenschmidt
On Sat, 2005-04-09 at 02:53 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > > > echo `cat /proc/device-tree/model` > > PowerMac7,3 > > > for i in `find /proc/device-tree -name layout-id -print`; do echo $i && > > hexdump -n4 $i; done > > /proc/device-tree/[E

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Dustin Lang
Hi Ben, echo `cat /proc/device-tree/model` PowerBook6,2 and the second command prints nothing. Cheers, dstn. 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

Re: Sound drivers for newer machines: need help

2005-04-08 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 17:37 -0700, Dustin Lang wrote: > Hi Ben, > > > echo `cat /proc/device-tree/model` > PowerBook6,2 > > and the second command prints nothing. Thanks. Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Sound drivers for newer machines: need help

2005-04-08 Thread Benjamin Herrenschmidt
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, jus