Re: woody/PowerMac 6400 - PCI NIC not seen

2002-03-26 Thread Bruce A. Burdick, Jr.
Tried the 3.0.21-2002-03-25 floppies. Still no luck. The 6400's PCI bus must be strange territory for the kernel used on the floppies: neither the PCI-attached ethernet card nor the USB card are mentioned in dmesg. -B... >> On Tue, Mar 05, 2002 at 11:46:50PM -0600, Bruce A. Burdick, Jr. wrote: >>

Re: Caps Key

2002-03-26 Thread Rob Latham
On Mon, Mar 25, 2002 at 02:52:56PM +, mallum wrote: > Hi all; > > I've been desperately trying to turn my caps key into a ctrl on my new > tibook. I tried a couple of small kernel patches I found in the > archives of this list against a recent behh kernel but they didn't > seem to do anything

Re: map 2nd 3rd mouse buttons?

2002-03-26 Thread mallum
Attached is a quick hack for X, that allows you to hold a key down ( option key in my case ) and click the mouse for a right click, double tap and hold the key, then click mouse for a middle click. You may need to change the value 115 in the source for your keyboard - find keycode with xev. Prob

Re: map 2nd 3rd mouse buttons?

2002-03-26 Thread B.C.J.O
On Tue, 19 Mar 2002, ragnar wrote: > I'm using a powerbook 3400c which of course has a one button touch pad. > Does anyone know how to map mouse events generated by a middle and right > button click of a typical 3-button mouse to either a keyboard key or > combo of key and mouse click? This was

Fwd: Linux

2002-03-26 Thread Francisco de Assis Teixeira Folhadella
Começar a mensagem reencaminhada: De: Francisco de Assis Teixeira Folhadella <[EMAIL PROTECTED]> Data: ter mar 26, 2002 09:18:28 America/Sao_Paulo Para: Assunto: Linux T enho um Power Mac G4/733 (audio digital) e gostaria de colocar um Linux também nele. Para tanto já particionei o Hd e

Re: ARM cross compiles

2002-03-26 Thread nik gaffney
:: Saturday 23 March 2002 22:48, Laurent de Segur :: i found this to be quite usefull -> http://www.gimp.org/~crichton/make.sh.txt (and im almost certain i didnt have to modify anything, but dont quote me!!) the ARM toolchain "works", but was incredibly slow to compile compared to a simila

Re: m3mirror doesn't work - Solved!

2002-03-26 Thread Eric Lacroix
On Mon, Mar 25, 2002 at 01:07:33PM +0100, Vincent Lefevre wrote: > On Sun, Mar 24, 2002 at 20:32:17 +0100, Vincent Lefevre wrote: > > I've updated to benh's kernel 2.4.19-pre4-ben0 but m3mirror still > > doesn't work: > > > > ay:/home/lefevre# ./m3mirror lcd:0 crt:1 > > ATI Rage M3 mirror tool, v0

Re: Install on a E20

2002-03-26 Thread Benny Siegert
Hello! >>> Jean-Francois Gobin <[EMAIL PROTECTED]> 24.03.2002 09.25 Uhr >>> >Help! I'm struggling with a 7024/E20, which doesn't want to boot either >off floppies or cdrom. I put the boot order to Floppy/CDROM/NET, when I >put some kind of disks into the drive, either it freezes or it just get >b

Re: va_list problems with optimize option in gcc

2002-03-26 Thread Michael Schmitz
> I understand the corruption with chars (int8) and shorts (int16). However, I > will investigate va-ppc.h further, because it seems that in the case when > you are passing more than 8 floats, the svr4 abi doesn't promote a 32bit > float to a 64bit double and this goes on the arg stack. So I wonder