Re: therm_adt746x

2005-08-12 Thread Colin Leroy
On Fri, 12 Aug 2005 11:02:25 +0200 Johannes Berg <[EMAIL PROTECTED]> wrote: > However, only 2 sensors show up in /sys/devices/temperatures, namely > CPU BOTTOMSIDE (as sensor1_xx) and PWR SUPPLY BOTTOMSIDE (as > sensor2_xx). > > Is that a bug or is there just some logic skipping the other one for

mouseemu in need of a new maintainer

2005-08-12 Thread Colin Leroy
Hi, My iBook G4 died an horrible death - it's been showered by a leak in the roof, basically - and won't start after drying. As I won't be able to buy another one, I probably won't be able to hack on mouseemu either for a while. If anyone wants to take maintainership, he's welcome to do so. Conc

Re: PBButtonsd Beta Version 0.7.0beta2 released - major bugfix

2005-07-06 Thread Colin Leroy
On Tue, 5 Jul 2005 19:09:39 +0200 Matthias Grimm <[EMAIL PROTECTED]> wrote: > I have just installed mouseemu in parallel to pbbuttonsd and it works > fine. Both trackpad blocking functions doesn't seem to disturb > eachother. On the other hand it makes not much sense to use both at > the same time

Re: PBButtonsd Beta Version 0.7.0beta2 released - major bugfix

2005-07-05 Thread Colin Leroy
On Tue, 5 Jul 2005 10:07:54 +0200 (CEST) Michael Schmitz <[EMAIL PROTECTED]> wrote: > That is asking for trouble if mouseemu is also configured to do a > typing block - both mouseemu and pbbuttonsd are likely to program the > trackpad mode at the same time. Mouseemu doesn't program the trackpad.

Re: Pbbuttonsd not starting under 2.6.12

2005-06-21 Thread Colin Leroy
On Tue, 21 Jun 2005 09:30:55 +0200 Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > pbbuttonsd works on 2.6.12... (at least it does here for a while) I > don't know whether the above sender switched to udev (or some newer > version of it) and /dev/pmu does not exist or has wrong permissions Works f

Re: Apple's Developer Transition Kit

2005-06-08 Thread Colin Leroy
On Thu, 09 Jun 2005 09:14:20 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > No, I'm not. First of all, this kit is only a lease, you have to send > it back, then, it's only a ordinary peecee, probably very different > from whatever apple will come up ultimately, and finally, I'm not > s

Re: Set up Fan speed Powerbook g4

2005-06-08 Thread Colin Leroy
On Wed, 8 Jun 2005 18:11:43 +0200 Bin Zhang <[EMAIL PROTECTED]> wrote: > Is it safe to use 55°C for a ibook ? Why the default is 50°C ? > It seems to me that under OS X, the fan starts if temp > 60°C. The 50°C came from the darwin sources when I first wrote the driver. maybe that has changed. I u

Re: Set up Fan speed Powerbook g4

2005-06-08 Thread Colin Leroy
On Wed, 8 Jun 2005 17:13:41 +0200 Federico 'Pain' Pistono <[EMAIL PROTECTED]> wrote: > But can I set, for instance, > speed = 64 if temp < 55 °C > speed = 96 if temp >= 55 °C > ? No, the fan will speed up incrementally. It'll start at specified_fan_speed when the limit is reached and speed u

Re: Apple's Developer Transition Kit

2005-06-08 Thread Colin Leroy
On Wed, 08 Jun 2005 11:56:52 +0200 Vincent Bernat <[EMAIL PROTECTED]> wrote: > The hardware may just be a classic PC and differ from what Apple will > really ship in one year. Right, that's possible. Perhaps people getting it will tell more about the hardware soon... -- Colin -- To UNSUBSCRI

Apple's Developer Transition Kit

2005-06-08 Thread Colin Leroy
Hi, http://developer.apple.com/transitionkit.html Looks like hackers can get an x86 Apple machine right now, if they fork $999. I guess Ben's employer may not really want to provide that to him :-/ Maybe we users can re-do a distributed donation to Benh, if he's interested in making Linux work

Re: communicate with a printerserver using its mac adress ??

2005-06-02 Thread Colin Leroy
On 02 Jun 2005 at 19h06, Roland Wegmann wrote: Hi, > Can I communicate with the printer server using its MAC address in > order to set the static IP of the printer server? If yes, what tools > allows to do this? People say to use arp -s, but that never worked for me. I had better success using

Re: Kernel image not recognized

2005-06-02 Thread Colin Leroy
On Thu, 2 Jun 2005 13:12:59 +0200 Federico 'Pain' Pistono <[EMAIL PROTECTED]> wrote: > I recompiled correctly from the old config and enabling some more > oprtion, recompile did not give any error. try make && sudo make modules_install && sudo cp ./vmlinux /boot/ that's enough, although ./vmlin

Re: iMac G5 Status?

2005-06-01 Thread Colin Leroy
On Thu, 02 Jun 2005 11:56:57 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > o [iMac G5] Fan controls? > > I'm in the middle of implementing that. For now, you get fans full > speed all the time. About fan control in latest Macs, the Mini seems to have a Max6642 chip with specs avail

Re: screen goes blank instead sleep

2005-05-27 Thread Colin Leroy
On Fri, 27 May 2005 11:05:41 +0100 Imobach González Sosa <[EMAIL PROTECTED]> wrote: > Ok, I'm trying a vanilla 2.6.11.10 kernel. When I push the "power" > button my screen goes blank, but machines doesn't go to sleep. I've > also tried with unstable 2.6.11 kernel sources. Try with a vanilla 2.6.1

Re: screen goes blank instead sleep

2005-05-27 Thread Colin Leroy
On Fri, 27 May 2005 09:27:35 -0400 Eric Pineault <[EMAIL PROTECTED]> wrote: Hi Eric, > What is your Ibook version, if its revision 1.1 like mine, sleep just > doesn't work, don't know why tried all the solutions posted on this > list and on ubuntu's ppc forum. Does Option "Agpmode" "4" not help?

Re: zillion printk messages suppressed

2005-05-23 Thread Colin Leroy
On 23 May 2005 at 16h05, James Buchanan wrote: Hi, > When installing debian-sarge-netinst for PowerPC rc3 on an iBook it > prints a message like "500 printk messages suppressed" every couple > of seconds. Does anyone know what this is? It was so annoying I had > to power off the machine. I cou

Re: [PATCH] therm_adt746x: show correct sensor locations

2005-05-17 Thread Colin Leroy
t. Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/macintosh/therm_adt746x.c 2005-05-17 20:00:43.0 +0200 +++ b/drivers/macintosh/therm_adt746x.c 2005-05-17 21:05:40.0 +0200 @@ -39,15 +39,16 @@ #define MANUAL_MASK 0xe0 #define AUTO_MASK0x20 -static u8 TE

[PATCH] therm_adt746x: show correct sensor locations

2005-05-17 Thread Colin Leroy
) Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/macintosh/therm_adt746x.c 2005-05-17 20:00:43.0 +0200 +++ b/drivers/macintosh/therm_adt746x.c 2005-05-17 20:07:02.0 +0200 @@ -39,15 +39,16 @@ #define MANUAL_MASK 0xe0 #define AUTO_MASK0x20 -static u8 TEMP

Re: Seriuos stability problem using KDE apps

2005-05-17 Thread Colin Leroy
On 17 May 2005 at 17h05, Michael Schmitz wrote: Hi, > The 'GPU temperature' label may be a bit misleading - in my case, > lsprop shows the sensor locations to be at intrepid, CPU and power > supply. Yes, GPU is correct only for iBooks. I'll send a patch one day :) -- Colin -- To UNSUBSCRIB

Re: Seriuos stability problem using KDE apps

2005-05-15 Thread Colin Leroy
On 15 May 2005 at 09h05, Jack Malmostoso wrote: Hi, > I don't think so: adt746x is configured and working (I raised a > little the default temperatures, but cpu never gets above 55 degrees). > I have a little concern about gpu temperature: it often gets well > over 60 degrees, but if I reboot in

Re: Seriuos stability problem using KDE apps

2005-05-14 Thread Colin Leroy
On 14 May 2005 at 18h05, Lee Braiden wrote: Hi, > Sounds like you have bad memory, That is possible - if you have an extra DIMM, try removing it. > or you've misconfigured your hardware (RAM timings, overclocked CPU, > etc.) That's the sort of stuff one can't mess with on an iBook... But faul

Re: Correct patch for "kernel ELF core dump privilege elevation" ?

2005-05-12 Thread Colin Leroy
On Thu, 12 May 2005 22:41:15 +0200 Wolfgang Pfeiffer <[EMAIL PROTECTED]> wrote: > It applied without problems to 2.6.12-rc4, so I'd be glad if someone > understanding the code on the page above could let me know if it's > safe to use it ... It looks like, and the fact that Greg KH (who you can tr

Re: Bug in powerpc gdb?

2005-05-12 Thread Colin Leroy
On Tue, 10 May 2005 21:13:27 +0100 Roger Leigh <[EMAIL PROTECTED]> wrote: > Previous frame inner to this frame (corrupt stack?) I get that all the time on an x86 with gdb 6.2, whereas on powerpc with gdb 5.3 it's ok. Both have gcc 3.4.1. François Taiani seems to be right, it looks like a gdb bug,

Re: Laptop sleep & current "git" tree

2005-05-08 Thread Colin Leroy
On Mon, 09 May 2005 08:05:18 +0930 John Steele Scott <[EMAIL PROTECTED]> wrote: > I forwarded the bug report to linux-usb-devel as per Colin's > suggestion, and David Brownell has fixed it. His post, which includes > the patch, can be found at >

Re: Oops and BUG's with hfsplus module

2005-05-08 Thread Colin Leroy
On 07 May 2005 at 20h05, Rogério Brito wrote: Hi, > The drive is an IDE HD in a firewire enclosure and it seems to work > well for the first few operations. Then, the kernel generates loads > of messages, when I try to do some simple things. > > Yesterday, I got a quite scary ooops and, today,

Re: Laptop sleep & current "git" tree

2005-05-08 Thread Colin Leroy
On 08 May 2005 at 14h05, John Steele Scott wrote: Hi, > I finally tried this today, using 2.6.12-rc4, which has this patch. > Without USB devices attached, it's okay, but with my USB hub > attached, I get a (reproducable) panic in echi_hcd on the way to > sleep. > > I took a photo of the panic

Re: Laptop sleep & current "git" tree

2005-05-07 Thread Colin Leroy
On 04 May 2005 at 09h05, Benjamin Herrenschmidt wrote: Hi, > I have no problem but I didn't see the hub power switching patch on my > git commit logs and it wasn't in linus tree yesterday at least :) Btw, it's in now. http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.gi

Re: modprobe therm_adt746x ioctl=1

2005-05-07 Thread Colin Leroy
On 06 May 2005 at 22h05, Jack Malmostoso wrote: Hi, > BTW, writing such a plugin for the therm_adt746x would it be a big > PITA? No, you can just read from time to time in the different /sys/devices/ temperatures/* files to get various information. -- Colin -- To UNSUBSCRIBE, email to [EMA

Re: modprobe therm_adt746x ioctl=1

2005-05-06 Thread Colin Leroy
On 06 May 2005 at 11h05, Matteo Bigoi - Bigo! wrote: Hi, > I have compiled the gkrellm's plug-in to have diplayed on my ibook g4 > fan rpm and temperatures! In the README file in the source of this > plug-in I've read that I must load the module therm_adt746x with the > argument useioctl=1. Uh?

Re: Laptop sleep & current "git" tree

2005-05-03 Thread Colin Leroy
On Wed, 04 May 2005 09:50:56 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > I have no problem but I didn't see the hub power switching patch on my > git commit logs and it wasn't in linus tree yesterday at least :) I'll > dbl check later today. It's on greg's queue though for sure so it

Re: Laptop sleep & current "git" tree

2005-05-03 Thread Colin Leroy
On Tue, 03 May 2005 08:15:33 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: Hi Ben, > All my pending patches regarding power management are now upstream in > Linus "git" repository. That means I expect those to fix all known > issues (with the notable exception of the USB related problem

Re: 2.6.12-rc3 cpufreq compile error on ppc32

2005-04-25 Thread Colin Leroy
On 22 Apr 2005 at 10h04, Benjamin Herrenschmidt wrote: Hi, > > > > One of Ben's patches ("ppc32: Fix cpufreq problems") went in 2.6.12- > > rc3, but it depended on another patch that's still in -mm only: > > add-suspend-method-to-cpufreq-core.patch > > > > In addition to this, there's a third

[PATCH] pmac: save master volume on sleep

2005-04-24 Thread Colin Leroy
has been acked by Takashi and Benjamin. Thanks, Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/sound/ppc/tumbler.c 2005-04-21 19:56:06.0 +0200 +++ b/sound/ppc/tumbler.c 2005-04-21 19:55:43.0 +0200 @@ -99,6 +99,7 @@ pmac_gpio_t hp_detect;

Re: [PATCH 2.6.12-rc3] pmac: save master volume on sleep

2005-04-24 Thread Colin Leroy
On 22 Apr 2005 at 10h04, Benjamin Herrenschmidt wrote: Hi, > > Hi, > > > > Ben's patch that shutdowns master switch and restores it after > > resume ("pmac: Improve sleep code of tumbler driver") isn't enough > > here on an iBook (snapper chip). > > > > The master switch is correctly saved and

Re: iBook G4: Mouse pointer jumping

2005-04-24 Thread Colin Leroy
On 24 Apr 2005 at 12h04, Benjamin Herrenschmidt wrote: Hi, > > Has everyone else ever seen this problem? You can't really control > > the touchpad, the pointer jumps wild to and from and walk around > > when you away from the touchpad. This is really crazy. > > There have been no change that I

Re: 2.6.12-rc3 pbbuttonsd and mouseemu

2005-04-21 Thread Colin Leroy
On Thu, 21 Apr 2005 18:04:18 +0200 Elimar Riesebieter <[EMAIL PROTECTED]> wrote: > > > PID USER PR NI VIRT RES SHR S %CPU %MEM17:39+ > > > COMMAND 4663 root 25 0 1544 428 372 R 49.4 0.1 > > > 0:27.11 mouseemu 5040 root 25 0 3592 1264 1072 R 49.4 > > > 0.2 0:29.2

[PATCH 2.6.12-rc3] pmac: save master volume on sleep

2005-04-21 Thread Colin Leroy
ts called just after tumbler_set_master_volume() and sets mix->master_vol[*] to 0. So, on resuming, the master switch is reenabled, but the volume is set to 0. Here's a patch that also saves and restores master_vol. Thanks, Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/sound/ppc/tumbler.c

Re: 2.6.12-rc3 pbbuttonsd and mouseemu

2005-04-21 Thread Colin Leroy
On Thu, 21 Apr 2005 17:42:50 +0200 Elimar Riesebieter <[EMAIL PROTECTED]> wrote: > the daemons are eating the cpu: > PID USER PR NI VIRT RES SHR S %CPU %MEM17:39+ COMMAND > 4663 root 25 0 1544 428 372 R 49.4 0.1 0:27.11 mouseemu > 5040 root 25 0 3592 1264 107

Re: 2.6.12-rc3 builderror

2005-04-21 Thread Colin Leroy
On Thu, 21 Apr 2005 15:10:10 +0200 Elimar Riesebieter <[EMAIL PROTECTED]> wrote: > Any hint? See my message from this morning. Patches are in -mm or at ftp://ftp.kernel.org/pub/linux/kernel/people/colin/patches/2.6.12-rc3/add-suspend-method-to-cpufreq-core.patch ftp://ftp.kernel.org/pub/linux/ke

2.6.12-rc3 cpufreq compile error on ppc32

2005-04-21 Thread Colin Leroy
o the previous patch, but it doesn't apply cleanly anymore. It's named add-suspend-method-to-cpufreq-core-warning-fix.patch Here's an updated version. HTH, Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/cpufreq/cpufreq.c 2005-04-21 09:14:28.0 +0200 ++

Re: stranded Ibook g4 users

2005-04-20 Thread Colin Leroy
On 20 Apr 2005 at 12h04, Yannick Roehlly wrote: Hi, > But when I unplug my usb mouse (without even going to sleep), > mouseemu and pbbuttonsd start to eat 99% of the cpu and I have to > restart them. Is there a way to investigate on my machine to find out > the problem and help the developpers?

Re: stranded Ibook g4 users

2005-04-20 Thread Colin Leroy
On Wed, 20 Apr 2005 19:33:27 +0800 Michael Hunt <[EMAIL PROTECTED]> wrote: > To fix the usb ports I have to do a cycle > sleep with a usb device plugged in (which doesn't cause a kernel panic > in this instance). This seems, for some reason, to make them to work. (again) That's fixed by the ehci

Re: stranded Ibook g4 users

2005-04-19 Thread Colin Leroy
ports don't work. (I have to do a > > cycle sleep with the usb devices plugged in in order to get them to > > work). > > There are several pending issues with USB and sleep, we've been > working with the USB maintainers to get them fixed. There are patches > avaible

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: iBook G3 owners

2005-04-17 Thread Colin Leroy
On Sun, 17 Apr 2005 00:27:08 -0700 Steve Freitas <[EMAIL PROTECTED]> wrote: > By the way, if I run into USB trouble, are these patches > (http://colino.net/ibookg4/readme.txt) worth applying for the USB > stuff for a G3? Btw, these patches are now at ftp://ftp.kernel.org/pub/linux/kernel/people/

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 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: Reverse engeneering the SMU (iMac G5, newer single-pro G5)

2005-04-14 Thread Colin Leroy
On Fri, 15 Apr 2005 10:02:51 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > Most of the sensor chips are standard off-the-shelves parts though, > they doc can be downloaded. At the time I wrote the ADT746x driver, they were even really easy to find. "ADT7467" "I'm feeling lucky" on go

Re: [PATCH] pmac: Improve sleep code of tumbler driver

2005-04-11 Thread Colin Leroy
On Mon, 11 Apr 2005 16:39:22 +0200 Bernhard Reiter <[EMAIL PROTECTED]> wrote: > Just a side comment: > I had static noise with my lombard for a while. > My lombard developed really strange habits and is in non-usable state > now. Still this sound problem was there and the bug only got closed > bec

Re: [PATCH] pmac: Improve sleep code of tumbler driver

2005-04-11 Thread Colin Leroy
On Mon, 11 Apr 2005 18:34:34 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > On Mon, 2005-04-11 at 10:18 +0200, Colin Leroy wrote: > > On Mon, 11 Apr 2005 12:00:54 +1000 > > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > > > > This patch

Re: [PATCH] pmac: Improve sleep code of tumbler driver

2005-04-11 Thread Colin Leroy
On Mon, 11 Apr 2005 12:00:54 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > This patch (applies on top of my previous one adding support for newer > machines) improves the behaviour of the "tumbler/snapper" driver used > on newer PowerMacs during sleep. It properly set the HW mutes to s

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: Firewire HDs, Sleep, and Sound

2005-04-09 Thread Colin Leroy
On 08 Apr 2005 at 23h04, Ray Kohler wrote: Hi, > 1) I have a Firewire HD that I can't get to work. It's > an OWC Mercury disk. When I plug it in, I see this in > the logs: My ipod doesn't work over firewire here neither, using 2.6.12-rc2. The sad thing with iPods are that they're so big that I

Re: Mac mini

2005-04-06 Thread Colin Leroy
On Thu, 07 Apr 2005 15:48:43 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > the nice toy is unfortunately ... back at Apple for repairs. Ah, the joys of Apple's Rev A hardware :) -- Colin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Re: [linux-usb-devel] USB glitches after suspend on ppc

2005-04-06 Thread Colin Leroy
On Thu, 07 Apr 2005 09:02:57 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > Interesting. Looks like pci_enable_wake(dev, state, 0) isn't > > actually disabling wakeup on your hardware. (Assuming > > CONFIG_USB_SUSPEND=n; if not, then it's odd that the system went > > back to sleep!)

Re: [linux-usb-devel] USB glitches after suspend on ppc

2005-04-06 Thread Colin Leroy
On Wed, 6 Apr 2005 13:11:53 -0700 David Brownell <[EMAIL PROTECTED]> wrote: > Interesting. Looks like pci_enable_wake(dev, state, 0) isn't actually > disabling wakeup on your hardware. (Assuming CONFIG_USB_SUSPEND=n; if > not, then it's odd that the system went back to sleep!) Yes, CONFIG_USB_

Re: [linux-usb-devel] USB glitches after suspend on ppc

2005-04-06 Thread Colin Leroy
On 05 Apr 2005 at 13h04, David Brownell wrote: Hi, > > There are known issues with USB after suspend/resume (D3 hot) on > > powerpc. > > Also known fixes to some of them, which haven't yet been merged. > I'll repost these as followups to this message, to linux-usb-devel > and CC Colin. They're

USB glitches after suspend on ppc

2005-04-05 Thread Colin Leroy
Hi, There are known issues with USB after suspend/resume (D3 hot) on powerpc. For example, plugging or unplugging devices during sleep results in oopses at resume; and one time out of two, the USB ports are unpowered on resume (because the registers think they are, and linux doesn't repower them.

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: [OT] ibook g4 14" display

2005-03-22 Thread Colin Leroy
On 22 Mar 2005 at 16h03, Guglielmo wrote: Hi, > The backlight of my ibook g4 14" sometimes flickers and chage > intensity, do u know something about this matter? Is it possible to > be due to the inverter board? Mmh, me too, since a short while... software problem maybe, what kernel do you have

Re: Ibook G4 sleep

2005-03-22 Thread Colin Leroy
On 22 Mar 2005 at 09h03, Eric Pineault wrote: Hi, > Gee ubuntu is still working with 2.6.10. I think its time for me to > stop being lazy and compile my own kernel. Just a question, if you or > an other has an IBook G4, any indications concerning kernel version > and config, I usually avoid the

Re: Ibook G4 sleep

2005-03-22 Thread Colin Leroy
On 21 Mar 2005 at 21h03, Eric Pineault wrote: Hi, > Otherwise my wireless USB device is more or less stable, D-link > DWL-122, I have a script that manually starts, would like to have it > kick off on boot, and I often loose the link for no apparent reason, > don't have this problem with with ai

Re: mach64 support?

2005-03-18 Thread Colin Leroy
On 18 Mar 2005 at 02h03, Rolando Abarca wrote: Hi, > Im want to have at least dri support for my lombard powerbook... I > know I'll have to compile the drivers, but do I need to build the > whole x.org server? (I'm using ubuntu's x.org)... any site with > instructions to build just the modules a

Re: [linux-usb-devel] [PATCH] Re-power USB ports on wakeup

2005-03-16 Thread Colin Leroy
On 16 Mar 2005 at 15h03, Michael Schmitz wrote: Hi, > Seems something gets reset upon the first replugging after wakeup. Any > idea what that might be? Not really. If i had an idea, I'd try to find a proper patch :) > Besides, I didn't apply that patch on top of your first one, rather > used p

Re: `dd` problem from cdrom

2005-03-16 Thread Colin Leroy
On 16 Mar 2005 at 14h03, James Tappin wrote: Hi, > CL> I didn't try older kernels yet; Any idea about this? Is it a > CL> kernel bug or a configuration issue? > > Or a bad CD? No, it happens with every CD I try :) And they're clean and un-scratched. -- Colin -- To UNSUBSCRIBE, email to [

Re: [linux-usb-devel] [PATCH] Re-power USB ports on wakeup

2005-03-16 Thread Colin Leroy
On 16 Mar 2005 at 15h03, Michael Schmitz wrote: Hi, > Doesn't work for me ... the device attached to the port is still > powered down after wakeup. Yes, me too, but at least it's seen if you reconnect it. For me at least ? -- Colin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

`dd` problem from cdrom

2005-03-16 Thread Colin Leroy
Hi, Using 2.6.10 and 2.6.11, trying to use dd from the ide cdrom in my Ibook G4 fails like this: [EMAIL PROTECTED] /usr/src/linux-2.6.10]$ dd if=/dev/hdc of=/dev/null dd: reading `/dev/hdc': Input/output error 0+0 records in 0+0 records out [EMAIL PROTECTED] /usr/src/linux-2.6.10]$ dmesg hdc: com

Re: [linux-usb-devel] [PATCH] Re-power USB ports on wakeup

2005-03-16 Thread Colin Leroy
t harmful to "re-power" already powered ports? For example like this: Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/usb/host/ehci-hcd.c 2005-03-15 17:28:52.0 +0100 +++ b/drivers/usb/host/ehci-hcd.c 2005-03-16 14:44:06.0 +0100 @@ -773,14 +775,12

Re: source code for library calls

2005-03-16 Thread Colin Leroy
On 16 Mar 2005 at 11h03, linay long wrote: Hi, > Could you please provide link to the source code for user level calls > like socket,bind ... which calls kernel functions sys_socket and > sys_bind etc. I would like to know what instructions will be there in > user level socket and bind other tha

Re: [PATCH] Re-power USB ports on wakeup

2005-03-15 Thread Colin Leroy
On 15 Mar 2005 at 18h03, Jack Malmostoso wrote: Hi, > 2) The first time I tried it I booted with the mouse plugged in and on > wake I got a oops and the system was freezed. Happened again right > now on third wake, with mouse plugged in at the moment of sleep. > > Hope this helps, please ask fo

[PATCH] Re-power USB ports on wakeup

2005-03-15 Thread Colin Leroy
;t know if it's really correct: Ben & Greg, I'd like your comments. if it's fine, can you push it upstream? Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/usb/host/ehci-hcd.c 2005-03-15 17:28:52.0 +0100 +++ b/drivers/usb/host/ehci-hcd.c

Re: usb wireless 54g adapter now works on powerpc!!

2005-03-14 Thread Colin Leroy
On 14 Mar 2005 at 18h03, Guglielmo Dapavo wrote: Hi, > The zd1211 usb chipset module now supports powerpc arch: > here u can get the module: > http://www.dapavo.it/zd1211/ > here is the zd1211 project: > http://www.sourceforge.net/projects/zd1211/ Good news :) Does it work fine (hotplugging, r

Re: ibook system bus speed

2005-03-10 Thread Colin Leroy
On 11 Mar 2005 at 09h03, Benjamin Herrenschmidt wrote: Hi, > > ide: Assuming 33MHz system bus speed for PIO modes; override with > > idebus=xx > > It's a crap message, forget it. The IDE layer tries to have it's own > idea of the PCI bus speed in fact, which then can be used by some IDE > drive

Re: will linus work on ppc dev now?

2005-03-10 Thread Colin Leroy
On 10 Mar 2005 at 21h03, Benjamin Herrenschmidt wrote: Hi, > Well, alternates are PC-Card or USB devices... Yeah, but USB devices status is quite bad: linux-wlan-ng is one crappy driver. I gave an USB stick to Greg KH so that he could make it better, but he hadn't time to do it yet. -- \|/ _

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

2005-03-09 Thread Colin Leroy
On 10 Mar 2005 at 00h03, Gabriel Paubert wrote: Hi, > What I'd like, but I don't have a new PowerBook, is to > make fn modify the trackpad behaviour to a scrollwheel. > There is a small MacOS X application that does > this and it's quite nifty. Mouseemu lets you do that, but with another key

Re: /sys/devices/temperatures and suspend to disk

2005-03-08 Thread Colin Leroy
On 08 Mar 2005 at 11h03, Jochen Voss wrote: Hi, > Reading /sys/devices/temperatures via cat results in a kernel oops > followed by a segfault of cat. > > Am I in danger of destroying my hardware in this situation? Not really, there's a hardware cut-off threshold anyway, but it's quite high. Th

Re: /sys/devices/temperatures and suspend to disk

2005-03-07 Thread Colin Leroy
On 07 Mar 2005 at 21h03, Matthias wrote: Hi, > Thx for all hints! Everything is working well now. Didn't expected an > 746x-option to be useful for 7447A-cpu... You're welcome. 746X (7460 or 7467) is the Analog Devices chip number, nothing to do with the CPU :) -- Colin Worker bees can l

Re: New powerbooks support status (again)

2005-03-07 Thread Colin Leroy
On 07 Mar 2005 at 15h03, Antonio-M. Corbi Bellot wrote: Hi, > Patch applied and tested, you got it, it works!: Ok, I'll push it to Andrew Morton. Thanks for your tests ! -- Colin http://dudusdl.sf.net/ : a free Puzzle Bubble clone -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: New powerbooks support status (again)

2005-03-07 Thread Colin Leroy
On 06 Mar 2005 at 18h03, Antonio-M. Corbi Bellot wrote: Hi Antonio, > After talking in private with Colin Leroy (from therm_adt) and trying > several ways to see what was happening he suggested me to write to the > list and see if any of the powerpc developers here can see what is &g

Re: New powerbooks support status (again)

2005-03-06 Thread Colin Leroy
On 07 Mar 2005 at 09h03, Benjamin Herrenschmidt wrote: Hi, > Are you sure of the chip type and the i2c address (especially the bus > number) ? The i2c busses are laid out differently on the new models. > Apple dropped their mecanism of adding 0x100 to the "reg" property for > devices on uni-n bu

Re: New powerbooks support status (again)

2005-03-06 Thread Colin Leroy
On 06 Mar 2005 at 18h03, Antonio-M. Corbi Bellot wrote: Hi, > Mar 5 21:02:27 localhost kernel: adt746x: Thermostat bus: 0, address: > 0x2e, limit_adjust: 0, fan_speed: -1 > Mar 5 21:02:27 localhost kernel: adt746x: Thermostat failed to read > config from bus 0, addr 0x2e: rc=-19 Ben, the prob

Re: Airport Extreme via QEmu

2005-03-06 Thread Colin Leroy
On 06 Mar 2005 at 10h03, Ben Hill wrote: Hi, > On Sat, 2005-03-05 at 21:26 +, Wee-Jin Goh wrote: > > True, but if the driver was open sourced on Darwin, it might be > > easier to port to Linux > > If the driver were released under Darwin it would make it much > easier.. I think this depend

Re: mouseemu replacement in pbbuttonsd

2005-03-06 Thread Colin Leroy
On 06 Mar 2005 at 12h03, Matthias Grimm wrote: Hi, > Please test the feature and have an eye on possible conflicts with > mouseemu. Mouseemu just drops any mouse event during X milliseconds after a keypress (excluding control keys like shift, command or control), so this shouldn't inferfere. -

Re: setting up TCP/IP

2005-03-04 Thread Colin Leroy
On 04 Mar 2005 at 20h03, Colin Leroy wrote: Hi, > On 17 Dec 2004 at 23h12, [EMAIL PROTECTED] wrote: ^^^ Er, sorry for the noise. Somehow I was looking at my archives folder :) -- Colin Like any talented dog, it can do flips. Like any talented cow, it can do precision bit

Re: setting up TCP/IP

2005-03-04 Thread Colin Leroy
On 17 Dec 2004 at 23h12, [EMAIL PROTECTED] wrote: Hi, > I'm pretty new to Linux. I need to know how to set up my NIC with a > static IP instead of DHCP using terminal commands since I'll do it > remotely through ssh. edit /etc/network/interfaces with a tool like vi, nano, emacs, whatever you

Re: [2.6.11 vanilla] Compiled on iBook G4: all working!

2005-03-04 Thread Colin Leroy
On 04 Mar 2005 at 16h03, Jack Malmostoso wrote: Hi, > I have just found a nasty bug: upon resuming after a sleep, the usb > does not work anymore. > The usb mouse I had attached was dead (also removing and replugging > it), and attaching a usb drive did not work. > Attaching the usb drive while

Re: iMac Mini

2005-03-03 Thread Colin Leroy
On 03 Mar 2005 at 00h03, Paul J. Lucas wrote: Hi, > I looked back through the archives and couldn't figure out > which are the tbits that don't work. I'm typing this on a > Mac Mini right now. Does the sound work ? -- \|/ \|/ Colin "@'/ ,. \`@" http://www.geekoun

Re: ***kernal panic on starting Appletalk services***

2005-03-02 Thread Colin Leroy
On 02 Mar 2005 at 10h03, Kim Cascone wrote: Hi, > I asked on #ubuntu and #debian irc but no-one seemed to know how to > go into 'recovery/single user mode' on ppc Press tab repeteadly when booting, so that yaboot stops its timer when it comes up; then type something like 'linux single' at yaboo

Re: State of ibook G4 sleep support in 2.6.11?

2005-03-02 Thread Colin Leroy
On 02 Mar 2005 at 15h03, Des Johnston wrote: Hi, > What state is the iBook G4 sleep support in for > the latest and greatest (vanilla) 2.6.11 kernel? Works for me with 2.6.11-rc5. Quite perfectly, apart from the occasional ALSA bug that makes loud noisy static for about one second at wakeup. >

Re: disable touchpad - accidental tap [was: Re: trackpad on powerbook]

2005-02-13 Thread Colin Leroy
On 13 Feb 2005 at 21h02, Arkadiusz Miskiewicz wrote: Hi, > ... no longer. Patch attached (user can avoid disabling USB and/or ADB > devices). I think i'd like to keep it simple, and besides, new Apple laptops have an USB trackpad, so I don't think i'll put it in. > ps. there seems to be bug i

Re: disable touchpad - accidental tap [was: Re: trackpad on powerbook]

2005-02-13 Thread Colin Leroy
On 13 Feb 2005 at 17h02, Arkadiusz Miskiewicz wrote: Hi, > On Sunday 13 of February 2005 15:05, Eddy Petrisor wrote: > > > - the touchpad is _extremely_ sensitive and I find myself writing in > > various places in a document 'cause I touch t (arrrggh, just happed) > > the touchpad accidentally.

Re: disable touchpad - accidental tap [was: Re: trackpad on powerbook]

2005-02-13 Thread Colin Leroy
On 13 Feb 2005 at 17h02, Arkadiusz Miskiewicz wrote: Hi, > > - the touchpad is _extremely_ sensitive and I find myself writing in > > various places in a document 'cause I touch t (arrrggh, just happed) > > the touchpad accidentally. I found out that with tpconfig I should > > be able to configu

Re: Powerbook5,6 support

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 11h02, John Harrold wrote: Hi, > http://sage.che.pitt.edu/~harrold/tmp/powerbook/device-tree.tar.gz > > and the output of dmesg: Looks like there's a PMU, but no ADB - contrary to my ibook. But there is an usb mouse: ./[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/mo

Re: trackpad on powerbook

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 15h02, James Tappin wrote: Hi, > I think you mean > sudo tar -zcf device-tree.tgz /proc/device-tree >^ Er, yes. I even thought explicitly "don't miss and put an x instead of a c" while writing my mail. :) -- Colin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: trackpad on powerbook

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 10h02, John Harrold wrote: Hi, > | (`sudo tar -zxf device-tree.tgz /proc/device-tree` should do) > > Sure I can do that. Do I post a message to this list or somewhere > else? Yes, here :) -- Colin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: trackpad on powerbook

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 10h02, John Harrold wrote: Hi, > I don't know if you caught this in the original post, but this is a > new powerbook (released last week). I'm really starting to think that > the old adb drivers don't work with the newer models. Ah, I missed that fact. Maybe they work differen

Re: trackpad on powerbook

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 08h02, John Harrold wrote: Hi, > adb: starting probe task... > adb: finished probe task... > ... > mice: PS/2 mouse device common for all mice > > There is nothing between the starting and finished probe. Perhaps that > is my problem ;). Certainly :) > | What does your kerne

Re: trackpad on powerbook

2005-02-11 Thread Colin Leroy
On 11 Feb 2005 at 08h02, John Harrold wrote: Hi, > I tried Ubuntu and the mouse didn't work there either. I managed to > open a terminal and look at the xorg.conf file. It appeared as though > the track pad was using /dev/psaux (according to ubuntu). That's wrong... Do you have something like

Re: USB Stick wireless

2005-02-10 Thread Colin Leroy
On 10 Feb 2005 at 14h02, r0sk wrote: Hi, > I had recently bought an iBook 12" 1.2Ghz, I suposse all of you known > that Airport Extreme hasn't got support on Linux, so I was thinking on > buy one usb wireless card but dunno which is fully supported to work > on Debian. Any tips?. Thanks in advic

Re: Problems mounting HFS+ partitions for writing

2005-02-08 Thread Colin Leroy
On 08 Feb 2005 at 21h02, Till Schmalmack wrote: Hi, > Does this still hold true? I checked the changelog of the latest > hfsplus > version plus_1.0.4-7/changelog>, but could not find any direct hints according > to this issue in the

  1   2   3   4   >