The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* mousedev auto load on 2.6.14-rc{2,3}
@ 2005-12-01 19:20 Steven Rostedt
  2005-12-01 21:34 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Steven Rostedt @ 2005-12-01 19:20 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, LKML

Hi,

Using the same config between 2.6.14 and 2.6.15-rc2 (and with rc3,
haven't tried rc4). The mousedev gets auto loaded on 2.6.14 but does not
with 2.6.15-rc{2,3}.  Did something change to prevent the auto loading
of mousedev?

So on 2.6.14, the X server starts without a problem on boot up.  But now
on 2.6.15-rc2 it doesn't (missing mouse pointer).  Yes I know that I can
add this to the modules.conf file, but I'm curious to what changed.

I'm using Debian/unstable.

-- Steve



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

* Re: mousedev auto load on 2.6.14-rc{2,3}
  2005-12-01 19:20 mousedev auto load on 2.6.14-rc{2,3} Steven Rostedt
@ 2005-12-01 21:34 ` Greg KH
  2005-12-01 21:46   ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2005-12-01 21:34 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Linus Torvalds, LKML

On Thu, Dec 01, 2005 at 02:20:18PM -0500, Steven Rostedt wrote:
> Hi,
> 
> Using the same config between 2.6.14 and 2.6.15-rc2 (and with rc3,
> haven't tried rc4). The mousedev gets auto loaded on 2.6.14 but does not
> with 2.6.15-rc{2,3}.  Did something change to prevent the auto loading
> of mousedev?

This needs to be a FAQ somewhere.  This is a known bug in Debian's
hotplug/udev package that is being worked on.

It's not a kernel bug, but a userspace one.  Other distros do not have
this issue, perhaps I could recommend a different one for you?  :)

thanks,

greg k-h

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

* Re: mousedev auto load on 2.6.14-rc{2,3}
  2005-12-01 21:34 ` Greg KH
@ 2005-12-01 21:46   ` Steven Rostedt
  2005-12-01 21:50     ` Greg KH
  2005-12-01 21:51     ` Steven Rostedt
  0 siblings, 2 replies; 6+ messages in thread
From: Steven Rostedt @ 2005-12-01 21:46 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, LKML

On Thu, 1 Dec 2005, Greg KH wrote:

> On Thu, Dec 01, 2005 at 02:20:18PM -0500, Steven Rostedt wrote:
> > Hi,
> >
> > Using the same config between 2.6.14 and 2.6.15-rc2 (and with rc3,
> > haven't tried rc4). The mousedev gets auto loaded on 2.6.14 but does not
> > with 2.6.15-rc{2,3}.  Did something change to prevent the auto loading
> > of mousedev?
>
> This needs to be a FAQ somewhere.  This is a known bug in Debian's
> hotplug/udev package that is being worked on.
>
> It's not a kernel bug, but a userspace one.  Other distros do not have
> this issue, perhaps I could recommend a different one for you?  :)
>

Actually, I never said it was a kernel bug :)

I was just wondering what changed between 2.6.14 and 2.6.15-rc2 to break
debian's hotplug/udev packages.

As for another distro? Hmm. I started with Slackware, switched to RedHat
because of the RPMs, toyed with Gentoo (too much work), toyed with SuSE
(too commercial), then left RedHat (because of RPMs!) and have loved
debian since (too much work only when I do too much, like updating a lot
in the unstable release ;)

-- Steve


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

* Re: mousedev auto load on 2.6.14-rc{2,3}
  2005-12-01 21:46   ` Steven Rostedt
@ 2005-12-01 21:50     ` Greg KH
  2005-12-01 21:57       ` Steven Rostedt
  2005-12-01 21:51     ` Steven Rostedt
  1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2005-12-01 21:50 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Linus Torvalds, LKML

On Thu, Dec 01, 2005 at 04:46:14PM -0500, Steven Rostedt wrote:
> On Thu, 1 Dec 2005, Greg KH wrote:
> 
> > On Thu, Dec 01, 2005 at 02:20:18PM -0500, Steven Rostedt wrote:
> > > Hi,
> > >
> > > Using the same config between 2.6.14 and 2.6.15-rc2 (and with rc3,
> > > haven't tried rc4). The mousedev gets auto loaded on 2.6.14 but does not
> > > with 2.6.15-rc{2,3}.  Did something change to prevent the auto loading
> > > of mousedev?
> >
> > This needs to be a FAQ somewhere.  This is a known bug in Debian's
> > hotplug/udev package that is being worked on.
> >
> > It's not a kernel bug, but a userspace one.  Other distros do not have
> > this issue, perhaps I could recommend a different one for you?  :)
> >
> 
> Actually, I never said it was a kernel bug :)
> 
> I was just wondering what changed between 2.6.14 and 2.6.15-rc2 to break
> debian's hotplug/udev packages.

The input core changed the way it exports its information in sysfs.  Now
it properly shows the heirachy of input devices (look at the difference
in /sys/class/input in 2.6.14 and 2.6.15-rc2.)  A recent version of udev
is required to be updated to handle this properly, but if you are on
unstable, you should already have that change.

Hope this helps explain things.

greg k-h

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

* Re: mousedev auto load on 2.6.14-rc{2,3}
  2005-12-01 21:46   ` Steven Rostedt
  2005-12-01 21:50     ` Greg KH
@ 2005-12-01 21:51     ` Steven Rostedt
  1 sibling, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2005-12-01 21:51 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, LKML

On Thu, 1 Dec 2005, Steven Rostedt wrote:
>
> As for another distro? Hmm. I started with Slackware, switched to RedHat
 ...

Oh, if I do switch from Debian, it will probably be to Unbuntu (but that's
not a far move).

-- Steve


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

* Re: mousedev auto load on 2.6.14-rc{2,3}
  2005-12-01 21:50     ` Greg KH
@ 2005-12-01 21:57       ` Steven Rostedt
  0 siblings, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2005-12-01 21:57 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, LKML

On Thu, 1 Dec 2005, Greg KH wrote:
>
> The input core changed the way it exports its information in sysfs.  Now
> it properly shows the heirachy of input devices (look at the difference
> in /sys/class/input in 2.6.14 and 2.6.15-rc2.)  A recent version of udev
> is required to be updated to handle this properly, but if you are on
> unstable, you should already have that change.
>
> Hope this helps explain things.
>

Yes it does, thanks!

I guess it's time to do another apt-get update ;-)

-- Steve


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

end of thread, other threads:[~2005-12-01 21:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 19:20 mousedev auto load on 2.6.14-rc{2,3} Steven Rostedt
2005-12-01 21:34 ` Greg KH
2005-12-01 21:46   ` Steven Rostedt
2005-12-01 21:50     ` Greg KH
2005-12-01 21:57       ` Steven Rostedt
2005-12-01 21:51     ` Steven Rostedt

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