public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* major 442
@ 2006-10-25 10:20 Marco d'Itri
  2006-10-25 13:39 ` Rolf Eike Beer
  2006-10-25 15:08 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Marco d'Itri @ 2006-10-25 10:20 UTC (permalink / raw)
  To: linux-kernel, debian-kernel; +Cc: Greg KH

I just installed the Debian 2.6.18 kernel package and I noticed that it
repeatedly tries to load a major 442 module alias, which appears to be
used by the usb_endpoint devices.
Does anybody know why? I am not even using the USB ports.

md@bongo:~$uname -a
Linux bongo 2.6.18-1-686 #1 SMP Sat Oct 21 17:21:28 UTC 2006 i686 GNU/Linux
md@bongo:~$while sleep 0.1; do ps axf|grep modprob[e]; done
 6424 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_2049
 6429 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_2049
 6438 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6447 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_2048
 6460 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6473 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_8192
 6487 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6500 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_0
 6517 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6557 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_4096
 6562 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_4096
 6571 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6582 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442
 6595 ?        R<     0:00      \_ /sbin/modprobe -q -- char_major_442_2051
[...]

-- 
ciao,
Marco

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

* Re: major 442
  2006-10-25 10:20 major 442 Marco d'Itri
@ 2006-10-25 13:39 ` Rolf Eike Beer
  2006-10-25 15:08 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Rolf Eike Beer @ 2006-10-25 13:39 UTC (permalink / raw)
  To: Marco d'Itri; +Cc: linux-kernel, debian-kernel, Greg KH

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

Am Mittwoch, 25. Oktober 2006 12:20 schrieb Marco d'Itri:
> I just installed the Debian 2.6.18 kernel package and I noticed that it
> repeatedly tries to load a major 442 module alias, which appears to be
> used by the usb_endpoint devices.
> Does anybody know why? I am not even using the USB ports.

grep 442 /etc/modprobe.conf

HTH

Eike

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: major 442
  2006-10-25 10:20 major 442 Marco d'Itri
  2006-10-25 13:39 ` Rolf Eike Beer
@ 2006-10-25 15:08 ` Greg KH
  2006-10-25 15:18   ` Marco d'Itri
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2006-10-25 15:08 UTC (permalink / raw)
  To: md, linux-kernel, debian-kernel

On Wed, Oct 25, 2006 at 12:20:30PM +0200, Marco d'Itri wrote:
> I just installed the Debian 2.6.18 kernel package and I noticed that it
> repeatedly tries to load a major 442 module alias, which appears to be
> used by the usb_endpoint devices.
> Does anybody know why? I am not even using the USB ports.

It doesn't matter if you are using them or not, they are being created
by the usb core for the next-version of usbfs.  They currently are not
hooked up to anything properly, but people are working on them to fix
that soon.

And the number is just a placeholder, it's not a reserved major number.

As for what is trying to load the module, I have no idea, it must be
some userspace tool...

thanks,

greg k-h

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

* Re: major 442
  2006-10-25 15:08 ` Greg KH
@ 2006-10-25 15:18   ` Marco d'Itri
  0 siblings, 0 replies; 4+ messages in thread
From: Marco d'Itri @ 2006-10-25 15:18 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, debian-kernel

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

On Oct 25, Greg KH <greg@kroah.com> wrote:

> As for what is trying to load the module, I have no idea, it must be
> some userspace tool...
Found it... I had this experimental udev rule which puts the devices in
/dev/bus/usb/ and pcscd keeps scanning the directory every second
looking for Cthulhu knows what:

SUBSYSTEM=="usb_endpoint",      PROGRAM="/bin/sh -c 'K=%k; E=$${K#*_}; K=$${K#usbdev}; K=$${K%%%%_*}; printf bus/usb/%%03i/%%03i_%%s $${K%%%%.*} $${K#*.} $$E'", \
                                NAME="%c"

-- 
ciao,
Marco

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-10-25 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 10:20 major 442 Marco d'Itri
2006-10-25 13:39 ` Rolf Eike Beer
2006-10-25 15:08 ` Greg KH
2006-10-25 15:18   ` Marco d'Itri

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