View previous topic :: View next topic |
Author |
Message |
Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1604
|
Posted: Mon Nov 10, 2014 5:39 pm Post subject: mdev auto module loading |
|
|
I have been trying to setup device management with busybox's mdev
during my init however, the following command
echo /sbin/mdev > /proc/sys/kernel/hotplug
yields this error:
cannot create /proc/sys/kernel/hotplug: nonexistent directory
I cannot find config_hotplug in my kernel
I'm using:
3.16.1-gentoo
thanks |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9882 Location: almost Mile High in the USA
|
Posted: Mon Nov 10, 2014 6:35 pm Post subject: |
|
|
Some suggestions...
Make sure procfs is mounted?
All plug and play options enabled? _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1604
|
Posted: Tue Nov 11, 2014 11:51 am Post subject: |
|
|
yes, the procfs is mounted
I don't think I know what the pnp options are
so could you please provide me with a list?
or would you rather I post my .config file here? |
|
Back to top |
|
|
Adel Ahmed Veteran
Joined: 21 Sep 2012 Posts: 1604
|
Posted: Tue Nov 11, 2014 7:46 pm Post subject: |
|
|
well plug and play the the hotplug file is now avaialable
what I did was compile support for uevent helper into the kernel
modules still are not autoloading
I'm working on that problem now |
|
Back to top |
|
|
|