Comment 21 for bug 1182801

Revision history for this message
Mazen (mezen) wrote :

Removed Hal but the problem still exists

On my Ubuntu 14.10, there is no /lib/udev/rules.d/90-hal.rules

The right file is /etc/udev/rules.d/90-hal.rules

$find /etc/udev/ -type f | xargs grep socket
/etc/udev/rules.d/90-hal.rules:RUN+="socket:/org/freedesktop/hal/udev_event"

the solution is to comment out that line.:

# pass all events to the HAL daemon
#RUN+="socket:/org/freedesktop/hal/udev_event"