All of lore.kernel.org
 help / color / mirror / Atom feed
* udev and pci devices
@ 2011-09-16  0:19 Holger Hans Peter Freyther
  2011-09-16 12:35 ` Richard Purdie
  2011-10-01 18:34 ` Holger Hans Peter Freyther
  0 siblings, 2 replies; 7+ messages in thread
From: Holger Hans Peter Freyther @ 2011-09-16  0:19 UTC (permalink / raw)
  To: poky

Hi all,

we stumbled across an issue of udev and busybox/modprobe. udev detects a PCI
device and according to udevadm test it is selecting:

udev_rules_apply_to_event: RUN '/sbin/modprobe -bv $env{MODALIAS}'
/lib/udev/rules.d/80-drivers.rules:5
udev_rules_apply_to_event: RUN '/sbin/modprobe $env{MODALIAS}'
/etc/udev/rules.d/local.rules:31


but as the busybox modprobe does not support the 'b' option it just fails
before executing the other rules. There are some possible fixes to it.

1.)
  - remove the local.rules rule for loading the module
  - build busybox with CONFIG_FEATURE_MODPROBE_BLACKLIST for -b support

2.)
  - remove the 80-drivers.rules and let the modprobe just be executed by the
    other udev rules.

comments?

	holger


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

end of thread, other threads:[~2011-10-13  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16  0:19 udev and pci devices Holger Hans Peter Freyther
2011-09-16 12:35 ` Richard Purdie
2011-10-12 19:50   ` Khem Raj
2011-10-01 18:34 ` Holger Hans Peter Freyther
2011-10-12 19:41   ` Holger Hans Peter Freyther
2011-10-12 19:47     ` Mark Hatle
2011-10-13  8:45       ` Holger Hans Peter Freyther

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.