I posted this to the linux mail list yesterday but got no response. I hope
it is not too technical for this forum.
**
Hi,
I have a module (device driver) that creates an entry in the /proc
file system to reco
TED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Getting c/assembler listings
On Tue, 29 Oct 2002, pa3gcu wrote:
> On Tuesday 29 October 2002 12:03, Kevin Curtis wrote:
> > Hi,
> > I hope this question is not too technical. When an oops message is
> > generated and de
Hi,
I hope this question is not too technical. When an oops message is
generated and decoded with ksymoops, how do I get an assembler listing of
the module that caused the problem so I can see where in my program the
error occurred. The ksymoops output seems to be bytes of code offset fro
Aha,
found my own answer at
http://mirrors.kernel.org/LDP/HOWTO/mini/XFree86-Second-Mouse/
Kevin
-Original Message-
From: Kevin Curtis [mailto:[EMAIL PROTECTED]]
Sent: 28 August 2002 11:50
To: [EMAIL PROTECTED]
Subject: Swapping between Mice on my laptop
Hi,
I have a
Hi,
I have a Toshiba Satellite laptop with a touch pad mouse. It has no
PS/2 port, so I now have a USB mouse. At the moment I swap between the mice
by editing the /etc/X11/XF86Config-4 file and reversing the following
statements
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "C
Hi,
I am writing a Kernel module that needs to be both 2.2 and 2.4
compatible. My module receives hardware interrupts, and I have a need to
schedule a task from the interrupt routine. I have been reading up on
Bottom Halves and have a question:
I would like the same task to be scheduled