Re: psaux.o not compiled as a module?!

2002-11-19 Thread Ralf G. R. Bergs
On 17 Nov 2002 19:58:01 +0100, Matthias Hentges wrote:

 all of a sudden I've got a strange problem. I'm trying to compile 2.4.20-rc2 
 with XFS, where psaux should be compiled as a module:
 
   CONFIG_MOUSE=m
   CONFIG_PSMOUSE=y
 
 However the psaux.o module is not created?! This NEVER used to be a 
problem...

Thats because the PSMOUSE code is compiled into the MOUSE modul IIRC.
Try this instead:

CONFIG_MOUSE=y
CONFIG_PSMOUSE=m

That may give you psaux.o (untested).

I don't think that would help. Unless the menuconfig menu logic is broken my 
defs are ok -- I answered m to include the mouse driver as a module, and y 
to include the PS/2 mouse driver (this obviously goes into the same module 
because the mouse drivers selection is on a higher level.)


-- 
   L I N U X   .~.
  The  Choice  /V\
   of a  GNU  /( )\
  Generation  ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-19 Thread Ralf G. R. Bergs
On Sun, 17 Nov 2002 11:04:54 -0800, Bob Nielsen wrote:

 all of a sudden I've got a strange problem. I'm trying to compile 2.4.20-
rc2 
 with XFS, where psaux should be compiled as a module:
 
   CONFIG_MOUSE=m
   CONFIG_PSMOUSE=y
 
 However the psaux.o module is not created?! This NEVER used to be a 
problem...

Perhaps mousedev.o is what you are looking for.  This is what  2.4.19
uses for a ps/2 mouse driver.

This file simply isn't there. The only char files I have are serial.o and 
softdog.o. Apart from these modules there's only block, cdrom, ide, net, 
pnp, and sound modules.

All this is happening under VMware (altho I don't think it matters.)

The strange thing is that my gpm and also X mouse suddenly are working again, 
after I rebooted. In /proc/devices it says char devices: 10 misc, but this 
is probably due to softdog watchdog support that I included in the kernel. 
There isn't a module loaded with a name that suggests it supports mice. :-(

Remember that I configured mouse support NOT to be compiled into the kernel, 
but to be compiled as a module. Also, I'm not exactly a newbie so it's 
definitely not a user error.

The only explanation I've got is that the driver WAS included into the kernel 
altho I instructed it to be compiled into a module. That would be a problem 
with the kernel source (configure logic.)

To verify this I manually changed the two statements above to read:

   CONFIG_MOUSE=m
   CONFIG_PSMOUSE=m

I will have a go at it, and should this turn out to be the problem I will 
report that here.


-- 
   L I N U X   .~.
  The  Choice  /V\
   of a  GNU  /( )\
  Generation  ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-19 Thread Stephan Seitz
Hi!

On Tue, Nov 19, 2002 at 01:28:49PM +0100, Ralf G. R. Bergs wrote:
 This file simply isn't there. The only char files I have are
 serial.o and softdog.o. Apart from these modules there's only
 block, cdrom, ide, net, pnp, and sound modules.

I wonder, if it ever was there.
If I read the help for Mouse support correctly, then:
Note that the answer to this question won't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about non-serial mice. If unsure, say Y.

So this seems to be a dummy question which only activates the
following menues.
And PS/2 Mouse can't be compiled as module.

IIRC there was a time, when you could compile psaux as module. Then it
merged with the keyboard driver, so you could only activate psaux or
not. There was no module anymore. But this was long ago, I think, it
happend in 2.1.x.

Shade and sweet water!

Stephan

-- 
| Stephan Seitz   E-Mail: [EMAIL PROTECTED] |
|  WWW: http://fsing.fs.uni-sb.de/~stse/|
| PGP Public Keys: http://fsing.fs.uni-sb.de/~stse/pgp.html |



msg13929/pgp0.pgp
Description: PGP signature


Re: psaux.o not compiled as a module?!

2002-11-19 Thread Ralf G. R. Bergs
On Tue, 19 Nov 2002 13:40:43 +0100, Stephan Seitz wrote:

On Tue, Nov 19, 2002 at 01:28:49PM +0100, Ralf G. R. Bergs wrote:
 This file simply isn't there. The only char files I have are
 serial.o and softdog.o. Apart from these modules there's only
 block, cdrom, ide, net, pnp, and sound modules.

I wonder, if it ever was there.

It was there. I'm not halluscinating. ;-)

http://www.informatik.uni-siegen.de/softdocs/howto/Module-HOWTO-11.html

But it seems that it has been a while when I last spotted that module, 
BECAUSE:

http://ken.bantoft.org/code/linux/600e/rc.modules

:-)

If I read the help for Mouse support correctly, then:
Note that the answer to this question won't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about non-serial mice. If unsure, say Y.

You're right.

IIRC there was a time, when you could compile psaux as module. Then it
merged with the keyboard driver, so you could only activate psaux or
not. There was no module anymore. But this was long ago, I think, it
happend in 2.1.x.

Absolutely.

Shade and sweet water!

Thanks for the good wishes. :-)

May the f^Hsource be with you. ;-)


-- 
   L I N U X   .~.
  The  Choice  /V\
   of a  GNU  /( )\
  Generation  ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-19 Thread Stephan Seitz
Hi!

On Tue, Nov 19, 2002 at 03:03:59PM +0100, Ralf G. R. Bergs wrote:
 I wonder, if it ever was there.
 It was there. I'm not halluscinating. ;-)
 http://www.informatik.uni-siegen.de/softdocs/howto/Module-HOWTO-11.html

That HOWTO was made for 2.0 ;-)

 But it seems that it has been a while when I last spotted that module, 
 BECAUSE:
 http://ken.bantoft.org/code/linux/600e/rc.modules

You see. ;-)

 May the f^Hsource be with you. ;-)

It is, it is, thanks ;-)

Shade and sweet water!

Stephan

-- 
| Stephan Seitz   E-Mail: [EMAIL PROTECTED] |
|  WWW: http://fsing.fs.uni-sb.de/~stse/|
| PGP Public Keys: http://fsing.fs.uni-sb.de/~stse/pgp.html |



msg13951/pgp0.pgp
Description: PGP signature


Re: psaux.o not compiled as a module?!

2002-11-19 Thread Ralf G. R. Bergs
On Tue, 19 Nov 2002 08:55:59 -0800, Bob Nielsen wrote:

It shows up here as
/lib/modules/2.4.19-686/kernel/drivers/input/mousedev.o

This is a different file, namely to support mice driven via the input device 
(read USB mice.)


-- 
   L I N U X   .~.
  The  Choice  /V\
   of a  GNU  /( )\
  Generation  ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-19 Thread Bob Nielsen
That's the only mouse module I had loaded so I figured it must be the
one, but you're correct.  Removing it does not affect my mouse
operation.  I guess that when I installed, something was sensed that
triggered that module to be included.

Digging a bit further, PS/2 mouse support IS built into the Debian
kernel-image-2.4.19-686 kernel and is included in the pc_keyb.c driver. 
Sorry for the confusion.

Bob


On Tue, Nov 19, 2002 at 10:18:31PM +0100, Ralf G. R. Bergs wrote:
 On Tue, 19 Nov 2002 08:55:59 -0800, Bob Nielsen wrote:
 
 It shows up here as
 /lib/modules/2.4.19-686/kernel/drivers/input/mousedev.o
 
 This is a different file, namely to support mice driven via the input device 
 (read USB mice.)
 
 
 -- 
L I N U X   .~.
   The  Choice  /V\
of a  GNU  /( )\
   Generation  ^^-^^
 
 

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  
IOTA NA-065, USI WA-028S 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




psaux.o not compiled as a module?!

2002-11-17 Thread Ralf G. R. Bergs
Hi there,

all of a sudden I've got a strange problem. I'm trying to compile 2.4.20-rc2 
with XFS, where psaux should be compiled as a module:

  CONFIG_MOUSE=m
  CONFIG_PSMOUSE=y

However the psaux.o module is not created?! This NEVER used to be a problem...

Does anyone know what could be going wrong? I wasn't able to find anything on 
Google...

Thanks,

Ralf


-- 
   L I N U X   .~.
  The  Choice  /V\
   of a  GNU  /( )\
  Generation  ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-17 Thread Matthias Hentges
Am Son, 2002-11-17 um 18.55 schrieb Ralf G. R. Bergs:
 Hi there,
 
 all of a sudden I've got a strange problem. I'm trying to compile 2.4.20-rc2 
 with XFS, where psaux should be compiled as a module:
 
   CONFIG_MOUSE=m
   CONFIG_PSMOUSE=y
 
 However the psaux.o module is not created?! This NEVER used to be a problem...

Thats because the PSMOUSE code is compiled into the MOUSE modul IIRC.
Try this instead:

CONFIG_MOUSE=y
CONFIG_PSMOUSE=m

That may give you psaux.o (untested).

-- 

Matthias Hentges
[www.hentges.net] - PGP + HTML are welcome
ICQ: 97 26 97 4   - No files, no URLs

My OS: Debian Woody: Geek by Nature, Linux by Choice


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: psaux.o not compiled as a module?!

2002-11-17 Thread Bob Nielsen
Perhaps mousedev.o is what you are looking for.  This is what  2.4.19
uses for a ps/2 mouse driver.

On Sun, Nov 17, 2002 at 06:55:18PM +0100, Ralf G. R. Bergs wrote:
 Hi there,
 
 all of a sudden I've got a strange problem. I'm trying to compile 2.4.20-rc2 
 with XFS, where psaux should be compiled as a module:
 
   CONFIG_MOUSE=m
   CONFIG_PSMOUSE=y
 
 However the psaux.o module is not created?! This NEVER used to be a problem...
 
 Does anyone know what could be going wrong? I wasn't able to find anything on 
 Google...
 
 Thanks,
 
 Ralf
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]