/sys
You need to mount sysfs. sysfs is used to export kernel data structures,
their attributes and the linkages between them to userspace (almost verbatim
from Documenation/filesystems/sysfs.txt
).
Add the following line to /etc/fstab
:
sysfs /sys sysfs default
Run
mkdir -p /sys
mount /sys
as root.
rg
2006-04-30