PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Slackware 10 - hotplug Problem



ThorstenK
19.07.04, 12:15
Hallo, immer wenn ich mein Slack. 10 starte bekomme ich diese Ausgabe auf der Konsole!



: bDeviceSubClass $bDeviceSubClass $usb_bDeviceSubClass;
if [ $USB_MATCH_DEV_SUBCLASS -eq $(( $match_flags & $USB_MATCH_DEV_SUBCLASS )) ] && [ $bDeviceSubClass -ne $usb_bDeviceSubClass ]; then
continue;
fi;
: bDeviceProtocol $bDeviceProtocol $usb_bDeviceProtocol;
if [ $USB_MATCH_DEV_PROTOCOL -eq $(( $match_flags & $USB_MATCH_DEV_PROTOCOL )) ] && [ $bDeviceProtocol -ne $usb_bDeviceProtocol ]; then
continue;
fi;
: bInterfaceClass $bInterfaceClass $usb_bInterfaceClass;
if [ $USB_MATCH_INT_CLASS -eq $(( $match_flags & $USB_MATCH_INT_CLASS )) ] && [ $bInterfaceClass -ne $usb_bInterfaceClass ]; then
continue;
fi;
: bInterfaceSubClass $bInterfaceSubClass $usb_bInterfaceSubClass;
if [ $USB_MATCH_INT_SUBCLASS -eq $(( $match_flags & $USB_MATCH_INT_SUBCLASS )) ] && [ $bInterfaceSubClass -ne $usb_bInterfaceSubClass ]; then
continue;
fi;
: bInterfaceProtocol $bInterfaceProtocol $usb_bInterfaceProtocol;
if [ $USB_MATCH_INT_PROTOCOL -eq $(( $match_flags & $USB_MATCH_INT_PROTOCOL )) ] && [ $bInterfaceProtocol -ne $usb_bInterfaceProtocol ]; then
continue;
fi;
DRIVERS="$module $DRIVERS";
: drivers $DRIVERS;
done
}

Das Ganze hat mit dem Aufruf des Hotplugscripts zu tun, da die Fehlermeldung, so fern es denn eine ist auch bei einem manuellen Aufruf kommt!

Wäre schön wenn mir jemand sagen könnte wie man das abstellt

Thorsten

Zaphod-B
19.07.04, 12:56
Moin,
ich kann das hier nicht nachvollziehen.
Die Zeilen stammen aus der Datei /etc/hotplug/usb.agent.
Sind dir sonsr noch irgendwelche ungereimtheiten aufgefallen?
Funktioniert das Hotplugging?


Greetings Zaphod-B

ThorstenK
19.07.04, 17:09
Hi, es funktioniert alles einwandfrei, ich benutze udev mit nem 2.6.7er kernel!

hier ist noch mal der komplette Text: