On Thu, 12 May 2005, Antonio Souto wrote:
> Hi.
>
> I managed to build a generic kernel to install in heterogeneous hardware of
> my LAN.
> I choosed do use aoutoconfig, coldplug & hotplug in order to automaticaly
> find the most unusual HW configurations, but I am getting the folowing weird
> behavior from coldplug:
>
> * Coldplugging input devices... [ ok ]
> * Coldplugging isapnp devices... [ ok ]
> * Coldplugging pci devices...
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory
> /etc/hotplug/pci.rc: line 41: /sbin/hotplug: No such file or directory [ ok
> ]
> * Coldplugging pnp devices... [ ok ]
> * Coldplugging usb devices...
Here's the post install message for the hotplug ebuild:
pkg_postinst() {
ewarn "WARNING: The hotplug init script is now gone (dead and burried.)"
ewarn "WARNING: If you want to load modules for hardware that was
already"
ewarn "WARNING: discovered at boot time, like the old hotplug init
script"
ewarn "WARNING: did, then emerge the coldplug package, and add coldplug
to"
ewarn "WARNING: a runlevel, e.g. # rc-update add coldplug boot"
echo
ewarn "WARNING: All firmware loaded by the hotplug scripts needs to be"
ewarn "WARNING: moved to the /lib/firmware directory, as the scripts
now"
ewarn "WARNING: expect it to be in that location."
echo
ewarn "If you still have the file /etc/hotplug/isapnp.rc on your
system,"
ewarn "please delete it by hand, the file /etc/hotplug/pnp.rc
superseeds it."
}
Dont know if this is useful.
--
--
[email protected] mailing list