All of lore.kernel.org
 help / color / mirror / Atom feed
* udev blacklist ineffective
@ 2013-01-28 16:36 Michael_E_Brown
  2013-01-28 18:52 ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Michael_E_Brown @ 2013-01-28 16:36 UTC (permalink / raw)
  To: openembedded-core

I have two embedded systems that share some devices over an i2c bus. Only one system may load the device driver at a time, and loading the device driver is already well-controlled by the HA subsystem.

Our new yocto build with udev enabled is auto-loading these device drivers with catastrophic results. We must absolutely prohibit such automatic behaviour for our list of devices. I have tried:

$ cat etc/modprobe.d/blacklist.conf 
blacklist seepmtd
... cut ...

And this does *NOT* work. I have tried renaming blacklist.conf to modprobe.conf as well as creating modprobe.conf with these blacklist entries.

This is a huge blocking issue and I have been unable to figure out a workaround for it. I would appreciate any suggestions.
--
Michael


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

end of thread, other threads:[~2013-02-20  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 16:36 udev blacklist ineffective Michael_E_Brown
2013-01-28 18:52 ` Darren Hart
2013-01-28 19:09   ` Michael_E_Brown
2013-02-20  7:34     ` Khem Raj

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.