LINUX.ORG.RU

История изменений

Исправление Shushundr, (текущая версия) :

find /etc/udev/ -type f -printf «%p (файл)\n» -o -type d -printf «%p (директория)\n»

/etc/udev/ (директория)
/etc/udev/udev.conf (файл)
/etc/udev/hwdb.d (директория)
/etc/udev/rules.d (директория)

cat /etc/udev/udev.conf

# see udev.conf(5) for details
#
# udevd is also started in the initrd.  When this file is modified you might
# also want to rebuild the initrd, so that it will include the modified configuration.

#udev_log=info
#children_max=
#exec_delay=
#event_timeout=180
#timeout_signal=SIGKILL
#resolve_names=early

cat /boot/config-$(uname -r) | grep CONFIG_USB_SUSPEND

(нет такой константы в конфиге ядра)

Исправление Shushundr, :

find /etc/udev/ -type f -printf «%p (файл)\n» -o -type d -printf «%p (директория)\n»

/etc/udev/ (директория)
/etc/udev/udev.conf (файл)
/etc/udev/hwdb.d (директория)
/etc/udev/rules.d (директория)

cat /etc/udev/udev.conf

# see udev.conf(5) for details
#
# udevd is also started in the initrd.  When this file is modified you might
# also want to rebuild the initrd, so that it will include the modified configuration.

#udev_log=info
#children_max=
#exec_delay=
#event_timeout=180
#timeout_signal=SIGKILL
#resolve_names=early

Исходная версия Shushundr, :

find /etc/udev/ -type f -printf "%p (файл)\n" -o -type d -printf "%p (директория)\n"
/etc/udev/ (директория)
/etc/udev/udev.conf (файл)
/etc/udev/hwdb.d (директория)
/etc/udev/rules.d (директория)

cat /etc/udev/udev.conf

# see udev.conf(5) for details
#
# udevd is also started in the initrd.  When this file is modified you might
# also want to rebuild the initrd, so that it will include the modified configuration.

#udev_log=info
#children_max=
#exec_delay=
#event_timeout=180
#timeout_signal=SIGKILL
#resolve_names=early