Re: How to get the latest git sources

2006-04-26 Thread Paul Collins
Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > Hints to what rules most, from a user's perspective, who does nothing > more than getting the lates git sources and build a kernel .deb with them? Just do $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Now you hav

Re: keyboard+graphics lock ups?; background processes are ok

2006-04-26 Thread Eddy Petrişor
On 4/21/06, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Thu, 2006-04-20 at 21:07 +0300, Eddy Petrişor wrote: > > > > I have observed recently that I am experiencing random lock-ups of the > > X and (I think) of the keyboard. [snip] > These are classical symptoms of a graphics card lockup. Does it

Re: One-Button iMac mouse

2006-04-26 Thread Magnus Rosenbaum
Matteo Bigoi - Bigo! wrote: > The button emulation in the keybord works? The standard mouse button emulation works, I have mapped F11 to the middle and F12 to the right button. However there is another issue with these mouse button keys: After bootup I have to press one of these keys about 4 time

How to get the latest git sources

2006-04-26 Thread Wolfgang Pfeiffer
Hi All I'm looking for a fast way to get the very latest git kernel files: What I found so far: http://kernel.org/ seems to have very fresh git files: If I understand the logs correctly, they're just a few hours old:

Re: Ignore accidental input

2006-04-26 Thread Børge Holen
On Wednesday 26 April 2006 20:02, you wrote: > On Tue, 25 Apr 2006 23:53:57 +0200 > > Børge Holen <[EMAIL PROTECTED]> wrote: > > I've been lookin at both the mouseemu and pbbuttonsd and I got to agree > > with Jörg that the "ignore while typing" is done far better with > > pbbuttonsd than the mouse

Re: Ignore accidental input

2006-04-26 Thread Matthias Grimm
On Tue, 25 Apr 2006 23:53:57 +0200 Børge Holen <[EMAIL PROTECTED]> wrote: > I've been lookin at both the mouseemu and pbbuttonsd and I got to agree with > Jörg that the "ignore while typing" is done far better with pbbuttonsd than > the mouseemu. Do you use the "NoTapTyping" option with pbbutto

Re: Ignore accidental input

2006-04-26 Thread Matthias Grimm
On Wed, 26 Apr 2006 15:11:12 +0200 Johannes Berg <[EMAIL PROTECTED]> wrote: > On Wed, 2006-04-26 at 08:09 +0200, Michael Schmitz wrote: > > > Nope, something like 'dont send mouse clicks when the user taps the > > touchpad'. Ignoring events while typing we can already do in user space. > > Figuri

Re: One-Button iMac mouse

2006-04-26 Thread Matteo Bigoi - Bigo!
> Matteo Bigoi - Bigo! wrote: > > I've seen that this patch works together with the one written by Loca > > Bigliard1 for the adb touchpad [1]... > > For the ADB trackpad... but I have a USB trackpad. > > > Try the patch attached in a vanilla kernel.. > > Tried it again with a vanilla kernel 2.6

Re: One-Button iMac mouse

2006-04-26 Thread Magnus Rosenbaum
Matteo Bigoi - Bigo! wrote: > I've seen that this patch works together with the one written by Loca > Bigliard1 for the adb touchpad [1]... For the ADB trackpad... but I have a USB trackpad. > Try the patch attached in a vanilla kernel.. Tried it again with a vanilla kernel 2.6.16. There's no di

Re: Ignore accidental input

2006-04-26 Thread Johannes Berg
On Wed, 2006-04-26 at 08:09 +0200, Michael Schmitz wrote: > Nope, something like 'dont send mouse clicks when the user taps the > touchpad'. Ignoring events while typing we can already do in user space. > Figuring out if the mouse button was hit, or just the surface of the pad > is something only

Re: vlc

2006-04-26 Thread Michelle Konzack
Am 2006-04-21 17:24:30, schrieb Michael Schmitz: > > But choosen the wrong menu (File => Open Medium => Volume) > > instead of (File => Open File) > > That's even possible for a mounted volume? Boggle ... I was surprised by this too, because I have mounted my DVD as iso9660 with wmmount and ther

Re: Current d-i on XServe

2006-04-26 Thread Chris Burdess
Jan Schukat wrote: The tg3.ko module isn't on the d-i. They are aware of the problem for several weeks already, but as usual with debian, it takes time ;) But also as usual with Debian, you can work around that by putting a tg3.ko on a usb drive and load it by hand from the command line. Be ca

Re: Current d-i on XServe

2006-04-26 Thread Jan Schukat
The tg3.ko module isn't on the d-i. They are aware of the problem for several weeks already, but as usual with debian, it takes time ;) But also as usual with Debian, you can work around that by putting a tg3.ko on a usb drive and load it by hand from the command line. Be careful with kernel vers

Current d-i on XServe

2006-04-26 Thread Chris Burdess
Hi I've been trying to install Debian (etch beta 2 d-i netinst) on a recent XServe (RackMac3,1 with 2 Broadcom 5704 Gigabit network adapters). During boot all goes well but it won't recognise the network adapter (s). After the ifconfig step, ifconfig -a states that eth0 is configured, bu

Re: One-Button iMac mouse

2006-04-26 Thread Matteo Bigoi - Bigo!
> Matteo Bigoi - Bigo! wrote: > > I've rewritten this patch for 2.6! > > Hello Bigo! > > Great, but it does not work for me :-( > > I have seen that you also added the option ADB_TRACKPAD_ABSOLUTE, so I > assume that you have an ADB trackpad. My iBook G4 (PowerBook6,7) has a USB > trackpad and t

Re: kernel building: what am i doing wrong?

2006-04-26 Thread Michael Lampard
> Hi, > > Is it by choice that you did not use the make-kpkg system provided by > debian ? i know make-kpkg. but i prefer the distribution-independend way of kernel compiling. (btw: i had no luck with make-kpkg either) are there any errors building that way? or: has someone running a 2.6.16* ker

Re: kernel building: what am i doing wrong?

2006-04-26 Thread Charles Plessy
On Wed, Apr 26, 2006 at 07:51:56AM +0200, Michael Lampard wrote : > > 1. get a kernel from kernel.org > 2. unpack it to /usr/src > 3. delete the symlink /usr/src/linux an relink it on the new kernel > 4. copy the config (p.ex. the one from above) to /usr/src/linux/.config > 5. make oldconfig > 6.