All of lore.kernel.org
 help / color / mirror / Atom feed
* Mounting sysfs early
@ 2009-06-19 11:15 Will Newton
  2009-06-19 13:26 ` jim owens
  0 siblings, 1 reply; 3+ messages in thread
From: Will Newton @ 2009-06-19 11:15 UTC (permalink / raw)
  To: Linux Kernel list

Hi all,

I currently have a problem with a driver that loads firmware from
userland. The boot process happens in this order:

1. Extract initramfs
2. Load drivers
3. Run init

Unfortunately it appears that step 2 is calling the hotplug helper
which tries to load firmware via sysfs, but sysfs is not mounted until
I have run init so the driver fails to initialise. What is the
recommended way to avoid this situation? Do I have to somehow build
the firmware into the kernel or can I get sysfs mounted before drivers
begin loading?

Thanks,

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

end of thread, other threads:[~2009-06-19 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 11:15 Mounting sysfs early Will Newton
2009-06-19 13:26 ` jim owens
2009-06-19 13:36   ` Will Newton

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.