* How do I stop make building all modules after reboot?
@ 2004-09-10 10:11 Bill Adair
2004-09-10 19:09 ` Sam Ravnborg
0 siblings, 1 reply; 3+ messages in thread
From: Bill Adair @ 2004-09-10 10:11 UTC (permalink / raw)
To: linux-kernel
Quick question as above. I'm building an i2c module. If I don't reboot
the machine "make modules" works as expected and just recompiles my
changes.
After a reboot I have to wait 1 hour + (two smp P3 866s) while all modules
are built. I've had a look in the Makefile but can't spot the dependancy.
TIA
Bill
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How do I stop make building all modules after reboot?
2004-09-10 10:11 How do I stop make building all modules after reboot? Bill Adair
@ 2004-09-10 19:09 ` Sam Ravnborg
2004-09-10 23:55 ` Keyboard and mouse interfere in 2.6 Starling
0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2004-09-10 19:09 UTC (permalink / raw)
To: Bill Adair; +Cc: linux-kernel
On Fri, Sep 10, 2004 at 11:11:57AM +0100, Bill Adair wrote:
> Quick question as above. I'm building an i2c module. If I don't reboot
> the machine "make modules" works as expected and just recompiles my
> changes.
> After a reboot I have to wait 1 hour + (two smp P3 866s) while all modules
> are built. I've had a look in the Makefile but can't spot the dependancy.
Something fishy going on here.
Maybe your clock are set backwards when rebooting?
Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Keyboard and mouse interfere in 2.6
2004-09-10 19:09 ` Sam Ravnborg
@ 2004-09-10 23:55 ` Starling
0 siblings, 0 replies; 3+ messages in thread
From: Starling @ 2004-09-10 23:55 UTC (permalink / raw)
To: linux-kernel
Hi, is there any way the input from the keyboard can interfere with
the input from the mouse? Because they are interfering, on my
computer. If I hold ctrl, the mouse jumps randomly about if I try to
move it. And then the ctrl key gets stuck in the 'on' position until
I rapidly tap it to somehow get it reset.
The same occurs for the shift key, which is very disturbing as it
opens every possible right-click menu on my GUI.
It's not the video card: I've used 2 different cards since the problem
started. It's not the sound card either, as I have used 2 different
sound cards as well. The problem started when I switched from 2.4 to
2.6, and seems confined entirely to the keyboard and mouse drivers.
I have a USB mouse, and a PS/2 keyboard; both worked perfectly before
2.6. I run fvwm, and a recent compile of X.org. Video driver is "S3
Savage4" or a proprietary Nvidia one, take your pick. (The Nvidia
card went and broke on me, S3 is on-board.)
I don't think quoting the whole .config would be appreciated, but
here's what seemed like it would be relavent. Is there any setting I
might have not properly applied?
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_USB=m
CONFIG_USB_DEBUG=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-11 0:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-10 10:11 How do I stop make building all modules after reboot? Bill Adair
2004-09-10 19:09 ` Sam Ravnborg
2004-09-10 23:55 ` Keyboard and mouse interfere in 2.6 Starling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox