Re: [PATCH] pmac: sound support for latest laptops

2005-04-18 Thread Brian C
Colin wrote: [snip] >> What is a safe temperature for the CPU? Could I just set the >> cpu_limit to 55? If so, how would I do that? > >echo 5 > /sys/devices/temperatures/limit_adjust >(this will add 5 to the default 50°C) > >I should give a look at Darwin's drivers to see whether default >temperatu

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Colin Leroy
On Sun, 17 Apr 2005 12:51:26 -0700 Brian C <[EMAIL PROTECTED]> wrote: > debian-powerpc:/sys/devices/temperatures# dmesg | grep adt adt746x: > Thermostat bus: 1, address: 0x2e, limit_adjust: 0, fan_speed: -1 > adt746x: ADT7467 initializing > adt746x: Lowering max temperatures from 73, 80, 109 to

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Benjamin Herrenschmidt
On Sun, 2005-04-17 at 07:06 -0700, Brian C wrote: > Ben wrote: > > > Have you tried playing with the DRC setting as I explained in the patch ? > > Hmm, I still don't see that in the patch, but that did fix it. Yes, my bad, I explained it in the G5 patch not the powerbook patch, this should be FA

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Brian C
Colin wrote: >Hi, > >> I don't have anything in /sys/devices related to temperature. Below >> is /proc/cpuinfo --Thanks for any further advice. The fan is still >> running at what sounds like the max... > >That means therm_adt746x isn't loaded, and probably your powerbook >model is configured to se

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Colin Leroy
On 17 Apr 2005 at 07h04, Brian C wrote: Hi, > I don't have anything in /sys/devices related to temperature. Below > is /proc/cpuinfo --Thanks for any further advice. The fan is still > running at what sounds like the max... That means therm_adt746x isn't loaded, and probably your powerbook mode

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Brian C
Colin wrote: >> And as an aside, does that therm_adt7467 module work >> properly on the new Powerbooks? Since I've started using >> this 2.6.12-rc2 kernel the fan seems to run non-stop. I >> don't want the Powerbook to overheat, but I don't want the >> fan to run unnecessarily either. > > It should

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Brian C
Ben wrote: Have you tried playing with the DRC setting as I explained in the patch ? Hmm, I still don't see that in the patch, but that did fix it. I used gnome-alsamixer and cranked up the DRC Range setting. Now the internal speaker is clearly audible. Thanks. Brian -- To UNSUBSCRIBE, email to [EM

Re: [PATCH] pmac: sound support for latest laptops

2005-04-17 Thread Colin Leroy
On 16 Apr 2005 at 22h04, Brian W. Carver wrote: Hi, > And as an aside, does that therm_adt7467 module work > properly on the new Powerbooks? Since I've started using > this 2.6.12-rc2 kernel the fan seems to run non-stop. I > don't want the Powerbook to overheat, but I don't want the > fan t

Re: [PATCH] pmac: sound support for latest laptops

2005-04-16 Thread Benjamin Herrenschmidt
On Sat, 2005-04-16 at 22:34 -0700, Brian W. Carver wrote: > Whew, > > I've got Ben's sound patch working under 2.6.12-rc2 on a > post-Feb '05 12" Powerbook. I detail the process for > newbies like me who need hand-holding here: Sound Working > on Post-February 2005 12" G4 Powerbook > http://www

Re: [PATCH] pmac: sound support for latest laptops

2005-04-16 Thread Brian W. Carver
Whew, I've got Ben's sound patch working under 2.6.12-rc2 on a post-Feb '05 12" Powerbook. I detail the process for newbies like me who need hand-holding here: Sound Working on Post-February 2005 12" G4 Powerbook http://www.sharealike.org/index.php?m=20050416 One problem: The Powerbook's intern

Re: [PATCH] pmac: sound support for latest laptops

2005-04-15 Thread Olivier MATZ
Hello ! It's working here (pbook 12" post-feb05) superb!. Same for me, also on a new 12" powerbook. Many Thanks !!! Olivier Thanks (once again) :=) Ben! Antonio Corbi. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [PATCH] pmac: sound support for latest laptops

2005-04-14 Thread Takashi Iwai
At Thu, 14 Apr 2005 23:15:14 +1000, Benjamin Herrenschmidt wrote: > > On Thu, 2005-04-14 at 14:55 +0200, Johannes Berg wrote: > > Hi, > > > > > This patch hacks the current Alsa snd-powermac driver to add support for > > > recent machine models with the tas3004 chip, that is basically new > > > l

Re: [PATCH] pmac: sound support for latest laptops

2005-04-14 Thread Johannes Berg
On Thu, 2005-04-14 at 23:15 +1000, Benjamin Herrenschmidt wrote: > I don't know, this is definitely not a problem with the platform > specific part of the driver, which is what I've been dealin with lately. > You may find a better answer with the Alsa folks regarding the actual > PCM implementatio

Re: [PATCH] pmac: sound support for latest laptops

2005-04-14 Thread Benjamin Herrenschmidt
On Thu, 2005-04-14 at 14:55 +0200, Johannes Berg wrote: > Hi, > > > This patch hacks the current Alsa snd-powermac driver to add support for > > recent machine models with the tas3004 chip, that is basically new > > laptop models. > > So this works, but is incompatible with gstreamer. I took it w

Re: [PATCH] pmac: sound support for latest laptops

2005-04-14 Thread Johannes Berg
Hi, > This patch hacks the current Alsa snd-powermac driver to add support for > recent machine models with the tas3004 chip, that is basically new > laptop models. So this works, but is incompatible with gstreamer. I took it with a rhythmbox/gstreamer developer and he said that it's a driver iss

Re: [PATCH] pmac: sound support for latest laptops

2005-04-13 Thread Bernhard Reiter
On Tue, Apr 12, 2005 at 10:59:20PM -0700, Brian C wrote: > Sorry to be dense, but could someone explain step-by-baby-step how to > apply that patch? I've got a new Powerbook I'd like to try it on, but > don't know exactly how to proceed. First you need to be able to compile, set up and run your ow

Re: [PATCH] pmac: sound support for latest laptops

2005-04-12 Thread Brian C
Sorry to be dense, but could someone explain step-by-baby-step how to apply that patch? I've got a new Powerbook I'd like to try it on, but don't know exactly how to proceed. Thanks, Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: [PATCH] pmac: sound support for latest laptops

2005-04-11 Thread Benjamin Herrenschmidt
On Mon, 2005-04-11 at 17:07 +0200, Johannes Berg wrote: > Hi, > > >This patch hacks the current Alsa snd-powermac driver to add support for > >recent machine models with the tas3004 chip, that is basically new > >laptop models. The Mac Mini is _NOT_ yet supported by this patch (soon > >soon ...).

Re: [PATCH] pmac: sound support for latest laptops

2005-04-11 Thread Takashi Iwai
At Mon, 11 Apr 2005 17:07:29 +0200, Johannes Berg wrote: > > Hi, > > >This patch hacks the current Alsa snd-powermac driver to add support for > >recent machine models with the tas3004 chip, that is basically new > >laptop models. The Mac Mini is _NOT_ yet supported by this patch (soon > >soon ..

Re: [PATCH] pmac: sound support for latest laptops

2005-04-11 Thread Johannes Berg
Hi, This patch hacks the current Alsa snd-powermac driver to add support for recent machine models with the tas3004 chip, that is basically new laptop models. The Mac Mini is _NOT_ yet supported by this patch (soon soon ...). The G5s (iMac or Desktop) will need the rewritten sound driver on which I

Re: [PATCH] pmac: sound support for latest laptops

2005-04-11 Thread Takashi Iwai
At Sun, 10 Apr 2005 16:16:32 +1000, Benjamin Herrenschmidt wrote: > > Hi ! > > This patch hacks the current Alsa snd-powermac driver to add support for > recent machine models with the tas3004 chip, that is basically new > laptop models. The Mac Mini is _NOT_ yet supported by this patch (soon > s

Re: [PATCH] pmac: sound support for latest laptops

2005-04-10 Thread Antonio-M. Corbi Bellot
El dom, 10-04-2005 a las 16:16 +1000, Benjamin Herrenschmidt escribió: > Hi ! > > This patch hacks the current Alsa snd-powermac driver to add support for > recent machine models with the tas3004 chip, that is basically new > laptop models. It's working here (pbook 12" post-feb05) superb!. Tha

[PATCH] pmac: sound support for latest laptops

2005-04-09 Thread Benjamin Herrenschmidt
Hi ! This patch hacks the current Alsa snd-powermac driver to add support for recent machine models with the tas3004 chip, that is basically new laptop models. The Mac Mini is _NOT_ yet supported by this patch (soon soon ...). The G5s (iMac or Desktop) will need the rewritten sound driver on which