All of lore.kernel.org
 help / color / mirror / Atom feed
* No mouse support for Indy in 2.5.75 ?
@ 2003-07-25 21:37  Frank Förstemann 
  2003-07-29 11:49 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From:  Frank Förstemann  @ 2003-07-25 21:37 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Hi.

I tried kernel version 2.5.75 on my Indy. It works fine with the
exception that the mouse in XFree86 does not move. The devices are 
available, but event debugging shows no mouse events at all. Are there
any special configuration options for the Indy mouse except the ones in
the 'input' section ? Dmesg output and kernel configuration are
attached.

Regards

Frank


______________________________________________________________________________
Spam-Filter fuer alle - bester Spam-Schutz laut ComputerBild 15-03
WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021120

[-- Attachment #2: dmesg.gz --]
[-- Type: application/gzip, Size: 2089 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No mouse support for Indy in 2.5.75 ?
  2003-07-25 21:37 No mouse support for Indy in 2.5.75 ?  Frank Förstemann 
@ 2003-07-29 11:49 ` Ralf Baechle
  0 siblings, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2003-07-29 11:49 UTC (permalink / raw)
  To: =?iso-8859-1?Q? Frank=20F=F6rstemann ?=; +Cc: linux-mips

On Fri, Jul 25, 2003 at 11:37:06PM +0200, =?iso-8859-1?Q? Frank=20F=F6rstemann ?= wrote:

> I tried kernel version 2.5.75 on my Indy. It works fine with the
> exception that the mouse in XFree86 does not move. The devices are 
> available, but event debugging shows no mouse events at all. Are there
> any special configuration options for the Indy mouse except the ones in
> the 'input' section ? Dmesg output and kernel configuration are
> attached.

We knew there was something wrong in that area; the probe for kbd and mouse
also takes very long on the Indy.  What worries me more are those
kernel messages from your log:

mount: Exception at [<88113a38>] (88113bf0)
mount: Exception at [<88113a38>] (88113bf0)
mount: Exception at [<88113a38>] (88113bf0)

  Ralf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No mouse support for Indy in 2.5.75 ?
@ 2003-07-31 22:27  Frank Förstemann 
  0 siblings, 0 replies; 5+ messages in thread
From:  Frank Förstemann  @ 2003-07-31 22:27 UTC (permalink / raw)
  To: RalfBaechle; +Cc: linux-mips

Am Mit, 2003-07-30 um 13.23 schrieb Ralf Baechle:
> On Wed, Jul 30, 2003 at 07:54:25AM +0200, =?iso-8859-1?Q? Frank=20F=F6rstemann ?= wrote:
> 
> > Is there any additional information I can collect on these issues ?
> 
> Well, as for the PS/2 issues, you'll have to read through the code yourself,
> nobody's digged into that so far.
> 

Hm, seems to be easier to stay at 2.4.x for the moment. I'll have a look
when I find some time...

> > > mount: Exception at [<88113a38>] (88113bf0)
> > > mount: Exception at [<88113a38>] (88113bf0)
> > > mount: Exception at [<88113a38>] (88113bf0)
> 
> The kernel messages otoh are not sign of a kernel but an application bug.
> It seems mount did pass bad addresses to the kernel through some syscall;
> these messages are the sign of the normal mechanism to intercept bad
> address arguments to syscall kicking in.  You won't get those messages
> anymore in 2.6 btw.  The kernel only print's them if the second digit of
> the version number is odd, see development_version in arch/mips/mm/fault.c.

.... which means that this problem might well be an old one, because my standard
kernel is a 2.4.

> 
>   Ralf
> 

Frank

______________________________________________________________________________
Spam-Filter fuer alle - bester Spam-Schutz laut ComputerBild 15-03
WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021120

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No mouse support for Indy in 2.5.75 ?
  2003-07-30  5:54  Frank Förstemann 
@ 2003-07-30 11:23 ` Ralf Baechle
  0 siblings, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2003-07-30 11:23 UTC (permalink / raw)
  To: =?iso-8859-1?Q? Frank=20F=F6rstemann ?=; +Cc: linux-mips

On Wed, Jul 30, 2003 at 07:54:25AM +0200, =?iso-8859-1?Q? Frank=20F=F6rstemann ?= wrote:

> Is there any additional information I can collect on these issues ?

Well, as for the PS/2 issues, you'll have to read through the code yourself,
nobody's digged into that so far.

> > mount: Exception at [<88113a38>] (88113bf0)
> > mount: Exception at [<88113a38>] (88113bf0)
> > mount: Exception at [<88113a38>] (88113bf0)

The kernel messages otoh are not sign of a kernel but an application bug.
It seems mount did pass bad addresses to the kernel through some syscall;
these messages are the sign of the normal mechanism to intercept bad
address arguments to syscall kicking in.  You won't get those messages
anymore in 2.6 btw.  The kernel only print's them if the second digit of
the version number is odd, see development_version in arch/mips/mm/fault.c.

  Ralf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: No mouse support for Indy in 2.5.75 ?
@ 2003-07-30  5:54  Frank Förstemann 
  2003-07-30 11:23 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From:  Frank Förstemann  @ 2003-07-30  5:54 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

Hi Ralf.

Is there any additional information I can collect on these issues ?

Frank

Am Die, 2003-07-29 um 13.49 schrieb Ralf Baechle:
> On Fri, Jul 25, 2003 at 11:37:06PM +0200, =?iso-8859-1?Q? Frank=20F=F6rstemann ?= wrote:
> 
> > I tried kernel version 2.5.75 on my Indy. It works fine with the
> > exception that the mouse in XFree86 does not move. The devices are 
> > available, but event debugging shows no mouse events at all. Are there
> > any special configuration options for the Indy mouse except the ones in
> > the 'input' section ? Dmesg output and kernel configuration are
> > attached.
> 
> We knew there was something wrong in that area; the probe for kbd and mouse
> also takes very long on the Indy.  What worries me more are those
> kernel messages from your log:
> 
> mount: Exception at [<88113a38>] (88113bf0)
> mount: Exception at [<88113a38>] (88113bf0)
> mount: Exception at [<88113a38>] (88113bf0)
> 
>   Ralf

______________________________________________________________________________
ComputerBild (15-03) empfiehlt: Der beste Spam-Schutz ist bei
WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021124

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-31 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-25 21:37 No mouse support for Indy in 2.5.75 ?  Frank Förstemann 
2003-07-29 11:49 ` Ralf Baechle
2003-07-30  5:54  Frank Förstemann 
2003-07-30 11:23 ` Ralf Baechle
2003-07-31 22:27  Frank Förstemann 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.