On 14/02/12 12:48, LK wrote:
Hi,
How do i get rid of that?
It takes one minute on boot, that is awful.
If you boot with "acpi=off", does the problem go away? What kernel
version are you using?
PS: How do i deamonize a service on startup? DHCPCD for example?
It has a service. You add it to the default runlevel:
rc-update add dhcpcd default
Next time you boot, it will be started automatically. You can also
control it manually:
/etc/init.d/dhcpcd start
/etc/init.d/dhcpcd stop
/etc/init.d/dhcpcd restart