Re: pre-release 2.6.11-0.1 debian/powerpc kernel.

2005-04-08 Thread Paul van Tilburg
On Thu, Apr 07, 2005 at 03:32:55PM +0100, Martin Habets wrote: > On Wed, Apr 06, 2005 at 11:24:43PM +0200, Paul van Tilburg wrote: > > OK, I want to come back to this... I do seem to have a strange problem > > with my sound (running kernel-image-2.6.11-powerpc 2.6.11-1) on my > > TiBook IV and usi

Re: sarge kernel frozen (2.4.27 and 2.6.8), and plans for post-sarge powerpc kernels.

2005-04-08 Thread Bastian Blank
On Fri, Apr 08, 2005 at 01:53:28PM +0900, Horms wrote: > Ok, I'll try and be a little more specific. Do you know of any > machines that are available to kernel team members, or more > generally debian developers, to do ppc builds? trick.rz.uni-augsburg.de, a power5 machine, is open on request. B

Re: Problem compiling SMU driver [was: Cross compiling linux-2.6.12-rc1 G4 -> G5]

2005-04-08 Thread Francois
> Do a 64 bits kernel, I don't support 32 bits kernels on ppc64 machines > anymore; Thanks for the tip. What is the simplest way to make a 64 bit kernel? I have two options: cross compiling on my G4, or compiling under Darwin on my G5. Building a cross compiler looks complicated, and my compiling

Re: sarge kernel frozen (2.4.27 and 2.6.8), and plans for post-sarge powerpc kernels.

2005-04-08 Thread Sven Luther
On Fri, Apr 08, 2005 at 10:32:01AM +0200, Bastian Blank wrote: > On Fri, Apr 08, 2005 at 01:53:28PM +0900, Horms wrote: > > Ok, I'll try and be a little more specific. Do you know of any > > machines that are available to kernel team members, or more > > generally debian developers, to do ppc buil

Re : Problem compiling SMU driver [was: Cross compiling linux-2.6.12-rc1 G4 -> G5]

2005-04-08 Thread grave
Le 08.04.2005 12:02:52, Francois a écrit : > Do a 64 bits kernel, I don't support 32 bits kernels on ppc64 machines > anymore; Thanks for the tip. What is the simplest way to make a 64 bit kernel? I have two options: cross compiling on my G4, or compiling under Darwin on my G5. Building a cross com

Re: Re: Problem compiling SMU driver [was: Cross compiling linux-2.6.12-rc1 G4 -> G5]

2005-04-08 Thread Francois
I can send you a tarball with a cross compiler for linux under G4. > size : 58MB > or you can download it : > http://ipnnarval.in2p3.fr/~xavier/ppc64.tgz > This is a gcc 3.4.2 version compiled a few months ago... That's great, thanks. I'm compiling a kernel with it right now, and it seems to work.

applying patch

2005-04-08 Thread Tamas K Papp
Hi, I want to try 2.6.12-rc2. I downloaded and extracted the latest 2.6.11 from kernel.org, and tried to apply the 2.6.12-rc2 patch. I get messages like this: patching file drivers/media/video/adv7170.c Reversed (or previously applied) patch detected! Assume -R? [n] What should I answer here?

Re: applying patch

2005-04-08 Thread Francois
Hi Tamas, I've just built a 2.6.12-rc2 kernel, and I got the same message as you. I simply answered the default to all questions (i.e. [n]). Some patches will fail to apply, but as long as you're not using the corresponding code (my case), you should be fine. For instance adv7170.c is for the Anal

Re: Problem compiling SMU driver [was: Cross compiling linux-2.6.12-rc1 G4 -> G5]

2005-04-08 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 11:02 +0100, Francois wrote: > > Do a 64 bits kernel, I don't support 32 bits kernels on ppc64 machines > > anymore; > > Thanks for the tip. What is the simplest way to make a 64 bit kernel? I > have two options: cross compiling on my G4, or compiling under Darwin on > my G5.

Re: applying patch

2005-04-08 Thread vinai
On Fri, 8 Apr 2005, Tamas K Papp wrote: I want to try 2.6.12-rc2. I downloaded and extracted the latest 2.6.11 from kernel.org, and tried to apply the 2.6.12-rc2 patch. I get messages like this: patching file drivers/media/video/adv7170.c Reversed (or previously applied) patch detected! Assume -

Re: applying patch

2005-04-08 Thread vinai
On Fri, 8 Apr 2005, vinai wrote: On Fri, 8 Apr 2005, Tamas K Papp wrote: I want to try 2.6.12-rc2. I downloaded and extracted the latest 2.6.11 from kernel.org, and tried to apply the 2.6.12-rc2 patch. I get messages like this: patching file drivers/media/video/adv7170.c Reversed (or previously a

Re: Mac mini (TV modeline)

2005-04-08 Thread robin putters
On Apr 8, 2005 1:10 AM, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > Only thing I can't get working is the video output to PAL/NTSC using > > the optional DVI->Composite/SVHS cable. Does anybody here have a > > solution for this (modeline for XF86Config or something?). > > Nah, in general

how to set locale used by X11 (esp Multi_key)

2005-04-08 Thread Tamas K Papp
Where can I set the locale used by X11 (especially Multi_key)? I want to use iso8859-2, but I want everything else to stay English. Thanks, Tamas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[G5] Mirrored characters on the console [was Re: Problem compiling SMU driver]

2005-04-08 Thread Francois
Xavier, Ben, a big thank you to you both. I was able to cross-compile a 64 bit kernel, and to launch debian-installer with it (I made a fat kernel with no module so I could reuse the initrd I had from debian-installer). I now have a base debian system on my G5! There are (of course) a few glitc

Re: Mac mini (TV modeline)

2005-04-08 Thread Joerg Sommer
robin putters <[EMAIL PROTECTED]> wrote: > On Apr 8, 2005 1:10 AM, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: >> > Only thing I can't get working is the video output to PAL/NTSC using >> > the optional DVI->Composite/SVHS cable. Does anybody here have a >> > solution for this (modeline for X

Re: applying patch

2005-04-08 Thread Wolfgang Pfeiffer
On Fri, Apr 08, 2005 at 09:50:37AM -0400, Tamas K Papp wrote: > Hi, > > I want to try 2.6.12-rc2. I downloaded and extracted the latest > 2.6.11 from kernel.org, No guarantees, but: Please: Get 2.6.11. Nothing else. Not 2.6.11.7. Unpack 2.6.11. And apply

ibook g3 sensor adm1031 temperature

2005-04-08 Thread Jorge Salamero
a short question :-) i can see my ibook g3 temperatures with cedric's module is it possible to use SENSORS_ADM1031 [=m] instead ? how i have to configure sensors ? thanks -- Jorge Salamero Sanz aka "bencer" chatto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] dontgo: http://bys.cauterized.net/

Re: applying patch

2005-04-08 Thread Wolfgang Pfeiffer
On Sat, Apr 09, 2005 at 12:33:15AM +0200, Wolfgang Pfeiffer wrote: > On Fri, Apr 08, 2005 at 09:50:37AM -0400, Tamas K Papp wrote: > > Hi, > > > > I want to try 2.6.12-rc2. I downloaded and extracted the latest > > 2.6.11 from kernel.org, > > No guarantees, but: > > Please: > Get 2.6.11. Nothin

Re: applying patch

2005-04-08 Thread Wolfgang Pfeiffer
On Sat, Apr 09, 2005 at 01:19:21AM +0200, Wolfgang Pfeiffer wrote: > > And I just tested this: After proceding as I explained above you can Just To make it clear: I didn't compile this patched kernel so far: So it just *seems* to work what I wrote ... :) > make it to an even newer (4 days, as it

Re: ibook g3 sensor adm1031 temperature

2005-04-08 Thread Cedric Pradalier
According to Jorge Salamero, on Sat, 9 Apr 2005 01:14:26 +0200, > >a short question :-) >i can see my ibook g3 temperatures with cedric's module >is it possible to use SENSORS_ADM1031 [=m] instead ? how i have to configure >sensors ? > >thanks Once upon a time (till 2.6.10 at least), you had to

Re: does sleep work with the patched 2.6.10 kernel?

2005-04-08 Thread John Steele Scott
Mauro <[EMAIL PROTECTED]> writes: > I've got hoary running on two ppcs and apt-cache seach kernel-image only > brings up the 2.6.8-12 which is what I got on my ibook. Sleep does not > work when I close the lid. > > So where are you getting this 2.6.10? Unless you're talking about a > fresh instal

Re: instruction cache throttling

2005-04-08 Thread John Steele Scott
Joerg Sommer <[EMAIL PROTECTED]> writes: > Hi, > > inspired by John Steele (<[EMAIL PROTECTED]>, > ) I searched a little bit with google > and found that the instruction cache throttling register is named in the > Kernel source (include/asm-ppc/reg.h). A todo note is made in

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

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]

Re: applying patch

2005-04-08 Thread vinai
> I want to try 2.6.12-rc2. I downloaded and extracted the latest > 2.6.11 from kernel.org, and tried to apply the 2.6.12-rc2 patch. I > get messages like this: > > patching file drivers/media/video/adv7170.c > Reversed (or previously applied) patch detected! Assume -R? [n] > > What should I ans

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 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 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

Swallow Pleasure

2005-04-08 Thread d Williams Inc.
4 Wives looking to Cheat,=20 have been matched for you in your area: 1) Taylor, 128 lbs, 5'6, 36c, 18 miles away, available most week nights ( = looking for side-fling) 2) Taylor, 134 lbs, 5'6, 36d, 25 miles away, available April 9-13 3) Brianna, 126 lbs, 5'9, 34b, 10 miles away, available most w

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 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 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 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: [G5] Mirrored characters on the console [was Re: Problem compiling SMU driver]

2005-04-08 Thread Benjamin Herrenschmidt
> The problem is probably not much to solve, since characters are > displayed properly in the first few seconds of the boot *until* the Tux > logo kicks in (the logo is then fine, but the characters are swapped). > Strangely enough too, the first pass of the Debian installer (the one > installing

Re: Making boot process wait for recognition of device

2005-04-08 Thread Arnaud Delobelle
Benjamin Herrenschmidt wrote: On Thu, 2005-04-07 at 09:56 +0100, Arnaud Delobelle wrote: [snip] * The kernel doesn't see the firewire HD when I power on the computer, only when I reboot it (but Open Firmware does see it in both cases). This really puzzles me... Yes, that is weird. You should s

sleep works in 2.6.12-rc2 (was Re: applying patch)

2005-04-08 Thread Tamas K Papp
On Sat, Apr 09, 2005 at 12:33:15AM +0200, Wolfgang Pfeiffer wrote: > Please: > Get 2.6.11. Nothing else. Not 2.6.11.7. Unpack > 2.6.11. And apply > > to 2.6.11. Not to 2.6.11.7 ... :) Wolfgang, Thanks for your help. I co

Re: Ibook G4 Alsa recording

2005-04-08 Thread [ATR]Dj-Death
Le jeudi 07 avril 2005 Ã 11:37 -0400, Michel DÃnzer a Ãcrit : > On Wed, 2005-04-06 at 20:58 +0200, [ATR]Dj-Death wrote: > > Hi all, > > I'm looking at how record on master/pcm output on my ibook G4 (mainly to > > broadcast streaming using icecast and hear what I'm broadcasting), [...] > > Try the

Re: sleep works in 2.6.12-rc2 (was Re: applying patch)

2005-04-08 Thread Tamas K Papp
On Fri, Apr 08, 2005 at 11:05:36PM -0400, Tamas K Papp wrote: > Thanks for your help. I compiled a 2.6.12-rc2 kernel and I am happy > to share that sleep now works on my powerbook5,4: the machine sleeps > perfectly, wakes up perfectly, and usb devices are powered up every > time. I will test it

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: Ibook G4 Alsa recording

2005-04-08 Thread Michel Dänzer
On Sat, 2005-04-09 at 05:12 +0200, [ATR]Dj-Death wrote: > > Yes, I mean something else. > Did you alread try to broadcast music using icecast ? > > Let me explain how it work on my x86 box : > I launch ices2 (the icecast ogg daemon) which stream what I'm listening > using xmms. So I can hear xmms

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

Firewire HDs, Sleep, and Sound

2005-04-08 Thread Ray Kohler
I have here a new install of Debian PPC on a desktop PowerMac (the Windtunnel). I'm running Sid with kernel 2.6.11. Most everything works fine, but I've got a few problems/questions that I couldn't track down. I'm new to Debian PPC, but not new to either Debian or PPC in general, so you don't have