[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/e/n/i: auto oder allow-hotplug



Hi, 

ich nutze nun ein Laptop mit etch und setze dort die Kombination
ifplugd, guessnet, wpa_supplicant ein.

Alles funktioniert so wie es soll, nur dass der Bootvorgang hängen
bleibt wenn WLAN deaktiviert ist und kein Netzwerkkabel angeschlossen
ist.

Habe ich WLAN aktiv (per <Fn>+<F2>, ist ipw3945), so startet der PC
einwandfrei. Alternative: Netzwerkkabel (mit Link).

Ich tippe mal, dass es mit meiner /etc/network/interfaces zu tun hat,
die im folgenden mal teilweise abgebildet ist.
Die Mappings selbst sind ja nicht interessant.

In meiner ifplugd.conf (resp. /etc/default/ifplugd) habe ich eth0 als
statisches Interface und eth2 als hotplug. Das Modul ipw3945 ist in
/etc/modules eingetragen.

Achja: Der PC bleibt nach dem Pärchen 
- starting network interfaces
- starting ipw3945 regulatory daemon
(oder ähnlich) hängen.

##############
auto eth0
allow-hotplug eth2
allow-hotplug wlan0
allow-hotplug wlan1

# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

mapping eth0
        script guessnet-ifupdown
        # Scan all logical interfaces
        # More options can be given here, such as:
        map timeout: 10
        map verbose: true
        map debug: true
        map work_static
        map home_static
        map dynamic

iface eth2 inet manual
        wpa-ap-scan 1
        wpa-scan-ssid 1
        wpa-driver wext
        wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
        wpa-mapping-script guessnet-ifupdown
        wpa-map0 home_static
        wpa-map1 work_static
        wpa-map2 dynamic
##############

Paul

Attachment: signature.asc
Description: Digital signature


Reply to: