View previous topic :: View next topic |
Author |
Message |
xprometeus n00b
Joined: 19 Jan 2004 Posts: 50
|
Posted: Wed Mar 29, 2006 6:26 pm Post subject: Do i need ColdPlug Hotplug with Kernel (manualy compiled) |
|
|
First i used genkernel to compile my kernel,but then i compiled it manualy.So do i need ColdPlug and Hotplug ?Are they still necessary ?
Last edited by xprometeus on Wed Mar 29, 2006 6:46 pm; edited 1 time in total |
|
Back to top |
|
|
dsd Developer
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Wed Mar 29, 2006 6:38 pm Post subject: |
|
|
no, as long as you build support for all your hardware directly into the kernel (as opposed to modules) _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
|
xprometeus n00b
Joined: 19 Jan 2004 Posts: 50
|
Posted: Wed Mar 29, 2006 6:45 pm Post subject: thanks for aswer |
|
|
thank you for aswer,i was not sure . |
|
Back to top |
|
|
potx22 n00b
Joined: 21 Mar 2006 Posts: 21
|
Posted: Sat Apr 01, 2006 5:46 am Post subject: |
|
|
how to remove coldplug and hotplug? _________________ GENTOO WAY TO GO |
|
Back to top |
|
|
zeek Guru
Joined: 16 Nov 2002 Posts: 480 Location: Bantayan Island
|
Posted: Sat Apr 01, 2006 11:19 pm Post subject: |
|
|
potx22 wrote: | how to remove coldplug and hotplug? |
Code: | rc-update del hotplug
emerge unmerge hotplug
rm /etc/init.d/hotplug
rc-update del coldplug
emerge unmerge coldplug
rm /etc/init.d/coldplug
|
|
|
Back to top |
|
|
Paapaa l33t
Joined: 14 Aug 2005 Posts: 955 Location: Finland
|
Posted: Sun Apr 02, 2006 8:45 am Post subject: |
|
|
dsd wrote: | no, as long as you build support for all your hardware directly into the kernel (as opposed to modules) |
Hmm, I think that if you are using udev, you NEED hotplug support enabled in the kernel - even if your modules are all built-in and even if you don't need the actual Hot-plug functionality. Udev needs hotplug. This is with the latest stable gentoo-sources 2.6.15.1 and udev. You don't need to emerge the hotplug tools, however. I also think that newer kernels (2.6.16?) don't even allow you to disable hotplug support as it is mandatory for udev. |
|
Back to top |
|
|
hayalci n00b
Joined: 18 Jul 2004 Posts: 44
|
Posted: Sat Sep 09, 2006 10:59 pm Post subject: |
|
|
Nope, as the udev guide states, udev only requires "hotplug-base" and it is installed as a depencency. "hotplug" and "coldplug" packages are not dependencies and you may choose not to install them. |
|
Back to top |
|
|
|