snd-aoa: new apple sound driver

2006-03-28 Thread Johannes Berg
Hi, I think I accomplished most of the things I wanted to accomplish now :) snd-aoa is now split into a core module and snd-aoa-fabric-layout, snd-aoa-codec-onyx. I'm going to write a snd-aoa-codec-tas3004 soon, so that I can use the new code here on both of my machines. What's left to do? (in

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Mon, 2006-03-27 at 18:07 +0300, Eddy Petrişor wrote: Does the current experimental implementation support input? No. A smaller rewrite of the clock/pcm/bitrate stuff is on order, after that it will. Ok, nice. When will that be ? :-D It's done, but for whatever reason input doesn't

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 00:11 +0900, Charles Plessy wrote: I cannot offer help coding, but if you have something I can try on PowerMac 8,2 I can test it and report back to you. Same for 8,1. Actually, if you could share the patched sources of a kernel, that would be great (I am affraid I

Re: Qemu and GCC-3.4 on powerpc

2006-03-28 Thread Gabriel Paubert
On Tue, Mar 28, 2006 at 12:56:13AM +0200, Dieter Schuster wrote: Hello, the version 0.8.0 of qemu in the Debian-pool will not compile on PowerPC with GCC 3.4. The following patch will fix it: And suck performance wise with exploding code size. Without speaking of potential atomicity issues

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Eduardo Trápani
I have already someone testing on 8,1, but just fyi: And on 8,2? $ sudo apt-get install cogito $ cd /wherever/ $ cg clone http://johannes.sipsolutions.net/snd-aoa.git/ snd-aoa $ cd snd-aoa Are you sure that works as-is? I'm trying it and cg returns without doing anything ... Eduardo.

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 15:43 +0200, Eduardo Trápani wrote: $ cg clone http://johannes.sipsolutions.net/snd-aoa.git/ snd-aoa Are you sure that works as-is? I'm trying it and cg returns without doing anything ... works fine here: $ cd /tmp/ $ cg clone

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 15:43 +0200, Eduardo Trápani wrote: I have already someone testing on 8,1, but just fyi: And on 8,2? Whoops, missed this before. No, it hasn't been tested there to my knowledge, but I don't even know if that machine has an onyx johannes signature.asc Description:

Re: X kills my powerbook

2006-03-28 Thread Matthew T. Atkinson
On Wed, 2006-03-08 at 14:46 +0100, Johannes Berg wrote: You are aware of snapshot.debian.net, right? :) I've got this in my sources.list: deb http://snapshot.debian.net/2005/11/30/debian unstable main and xserver-xorg 6.8.2.dfsg.1-11 ``apt-cache show''s up, but I don't seem to be able to

Re: X kills my powerbook

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 15:26 +0100, Matthew T. Atkinson wrote: Please could anyone explain how I might force apt to install it? apt-get install xserver-xorg=6.8.2.dfsg.1-11 johannes signature.asc Description: This is a digitally signed message part

Re: X kills my powerbook

2006-03-28 Thread Matthew T. Atkinson
On Tue, 2006-03-28 at 15:26 +0100, Matthew T. Atkinson wrote: Please could anyone explain how I might force apt to install it? Apologies -- my sources.list had got another sid (instead of the diseed etch) entry in there which I missed. It is now -- at last -- working again. Thanks very much

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Eduardo Trápani
I have already someone testing on 8,1, but just fyi: And on 8,2? Whoops, missed this before. No, it hasn't been tested there to my knowledge, but I don't even know if that machine has an onyx How can I find that out? Eduardo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 16:33 +0200, Eduardo Trápani wrote: How can I find that out? Try loading my driver, specifically snd-aoa-codec-onyx :P Or dive into the device tree, find the layout-id property, and cross reference it with the layout id in the Info.plist file from AppleOnboardAudio. My

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Eduardo Trápani
$ cg clone http://johannes.sipsolutions.net/snd-aoa.git/ snd-aoa Are you sure that works as-is? I'm trying it and cg returns without doing anything ... works fine here: $ cd /tmp/ $ cg clone http://johannes.sipsolutions.net/snd-aoa.git/ snd-aoa defaulting to local storage area Fetching

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Johannes Berg
On Tue, 2006-03-28 at 16:38 +0200, Eduardo Trápani wrote: I had cgvg installed, that's why. I followed your steps and installed cogito and it works now :). heh ok I'll make sure to say cg-clone in the future :) johannes signature.asc Description: This is a digitally signed message part

Thermal control for PowerMac 8,2 and new snd module already included in the kernel?

2006-03-28 Thread Eduardo Trápani
I remember I had to patch 2.6.16-rc1 with a Ben patch to get the thermal control running. But the sound was broken and hung the computer. So, I'd like to know if I have to apply any patches to the latest available kernel in order to get both the thermal control and avoid the system hang when

Re: Qemu and GCC-3.4 on powerpc

2006-03-28 Thread David Edelsohn
Please open a GCC Bugzilla problem report and attach preprocessed source code demonstrating the problem. Bonus points for minimizing the testcase to a smaller, self-contained example. Thanks, David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Charles Plessy
On Tue, Mar 28, 2006 at 02:31:03PM +0200, Johannes Berg wrote : I have already someone testing on 8,1, but just fyi: $ sudo apt-get install cogito $ cd /wherever/ $ cg clone http://johannes.sipsolutions.net/snd-aoa.git/ snd-aoa $ cd snd-aoa $ make $ insmod ./soundbus/soundbus.ko Thank

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Eduardo Trápani
$ insmod ./soundbus/i2sbus/i2sbus.ko sorbet【snd-aoa】$ sudo /sbin/insmod ./soundbus/soundbus.ko sorbet【snd-aoa】$ sudo /sbin/insmod ./soundbus/i2sbus/i2sbus.ko insmod: error inserting './soundbus/i2sbus/i2sbus.ko': -1 Unknown symbol in module I built it against a just-downloaded 2.6.16 kernel

Re: Thermal control for PowerMac 8,2 and new snd module already included in the kernel?

2006-03-28 Thread Benjamin Herrenschmidt
On Tue, 2006-03-28 at 17:12 +0200, Eduardo Trápani wrote: I remember I had to patch 2.6.16-rc1 with a Ben patch to get the thermal control running. But the sound was broken and hung the computer. So, I'd like to know if I have to apply any patches to the latest available kernel in order

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Benjamin Herrenschmidt
On Tue, 2006-03-28 at 16:41 +0200, Johannes Berg wrote: On Tue, 2006-03-28 at 16:38 +0200, Eduardo Trápani wrote: I had cgvg installed, that's why. I followed your steps and installed cogito and it works now :). heh ok I'll make sure to say cg-clone in the future :) Why not use plain

Re: sound on quad powermac/latest powerbooks/imacs

2006-03-28 Thread Benjamin Herrenschmidt
On Tue, 2006-03-28 at 20:48 +0200, Eduardo Trápani wrote: $ insmod ./soundbus/i2sbus/i2sbus.ko sorbet【snd-aoa】$ sudo /sbin/insmod ./soundbus/soundbus.ko sorbet【snd-aoa】$ sudo /sbin/insmod ./soundbus/i2sbus/i2sbus.ko insmod: error inserting './soundbus/i2sbus/i2sbus.ko': -1 Unknown

Re: snd-aoa: new apple sound driver

2006-03-28 Thread Benjamin Herrenschmidt
GPIO stuff. Currently, the only GPIO I touch is the amp-mute one to turn on the internal speakers. This is done in the onyx codec module which obviously isn't the right place for it. This should be moved into the layout fabric module which draws on some common gpio code to program the GPIOs.

2.6.16 kernel build errors

2006-03-28 Thread Adam Done
I have been reading on the list of those who can't boot from their 2.6.16 kernel but I have not seen anyone else who are having build issues such as I. I have been trying and trying with many dif configurations and still come up with the same results. It looks like they are related to the errors

Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Frans Pop
Hi all, Sven Luther has recently announced [1] that he will no longer work on PowerPC support in Debian Installer. Colin Watson has already taken over the daily building of d-i images for PowerPC, so working daily builds are available again. Colin is willing to do that long term, but if a new

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Dean Hamstead
Although im not able to help in this regard i would like to express my thanks to sven for his work Dean Frans Pop wrote: Hi all, Sven Luther has recently announced [1] that he will no longer work on PowerPC support in Debian Installer. Colin Watson has already taken over the daily building

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread ee
Dean Hamstead wrote: Although im not able to help in this regard i would like to express my thanks to sven for his work I agree with Dean ! And I_ wish_ a _quik _return of Sven to debian (k-p, d-i ) team. Regards, Eugen Paiuc Dean Frans Pop wrote: Hi all, Sven Luther has recently

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Sven Luther
On Wed, Mar 29, 2006 at 02:38:53AM +0200, ee wrote: Dean Hamstead wrote: Although im not able to help in this regard i would like to express my thanks to sven for his work I agree with Dean ! And I_ wish_ a _quik _return of Sven to debian (k-p, d-i ) team. Thanks to both of you, i

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Sven Luther
On Wed, Mar 29, 2006 at 02:04:58AM +0200, Frans Pop wrote: Hi all, Sven Luther has recently announced [1] that he will no longer work on PowerPC support in Debian Installer. Colin Watson has already taken over the daily building of d-i images for PowerPC, so working daily builds are

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Frans Pop
On Wednesday 29 March 2006 03:00, Sven Luther wrote: altough seeing as it is a tedious process with little respect from the d-i team ... I have on purpose avoided anything like this in my mail and will not go into any past issues here. I only hope that anyone considering helping out with d-i

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Sven Luther
On Wed, Mar 29, 2006 at 03:10:34AM +0200, Frans Pop wrote: On Wednesday 29 March 2006 03:00, Sven Luther wrote: altough seeing as it is a tedious process with little respect from the d-i team ... I have on purpose avoided anything like this in my mail and will not go into any past

Re: snd-aoa: new apple sound driver

2006-03-28 Thread Benjamin Herrenschmidt
BTW.. with the current stuff, if I install the modules and then do modprobe i2sbus I get a registration error in dmesg. If I then try to rmmod it, the machine blows up. Haven't had time to track that down at this point. Appart from that, it works and I can play morse with myh SPID output :) Oh,

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread brian morris
hi - i am getting pretty worn out myself putting Debian on a new world mac for first time lately, a G4. i have thinking now it it is a hassle. i think the installer is over automated and that increase bug problems. for instance. a) the partitioning scheme and type i was given were not much at

Re: Wanted: Debian Installer PowerPC porter(s)

2006-03-28 Thread Eddy Petrişor
On 3/29/06, Frans Pop [EMAIL PROTECTED] wrote: Hi all, Sven Luther has recently announced [1] that he will no longer work on PowerPC support in Debian Installer. Thanks for all your work. /me asks himself: mybe is time to switch back ARCH=i386 ?! Hopefuly, not. :-) -- Regards, EddyP

Re: 2.6.16 kernel build errors

2006-03-28 Thread Eddy Petrişor
On 3/29/06, Adam Done [EMAIL PROTECTED] wrote: I have been reading on the list of those who can't boot from their 2.6.16 kernel but I have not seen anyone else who are having build issues such as I. I have been trying and trying with many dif configurations and still come up with the same