• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Waiting for mandatory devices ???

gefolgt von einem Countdown.

Was sagt mir diese Meldung beim booten ?
Er wartet auf nötige Geräte.... mmh. Das ganze tritt beim initialisieren meines WLAN USB Sticks auf, der, da er immer am USB Port steckt, sofort beim Booten gestartet werden soll. Ich könnte ja damit leben, da es keine Fehlermweldung ist und alles wunerbar funktioniert, jedoch dauert mir dieses Warten zu lange.
Grund der Frage: Ich baue im Moment einen VDR und versuche natürlich die Bootzeit auf ein minimum zu reduzieren.
 
A

Anonymous

Gast
Vielleicht ist diese Sektion in /etc/sysconfig/network/config ja für dich interessant:

## Type: string
## Default: ""
#
# Here you may specify which interfaces have to be up and configured properly
# after 'rcconfig start'. rcconfig will return 'failed' if any of these
# interfaces is not up. You may use interface names as well but better use
# hardware descriptions of the devices (eth-id-<macaddress> or eth-bus-... See
# man ifup for 'hardware description'). The network start script will wait for
# these interfaces, but not longer as set in WAIT_FOR_INTERFACES.
# You need not to add dialup or tunnel interfaces here, only physical devices.
# The interface 'lo' is always considered to be mandatory and can be omitted.
# If this variable is empty, rcnetwork tries to derive the list of mandatory
# devices automatically (try 'rcnetwork start -o debug')
MANDATORY_DEVICES=""

## Type: integer
## Default: 20
#
# Some interfaces need some time to come up or come asynchronously via hotplug.
# WAIT_FOR_INTERFACES is a global wait for all mandatory interfaces in
# seconds. If empty no wait occurs.
#
WAIT_FOR_INTERFACES="20"
 
Oben