Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Raphael Melo de Oliveira Bastos Sales
I'll try that, if it doesn't work, I'm going to give up and use the 2.4 kernel. It's an openmosix kernel, so I can have a cluster up and running at my house. Question: Is portage working ok with OpenMosix now? 2005/12/7, Mariusz Pękala <[EMAIL PROTECTED]>: > On 2005-12-07 02:24:51 -0200 (Wed, Dec

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Steven Susbauer
It will run lilo. It will also ask if you want to make a bootdisk if you are missing lilo and grub.On 12/7/05, Neil Bothwick < [EMAIL PROTECTED]> wrote:On Wed, 07 Dec 2005 05:34:19 -0600, Dale wrote: > >Why not let make do the whole job and add "make install"? That installs> >the kernel, makes the

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2005 05:34:19 -0600, Dale wrote: > >Why not let make do the whole job and add "make install"? That installs > >the kernel, makes the appropriate symlinks to the new and previous > >kernel and backs up your config. > Because I did that once and it made a mess. I decided I can do it

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Dale
Neil Bothwick wrote: >On Wed, 07 Dec 2005 03:00:33 -0600, Dale wrote: > > > >>I usually do a make all && make modules_install and that is it. I then >>copy it over manually though. It has worked for me since I started >>using 2.6.* kernels. >> >> > >Why not let make do the whole job and ad

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2005 03:00:33 -0600, Dale wrote: > I usually do a make all && make modules_install and that is it. I then > copy it over manually though. It has worked for me since I started > using 2.6.* kernels. Why not let make do the whole job and add "make install"? That installs the kernel

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Dale
Neil Bothwick wrote: >On Tue, 6 Dec 2005 21:57:44 -0800 (PST), [EMAIL PROTECTED] wrote: > > > >>By the way, isn't it true that a simple "make" will make both the >>kernel and the modules now? Or am I dreaming? >> >> > >It is true. > > > > I usually do a make all && make modules_install and

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Neil Bothwick
On Tue, 6 Dec 2005 21:57:44 -0800 (PST), [EMAIL PROTECTED] wrote: > By the way, isn't it true that a simple "make" will make both the > kernel and the modules now? Or am I dreaming? It is true. -- Neil Bothwick The gene pool could use a little chlorine. signature.asc Description: PGP signat

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Mariusz Pękala
On 2005-12-07 02:24:51 -0200 (Wed, Dec), Raphael Melo de Oliveira Bastos Sales wrote: > "And the answer is... 42." > > Turns out I was asking the wrong question. The whole problem about it > is that the 2.6 kernels detect my mouse as a ImExPS/2 mouse and not as > a ImPS/2. > > What I need is to

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Richard Fish
On 12/6/05, Richard Fish <[EMAIL PROTECTED]> wrote: > return PSMOUSE_IMPS2; Of if you want the kernel to actually compile :-) return PSMOUSE_IMPS; -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Richard Fish
On 12/6/05, Raphael Melo de Oliveira Bastos Sales <[EMAIL PROTECTED]> wrote: > "And the answer is... 42." > > Turns out I was asking the wrong question. The whole problem about it > is that the 2.6 kernels detect my mouse as a ImExPS/2 mouse and not as > a ImPS/2. > > What I need is to find a way t

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Raphael Melo de Oliveira Bastos Sales
"And the answer is... 42." Turns out I was asking the wrong question. The whole problem about it is that the 2.6 kernels detect my mouse as a ImExPS/2 mouse and not as a ImPS/2. What I need is to find a way to tell the psmouse module (PS/2 Mouse Kernel Module) to exclude ImExPS/2 as a protocol fo

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Raphael Melo de Oliveira Bastos Sales
It is not a USB mouse, so that shouldn't be the problem. Also, you can run modules-update so you can use modules without rebooting. 2005/12/7, Daevid Vincent <[EMAIL PROTECTED]>: > Dude. I'm telling you. I had the same problem. This isn't a X or device > issue. You don't have USB compiled into th

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Raphael Melo de Oliveira Bastos Sales
The mouse is not rechargeable, it works fine on Windows and 2.4 kernel (I'm using it right now) and the problem is with the 2.6 kernel protocol. If I could tell the psmouse (PS/2 Mouse Kernel Module) to use ImPS/2 protocol for every ImExPS/2 (My Mouse's Protocol), I think it would be done. I've tri

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Richard Fish
On 12/6/05, Raphael Melo de Oliveira Bastos Sales <[EMAIL PROTECTED]> wrote: > How do you switch xorg.conf files between kernels? Here are the file With difficulty. :-) As others have said, /dev/input/mice is the _highly_ recommended standard for 2.6. For protocol in the X.org configuration, thi

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Richard Fish
On 12/6/05, Daevid Vincent <[EMAIL PROTECTED]> wrote: > Dude. I'm telling you. I had the same problem. This isn't a X or device > issue. You don't have USB compiled into the kernel or running as a module. > Just make sure you have all the UHCI stuff checked and do a "make clean all > modules module

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread michael
By the way, isn't it true that a simple "make" will make both the kernel and the modules now? Or am I dreaming? M On Tue, 6 Dec 2005, Richard Fish wrote: On 12/6/05, Daevid Vincent <[EMAIL PROTECTED]> wrote: Dude. I'm telling you. I had the same problem. This isn't a X or device issue. You d

RE: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Daevid Vincent
Dude. I'm telling you. I had the same problem. This isn't a X or device issue. You don't have USB compiled into the kernel or running as a module. Just make sure you have all the UHCI stuff checked and do a "make clean all modules module_install install" (or something to that effect). Then reboot.

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Holly Bostick
Raphael Melo de Oliveira Bastos Sales schreef: > I had legacy /dev/psaux on. Besides, it doesn't explain why the > lights go off even outside X. Perhaps I could try to disable this > option and let /dev/input/mice be the sole device node for the > mouse... > OK, it's time then for the stupid

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Rafael Fernández López
/dev/input/mice works perfectly for me. Bye, Rafael Fernández López. El Miércoles, 7 de Diciembre de 2005 00:40, Raphael Melo de Oliveira Bastos Sales escribió: > I had legacy /dev/psaux on. Besides, it doesn't explain why the lights > go off even outside X. Perhaps I could try to disable this o

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Raphael Melo de Oliveira Bastos Sales
I had legacy /dev/psaux on. Besides, it doesn't explain why the lights go off even outside X. Perhaps I could try to disable this option and let /dev/input/mice be the sole device node for the mouse... 2005/12/6, Steven Susbauer <[EMAIL PROTECTED]>: > The mouse device should be pointing to /dev/in

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Steven Susbauer
The mouse device should be pointing to /dev/input/mice - that's just the first thing I saw in a quick overview.On 12/6/05, Raphael Melo de Oliveira Bastos Sales <[EMAIL PROTECTED]> wrote: How do you switch xorg.conf files between kernels? Here are the fileThe kernel configuration:CONFIG_X86=yCONFI

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-06 Thread Raphael Melo de Oliveira Bastos Sales
How do you switch xorg.conf files between kernels? Here are the file The kernel configuration: CONFIG_X86=y CONFIG_SEMAPHORE_SLEEPERS=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_BRO

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-05 Thread Richard Fish
On 12/5/05, Raphael Melo de Oliveira Bastos Sales <[EMAIL PROTECTED]> wrote: > The problem isn't in X, it is in the kernel, and when I googled for a > solution, I saw a few messages that pointed to the same problem. > I think it is related to udev. No, udev only creates device nodes. It does not

RE: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-05 Thread Daevid Vincent
You had me at EHLO" --E.Webb (10.04.05) > -Original Message- > From: Raphael Melo de Oliveira Bastos Sales > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 3:57 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Optical mouse lights off

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-05 Thread Raphael Melo de Oliveira Bastos Sales
The problem isn't in X, it is in the kernel, and when I googled for a solution, I saw a few messages that pointed to the same problem. I think it is related to udev. 2005/12/5, Tamas Sarga <[EMAIL PROTECTED]>: > Raphael Melo de Oliveira Bastos Sales wrote: > > Hi there, > > > >I got a new VCOM

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-05 Thread Tamas Sarga
Raphael Melo de Oliveira Bastos Sales wrote: Hi there, I got a new VCOM optical mouse, model C235-PS2-V. And I'm having problems with it. On Windows XP or with the Linux kernel 2.4.30 (OpenMosix) it works fine. But on linux kernel 2.6.14-r2 (Gentoo Sources), it lights off and stays off unless

[gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-04 Thread Raphael Melo de Oliveira Bastos Sales
Hi there, I got a new VCOM optical mouse, model C235-PS2-V. And I'm having problems with it. On Windows XP or with the Linux kernel 2.4.30 (OpenMosix) it works fine. But on linux kernel 2.6.14-r2 (Gentoo Sources), it lights off and stays off unless I halt the system. I believe this is relat