You are not logged in.
After my last upgrade I receive the following message at boot:
udev[231]: error opening ATTR{/sys/devices/pci:0000:00/0000:00:02.0/usb3/3-7/3-7:1.0/power/control} for writting: No such file or directory
The file "control" does not exist in the file system (obviously) so I tried to create it (with touch) but I couldn't... so
Does any one have any ideas about this problem.
Thks...
Offline
One of the rules in /etc/udev/rules.d/ is probably pointing to a nonexisting device.
Burninate!
Offline
There are not files in /etc/udev/rules.d/ (it's empty)... But udev package places the rules in usr/lib/udev/rules.d/... I will look at for any wrong rule...
By the way, the directory /sys/devices/pci0000:00/0000:00:02.0/usb3/3-7/3-7:1.0/power/ does exist and, in fact, it has the following files:
[root@miguel ~]# ls -l /sys/devices/pci0000:00/0000:00:02.0/usb3/3-7/3-7:1.0/power/
total 0
-rw-r--r-- 1 root root 4096 abr 30 00:01 async
-r--r--r-- 1 root root 4096 abr 30 00:01 runtime_active_kids
-r--r--r-- 1 root root 4096 abr 30 00:01 runtime_enabled
-r--r--r-- 1 root root 4096 abr 30 00:01 runtime_status
-r--r--r-- 1 root root 4096 abr 30 00:01 runtime_usage
[root@miguel ~]# I tried to create the file control in this director but I couldn't... maybe it is not possible (I don't know
)
I will continue searching this issue... tks
Offline
Seems to be an issue with libfprint. Issue has been reported (upstream) here.
Burninate!
Offline
That's true... so just have to wait for the fix.
Tks, tks, tks...
Offline