Codice: Seleziona tutto
fsck from util-linux-ng 2.17.2
udevd[437]: BUS = will be removed in a future udev version, please use SUBSYSTEM = to match the event device, or SUBSYSTEM = to match a parent device, in /lib/udev/rules.d/40-cpad-common.rules:6Codice: Seleziona tutto
# udev rules for the cpad device.
# Check and repossess the device if a module other than the wacom one
# is already bound to it.
KERNEL=="event[0-9]*", BUS=="usb", SYSFS{idVendor}=="06cb", SYSFS{idProduct}=="0003", ACTION=="add", RUN+="/sbin/check_driver_cpad cpad $devpath $env{ID_BUS}"Codice: Seleziona tutto
udevd[437]: BUS = will be removed in a future udev version, please use SUBSYSTEM = to match the event device, or SUBSYSTEM = to match a parent device, in /etc/udev/rules.d/40-permission.rules:1
udevd[437]: BUS = will be removed in a future udev version, please use SUBSYSTEM = to match the event device, or SUBSYSTEM = to match a parent device, in /etc/udev/rules.d/40-permission.rules:4Codice: Seleziona tutto
BUS=="usb" SYSFS{idVendor} == "0421
" SYSFS{idProduct} == "0399
" GROUP="dialout"
BUS=="usb", SYSFS{idVendor}=="0421", SYSFS{idProduct}=="0399", GROUP="dialout"EDIT: ho risolto gli errori di udev semplicemento sostituendo SUBSYSTEM a BUS però ancora effettua il controllo a causa dell errore nello unmount di ubuntu... potrebbe esserci un errore nello scprit di arresto???