public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
@ 2004-08-04 13:48 Remon
  0 siblings, 0 replies; 6+ messages in thread
From: Remon @ 2004-08-04 13:48 UTC (permalink / raw)
  To: linux-kernel

Hello,

I tried to compile this one, but got an error on:

drivers/pci/hotplug/cpci_hotplug_core.c : unknown field `generic_disable_irq' 
specified in initializer

I disabled hotplug in the config file and the compilation succeeded without 
problems ;-) (I don't need hotplug, but maybe others do)

Thanks for all the work done, I'm gonna test it now :-)

Remon


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

* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
@ 2004-08-04 19:24 Remon Sijrier
  2004-08-07  5:47 ` Lee Revell
       [not found] ` <200408081516.25898.remon@vt.shuis.tudelft.nl>
  0 siblings, 2 replies; 6+ messages in thread
From: Remon Sijrier @ 2004-08-04 19:24 UTC (permalink / raw)
  To: linux-kernel

Hello,

The compilation went fine, but there are some problems I can't solve :-(

I had to disable both drm (dri) and acpi to get rid from warning messages but 
still X doesn't start with the following message in it's log file:

xf86OpenSerial cannot open device /dev/psaux no such device

This wasn't a problem before. Any help would be appreciated.

Thanks,

Remon

P.S. 
Please CC me, I'm not on the list

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

* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
  2004-08-04 19:24 [patch] voluntary-preempt-2.6.8-rc2-O3 Remon Sijrier
@ 2004-08-07  5:47 ` Lee Revell
       [not found] ` <200408081516.25898.remon@vt.shuis.tudelft.nl>
  1 sibling, 0 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-07  5:47 UTC (permalink / raw)
  To: Remon Sijrier; +Cc: linux-kernel

On Wed, 2004-08-04 at 15:24, Remon Sijrier wrote:
> Hello,
> 
> The compilation went fine, but there are some problems I can't solve :-(
> 
> I had to disable both drm (dri) and acpi to get rid from warning messages but 
> still X doesn't start with the following message in it's log file:
> 
> xf86OpenSerial cannot open device /dev/psaux no such device
> 
> This wasn't a problem before. Any help would be appreciated.
> 
> Thanks,
> 
> Remon

/dev/psaux is deprecated.  Use /dev/input/mice.  On Debian, you can do
this with `dpkg-reconfigure xserver-xfree86'.  Otherwise, use your
distro's X configurator, or edit /etc/X11/XF86Config-4 and replace
/dev/psaux with /dev/input/mice.

Lee


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

* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
@ 2004-08-07 21:43 Remon
  2004-08-07 21:52 ` Lee Revell
  0 siblings, 1 reply; 6+ messages in thread
From: Remon @ 2004-08-07 21:43 UTC (permalink / raw)
  To: linux-kernel

> /dev/psaux is deprecated.  Use /dev/input/mice.  On Debian, you can do
> this with `dpkg-reconfigure xserver-xfree86'.  Otherwise, use your
> distro's X configurator, or edit /etc/X11/XF86Config-4 and replace
> /dev/psaux with /dev/input/mice.


I compiled mouse support statically instead of a module and it worked. But I 
will try this also.

However, I still have problems, especially with the mouse. I used my computer 
for a while and suddenly the mouse got wild so to say.
It jumped back and forth, starting applications, kinda funny to see actually.

I looked at dmesg, and it gave messages like:
Lost sync of mouse, throwing away 1 (and also 2 / 3) bytes.
I couldn't find the IRQ thread which is used by the mouse, but after disabling 
all of them it worked as normal, making IRQ threaded again made the mouse go 
north/south/west/east again.

I was only getting xruns, using 0.3 ms latency with my sound application when 
using the mouse, otherwise ALSA remained silent (not long tested due mouse 
problems)

Thanks,


Remon

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

* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
  2004-08-07 21:43 Remon
@ 2004-08-07 21:52 ` Lee Revell
  0 siblings, 0 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-07 21:52 UTC (permalink / raw)
  To: noreply; +Cc: linux-kernel

On Sat, 2004-08-07 at 17:43, Remon wrote:
> > /dev/psaux is deprecated.  Use /dev/input/mice.  On Debian, you can do
> > this with `dpkg-reconfigure xserver-xfree86'.  Otherwise, use your
> > distro's X configurator, or edit /etc/X11/XF86Config-4 and replace
> > /dev/psaux with /dev/input/mice.
> 
> However, I still have problems, especially with the mouse. I used my computer 
> for a while and suddenly the mouse got wild so to say.
> It jumped back and forth, starting applications, kinda funny to see actually.

Please do not use a 'noreply' address to post to LKML.  It's rude.

Is this in fact a PS/2 mouse, or USB?

Lee




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

* Re: [patch] voluntary-preempt-2.6.8-rc2-O3
       [not found]   ` <1091987789.13316.6.camel@mindpipe>
@ 2004-08-10  9:23     ` Remon
  0 siblings, 0 replies; 6+ messages in thread
From: Remon @ 2004-08-10  9:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: remon_sijrier

On Saturday 07 August 2004 07:47, you wrote:
> On Wed, 2004-08-04 at 15:24, Remon Sijrier wrote:
> > Hello,
> >
> > The compilation went fine, but there are some problems I can't solve :-(
> >
> > I had to disable both drm (dri) and acpi to get rid from warning messages
> > but still X doesn't start with the following message in it's log file:
> >
> > xf86OpenSerial cannot open device /dev/psaux no such device
> >
> > This wasn't a problem before. Any help would be appreciated.
> >
> > Thanks,
> >
> > Remon
>
> /dev/psaux is deprecated.  Use /dev/input/mice.  On Debian, you can do
> this with `dpkg-reconfigure xserver-xfree86'.  Otherwise, use your
> distro's X configurator, or edit /etc/X11/XF86Config-4 and replace
> /dev/psaux with /dev/input/mice.

Sorry for being incomplete, but XFree86 cannot find both of them (/dev/psaux 
and /dev/input/mice) when compiled as module
I compiled it in the kernel and now detection is fine.

But using my PS2 mouse is still problematic. It just goes after some time wild 
and jumps back and forth.

Dmesg reports:
psmouse.c mouse out of sync, throwing away 1 (or 2 / 3) bytes

When I disable the IRQ Thread for the mouse it works normal again. Any ideas 
what the problem could be?

Thanks,

Remon

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

end of thread, other threads:[~2004-08-10  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-04 19:24 [patch] voluntary-preempt-2.6.8-rc2-O3 Remon Sijrier
2004-08-07  5:47 ` Lee Revell
     [not found] ` <200408081516.25898.remon@vt.shuis.tudelft.nl>
     [not found]   ` <1091987789.13316.6.camel@mindpipe>
2004-08-10  9:23     ` Remon
  -- strict thread matches above, loose matches on Subject: below --
2004-08-07 21:43 Remon
2004-08-07 21:52 ` Lee Revell
2004-08-04 13:48 Remon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox