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.

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

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

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 for

Re: Apple's Developer Transition Kit

2005-06-09 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 sure

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: 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 UNSUBSCRIBE,

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

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 use

Re: iMac G5 Status?

2005-06-02 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 available

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 a

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: 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.11.10,

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 couldn't

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

[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_REG[3

Re: [PATCH] therm_adt746x: show correct sensor locations

2005-05-17 Thread Colin Leroy
-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 TEMP_REG[3]= {0x26, 0x25

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 faulty

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-09 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: 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 and

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.

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

[PATCH] pmac: save master volume on sleep

2005-04-25 Thread Colin Leroy
, 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; int headphone_irq; int lineout_irq; + unsigned

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 restored, but

2.6.12-rc3 cpufreq compile error on ppc32

2005-04-21 Thread Colin Leroy
, 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 +++ b/drivers/cpufreq/cpufreq.c 2005-04-21 09:18

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

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

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

2005-04-21 Thread Colin Leroy
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 2005-04-21 19:56:06.0 +0200

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

2005-04-18 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

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

2005-04-18 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 70,

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 to

Re: Reverse engeneering the SMU (iMac G5, newer single-pro G5)

2005-04-15 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 google

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 because

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: [linux-usb-devel] USB glitches after suspend on ppc

2005-04-07 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,

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

2005-04-07 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!) Do you

Re: Mac mini

2005-04-07 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? Contact

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

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 not

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

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

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 and

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 than

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

2005-03-16 Thread Colin Leroy
? 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 @@ /* here we know root ports should always

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

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

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

[PATCH] Re-power USB ports on wakeup

2005-03-15 Thread Colin Leroy
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 2005-03-15 17:29:52.0 +0100

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,

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

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

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: 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 depends more

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

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 @'/ ,. \`@

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

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 in

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

Re: Buy benh (or other) a minimac Re: Hi question about mac - mini

2005-01-26 Thread Colin Leroy
On 27 Jan 2005 at 00h01, Benjamin Herrenschmidt wrote: Hi Ben, Hehehe :) Well, in fact, what I need the most at the moment isn't a mini, which I would surely like having, but also seems to be a trivial platform to support (basically an iBook G4 with a few changes), but There's a macmini

Re: Status so far Re: Buy benh (or other) a minimac Re: Hi question about mac - mini

2005-01-26 Thread Colin Leroy
On 27 Jan 2005 at 09h01, Dean Hamstead wrote: Hi, the other thing is, it wouldnt make sense to western union money transfer it to me as im in australia. pay pal would be the way, but im investigating if apple store will magically let more than one person pay for an item. assuming people

Re: MAC Mini

2005-01-15 Thread Colin Leroy
On 15 Jan 2005 at 11h01, Richard L. wrote: Hi, Debian PPC that works on MAC Mini would be awsome. I'm guessing Mac mini shares a lot with latest G4 ibooks. We'll know for sure when someone tries it :) -- \|/ \|/ Colin @'/ ,. \`@ http://www.geekounet.org/ /_| \__/ |_\ \__U_/

Sleep patch: inclusion?

2005-01-14 Thread Colin Leroy
Hi Ben, First, happy new year :) I hope your holidays were fine. Do you still plan on including the sleep patch in 2.6.11? I came across a problem, but it is quite hard to trace and reproduce, because it only happened twice (in a few dozens sleep/resumes): the keyboard wouldn't respond after a

Re: refresh rates of iBook G4 12?

2005-01-07 Thread Colin Leroy
On 06 Jan 2005 at 14h01, Choy Kho Yee wrote: Hi, 1) What is the correct pair of Horizontal and Vertical referesh rates for this iBook? The rates in the config file is generated by the auto-config tool. I think they don't count anyway, since it's a flat panel. But I may be wrong (and

Re: Cloning to an external video projector...

2005-01-07 Thread Colin Leroy
On 07 Jan 2005 at 12h01, Eugen Dedu wrote: Hi, Sorry for ignorance, how do I know if a machine has a Rage 128 chipset? lspci, for example. -- Colin

Re: Cloning to an external video projector...

2005-01-07 Thread Colin Leroy
On 07 Jan 2005 at 13h01, Arnaud Vandyck wrote: Hi, :00:10.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] ^^ :) -- Colin

Re: USB - Parallel

2005-01-03 Thread Colin Leroy
On 03 Jan 2005 at 18h01, Matthew T. Atkinson wrote: Hi, 'ello, I need to connect to a printer that only has a parallel connection with my PowerBook5,4. Does anyone know of any supported adaptors? I can only see serial ones in menuconfig... From http://www.linux-usb.org/PressRel1.html :

Re: Hard Drive light

2004-12-22 Thread Colin Leroy
On 22 Dec 2004 at 17h12, Benjamin Herrenschmidt wrote: Hi, Having it enabled by default will let people know that it exists. I know too many Mac users that badly want a LED to show them when it's working and I should wait... Oh, and to add to this ... I prefer having it ON by default

Re: Hard Drive light

2004-12-21 Thread Colin Leroy
On 22 Dec 2004 at 00h12, Cedric Pradalier wrote: Hi, No, not at this point. Beside, i'd like to have it enabled by default, not disabled by default :) I don't really agree with that. Blinking led is not really relevant for default user. I would say that if someone feels geek enough ;)

Re: ibook 2.2 doesn't use whole battery

2004-12-16 Thread Colin Leroy
On 16 Dec 2004 at 12h12, Luca Bigliardi - shammash wrote: Hi, Do you think it's an hardware problem (bad battery) or a configuration error? I had this too and had to replace the battery. Before doing so you can try a few cycles - empty the battery completely (stop pmud or pbbuttonsd), charge

Re: Java debs anyone?

2004-12-16 Thread Colin Leroy
On 16 Dec 2004 at 12h12, Eric Gaumer wrote: Hi, Mono is free and Java is not. Can we please stop this troll now, or at least take it to where it belongs, which would be debian-legal. Thanks. Any developer wanting to use some non-provided language would know where to get it and how to install

Re: Java debs anyone?

2004-12-15 Thread Colin Leroy
On 14 Dec 2004 at 09h12, Eric Gaumer wrote: Hi, Won in what sense? He is not going to jail won, or deCSS is legal won? I guess what I'm asking is, can we legally use deCSS? DeCSS is legal - in Norway, where the trial took place. I don't know for other places. -- Colin

Re: Java debs anyone?

2004-12-14 Thread Colin Leroy
On 14 Dec 2004 at 08h12, Eric Gaumer wrote: Hi, Please stop digressing to irrelevant tangents. How is this irrelevant. Does deCSS not violate licensing issues? If it wasn't for guys putting this stuff out there, we would be screwed when it came to watching DVD's on Linux. So now who is

Re: CD output problem

2004-12-11 Thread Colin Leroy
On 11 Dec 2004 at 21h12, Leandro Guimaraens Faria Corsetti Dutra wrote: Hi, Pismo being some version of the Powerbook, isn't it? Black G3, 400MHz with a DVD drive, iirc. When I attempt to use another CD program, grip or cccd, they appear to play the CD but I get no sound output.

Re: Problem with benh sleep patch 7

2004-12-10 Thread Colin Leroy
On 10 Dec 2004 at 13h12, Michael Schmitz wrote: Hi, Sounds like the same PLL locking problems I had occasionally. Try snoozing/waking again, that usually fixes it for me. fblevel off; fblevel on also did the trick for me. Although it may have changed, I didn't get this bug since sleep

Re: USB wireless 802.11g dongle

2004-12-08 Thread Colin Leroy
On 07 Dec 2004 at 13h12, Dean Takemori wrote: Hi, The driver _is_ under the GPL (v2), though. Completely ? Hopefully that means someone smarter and more experienced than I will be able to put in the time to port the driver to PPC. The driver can't be found on the page you point. Is it

Re: USB wireless 802.11g dongle

2004-12-08 Thread Colin Leroy
On 08 Dec 2004 at 08h12, Julien PERVILLE wrote: Hi, the linux support is not to be seen on the website, not advertised anywhere. you have to KNOW that the adapter is linux supported and do a search in the support section googling for the model number or the chipset doesnot help at all

Re: libdv2-dev? battery monitor?

2004-12-07 Thread Colin Leroy
On 07 Dec 2004 at 11h12, peter plessas wrote: Hi, then changing the permissions of /dev/pmu didn't help either. Maybe /dev/apm? -- Colin

Re: [Patch #3] Re: Hard Drive light

2004-12-07 Thread Colin Leroy
On 07 Dec 2004 at 23h12, Cedric Pradalier wrote: Hi, + return sprintf(buf, %c\n, blinking_led?'1':'0'); Really, this is useless and ugly :) -- Colin

Re: wireless usb on iBook G4

2004-12-06 Thread Colin Leroy
On 04 Dec 2004 at 09h12, Imobach González Sosa wrote: Hi, I've considering getting a network adapter for my iBook G4. I can't count on Broadcom, so I'm looking for alternatives. I've readed in some places different opinions about MA111 (NetGear) and some others adapters. If you go for a

Re: Hard Drive light

2004-12-05 Thread Colin Leroy
On 06 Dec 2004 at 00h12, Cedric Pradalier wrote: Hi Cedric, + return sprintf(buf, %c\n, pmu_blink_led_activated?'1':'0'); why not simply sprintf(buf, %d\n, pmu_blink_led_activated) ? + pmu_blink_led_activated = newact?1:0; pmu_blink_led_activated = (newact != 0); is enough and

Re: TEST: Sleep patch #7

2004-12-05 Thread Colin Leroy
On 05 Dec 2004 at 21h12, Benjamin Herrenschmidt wrote: Hi, Ok, here's the 7th version of the sleep patch for ATI based albooks iBook G4. Other machine users, please test too as it may cause regressions (or improvements) as well. Still working fine :) -- Colin

Re: entering sleep mode quietly/non-verbose

2004-12-03 Thread Colin Leroy
On 03 Dec 2004 at 08h12, Sylvain Joyeux wrote: Hi, Well, maybe pbbuttonsd could turn off the screen just before suspend and turn it back on after ? (just like OSX does) You can add fblevel 0 and fblevel 15 in /etc/power/pmcs-pbbuttonsd script, in suspend and resume case... It should work.

Re: Some problems in the daily use of a Debian System

2004-12-02 Thread Colin Leroy
On 01 Dec 2004 at 19h12, Johannes Mockenhaupt wrote: Hi, Kernel bug, what version does he use? Kernel bug? Don't think so :-) Oh, it was once :) but rather on 2.6.5 or something. The line mixerchannels = volume, speaker in /etc/pbbuttonsd.conf tells pbuttonsd to adjust

Re: ppc iBook G4 cover and power control

2004-12-02 Thread Colin Leroy
On 02 Dec 2004 at 05h12, Christopher Molnar wrote: Hi, I use my iBoook G4 on Debian every day, both in and out of the office. I am running into a problem that is driving me nuts and I need to solve. When I close the cover while on battery about 3-4 minutes later the machine turns itself

Re: Powerbook produces a lot more heat after kernel upgrade

2004-12-02 Thread Colin Leroy
On 02 Dec 2004 at 13h12, José Manuel Pérez wrote: Hi, I'm having same problem with my iBook G4. Now with kernel 2.6.9 fan is almost always running. I've looked at cpu heat and is over 50, normal 53-54 degrees. I'd like to know if it's posible to set cpu limit to 55 in order to fan stops.

Re: Hard Drive light

2004-12-02 Thread Colin Leroy
On 02 Dec 2004 at 17h12, Jesus Climent wrote: Hi, There have been several people asking for it when it was removed, or asking for removal when it was included. I should be able to make this kind of patch if needed. That would be great, if such an interface existed... Sometimes is

Re: Some problems in the daily use of a Debian System

2004-12-02 Thread Colin Leroy
On 02 Dec 2004 at 17h12, Jesus Climent wrote: Hi, It'd be great if there was an option like notaptypping so that the tapping would disabled while the user is typping keys. that, mouseemu can take care of. (along with middle/right click and mouse wheel emulation).

Re: Some problems in the daily use of a Debian System

2004-12-01 Thread Colin Leroy
On 01 Dec 2004 at 14h12, Pablo Gil wrote: Hi, The last one is that when he tries to watch a movie with the headphones on and uses the keyboard buttons to change the volume the sound can be heard everywhere, not only through the headphones. I've told him to use the gnome volume control

Re: Some problems in the daily use of a Debian System

2004-12-01 Thread Colin Leroy
On 01 Dec 2004 at 14h12, Pablo Gil wrote: Hi, onAC_sleep= no onAC_dim = no onAC_blank= no onBattery_sleep = no onBattery_dim = no onBattery_blank = no This should prevent pbbuttonsd from dimming the screen and putting the laptop to

  1   2   3   4   >