Re: [PATCH] Fix sleep/wakeup problems on iBook G3

2005-03-30 Thread Jean-Paul Vincent
Hi! < Le jeudi 31 mars 2005 ï 00:31:30 +0200 (CEST), Benjamin Herrenschmidt écrivit :> > Ok, I've updated the patch on gate. Try applying this on top of a fresh > kernel and tell me if that works: Tried on 2.6.11.6: Hunk #4 failed at 139 Do I can apply manually ? Jean-Paul Vincent.

Re: Accessing LogWatch via web

2005-03-30 Thread Mehul Sanghvi
On Tue, 29 Mar 2005 22:03:53 +0100, Lee Braiden <[EMAIL PROTECTED]> wrote: > On Tuesday 29 March 2005 21:51, Mehul Sanghvi wrote: > > Does anyone know how to get LogWatch to create web based reports ? > > If I understand it > > You could filter it through a script via procmail or some other fi

Re: apple trackpad driver update

2005-03-30 Thread Johannes Berg
On Thu, 2005-03-31 at 08:35 +1000, Benjamin Herrenschmidt wrote: > > I've made a few updates today. Notable is the addition of yet another > > USB product ID for the 12" series and a fix for some trackpads that send > > 81 bytes in interrupt go as opposed to mine which sends 64 and 17 in two > > c

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Benjamin Herrenschmidt
> Unless you want to make it generic enough to apply to all > non-x86 systems, it's also not very worthwhile to put a ton > of effort into this. If you want that, it's probably better > to take the official APM driver and split it into a front > end (just the device node stuff) and a back end (har

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Benjamin Herrenschmidt
> I also want applications that expect to be able to interact with APM to > succeed at this. Why ? there is no APM, and there is nothing to tell them, afaik. Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Benjamin Herrenschmidt
On Wed, 2005-03-30 at 19:49 +0300, Martin-Ãric Racine wrote: > On Wed, 30 Mar 2005, Johannes Berg wrote: > > > On Wed, 2005-03-30 at 15:40 +0300, Martin-Ãâric Racine wrote: > > > > > I wanted to enable the APM emulation to calm down XFree's warning about > > > the missing APM device, but I notice

Re: apple trackpad driver update

2005-03-30 Thread Benjamin Herrenschmidt
> Also: > (page 43) > All Host Controllers are required to have support for up to 64-byte > maximum data payload sizes for full-speed interrupt endpoints and eight > bytes or less maximum data payload sizes for low-speed interrupt > endpoints. No Host Controller is required to support larger maxim

POWER3 install CD

2005-03-30 Thread Anton Blanchard
Hi, I was looking for a POWER3 debian install CD and came across the installer ports status page: http://www.debian.org/devel/debian-installer/ports-status It mentions these as working: powerpc IBM RS6000 power3 IBM RS6000 power4 IBM RS6000 It turns out these targets overlap with the next two

Re: apple trackpad driver update

2005-03-30 Thread Johannes Berg
On Thu, 2005-03-31 at 09:15 +1000, Benjamin Herrenschmidt wrote: Apple can't "ignore" that, it's simply not possible, > unless they actually send two packets and the USB stack itself is > coalescing them... I wouldn't be too sure about that, quoting the specs: (page 44) The bus frequency and fra

Re: apple trackpad driver update

2005-03-30 Thread Benjamin Herrenschmidt
On Thu, 2005-03-31 at 00:50 +0200, Johannes Berg wrote: > On Thu, 2005-03-31 at 08:35 +1000, Benjamin Herrenschmidt wrote: > > > > I've made a few updates today. Notable is the addition of yet another > > > USB product ID for the 12" series and a fix for some trackpads that send > > > 81 bytes in

Re: apple trackpad driver update

2005-03-30 Thread Benjamin Herrenschmidt
On Wed, 2005-03-30 at 22:47 +0200, Johannes Berg wrote: > Hi, > > I've made a few updates today. Notable is the addition of yet another > USB product ID for the 12" series and a fix for some trackpads that send > 81 bytes in interrupt go as opposed to mine which sends 64 and 17 in two > consecutiv

Re: [PATCH] sleep & cpufreq problems

2005-03-30 Thread Benjamin Herrenschmidt
On Tue, 2005-03-29 at 13:28 +1000, Benjamin Herrenschmidt wrote: > Hi ! > > Here are a couple of patches against current linus bk (one was already > posted to this list) that should fix a number issues related to sleep > and wakeup, especially in conjunction with cpufreq transitions. > > Please t

Re: [PATCH] Fix sleep/wakeup problems on iBook G3

2005-03-30 Thread Benjamin Herrenschmidt
> kernel 2.6.11.5 (test #3 at the end of mail) > > Test 1 (patch and first change) : the ibook wakes up. But... > > ~$ sudo reboot > Erreur de segmentation Ok, I've updated the patch on gate. Try applying this on top of a fresh kernel and tell me if that works: http://gate.crashing.org/~benh/p

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Benjamin Herrenschmidt
On Wed, 2005-03-30 at 15:40 +0300, Martin-Éric Racine wrote: > Hello Ben, > > I wanted to enable the APM emulation to calm down XFree's warning about > the missing APM device, but I notice that it's currently dependant upon > the PMU support. Could this be changed into a generic platform option?

Re: pbbuttonsd 0.6.8beta1 has been released for testing

2005-03-30 Thread Joerg Sommer
Matthias Grimm <[EMAIL PROTECTED]> wrote: > On Fri, 25 Mar 2005 15:35:11 + (UTC) > Joerg Sommer <[EMAIL PROTECTED]> wrote: > >> Matthias Grimm <[EMAIL PROTECTED]> wrote: >> > >> > Hi, >> > >> > As consequence of the high number of critical bugs in the last release I >> > publish a beta release

Re: apple trackpad driver update

2005-03-30 Thread Johannes Berg
On Wed, 2005-03-30 at 22:59 +0200, Antonio-M. Corbi Bellot wrote: > 1) The device created user/group are root:root, I suppose that once this > gets into a driver-only code this will not matter. I am not sure the driver has any influence on that. You can instruct udev to give it other permissions.

Re: apple trackpad driver update

2005-03-30 Thread Antonio-M. Corbi Bellot
El mié, 30-03-2005 a las 22:47 +0200, Johannes Berg escribió: > I've made a few updates today. Notable is the addition of yet another > USB product ID for the 12" series and a fix for some trackpads that send > 81 bytes in interrupt go as opposed to mine which sends 64 and 17 in two > consecutive

apple trackpad driver update

2005-03-30 Thread Johannes Berg
Hi, I've made a few updates today. Notable is the addition of yet another USB product ID for the 12" series and a fix for some trackpads that send 81 bytes in interrupt go as opposed to mine which sends 64 and 17 in two consecutive interrupts. I simply multiplex that the userspace driver now so an

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Martin-Éric Racine
On Wed, 30 Mar 2005, Brad Boyer wrote: > On Wed, Mar 30, 2005 at 07:49:06PM +0300, Martin-?ric Racine wrote: > > On Wed, 30 Mar 2005, Johannes Berg wrote: > > > Maybe I'm misunderstanding, but how should it then get at the relevant > > > data to emulate APM? > > > > There are power management arc

Re: pbbutons wont put my PB to sleep

2005-03-30 Thread Rolando Abarca
On Wed, 30 Mar 2005, Matthias Grimm wrote: Please check out the configuration file. There is an option that tells pbbuttonsd what to to when the lid has been closed. It's named onAC_CoverAction and onBattery_CoverAction. See man pbbuttonsd.conf for detailed description. I have checked that, and th

booting from USB/Firewire

2005-03-30 Thread Arnaud Delobelle
Hi all, I have been following the list for a while and would like to try debian on my Powerbook G4. My internal HD is partitioned as when I bought it (one big HFS+ partition) and I don't want to repartition it at the moment (real estate is too expensive on the internal hard drive). So I am thi

Re: BLK_DEV_IDEDMA_PMAC && !BLK_DEV_IDEPCI

2005-03-30 Thread ms419
On Mar 29, 2005, at 11:12 PM, Benjamin Herrenschmidt wrote: On Tue, 2005-03-29 at 23:06 -0800, [EMAIL PROTECTED] wrote: Unfortunately I dunno in which direction to proceed - I dunno whether BLK_DEV_IDEDMA_PMAC should build without BLK_DEV_IDEPCI, or whether it's a problem with Kconfig - thanks for

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Brad Boyer
On Wed, Mar 30, 2005 at 07:49:06PM +0300, Martin-?ric Racine wrote: > On Wed, 30 Mar 2005, Johannes Berg wrote: > > Maybe I'm misunderstanding, but how should it then get at the relevant > > data to emulate APM? > > There are power management architectures predating PMU. While that is true, the c

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Martin-Éric Racine
On Wed, 30 Mar 2005, Johannes Berg wrote: > On Wed, 2005-03-30 at 15:40 +0300, Martin-Éric Racine wrote: > > > I wanted to enable the APM emulation to calm down XFree's warning about > > the missing APM device, but I notice that it's currently dependant upon > > the PMU support. Could this be c

Re: Linux PPC Java development

2005-03-30 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lee Braiden wrote: | On Tuesday 29 March 2005 21:03, Barry Hawkins wrote: | |>~Hello and welcome. If you would like, you can use the gcjwebplugin; |>that is about your only option for applets. | | | Marcellus: Just to give you an informed decision,

Re: new powerbook touchpad

2005-03-30 Thread Johannes Berg
On Wed, 2005-03-30 at 17:10 +0200, Antonio-M. Corbi Bellot wrote: > > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=05ac ProdID=030a Rev= 0.06 > S: Manufacturer=Apple Computer > S: Product=Apple Inter

Re: new powerbook touchpad

2005-03-30 Thread Antonio-M. Corbi Bellot
El mié, 30-03-2005 a las 16:38 +0200, Johannes Berg escribió: > On Wed, 2005-03-30 at 16:31 +0200, Antonio-M. Corbi Bellot wrote: > No need, udev should be fine. The driver doesn't recognize your trackpad > apparently. Check /var/log/kern.log, it should say: > Mar 30 16:38:23 localhost kernel: >

Re: new powerbook touchpad

2005-03-30 Thread Johannes Berg
On Wed, 2005-03-30 at 16:31 +0200, Antonio-M. Corbi Bellot wrote: > I'm trying the kernel driver in a post-feb'05 pbook 12" and I'm not > having luck with the trackpad. > > I'm using udev+2.6.11.6 (ubuntu-hoary), after compiling the driver I can > insmod it but nothing else happens...no /dev/appl

Re: new powerbook touchpad

2005-03-30 Thread Antonio-M. Corbi Bellot
El mar, 29-03-2005 a las 17:53 +0200, Johannes Berg escribió: > On Tue, 2005-03-29 at 17:44 +0200, Marco Vignati wrote: > > Great! > > my trackpad now works, thanks johannes! > > welcome :) I'm trying the kernel driver in a post-feb'05 pbook 12" and I'm not having luck with the trackpad. I'm usi

Re: [PATCH] Fix sleep/wakeup problems on iBook G3

2005-03-30 Thread Jean-Paul Vincent
Hi! < Le mercredi 30 mars 2005 ï 00:21:22 +0200 (CEST), Benjamin Herrenschmidt écrivit :> > Yes, but lis r4,2 not lis r3,2 > kernel 2.6.11.5 (test #3 at the end of mail) Test 1 (patch and first change) : the ibook wakes up. But... ~$ sudo reboot Erreur de segmentation and I cant log in root

Re: PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Johannes Berg
On Wed, 2005-03-30 at 15:40 +0300, Martin-Ãric Racine wrote: > I wanted to enable the APM emulation to calm down XFree's warning about > the missing APM device, but I notice that it's currently dependant upon > the PMU support. Could this be changed into a generic platform option? Maybe I'm misu

PowerPC's APM emulation dependant upon PMU feature?

2005-03-30 Thread Martin-Éric Racine
Hello Ben, I wanted to enable the APM emulation to calm down XFree's warning about the missing APM device, but I notice that it's currently dependant upon the PMU support. Could this be changed into a generic platform option? Thanks! -- Martin-Éric Racine http://www.iki.fi/q-funk/

re: msnbc_auto_response: thank you for contacting today with katie couric and matt lauer

2005-03-30 Thread Larry Scott
Charlene Scott 267 W Main St Ridgway PA 15853 814-776-6681 [EMAIL PROTECTED]   I am writing because of your contest of "What do you want to accomplish".  My only thing to do is help my 86 year old dad find his brother.  They were seperated when he was around 3 and he wants to find him.  My Dad's

Re: pbbuttonsd 0.6.8beta1 has been released for testing

2005-03-30 Thread Colin Leroy
On 30 Mar 2005 at 12h03, Matthias Grimm wrote: Hi, > The tapping is only disabled for 0.6 seconds and key repetition is > not covered. Only normal key strokes will disable trackpad tapping. > To continously disable the tapping you need constant typing. Pressing > one single key for a while is no

Re: pbbuttonsd 0.6.8beta1 has been released for testing

2005-03-30 Thread Matthias Grimm
On Fri, 25 Mar 2005 15:35:11 + (UTC) Joerg Sommer <[EMAIL PROTECTED]> wrote: > Matthias Grimm <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > As consequence of the high number of critical bugs in the last release I > > publish a beta release first this time: > > > >

Re: pbbutons wont put my PB to sleep

2005-03-30 Thread Matthias Grimm
On Sun, 27 Mar 2005 22:02:06 -0400 (CLT) Rolando Abarca <[EMAIL PROTECTED]> wrote: > I have a lombard with kernel 2.6.11.5 (recently compiled) I thought that > pbbutons will work now, but it's doing the same thing that before, it > won't put my PB to sleep if I close the lid (only turn off the s

Re: RTC_PIE possible using via-pmu?

2005-03-30 Thread Benjamin Herrenschmidt
> > Oh, those periodic interrupt things are features of x86 RTC chips, they > > aren't available on other architectures, at least not all of them, > > definitely not on pmac. > > Well I was wondering if I could use the via-pmu timer to implement such > a periodic interrupt. I wouldn't recommend

Re: RTC_PIE possible using via-pmu?

2005-03-30 Thread Gabriel Paubert
On Wed, Mar 30, 2005 at 10:36:15AM +1000, Benjamin Herrenschmidt wrote: > On Tue, 2005-03-29 at 13:17 +0100, Martin Habets wrote: > > RTC_IRQP_SET sets the periodic interrupt rate. > > RTC_PIE_ON turns on periodic interrupts. > > RTC_PIE_OFF turns off periodic interrupts. > > > > There are similar

Re: RTC_PIE possible using via-pmu?

2005-03-30 Thread Martin Habets
On Wed, Mar 30, 2005 at 10:36:15AM +1000, Benjamin Herrenschmidt wrote: > On Tue, 2005-03-29 at 13:17 +0100, Martin Habets wrote: > > RTC_IRQP_SET sets the periodic interrupt rate. > > RTC_PIE_ON turns on periodic interrupts. > > RTC_PIE_OFF turns off periodic interrupts. > > > > There are similar