bedrock@reachy2-pvt03:~$ cd reachy2_pc_install bedrock@reachy2-pvt03:~/reachy2_pc_install$ ./udev.sh Loading default udev rules... 10-reachy-local.rules was already OK 80-movidius.rules was already OK 98-Robotis-U2D2.rules was already OK 99-joystick.rules was already OK [/dev/ttyACM0] Connected motor IDs: [] [/dev/ttyUSB6] Connected motor IDs: [61, 62] This is the antennas port : /dev/ttyUSB6 [/dev/ttyUSB5] Connected motor IDs: [43, 53] This is the grippers port : /dev/ttyUSB5 [/dev/ttyUSB4] Connected motor IDs: [] --- Logging error --- Traceback (most recent call last): File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 515, in __real_read header = self._protocol.DxlPacketHeader.from_string(data) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/protocol/v2.py", line 40, in from_string raise ValueError('try to parse corrupted data ({})'.format(header)) ValueError: try to parse corrupted data (bytearray(b'\r\n+CPIN')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/bedrock/reachy2_pc_install/scan.py", line 28, in motor_ids = dxl_io.scan( File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in scan return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 214, in ping self._send_packet(pp, error_handler=None) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 531, in _send_packet return self.__real_send(instruction_packet, wait_for_status_packet, _force_lock) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 499, in __real_send status_packet = self.__real_read(instruction_packet, _force_lock=True) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 521, in __real_read raise DxlCommunicationError(self, msg, instruction_packet) pypot.dynamixel.io.abstract_io.DxlCommunicationError: could not parse received data bytearray(b'\r\n+CPIN') after sending DxlPingPacket(id=0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 678, in format record.message = record.getMessage() File "/usr/lib/python3.10/logging/__init__.py", line 368, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/home/bedrock/reachy2_pc_install/scan.py", line 48, in logging.warning("nope ", port) Message: 'nope ' Arguments: ('/dev/ttyUSB3',) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 322, in open self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK) OSError: [Errno 16] Device or resource busy: '/dev/ttyUSB2' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/bedrock/reachy2_pc_install/scan.py", line 24, in dxl_io = pypot.dynamixel.Dxl320IO( File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 75, in __init__ self.open(port, baudrate, timeout) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 98, in open self._open(port, baudrate, timeout) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 130, in _open self._serial = serial.Serial(port, baudrate, timeout=timeout, write_timeout=timeout) File "/usr/lib/python3/dist-packages/serial/serialutil.py", line 244, in __init__ self.open() File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 325, in open raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg)) serial.serialutil.SerialException: [Errno 16] could not open port /dev/ttyUSB2: [Errno 16] Device or resource busy: '/dev/ttyUSB2' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 678, in format record.message = record.getMessage() File "/usr/lib/python3.10/logging/__init__.py", line 368, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/home/bedrock/reachy2_pc_install/scan.py", line 48, in logging.warning("nope ", port) Message: 'nope ' Arguments: ('/dev/ttyUSB2',) --- Logging error --- Traceback (most recent call last): File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 515, in __real_read header = self._protocol.DxlPacketHeader.from_string(data) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/protocol/v2.py", line 40, in from_string raise ValueError('try to parse corrupted data ({})'.format(header)) ValueError: try to parse corrupted data (bytearray(b'^Z\xda')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/bedrock/reachy2_pc_install/scan.py", line 28, in motor_ids = dxl_io.scan( File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in scan return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 214, in ping self._send_packet(pp, error_handler=None) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 531, in _send_packet return self.__real_send(instruction_packet, wait_for_status_packet, _force_lock) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 499, in __real_send status_packet = self.__real_read(instruction_packet, _force_lock=True) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 521, in __real_read raise DxlCommunicationError(self, msg, instruction_packet) pypot.dynamixel.io.abstract_io.DxlCommunicationError: could not parse received data bytearray(b'^Z\xda') after sending DxlPingPacket(id=0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 678, in format record.message = record.getMessage() File "/usr/lib/python3.10/logging/__init__.py", line 368, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/home/bedrock/reachy2_pc_install/scan.py", line 48, in logging.warning("nope ", port) Message: 'nope ' Arguments: ('/dev/ttyUSB1',) --- Logging error --- Traceback (most recent call last): File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 515, in __real_read header = self._protocol.DxlPacketHeader.from_string(data) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/protocol/v2.py", line 40, in from_string raise ValueError('try to parse corrupted data ({})'.format(header)) ValueError: try to parse corrupted data (bytearray(b'\x13\xff\xff\xfd\x00=\x03')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/bedrock/reachy2_pc_install/scan.py", line 28, in motor_ids = dxl_io.scan( File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in scan return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 221, in return [id for id in ids if self.ping(id)] File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 214, in ping self._send_packet(pp, error_handler=None) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 531, in _send_packet return self.__real_send(instruction_packet, wait_for_status_packet, _force_lock) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 499, in __real_send status_packet = self.__real_read(instruction_packet, _force_lock=True) File "/home/bedrock/.local/lib/python3.10/site-packages/pypot/dynamixel/io/abstract_io.py", line 521, in __real_read raise DxlCommunicationError(self, msg, instruction_packet) pypot.dynamixel.io.abstract_io.DxlCommunicationError: could not parse received data bytearray(b'\x13\xff\xff\xfd\x00=\x03') after sending DxlPingPacket(id=61) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/usr/lib/python3.10/logging/__init__.py", line 678, in format record.message = record.getMessage() File "/usr/lib/python3.10/logging/__init__.py", line 368, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/home/bedrock/reachy2_pc_install/scan.py", line 48, in logging.warning("nope ", port) Message: 'nope ' Arguments: ('/dev/ttyUSB0',) 0 Grippers : /dev/ttyUSB5 [sudo] password for bedrock: FT9BTJEP Antennas : /dev/ttyUSB6 FT9BTENJ bedrock@reachy2-pvt03:~/reachy2_pc_install$ udevadm control --reload-rules && udevadm trigger Failed to send reload request: Permission denied bedrock@reachy2-pvt03:~/reachy2_pc_install$ sudo udevadm control --reload-rules && udevadm trigger LNXSYSTM:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/uevent': Permission denied LNXPWRBN:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/uevent': Permission denied input1: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/uevent': Permission denied event1: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1/uevent': Permission denied wakeup28: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/wakeup/wakeup28/uevent': Permission denied LNXSYBUS:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/uevent': Permission denied ACPI000C:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00/uevent': Permission denied ACPI000E:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00/uevent': Permission denied ACPI0010:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/uevent': Permission denied ACPI0007:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:00/uevent': Permission denied ACPI0007:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:01/uevent': Permission denied ACPI0007:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:02/uevent': Permission denied ACPI0007:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:03/uevent': Permission denied ACPI0007:04: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:04/uevent': Permission denied ACPI0007:05: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:05/uevent': Permission denied ACPI0007:06: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:06/uevent': Permission denied ACPI0007:07: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:07/uevent': Permission denied ACPI0007:08: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:08/uevent': Permission denied ACPI0007:09: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:09/uevent': Permission denied ACPI0007:0a: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0a/uevent': Permission denied ACPI0007:0b: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0b/uevent': Permission denied ACPI0007:0c: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0c/uevent': Permission denied ACPI0007:0d: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0d/uevent': Permission denied ACPI0007:0e: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0e/uevent': Permission denied ACPI0007:0f: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00/ACPI0007:0f/uevent': Permission denied AMDI0010:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:00/uevent': Permission denied wakeup29: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:00/wakeup/wakeup29/uevent': Permission denied AMDI0010:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:01/uevent': Permission denied wakeup30: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:01/wakeup/wakeup30/uevent': Permission denied AMDI0010:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:02/uevent': Permission denied wakeup31: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:02/wakeup/wakeup31/uevent': Permission denied AMDI0010:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:03/uevent': Permission denied wakeup32: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0010:03/wakeup/wakeup32/uevent': Permission denied AMDI0015:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0015:00/uevent': Permission denied AMDI0015:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0015:01/uevent': Permission denied AMDI0015:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0015:02/uevent': Permission denied AMDI0015:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0015:03/uevent': Permission denied AMDI0020:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:00/uevent': Permission denied wakeup47: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:00/wakeup/wakeup47/uevent': Permission denied AMDI0020:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:01/uevent': Permission denied AMDI0020:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:02/uevent': Permission denied AMDI0020:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:03/uevent': Permission denied AMDI0020:04: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0020:04/uevent': Permission denied AMDI0030:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0030:00/uevent': Permission denied wakeup33: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0030:00/wakeup/wakeup33/uevent': Permission denied AMDI0052:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0052:00/uevent': Permission denied AMDI0060:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0060:00/uevent': Permission denied AMDI0061:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0061:00/uevent': Permission denied AMDI0063:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0063:00/uevent': Permission denied AMDI0063:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0063:01/uevent': Permission denied AMDI0100:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/AMDI0100:00/uevent': Permission denied LNXPOWER:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXPOWER:00/uevent': Permission denied LNXPOWER:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXPOWER:01/uevent': Permission denied MSFT0101:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/uevent': Permission denied wakeup35: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/wakeup/wakeup35/uevent': Permission denied PNP0A08:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/uevent': Permission denied PNP0C01:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00/uevent': Permission denied PNP0C02:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:01/uevent': Permission denied device:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/uevent': Permission denied wakeup1: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/wakeup/wakeup1/uevent': Permission denied device:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/uevent': Permission denied wakeup0: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/wakeup/wakeup0/uevent': Permission denied device:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/uevent': Permission denied device:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:03/uevent': Permission denied device:04: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/uevent': Permission denied device:05: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/device:05/uevent': Permission denied wakeup2: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/wakeup/wakeup2/uevent': Permission denied device:06: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/uevent': Permission denied device:07: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/device:07/uevent': Permission denied device:08: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/uevent': Permission denied device:09: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/device:09/uevent': Permission denied device:0a: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/uevent': Permission denied device:0b: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/uevent': Permission denied device:0c: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/uevent': Permission denied device:0d: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/device:0d/uevent': Permission denied wakeup17: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/device:0d/wakeup/wakeup17/uevent': Permission denied wakeup4: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/wakeup/wakeup4/uevent': Permission denied device:0e: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/uevent': Permission denied device:0f: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/device:0f/uevent': Permission denied wakeup6: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/wakeup/wakeup6/uevent': Permission denied device:10: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/uevent': Permission denied device:11: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/device:11/uevent': Permission denied wakeup8: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/wakeup/wakeup8/uevent': Permission denied device:12: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/uevent': Permission denied device:13: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/device:13/uevent': Permission denied wakeup9: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/wakeup/wakeup9/uevent': Permission denied device:14: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/uevent': Permission denied device:15: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/device:15/uevent': Permission denied wakeup10: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/wakeup/wakeup10/uevent': Permission denied device:16: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/uevent': Permission denied device:17: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/device:17/uevent': Permission denied device:18: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/uevent': Permission denied device:19: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/device:19/uevent': Permission denied device:1a: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/uevent': Permission denied device:1b: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/device:1b/uevent': Permission denied device:1c: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/uevent': Permission denied LNXVIDEO:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/uevent': Permission denied device:1d: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/device:1d/uevent': Permission denied input2: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/input/input2/uevent': Permission denied event2: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/input/input2/event2/uevent': Permission denied wakeup18: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/LNXVIDEO:00/wakeup/wakeup18/uevent': Permission denied PNP0C02:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C02:00/uevent': Permission denied wakeup19: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C02:00/wakeup/wakeup19/uevent': Permission denied device:1e: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:1e/uevent': Permission denied device:1f: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:1f/uevent': Permission denied wakeup22: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:1f/wakeup/wakeup22/uevent': Permission denied device:20: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:20/uevent': Permission denied device:21: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:21/uevent': Permission denied device:22: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:22/uevent': Permission denied wakeup20: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:22/wakeup/wakeup20/uevent': Permission denied device:23: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:23/uevent': Permission denied wakeup21: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/device:23/wakeup/wakeup21/uevent': Permission denied wakeup11: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/wakeup/wakeup11/uevent': Permission denied device:24: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/uevent': Permission denied device:25: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/device:25/uevent': Permission denied wakeup23: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/device:25/wakeup/wakeup23/uevent': Permission denied wakeup12: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/wakeup/wakeup12/uevent': Permission denied device:26: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/uevent': Permission denied device:27: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:27/uevent': Permission denied wakeup24: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:27/wakeup/wakeup24/uevent': Permission denied device:28: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:28/uevent': Permission denied wakeup25: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:28/wakeup/wakeup25/uevent': Permission denied device:29: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:29/uevent': Permission denied wakeup26: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:29/wakeup/wakeup26/uevent': Permission denied device:2a: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:2a/uevent': Permission denied device:2b: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:2b/uevent': Permission denied device:2c: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/device:2c/uevent': Permission denied wakeup14: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/wakeup/wakeup14/uevent': Permission denied device:2d: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/uevent': Permission denied wakeup15: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2d/wakeup/wakeup15/uevent': Permission denied device:2e: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/uevent': Permission denied PNP0000:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/PNP0000:00/uevent': Permission denied PNP0100:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/PNP0100:00/uevent': Permission denied PNP0200:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/PNP0200:00/uevent': Permission denied PNP0800:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/PNP0800:00/uevent': Permission denied PNP0B00:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/PNP0B00:00/uevent': Permission denied wakeup16: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2e/wakeup/wakeup16/uevent': Permission denied device:2f: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/uevent': Permission denied wakeup27: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/wakeup/wakeup27/uevent': Permission denied PNP0C02:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/uevent': Permission denied PNP0C02:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:03/uevent': Permission denied PNP0C02:04: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:04/uevent': Permission denied PNP0C02:05: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:05/uevent': Permission denied PNP0C02:06: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:06/uevent': Permission denied PNP0C02:07: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:07/uevent': Permission denied PNP0C02:08: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:08/uevent': Permission denied PNP0C02:09: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:09/uevent': Permission denied PNP0C02:0a: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:0a/uevent': Permission denied PNP0C02:0b: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:0b/uevent': Permission denied PNP0C02:0c: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:0c/uevent': Permission denied PNP0C02:0d: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:02/PNP0C02:0d/uevent': Permission denied PNP0C0C:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/uevent': Permission denied input0: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/uevent': Permission denied event0: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0/uevent': Permission denied wakeup34: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/wakeup/wakeup34/uevent': Permission denied PNP0C0F:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00/uevent': Permission denied PNP0C0F:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01/uevent': Permission denied PNP0C0F:02: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02/uevent': Permission denied PNP0C0F:03: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03/uevent': Permission denied PNP0C0F:04: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04/uevent': Permission denied PNP0C0F:05: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05/uevent': Permission denied PNP0C0F:06: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06/uevent': Permission denied PNP0C0F:07: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07/uevent': Permission denied LNXSYBUS:01: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/LNXSYBUS:01/uevent': Permission denied PNP0103:00: Failed to write 'change' to '/sys/devices/LNXSYSTM:00/PNP0103:00/uevent': Permission denied amd_iommu_0: Failed to write 'change' to '/sys/devices/amd_iommu_0/uevent': Permission denied breakpoint: Failed to write 'change' to '/sys/devices/breakpoint/uevent': Permission denied cpu: Failed to write 'change' to '/sys/devices/cpu/uevent': Permission denied ibs_fetch: Failed to write 'change' to '/sys/devices/ibs_fetch/uevent': Permission denied ibs_op: Failed to write 'change' to '/sys/devices/ibs_op/uevent': Permission denied kprobe: Failed to write 'change' to '/sys/devices/kprobe/uevent': Permission denied msr: Failed to write 'change' to '/sys/devices/msr/uevent': Permission denied 0000:00:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:00.0/uevent': Permission denied 0000:00:00.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:00.2/uevent': Permission denied ivhd0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:00.2/iommu/ivhd0/uevent': Permission denied 0000:00:01.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.0/uevent': Permission denied 0000:00:01.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/uevent': Permission denied 0000:00:01.3:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:00:01.3:pcie001/uevent': Permission denied 0000:00:01.3:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:00:01.3:pcie002/uevent': Permission denied 0000:00:01.3:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:00:01.3:pcie010/uevent': Permission denied 0000:01:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/uevent': Permission denied phy0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/ieee80211/phy0/uevent': Permission denied rfkill1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/ieee80211/phy0/rfkill1/uevent': Permission denied phy0-led: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/leds/phy0-led/uevent': Permission denied wlp1s0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/net/wlp1s0/uevent': Permission denied 0000:01: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/pci_bus/0000:01/uevent': Permission denied wakeup3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:01.3/wakeup/wakeup3/uevent': Permission denied 0000:00:02.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.0/uevent': Permission denied 0000:00:02.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/uevent': Permission denied 0000:00:02.1:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie001/uevent': Permission denied 0000:00:02.1:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie002/uevent': Permission denied 0000:00:02.1:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:00:02.1:pcie010/uevent': Permission denied 0000:02:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/uevent': Permission denied enp2s0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/net/enp2s0/uevent': Permission denied ptp2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/ptp/ptp2/uevent': Permission denied wakeup43: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/wakeup/wakeup43/uevent': Permission denied 0000:02: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/pci_bus/0000:02/uevent': Permission denied wakeup5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.1/wakeup/wakeup5/uevent': Permission denied 0000:00:02.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/uevent': Permission denied 0000:00:02.2:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:00:02.2:pcie001/uevent': Permission denied 0000:00:02.2:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:00:02.2:pcie002/uevent': Permission denied 0000:00:02.2:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:00:02.2:pcie010/uevent': Permission denied 0000:03:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/uevent': Permission denied enp3s0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/net/enp3s0/uevent': Permission denied ptp3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/ptp/ptp3/uevent': Permission denied wakeup44: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0/wakeup/wakeup44/uevent': Permission denied 0000:03: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/pci_bus/0000:03/uevent': Permission denied wakeup7: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.2/wakeup/wakeup7/uevent': Permission denied 0000:00:02.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/uevent': Permission denied 0000:00:02.3:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:00:02.3:pcie001/uevent': Permission denied 0000:00:02.3:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:00:02.3:pcie002/uevent': Permission denied 0000:00:02.3:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:00:02.3:pcie010/uevent': Permission denied 0000:04:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/uevent': Permission denied enp4s0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/net/enp4s0/uevent': Permission denied ptp4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/ptp/ptp4/uevent': Permission denied wakeup45: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/wakeup/wakeup45/uevent': Permission denied 0000:04: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.3/pci_bus/0000:04/uevent': Permission denied 0000:00:02.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/uevent': Permission denied 0000:00:02.4:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:00:02.4:pcie001/uevent': Permission denied 0000:00:02.4:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:00:02.4:pcie002/uevent': Permission denied 0000:00:02.4:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:00:02.4:pcie010/uevent': Permission denied 0000:05:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:05:00.0/uevent': Permission denied enp5s0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:05:00.0/net/enp5s0/uevent': Permission denied ptp5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/0000:05:00.0/ptp/ptp5/uevent': Permission denied 0000:05: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.4/pci_bus/0000:05/uevent': Permission denied 0000:00:02.5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/uevent': Permission denied 0000:00:02.5:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:00:02.5:pcie001/uevent': Permission denied 0000:00:02.5:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:00:02.5:pcie002/uevent': Permission denied 0000:00:02.5:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:00:02.5:pcie010/uevent': Permission denied 0000:06:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/uevent': Permission denied nvme0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/uevent': Permission denied hwmon0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/hwmon0/uevent': Permission denied ng0n1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/ng0n1/uevent': Permission denied nvme0n1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/nvme0n1/uevent': Permission denied nvme0n1p1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/uevent': Permission denied nvme0n1p2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/uevent': Permission denied 0000:06: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:02.5/pci_bus/0000:06/uevent': Permission denied 0000:00:03.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:03.0/uevent': Permission denied 0000:00:04.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:04.0/uevent': Permission denied 0000:00:08.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.0/uevent': Permission denied 0000:00:08.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/uevent': Permission denied 0000:00:08.1:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:00:08.1:pcie001/uevent': Permission denied 0000:00:08.1:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:00:08.1:pcie010/uevent': Permission denied 0000:07:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/uevent': Permission denied acpi_video0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/backlight/acpi_video0/uevent': Permission denied 0000:07:00.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.2/uevent': Permission denied 0000:07:00.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/uevent': Permission denied usb1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/uevent': Permission denied 1-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-0:1.0/uevent': Permission denied 1-3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/uevent': Permission denied 1-3.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/uevent': Permission denied 1-3.1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/1-3.1:1.0/uevent': Permission denied gpiochip761: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/1-3.1:1.0/gpio/gpiochip761/uevent': Permission denied gpiochip1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/1-3.1:1.0/gpiochip1/uevent': Permission denied ttyUSB4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/1-3.1:1.0/ttyUSB4/uevent': Permission denied ttyUSB4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.1/1-3.1:1.0/ttyUSB4/tty/ttyUSB4/uevent': Permission denied 1-3.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.2/uevent': Permission denied 1-3.2:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.2/1-3.2:1.0/uevent': Permission denied ttyACM0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.2/1-3.2:1.0/tty/ttyACM0/uevent': Permission denied 1-3.2:1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3.2/1-3.2:1.1/uevent': Permission denied 1-3:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/uevent': Permission denied usb2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb2/uevent': Permission denied 2-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb2/2-0:1.0/uevent': Permission denied wakeup38: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup38/uevent': Permission denied 0000:07:00.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/uevent': Permission denied usb3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/uevent': Permission denied 3-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/3-0:1.0/uevent': Permission denied 3-1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/3-1/uevent': Permission denied 3-1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/3-1/3-1:1.0/uevent': Permission denied usb4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/uevent': Permission denied 4-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-0:1.0/uevent': Permission denied 4-2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/uevent': Permission denied 4-2:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.0/uevent': Permission denied ttyUSB0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.0/ttyUSB0/uevent': Permission denied ttyUSB0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.0/ttyUSB0/tty/ttyUSB0/uevent': Permission denied 4-2:1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.1/uevent': Permission denied ttyUSB1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.1/ttyUSB1/uevent': Permission denied ttyUSB1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.1/ttyUSB1/tty/ttyUSB1/uevent': Permission denied 4-2:1.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.2/uevent': Permission denied ttyUSB2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.2/ttyUSB2/uevent': Permission denied ttyUSB2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.2/ttyUSB2/tty/ttyUSB2/uevent': Permission denied 4-2:1.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.3/uevent': Permission denied ttyUSB3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.3/ttyUSB3/uevent': Permission denied ttyUSB3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.3/ttyUSB3/tty/ttyUSB3/uevent': Permission denied 4-2:1.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.4/uevent': Permission denied wwan0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.4/net/wwan0/uevent': Permission denied cdc-wdm1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb4/4-2/4-2:1.4/usbmisc/cdc-wdm1/uevent': Permission denied wakeup39: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/wakeup/wakeup39/uevent': Permission denied 0000:07:00.5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.5/uevent': Permission denied acp_yc_mach.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.5/acp_yc_mach.0/uevent': Permission denied acp_yc_pdm_dma.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.5/acp_yc_pdm_dma.0/uevent': Permission denied dmic-codec.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.5/dmic-codec.0/uevent': Permission denied 0000:07: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.1/pci_bus/0000:07/uevent': Permission denied 0000:00:08.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/uevent': Permission denied 0000:00:08.2:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:00:08.2:pcie001/uevent': Permission denied 0000:00:08.2:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:00:08.2:pcie010/uevent': Permission denied 0000:08:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.0/uevent': Permission denied 0000:08:00.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.2/uevent': Permission denied 0000:08:00.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.2/mdio_bus/0000:08:00.2/uevent': Permission denied enp8s0f2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.2/net/enp8s0f2/uevent': Permission denied ptp0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.2/ptp/ptp0/uevent': Permission denied 0000:08:00.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.3/uevent': Permission denied 0000:08:00.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.3/mdio_bus/0000:08:00.3/uevent': Permission denied enp8s0f3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.3/net/enp8s0f3/uevent': Permission denied ptp1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/0000:08:00.3/ptp/ptp1/uevent': Permission denied 0000:08: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/pci_bus/0000:08/uevent': Permission denied wakeup13: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.2/wakeup/wakeup13/uevent': Permission denied 0000:00:08.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/uevent': Permission denied 0000:00:08.3:pcie001: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:00:08.3:pcie001/uevent': Permission denied 0000:00:08.3:pcie002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:00:08.3:pcie002/uevent': Permission denied 0000:00:08.3:pcie010: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:00:08.3:pcie010/uevent': Permission denied 0000:09:00.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/uevent': Permission denied usb5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/uevent': Permission denied 5-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-0:1.0/uevent': Permission denied 5-1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-1/uevent': Permission denied 5-1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-1/5-1:1.0/uevent': Permission denied hci0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-1/5-1:1.0/bluetooth/hci0/uevent': Permission denied rfkill0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-1/5-1:1.0/bluetooth/hci0/rfkill0/uevent': Permission denied 5-1:1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb5/5-1/5-1:1.1/uevent': Permission denied usb6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb6/uevent': Permission denied 6-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb6/6-0:1.0/uevent': Permission denied wakeup40: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.0/wakeup/wakeup40/uevent': Permission denied 0000:09:00.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/uevent': Permission denied usb7: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb7/uevent': Permission denied 7-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb7/7-0:1.0/uevent': Permission denied usb8: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/uevent': Permission denied 8-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-0:1.0/uevent': Permission denied 8-1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/uevent': Permission denied 8-1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/uevent': Permission denied media0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/media0/uevent': Permission denied video0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/video4linux/video0/uevent': Permission denied video1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/video4linux/video1/uevent': Permission denied video2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/video4linux/video2/uevent': Permission denied video3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.0/video4linux/video3/uevent': Permission denied 8-1:1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.1/uevent': Permission denied 8-1:1.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.2/uevent': Permission denied 8-1:1.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.3/uevent': Permission denied 8-1:1.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.4/uevent': Permission denied media1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.4/media1/uevent': Permission denied 8-1:1.5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.5/uevent': Permission denied 8-1:1.6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/usb8/8-1/8-1:1.6/uevent': Permission denied wakeup41: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.3/wakeup/wakeup41/uevent': Permission denied 0000:09:00.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/uevent': Permission denied usb10: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb10/uevent': Permission denied 10-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb10/10-0:1.0/uevent': Permission denied 10-1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb10/10-1/uevent': Permission denied 10-1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb10/10-1/10-1:1.0/uevent': Permission denied usb9: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/uevent': Permission denied 9-0:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-0:1.0/uevent': Permission denied 9-1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/uevent': Permission denied 9-1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/uevent': Permission denied 9-1.1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.0/uevent': Permission denied 0003:19F7:0023.0002: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.0/0003:19F7:0023.0002/uevent': Permission denied hidraw1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.0/0003:19F7:0023.0002/hidraw/hidraw1/uevent': Permission denied hiddev2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.0/usbmisc/hiddev2/uevent': Permission denied 9-1.1:1.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.1/uevent': Permission denied card1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.1/sound/card1/uevent': Permission denied pcmC1D0c: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.1/sound/card1/pcmC1D0c/uevent': Permission denied pcmC1D0p: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.1/sound/card1/pcmC1D0p/uevent': Permission denied controlC1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.1/sound/card1/controlC1/uevent': Permission denied 9-1.1:1.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.2/uevent': Permission denied 9-1.1:1.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.3/uevent': Permission denied 9-1.1:1.5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.1/9-1.1:1.5/uevent': Permission denied 9-1.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/uevent': Permission denied 9-1.2:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/9-1.2:1.0/uevent': Permission denied gpiochip757: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/9-1.2:1.0/gpio/gpiochip757/uevent': Permission denied gpiochip2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/9-1.2:1.0/gpiochip2/uevent': Permission denied ttyUSB5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/9-1.2:1.0/ttyUSB5/uevent': Permission denied ttyUSB5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.2/9-1.2:1.0/ttyUSB5/tty/ttyUSB5/uevent': Permission denied 9-1.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/uevent': Permission denied 9-1.3:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/9-1.3:1.0/uevent': Permission denied gpiochip753: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/9-1.3:1.0/gpio/gpiochip753/uevent': Permission denied gpiochip3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/9-1.3:1.0/gpiochip3/uevent': Permission denied ttyUSB6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/9-1.3:1.0/ttyUSB6/uevent': Permission denied ttyUSB6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1.3/9-1.3:1.0/ttyUSB6/tty/ttyUSB6/uevent': Permission denied 9-1:1.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/usb9/9-1/9-1:1.0/uevent': Permission denied wakeup42: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/0000:09:00.4/wakeup/wakeup42/uevent': Permission denied 0000:09: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:08.3/pci_bus/0000:09/uevent': Permission denied 0000:00:14.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/uevent': Permission denied i2c-4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-4/uevent': Permission denied i2c-4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-4/i2c-dev/i2c-4/uevent': Permission denied i2c-5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-5/uevent': Permission denied i2c-5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-5/i2c-dev/i2c-5/uevent': Permission denied i2c-6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-6/uevent': Permission denied i2c-6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.0/i2c-6/i2c-dev/i2c-6/uevent': Permission denied 0000:00:14.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.3/uevent': Permission denied PNP0800:00: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:14.3/PNP0800:00/uevent': Permission denied 0000:00:18.0: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.0/uevent': Permission denied 0000:00:18.1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.1/uevent': Permission denied 0000:00:18.2: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.2/uevent': Permission denied 0000:00:18.3: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.3/uevent': Permission denied hwmon1: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/uevent': Permission denied 0000:00:18.4: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.4/uevent': Permission denied 0000:00:18.5: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.5/uevent': Permission denied 0000:00:18.6: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.6/uevent': Permission denied 0000:00:18.7: Failed to write 'change' to '/sys/devices/pci0000:00/0000:00:18.7/uevent': Permission denied 0000:00: Failed to write 'change' to '/sys/devices/pci0000:00/pci_bus/0000:00/uevent': Permission denied ACPI000E:00: Failed to write 'change' to '/sys/devices/platform/ACPI000E:00/uevent': Permission denied AMDI0010:00: Failed to write 'change' to '/sys/devices/platform/AMDI0010:00/uevent': Permission denied i2c-0: Failed to write 'change' to '/sys/devices/platform/AMDI0010:00/i2c-0/uevent': Permission denied i2c-0: Failed to write 'change' to '/sys/devices/platform/AMDI0010:00/i2c-0/i2c-dev/i2c-0/uevent': Permission denied AMDI0010:01: Failed to write 'change' to '/sys/devices/platform/AMDI0010:01/uevent': Permission denied i2c-1: Failed to write 'change' to '/sys/devices/platform/AMDI0010:01/i2c-1/uevent': Permission denied i2c-1: Failed to write 'change' to '/sys/devices/platform/AMDI0010:01/i2c-1/i2c-dev/i2c-1/uevent': Permission denied AMDI0010:02: Failed to write 'change' to '/sys/devices/platform/AMDI0010:02/uevent': Permission denied i2c-2: Failed to write 'change' to '/sys/devices/platform/AMDI0010:02/i2c-2/uevent': Permission denied i2c-2: Failed to write 'change' to '/sys/devices/platform/AMDI0010:02/i2c-2/i2c-dev/i2c-2/uevent': Permission denied AMDI0010:03: Failed to write 'change' to '/sys/devices/platform/AMDI0010:03/uevent': Permission denied i2c-3: Failed to write 'change' to '/sys/devices/platform/AMDI0010:03/i2c-3/uevent': Permission denied i2c-3: Failed to write 'change' to '/sys/devices/platform/AMDI0010:03/i2c-3/i2c-dev/i2c-3/uevent': Permission denied AMDI0020:00: Failed to write 'change' to '/sys/devices/platform/AMDI0020:00/uevent': Permission denied ttyS4: Failed to write 'change' to '/sys/devices/platform/AMDI0020:00/tty/ttyS4/uevent': Permission denied AMDI0030:00: Failed to write 'change' to '/sys/devices/platform/AMDI0030:00/uevent': Permission denied gpiochip768: Failed to write 'change' to '/sys/devices/platform/AMDI0030:00/gpio/gpiochip768/uevent': Permission denied gpiochip0: Failed to write 'change' to '/sys/devices/platform/AMDI0030:00/gpiochip0/uevent': Permission denied AMDI0052:00: Failed to write 'change' to '/sys/devices/platform/AMDI0052:00/uevent': Permission denied AMDI0100:00: Failed to write 'change' to '/sys/devices/platform/AMDI0100:00/uevent': Permission denied Fixed MDIO bus.0: Failed to write 'change' to '/sys/devices/platform/Fixed MDIO bus.0/uevent': Permission denied fixed-0: Failed to write 'change' to '/sys/devices/platform/Fixed MDIO bus.0/mdio_bus/fixed-0/uevent': Permission denied MSFT0101:00: Failed to write 'change' to '/sys/devices/platform/MSFT0101:00/uevent': Permission denied tpm0: Failed to write 'change' to '/sys/devices/platform/MSFT0101:00/tpm/tpm0/uevent': Permission denied tpmrm0: Failed to write 'change' to '/sys/devices/platform/MSFT0101:00/tpmrm/tpmrm0/uevent': Permission denied PNP0103:00: Failed to write 'change' to '/sys/devices/platform/PNP0103:00/uevent': Permission denied PNP0C0C:00: Failed to write 'change' to '/sys/devices/platform/PNP0C0C:00/uevent': Permission denied efivars.0: Failed to write 'change' to '/sys/devices/platform/efivars.0/uevent': Permission denied eisa.0: Failed to write 'change' to '/sys/devices/platform/eisa.0/uevent': Permission denied intel_rapl_msr.0: Failed to write 'change' to '/sys/devices/platform/intel_rapl_msr.0/uevent': Permission denied kgdboc: Failed to write 'change' to '/sys/devices/platform/kgdboc/uevent': Permission denied microcode: Failed to write 'change' to '/sys/devices/platform/microcode/uevent': Permission denied pcspkr: Failed to write 'change' to '/sys/devices/platform/pcspkr/uevent': Permission denied platform-framebuffer.0: Failed to write 'change' to '/sys/devices/platform/platform-framebuffer.0/uevent': Permission denied reg-dummy: Failed to write 'change' to '/sys/devices/platform/reg-dummy/uevent': Permission denied regulator.0: Failed to write 'change' to '/sys/devices/platform/reg-dummy/regulator/regulator.0/uevent': Permission denied regulatory.0: Failed to write 'change' to '/sys/devices/platform/regulatory.0/uevent': Permission denied rtc-efi.0: Failed to write 'change' to '/sys/devices/platform/rtc-efi.0/uevent': Permission denied serial8250: Failed to write 'change' to '/sys/devices/platform/serial8250/uevent': Permission denied ttyS0: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS0/uevent': Permission denied ttyS1: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS1/uevent': Permission denied ttyS10: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS10/uevent': Permission denied ttyS11: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS11/uevent': Permission denied ttyS12: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS12/uevent': Permission denied ttyS13: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS13/uevent': Permission denied ttyS14: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS14/uevent': Permission denied ttyS15: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS15/uevent': Permission denied ttyS16: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS16/uevent': Permission denied ttyS17: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS17/uevent': Permission denied ttyS18: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS18/uevent': Permission denied ttyS19: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS19/uevent': Permission denied ttyS2: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS2/uevent': Permission denied ttyS20: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS20/uevent': Permission denied ttyS21: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS21/uevent': Permission denied ttyS22: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS22/uevent': Permission denied ttyS23: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS23/uevent': Permission denied ttyS24: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS24/uevent': Permission denied ttyS25: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS25/uevent': Permission denied ttyS26: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS26/uevent': Permission denied ttyS27: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS27/uevent': Permission denied ttyS28: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS28/uevent': Permission denied ttyS29: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS29/uevent': Permission denied ttyS3: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS3/uevent': Permission denied ttyS30: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS30/uevent': Permission denied ttyS31: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS31/uevent': Permission denied ttyS5: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS5/uevent': Permission denied ttyS6: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS6/uevent': Permission denied ttyS7: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS7/uevent': Permission denied ttyS8: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS8/uevent': Permission denied ttyS9: Failed to write 'change' to '/sys/devices/platform/serial8250/tty/ttyS9/uevent': Permission denied snd-soc-dummy: Failed to write 'change' to '/sys/devices/platform/snd-soc-dummy/uevent': Permission denied 00:00: Failed to write 'change' to '/sys/devices/pnp0/00:00/uevent': Permission denied 00:01: Failed to write 'change' to '/sys/devices/pnp0/00:01/uevent': Permission denied cmos_nvram0: Failed to write 'change' to '/sys/devices/pnp0/00:01/cmos_nvram0/uevent': Permission denied rtc0: Failed to write 'change' to '/sys/devices/pnp0/00:01/rtc/rtc0/uevent': Permission denied alarmtimer.0.auto: Failed to write 'change' to '/sys/devices/pnp0/00:01/rtc/rtc0/alarmtimer.0.auto/uevent': Permission denied wakeup37: Failed to write 'change' to '/sys/devices/pnp0/00:01/rtc/rtc0/alarmtimer.0.auto/wakeup/wakeup37/uevent': Permission denied wakeup36: Failed to write 'change' to '/sys/devices/pnp0/00:01/wakeup/wakeup36/uevent': Permission denied 00:02: Failed to write 'change' to '/sys/devices/pnp0/00:02/uevent': Permission denied power: Failed to write 'change' to '/sys/devices/power/uevent': Permission denied software: Failed to write 'change' to '/sys/devices/software/uevent': Permission denied broadcast: Failed to write 'change' to '/sys/devices/system/clockevents/broadcast/uevent': Permission denied clockevent0: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent0/uevent': Permission denied clockevent1: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent1/uevent': Permission denied clockevent10: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent10/uevent': Permission denied clockevent11: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent11/uevent': Permission denied clockevent12: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent12/uevent': Permission denied clockevent13: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent13/uevent': Permission denied clockevent14: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent14/uevent': Permission denied clockevent15: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent15/uevent': Permission denied clockevent2: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent2/uevent': Permission denied clockevent3: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent3/uevent': Permission denied clockevent4: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent4/uevent': Permission denied clockevent5: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent5/uevent': Permission denied clockevent6: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent6/uevent': Permission denied clockevent7: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent7/uevent': Permission denied clockevent8: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent8/uevent': Permission denied clockevent9: Failed to write 'change' to '/sys/devices/system/clockevents/clockevent9/uevent': Permission denied clocksource0: Failed to write 'change' to '/sys/devices/system/clocksource/clocksource0/uevent': Permission denied cpu0: Failed to write 'change' to '/sys/devices/system/cpu/cpu0/uevent': Permission denied cpu1: Failed to write 'change' to '/sys/devices/system/cpu/cpu1/uevent': Permission denied cpu10: Failed to write 'change' to '/sys/devices/system/cpu/cpu10/uevent': Permission denied cpu11: Failed to write 'change' to '/sys/devices/system/cpu/cpu11/uevent': Permission denied cpu12: Failed to write 'change' to '/sys/devices/system/cpu/cpu12/uevent': Permission denied cpu13: Failed to write 'change' to '/sys/devices/system/cpu/cpu13/uevent': Permission denied cpu14: Failed to write 'change' to '/sys/devices/system/cpu/cpu14/uevent': Permission denied cpu15: Failed to write 'change' to '/sys/devices/system/cpu/cpu15/uevent': Permission denied cpu2: Failed to write 'change' to '/sys/devices/system/cpu/cpu2/uevent': Permission denied cpu3: Failed to write 'change' to '/sys/devices/system/cpu/cpu3/uevent': Permission denied cpu4: Failed to write 'change' to '/sys/devices/system/cpu/cpu4/uevent': Permission denied cpu5: Failed to write 'change' to '/sys/devices/system/cpu/cpu5/uevent': Permission denied cpu6: Failed to write 'change' to '/sys/devices/system/cpu/cpu6/uevent': Permission denied cpu7: Failed to write 'change' to '/sys/devices/system/cpu/cpu7/uevent': Permission denied cpu8: Failed to write 'change' to '/sys/devices/system/cpu/cpu8/uevent': Permission denied cpu9: Failed to write 'change' to '/sys/devices/system/cpu/cpu9/uevent': Permission denied mc: Failed to write 'change' to '/sys/devices/system/edac/mc/uevent': Permission denied machinecheck0: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck0/uevent': Permission denied machinecheck1: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck1/uevent': Permission denied machinecheck10: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck10/uevent': Permission denied machinecheck11: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck11/uevent': Permission denied machinecheck12: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck12/uevent': Permission denied machinecheck13: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck13/uevent': Permission denied machinecheck14: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck14/uevent': Permission denied machinecheck15: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck15/uevent': Permission denied machinecheck2: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck2/uevent': Permission denied machinecheck3: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck3/uevent': Permission denied machinecheck4: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck4/uevent': Permission denied machinecheck5: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck5/uevent': Permission denied machinecheck6: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck6/uevent': Permission denied machinecheck7: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck7/uevent': Permission denied machinecheck8: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck8/uevent': Permission denied machinecheck9: Failed to write 'change' to '/sys/devices/system/machinecheck/machinecheck9/uevent': Permission denied memory0: Failed to write 'change' to '/sys/devices/system/memory/memory0/uevent': Permission denied memory1: Failed to write 'change' to '/sys/devices/system/memory/memory1/uevent': Permission denied memory10: Failed to write 'change' to '/sys/devices/system/memory/memory10/uevent': Permission denied memory100: Failed to write 'change' to '/sys/devices/system/memory/memory100/uevent': Permission denied memory101: Failed to write 'change' to '/sys/devices/system/memory/memory101/uevent': Permission denied memory102: Failed to write 'change' to '/sys/devices/system/memory/memory102/uevent': Permission denied memory103: Failed to write 'change' to '/sys/devices/system/memory/memory103/uevent': Permission denied memory104: Failed to write 'change' to '/sys/devices/system/memory/memory104/uevent': Permission denied memory105: Failed to write 'change' to '/sys/devices/system/memory/memory105/uevent': Permission denied memory106: Failed to write 'change' to '/sys/devices/system/memory/memory106/uevent': Permission denied memory107: Failed to write 'change' to '/sys/devices/system/memory/memory107/uevent': Permission denied memory108: Failed to write 'change' to '/sys/devices/system/memory/memory108/uevent': Permission denied memory109: Failed to write 'change' to '/sys/devices/system/memory/memory109/uevent': Permission denied memory11: Failed to write 'change' to '/sys/devices/system/memory/memory11/uevent': Permission denied memory110: Failed to write 'change' to '/sys/devices/system/memory/memory110/uevent': Permission denied memory111: Failed to write 'change' to '/sys/devices/system/memory/memory111/uevent': Permission denied memory112: Failed to write 'change' to '/sys/devices/system/memory/memory112/uevent': Permission denied memory113: Failed to write 'change' to '/sys/devices/system/memory/memory113/uevent': Permission denied memory114: Failed to write 'change' to '/sys/devices/system/memory/memory114/uevent': Permission denied memory115: Failed to write 'change' to '/sys/devices/system/memory/memory115/uevent': Permission denied memory116: Failed to write 'change' to '/sys/devices/system/memory/memory116/uevent': Permission denied memory117: Failed to write 'change' to '/sys/devices/system/memory/memory117/uevent': Permission denied memory118: Failed to write 'change' to '/sys/devices/system/memory/memory118/uevent': Permission denied memory119: Failed to write 'change' to '/sys/devices/system/memory/memory119/uevent': Permission denied memory12: Failed to write 'change' to '/sys/devices/system/memory/memory12/uevent': Permission denied memory120: Failed to write 'change' to '/sys/devices/system/memory/memory120/uevent': Permission denied memory121: Failed to write 'change' to '/sys/devices/system/memory/memory121/uevent': Permission denied memory122: Failed to write 'change' to '/sys/devices/system/memory/memory122/uevent': Permission denied memory123: Failed to write 'change' to '/sys/devices/system/memory/memory123/uevent': Permission denied memory124: Failed to write 'change' to '/sys/devices/system/memory/memory124/uevent': Permission denied memory125: Failed to write 'change' to '/sys/devices/system/memory/memory125/uevent': Permission denied memory126: Failed to write 'change' to '/sys/devices/system/memory/memory126/uevent': Permission denied memory127: Failed to write 'change' to '/sys/devices/system/memory/memory127/uevent': Permission denied memory128: Failed to write 'change' to '/sys/devices/system/memory/memory128/uevent': Permission denied memory129: Failed to write 'change' to '/sys/devices/system/memory/memory129/uevent': Permission denied memory13: Failed to write 'change' to '/sys/devices/system/memory/memory13/uevent': Permission denied memory130: Failed to write 'change' to '/sys/devices/system/memory/memory130/uevent': Permission denied memory131: Failed to write 'change' to '/sys/devices/system/memory/memory131/uevent': Permission denied memory132: Failed to write 'change' to '/sys/devices/system/memory/memory132/uevent': Permission denied memory133: Failed to write 'change' to '/sys/devices/system/memory/memory133/uevent': Permission denied memory134: Failed to write 'change' to '/sys/devices/system/memory/memory134/uevent': Permission denied memory135: Failed to write 'change' to '/sys/devices/system/memory/memory135/uevent': Permission denied memory136: Failed to write 'change' to '/sys/devices/system/memory/memory136/uevent': Permission denied memory137: Failed to write 'change' to '/sys/devices/system/memory/memory137/uevent': Permission denied memory138: Failed to write 'change' to '/sys/devices/system/memory/memory138/uevent': Permission denied memory139: Failed to write 'change' to '/sys/devices/system/memory/memory139/uevent': Permission denied memory14: Failed to write 'change' to '/sys/devices/system/memory/memory14/uevent': Permission denied memory140: Failed to write 'change' to '/sys/devices/system/memory/memory140/uevent': Permission denied memory141: Failed to write 'change' to '/sys/devices/system/memory/memory141/uevent': Permission denied memory142: Failed to write 'change' to '/sys/devices/system/memory/memory142/uevent': Permission denied memory143: Failed to write 'change' to '/sys/devices/system/memory/memory143/uevent': Permission denied memory144: Failed to write 'change' to '/sys/devices/system/memory/memory144/uevent': Permission denied memory145: Failed to write 'change' to '/sys/devices/system/memory/memory145/uevent': Permission denied memory146: Failed to write 'change' to '/sys/devices/system/memory/memory146/uevent': Permission denied memory147: Failed to write 'change' to '/sys/devices/system/memory/memory147/uevent': Permission denied memory148: Failed to write 'change' to '/sys/devices/system/memory/memory148/uevent': Permission denied memory149: Failed to write 'change' to '/sys/devices/system/memory/memory149/uevent': Permission denied memory15: Failed to write 'change' to '/sys/devices/system/memory/memory15/uevent': Permission denied memory150: Failed to write 'change' to '/sys/devices/system/memory/memory150/uevent': Permission denied memory151: Failed to write 'change' to '/sys/devices/system/memory/memory151/uevent': Permission denied memory152: Failed to write 'change' to '/sys/devices/system/memory/memory152/uevent': Permission denied memory153: Failed to write 'change' to '/sys/devices/system/memory/memory153/uevent': Permission denied memory154: Failed to write 'change' to '/sys/devices/system/memory/memory154/uevent': Permission denied memory155: Failed to write 'change' to '/sys/devices/system/memory/memory155/uevent': Permission denied memory156: Failed to write 'change' to '/sys/devices/system/memory/memory156/uevent': Permission denied memory157: Failed to write 'change' to '/sys/devices/system/memory/memory157/uevent': Permission denied memory158: Failed to write 'change' to '/sys/devices/system/memory/memory158/uevent': Permission denied memory159: Failed to write 'change' to '/sys/devices/system/memory/memory159/uevent': Permission denied memory16: Failed to write 'change' to '/sys/devices/system/memory/memory16/uevent': Permission denied memory160: Failed to write 'change' to '/sys/devices/system/memory/memory160/uevent': Permission denied memory161: Failed to write 'change' to '/sys/devices/system/memory/memory161/uevent': Permission denied memory162: Failed to write 'change' to '/sys/devices/system/memory/memory162/uevent': Permission denied memory163: Failed to write 'change' to '/sys/devices/system/memory/memory163/uevent': Permission denied memory164: Failed to write 'change' to '/sys/devices/system/memory/memory164/uevent': Permission denied memory165: Failed to write 'change' to '/sys/devices/system/memory/memory165/uevent': Permission denied memory166: Failed to write 'change' to '/sys/devices/system/memory/memory166/uevent': Permission denied memory167: Failed to write 'change' to '/sys/devices/system/memory/memory167/uevent': Permission denied memory168: Failed to write 'change' to '/sys/devices/system/memory/memory168/uevent': Permission denied memory169: Failed to write 'change' to '/sys/devices/system/memory/memory169/uevent': Permission denied memory17: Failed to write 'change' to '/sys/devices/system/memory/memory17/uevent': Permission denied memory170: Failed to write 'change' to '/sys/devices/system/memory/memory170/uevent': Permission denied memory171: Failed to write 'change' to '/sys/devices/system/memory/memory171/uevent': Permission denied memory172: Failed to write 'change' to '/sys/devices/system/memory/memory172/uevent': Permission denied memory173: Failed to write 'change' to '/sys/devices/system/memory/memory173/uevent': Permission denied memory174: Failed to write 'change' to '/sys/devices/system/memory/memory174/uevent': Permission denied memory175: Failed to write 'change' to '/sys/devices/system/memory/memory175/uevent': Permission denied memory176: Failed to write 'change' to '/sys/devices/system/memory/memory176/uevent': Permission denied memory177: Failed to write 'change' to '/sys/devices/system/memory/memory177/uevent': Permission denied memory178: Failed to write 'change' to '/sys/devices/system/memory/memory178/uevent': Permission denied memory179: Failed to write 'change' to '/sys/devices/system/memory/memory179/uevent': Permission denied memory18: Failed to write 'change' to '/sys/devices/system/memory/memory18/uevent': Permission denied memory180: Failed to write 'change' to '/sys/devices/system/memory/memory180/uevent': Permission denied memory181: Failed to write 'change' to '/sys/devices/system/memory/memory181/uevent': Permission denied memory182: Failed to write 'change' to '/sys/devices/system/memory/memory182/uevent': Permission denied memory183: Failed to write 'change' to '/sys/devices/system/memory/memory183/uevent': Permission denied memory184: Failed to write 'change' to '/sys/devices/system/memory/memory184/uevent': Permission denied memory185: Failed to write 'change' to '/sys/devices/system/memory/memory185/uevent': Permission denied memory186: Failed to write 'change' to '/sys/devices/system/memory/memory186/uevent': Permission denied memory187: Failed to write 'change' to '/sys/devices/system/memory/memory187/uevent': Permission denied memory188: Failed to write 'change' to '/sys/devices/system/memory/memory188/uevent': Permission denied memory189: Failed to write 'change' to '/sys/devices/system/memory/memory189/uevent': Permission denied memory19: Failed to write 'change' to '/sys/devices/system/memory/memory19/uevent': Permission denied memory190: Failed to write 'change' to '/sys/devices/system/memory/memory190/uevent': Permission denied memory191: Failed to write 'change' to '/sys/devices/system/memory/memory191/uevent': Permission denied memory192: Failed to write 'change' to '/sys/devices/system/memory/memory192/uevent': Permission denied memory193: Failed to write 'change' to '/sys/devices/system/memory/memory193/uevent': Permission denied memory194: Failed to write 'change' to '/sys/devices/system/memory/memory194/uevent': Permission denied memory195: Failed to write 'change' to '/sys/devices/system/memory/memory195/uevent': Permission denied memory196: Failed to write 'change' to '/sys/devices/system/memory/memory196/uevent': Permission denied memory197: Failed to write 'change' to '/sys/devices/system/memory/memory197/uevent': Permission denied memory198: Failed to write 'change' to '/sys/devices/system/memory/memory198/uevent': Permission denied memory199: Failed to write 'change' to '/sys/devices/system/memory/memory199/uevent': Permission denied memory2: Failed to write 'change' to '/sys/devices/system/memory/memory2/uevent': Permission denied memory20: Failed to write 'change' to '/sys/devices/system/memory/memory20/uevent': Permission denied memory200: Failed to write 'change' to '/sys/devices/system/memory/memory200/uevent': Permission denied memory201: Failed to write 'change' to '/sys/devices/system/memory/memory201/uevent': Permission denied memory202: Failed to write 'change' to '/sys/devices/system/memory/memory202/uevent': Permission denied memory203: Failed to write 'change' to '/sys/devices/system/memory/memory203/uevent': Permission denied memory204: Failed to write 'change' to '/sys/devices/system/memory/memory204/uevent': Permission denied memory205: Failed to write 'change' to '/sys/devices/system/memory/memory205/uevent': Permission denied memory206: Failed to write 'change' to '/sys/devices/system/memory/memory206/uevent': Permission denied memory207: Failed to write 'change' to '/sys/devices/system/memory/memory207/uevent': Permission denied memory208: Failed to write 'change' to '/sys/devices/system/memory/memory208/uevent': Permission denied memory209: Failed to write 'change' to '/sys/devices/system/memory/memory209/uevent': Permission denied memory21: Failed to write 'change' to '/sys/devices/system/memory/memory21/uevent': Permission denied memory210: Failed to write 'change' to '/sys/devices/system/memory/memory210/uevent': Permission denied memory211: Failed to write 'change' to '/sys/devices/system/memory/memory211/uevent': Permission denied memory212: Failed to write 'change' to '/sys/devices/system/memory/memory212/uevent': Permission denied memory213: Failed to write 'change' to '/sys/devices/system/memory/memory213/uevent': Permission denied memory214: Failed to write 'change' to '/sys/devices/system/memory/memory214/uevent': Permission denied memory215: Failed to write 'change' to '/sys/devices/system/memory/memory215/uevent': Permission denied memory216: Failed to write 'change' to '/sys/devices/system/memory/memory216/uevent': Permission denied memory217: Failed to write 'change' to '/sys/devices/system/memory/memory217/uevent': Permission denied memory218: Failed to write 'change' to '/sys/devices/system/memory/memory218/uevent': Permission denied memory219: Failed to write 'change' to '/sys/devices/system/memory/memory219/uevent': Permission denied memory22: Failed to write 'change' to '/sys/devices/system/memory/memory22/uevent': Permission denied memory220: Failed to write 'change' to '/sys/devices/system/memory/memory220/uevent': Permission denied memory221: Failed to write 'change' to '/sys/devices/system/memory/memory221/uevent': Permission denied memory222: Failed to write 'change' to '/sys/devices/system/memory/memory222/uevent': Permission denied memory223: Failed to write 'change' to '/sys/devices/system/memory/memory223/uevent': Permission denied memory224: Failed to write 'change' to '/sys/devices/system/memory/memory224/uevent': Permission denied memory225: Failed to write 'change' to '/sys/devices/system/memory/memory225/uevent': Permission denied memory226: Failed to write 'change' to '/sys/devices/system/memory/memory226/uevent': Permission denied memory227: Failed to write 'change' to '/sys/devices/system/memory/memory227/uevent': Permission denied memory228: Failed to write 'change' to '/sys/devices/system/memory/memory228/uevent': Permission denied memory229: Failed to write 'change' to '/sys/devices/system/memory/memory229/uevent': Permission denied memory23: Failed to write 'change' to '/sys/devices/system/memory/memory23/uevent': Permission denied memory230: Failed to write 'change' to '/sys/devices/system/memory/memory230/uevent': Permission denied memory231: Failed to write 'change' to '/sys/devices/system/memory/memory231/uevent': Permission denied memory232: Failed to write 'change' to '/sys/devices/system/memory/memory232/uevent': Permission denied memory233: Failed to write 'change' to '/sys/devices/system/memory/memory233/uevent': Permission denied memory234: Failed to write 'change' to '/sys/devices/system/memory/memory234/uevent': Permission denied memory235: Failed to write 'change' to '/sys/devices/system/memory/memory235/uevent': Permission denied memory236: Failed to write 'change' to '/sys/devices/system/memory/memory236/uevent': Permission denied memory237: Failed to write 'change' to '/sys/devices/system/memory/memory237/uevent': Permission denied memory238: Failed to write 'change' to '/sys/devices/system/memory/memory238/uevent': Permission denied memory239: Failed to write 'change' to '/sys/devices/system/memory/memory239/uevent': Permission denied memory24: Failed to write 'change' to '/sys/devices/system/memory/memory24/uevent': Permission denied memory240: Failed to write 'change' to '/sys/devices/system/memory/memory240/uevent': Permission denied memory241: Failed to write 'change' to '/sys/devices/system/memory/memory241/uevent': Permission denied memory242: Failed to write 'change' to '/sys/devices/system/memory/memory242/uevent': Permission denied memory243: Failed to write 'change' to '/sys/devices/system/memory/memory243/uevent': Permission denied memory244: Failed to write 'change' to '/sys/devices/system/memory/memory244/uevent': Permission denied memory245: Failed to write 'change' to '/sys/devices/system/memory/memory245/uevent': Permission denied memory246: Failed to write 'change' to '/sys/devices/system/memory/memory246/uevent': Permission denied memory247: Failed to write 'change' to '/sys/devices/system/memory/memory247/uevent': Permission denied memory248: Failed to write 'change' to '/sys/devices/system/memory/memory248/uevent': Permission denied memory249: Failed to write 'change' to '/sys/devices/system/memory/memory249/uevent': Permission denied memory25: Failed to write 'change' to '/sys/devices/system/memory/memory25/uevent': Permission denied memory250: Failed to write 'change' to '/sys/devices/system/memory/memory250/uevent': Permission denied memory251: Failed to write 'change' to '/sys/devices/system/memory/memory251/uevent': Permission denied memory252: Failed to write 'change' to '/sys/devices/system/memory/memory252/uevent': Permission denied memory253: Failed to write 'change' to '/sys/devices/system/memory/memory253/uevent': Permission denied memory254: Failed to write 'change' to '/sys/devices/system/memory/memory254/uevent': Permission denied memory255: Failed to write 'change' to '/sys/devices/system/memory/memory255/uevent': Permission denied memory256: Failed to write 'change' to '/sys/devices/system/memory/memory256/uevent': Permission denied memory257: Failed to write 'change' to '/sys/devices/system/memory/memory257/uevent': Permission denied memory258: Failed to write 'change' to '/sys/devices/system/memory/memory258/uevent': Permission denied memory259: Failed to write 'change' to '/sys/devices/system/memory/memory259/uevent': Permission denied memory26: Failed to write 'change' to '/sys/devices/system/memory/memory26/uevent': Permission denied memory27: Failed to write 'change' to '/sys/devices/system/memory/memory27/uevent': Permission denied memory3: Failed to write 'change' to '/sys/devices/system/memory/memory3/uevent': Permission denied memory32: Failed to write 'change' to '/sys/devices/system/memory/memory32/uevent': Permission denied memory33: Failed to write 'change' to '/sys/devices/system/memory/memory33/uevent': Permission denied memory34: Failed to write 'change' to '/sys/devices/system/memory/memory34/uevent': Permission denied memory35: Failed to write 'change' to '/sys/devices/system/memory/memory35/uevent': Permission denied memory36: Failed to write 'change' to '/sys/devices/system/memory/memory36/uevent': Permission denied memory37: Failed to write 'change' to '/sys/devices/system/memory/memory37/uevent': Permission denied memory38: Failed to write 'change' to '/sys/devices/system/memory/memory38/uevent': Permission denied memory39: Failed to write 'change' to '/sys/devices/system/memory/memory39/uevent': Permission denied memory4: Failed to write 'change' to '/sys/devices/system/memory/memory4/uevent': Permission denied memory40: Failed to write 'change' to '/sys/devices/system/memory/memory40/uevent': Permission denied memory41: Failed to write 'change' to '/sys/devices/system/memory/memory41/uevent': Permission denied memory42: Failed to write 'change' to '/sys/devices/system/memory/memory42/uevent': Permission denied memory43: Failed to write 'change' to '/sys/devices/system/memory/memory43/uevent': Permission denied memory44: Failed to write 'change' to '/sys/devices/system/memory/memory44/uevent': Permission denied memory45: Failed to write 'change' to '/sys/devices/system/memory/memory45/uevent': Permission denied memory46: Failed to write 'change' to '/sys/devices/system/memory/memory46/uevent': Permission denied memory47: Failed to write 'change' to '/sys/devices/system/memory/memory47/uevent': Permission denied memory48: Failed to write 'change' to '/sys/devices/system/memory/memory48/uevent': Permission denied memory49: Failed to write 'change' to '/sys/devices/system/memory/memory49/uevent': Permission denied memory5: Failed to write 'change' to '/sys/devices/system/memory/memory5/uevent': Permission denied memory50: Failed to write 'change' to '/sys/devices/system/memory/memory50/uevent': Permission denied memory51: Failed to write 'change' to '/sys/devices/system/memory/memory51/uevent': Permission denied memory52: Failed to write 'change' to '/sys/devices/system/memory/memory52/uevent': Permission denied memory53: Failed to write 'change' to '/sys/devices/system/memory/memory53/uevent': Permission denied memory54: Failed to write 'change' to '/sys/devices/system/memory/memory54/uevent': Permission denied memory55: Failed to write 'change' to '/sys/devices/system/memory/memory55/uevent': Permission denied memory56: Failed to write 'change' to '/sys/devices/system/memory/memory56/uevent': Permission denied memory57: Failed to write 'change' to '/sys/devices/system/memory/memory57/uevent': Permission denied memory58: Failed to write 'change' to '/sys/devices/system/memory/memory58/uevent': Permission denied memory59: Failed to write 'change' to '/sys/devices/system/memory/memory59/uevent': Permission denied memory6: Failed to write 'change' to '/sys/devices/system/memory/memory6/uevent': Permission denied memory60: Failed to write 'change' to '/sys/devices/system/memory/memory60/uevent': Permission denied memory61: Failed to write 'change' to '/sys/devices/system/memory/memory61/uevent': Permission denied memory62: Failed to write 'change' to '/sys/devices/system/memory/memory62/uevent': Permission denied memory63: Failed to write 'change' to '/sys/devices/system/memory/memory63/uevent': Permission denied memory64: Failed to write 'change' to '/sys/devices/system/memory/memory64/uevent': Permission denied memory65: Failed to write 'change' to '/sys/devices/system/memory/memory65/uevent': Permission denied memory66: Failed to write 'change' to '/sys/devices/system/memory/memory66/uevent': Permission denied memory67: Failed to write 'change' to '/sys/devices/system/memory/memory67/uevent': Permission denied memory68: Failed to write 'change' to '/sys/devices/system/memory/memory68/uevent': Permission denied memory69: Failed to write 'change' to '/sys/devices/system/memory/memory69/uevent': Permission denied memory7: Failed to write 'change' to '/sys/devices/system/memory/memory7/uevent': Permission denied memory70: Failed to write 'change' to '/sys/devices/system/memory/memory70/uevent': Permission denied memory71: Failed to write 'change' to '/sys/devices/system/memory/memory71/uevent': Permission denied memory72: Failed to write 'change' to '/sys/devices/system/memory/memory72/uevent': Permission denied memory73: Failed to write 'change' to '/sys/devices/system/memory/memory73/uevent': Permission denied memory74: Failed to write 'change' to '/sys/devices/system/memory/memory74/uevent': Permission denied memory75: Failed to write 'change' to '/sys/devices/system/memory/memory75/uevent': Permission denied memory76: Failed to write 'change' to '/sys/devices/system/memory/memory76/uevent': Permission denied memory77: Failed to write 'change' to '/sys/devices/system/memory/memory77/uevent': Permission denied memory78: Failed to write 'change' to '/sys/devices/system/memory/memory78/uevent': Permission denied memory79: Failed to write 'change' to '/sys/devices/system/memory/memory79/uevent': Permission denied memory8: Failed to write 'change' to '/sys/devices/system/memory/memory8/uevent': Permission denied memory80: Failed to write 'change' to '/sys/devices/system/memory/memory80/uevent': Permission denied memory81: Failed to write 'change' to '/sys/devices/system/memory/memory81/uevent': Permission denied memory82: Failed to write 'change' to '/sys/devices/system/memory/memory82/uevent': Permission denied memory83: Failed to write 'change' to '/sys/devices/system/memory/memory83/uevent': Permission denied memory84: Failed to write 'change' to '/sys/devices/system/memory/memory84/uevent': Permission denied memory85: Failed to write 'change' to '/sys/devices/system/memory/memory85/uevent': Permission denied memory86: Failed to write 'change' to '/sys/devices/system/memory/memory86/uevent': Permission denied memory87: Failed to write 'change' to '/sys/devices/system/memory/memory87/uevent': Permission denied memory88: Failed to write 'change' to '/sys/devices/system/memory/memory88/uevent': Permission denied memory89: Failed to write 'change' to '/sys/devices/system/memory/memory89/uevent': Permission denied memory9: Failed to write 'change' to '/sys/devices/system/memory/memory9/uevent': Permission denied memory90: Failed to write 'change' to '/sys/devices/system/memory/memory90/uevent': Permission denied memory91: Failed to write 'change' to '/sys/devices/system/memory/memory91/uevent': Permission denied memory92: Failed to write 'change' to '/sys/devices/system/memory/memory92/uevent': Permission denied memory93: Failed to write 'change' to '/sys/devices/system/memory/memory93/uevent': Permission denied memory94: Failed to write 'change' to '/sys/devices/system/memory/memory94/uevent': Permission denied memory95: Failed to write 'change' to '/sys/devices/system/memory/memory95/uevent': Permission denied memory96: Failed to write 'change' to '/sys/devices/system/memory/memory96/uevent': Permission denied memory97: Failed to write 'change' to '/sys/devices/system/memory/memory97/uevent': Permission denied memory98: Failed to write 'change' to '/sys/devices/system/memory/memory98/uevent': Permission denied memory99: Failed to write 'change' to '/sys/devices/system/memory/memory99/uevent': Permission denied node0: Failed to write 'change' to '/sys/devices/system/node/node0/uevent': Permission denied tracepoint: Failed to write 'change' to '/sys/devices/tracepoint/uevent': Permission denied uprobe: Failed to write 'change' to '/sys/devices/uprobe/uevent': Permission denied EtherCAT0: Failed to write 'change' to '/sys/devices/virtual/EtherCAT/EtherCAT0/uevent': Permission denied 259:0: Failed to write 'change' to '/sys/devices/virtual/bdi/259:0/uevent': Permission denied 7:0: Failed to write 'change' to '/sys/devices/virtual/bdi/7:0/uevent': Permission denied 7:1: Failed to write 'change' to '/sys/devices/virtual/bdi/7:1/uevent': Permission denied 7:2: Failed to write 'change' to '/sys/devices/virtual/bdi/7:2/uevent': Permission denied 7:3: Failed to write 'change' to '/sys/devices/virtual/bdi/7:3/uevent': Permission denied 7:4: Failed to write 'change' to '/sys/devices/virtual/bdi/7:4/uevent': Permission denied 7:5: Failed to write 'change' to '/sys/devices/virtual/bdi/7:5/uevent': Permission denied 7:6: Failed to write 'change' to '/sys/devices/virtual/bdi/7:6/uevent': Permission denied 7:7: Failed to write 'change' to '/sys/devices/virtual/bdi/7:7/uevent': Permission denied loop0: Failed to write 'change' to '/sys/devices/virtual/block/loop0/uevent': Permission denied loop1: Failed to write 'change' to '/sys/devices/virtual/block/loop1/uevent': Permission denied loop2: Failed to write 'change' to '/sys/devices/virtual/block/loop2/uevent': Permission denied loop3: Failed to write 'change' to '/sys/devices/virtual/block/loop3/uevent': Permission denied loop4: Failed to write 'change' to '/sys/devices/virtual/block/loop4/uevent': Permission denied loop5: Failed to write 'change' to '/sys/devices/virtual/block/loop5/uevent': Permission denied loop6: Failed to write 'change' to '/sys/devices/virtual/block/loop6/uevent': Permission denied loop7: Failed to write 'change' to '/sys/devices/virtual/block/loop7/uevent': Permission denied system: Failed to write 'change' to '/sys/devices/virtual/dma_heap/system/uevent': Permission denied id: Failed to write 'change' to '/sys/devices/virtual/dmi/id/uevent': Permission denied fbcon: Failed to write 'change' to '/sys/devices/virtual/graphics/fbcon/uevent': Permission denied mice: Failed to write 'change' to '/sys/devices/virtual/input/mice/uevent': Permission denied full: Failed to write 'change' to '/sys/devices/virtual/mem/full/uevent': Permission denied kmsg: Failed to write 'change' to '/sys/devices/virtual/mem/kmsg/uevent': Permission denied mem: Failed to write 'change' to '/sys/devices/virtual/mem/mem/uevent': Permission denied null: Failed to write 'change' to '/sys/devices/virtual/mem/null/uevent': Permission denied port: Failed to write 'change' to '/sys/devices/virtual/mem/port/uevent': Permission denied random: Failed to write 'change' to '/sys/devices/virtual/mem/random/uevent': Permission denied urandom: Failed to write 'change' to '/sys/devices/virtual/mem/urandom/uevent': Permission denied zero: Failed to write 'change' to '/sys/devices/virtual/mem/zero/uevent': Permission denied autofs: Failed to write 'change' to '/sys/devices/virtual/misc/autofs/uevent': Permission denied btrfs-control: Failed to write 'change' to '/sys/devices/virtual/misc/btrfs-control/uevent': Permission denied cpu_dma_latency: Failed to write 'change' to '/sys/devices/virtual/misc/cpu_dma_latency/uevent': Permission denied device-mapper: Failed to write 'change' to '/sys/devices/virtual/misc/device-mapper/uevent': Permission denied ecryptfs: Failed to write 'change' to '/sys/devices/virtual/misc/ecryptfs/uevent': Permission denied fuse: Failed to write 'change' to '/sys/devices/virtual/misc/fuse/uevent': Permission denied hpet: Failed to write 'change' to '/sys/devices/virtual/misc/hpet/uevent': Permission denied hw_random: Failed to write 'change' to '/sys/devices/virtual/misc/hw_random/uevent': Permission denied kvm: Failed to write 'change' to '/sys/devices/virtual/misc/kvm/uevent': Permission denied loop-control: Failed to write 'change' to '/sys/devices/virtual/misc/loop-control/uevent': Permission denied mcelog: Failed to write 'change' to '/sys/devices/virtual/misc/mcelog/uevent': Permission denied psaux: Failed to write 'change' to '/sys/devices/virtual/misc/psaux/uevent': Permission denied rfkill: Failed to write 'change' to '/sys/devices/virtual/misc/rfkill/uevent': Permission denied snapshot: Failed to write 'change' to '/sys/devices/virtual/misc/snapshot/uevent': Permission denied tun: Failed to write 'change' to '/sys/devices/virtual/misc/tun/uevent': Permission denied udmabuf: Failed to write 'change' to '/sys/devices/virtual/misc/udmabuf/uevent': Permission denied uinput: Failed to write 'change' to '/sys/devices/virtual/misc/uinput/uevent': Permission denied vfio: Failed to write 'change' to '/sys/devices/virtual/misc/vfio/uevent': Permission denied vga_arbiter: Failed to write 'change' to '/sys/devices/virtual/misc/vga_arbiter/uevent': Permission denied msr0: Failed to write 'change' to '/sys/devices/virtual/msr/msr0/uevent': Permission denied msr1: Failed to write 'change' to '/sys/devices/virtual/msr/msr1/uevent': Permission denied msr10: Failed to write 'change' to '/sys/devices/virtual/msr/msr10/uevent': Permission denied msr11: Failed to write 'change' to '/sys/devices/virtual/msr/msr11/uevent': Permission denied msr12: Failed to write 'change' to '/sys/devices/virtual/msr/msr12/uevent': Permission denied msr13: Failed to write 'change' to '/sys/devices/virtual/msr/msr13/uevent': Permission denied msr14: Failed to write 'change' to '/sys/devices/virtual/msr/msr14/uevent': Permission denied msr15: Failed to write 'change' to '/sys/devices/virtual/msr/msr15/uevent': Permission denied msr2: Failed to write 'change' to '/sys/devices/virtual/msr/msr2/uevent': Permission denied msr3: Failed to write 'change' to '/sys/devices/virtual/msr/msr3/uevent': Permission denied msr4: Failed to write 'change' to '/sys/devices/virtual/msr/msr4/uevent': Permission denied msr5: Failed to write 'change' to '/sys/devices/virtual/msr/msr5/uevent': Permission denied msr6: Failed to write 'change' to '/sys/devices/virtual/msr/msr6/uevent': Permission denied msr7: Failed to write 'change' to '/sys/devices/virtual/msr/msr7/uevent': Permission denied msr8: Failed to write 'change' to '/sys/devices/virtual/msr/msr8/uevent': Permission denied msr9: Failed to write 'change' to '/sys/devices/virtual/msr/msr9/uevent': Permission denied br-15508aec074d: Failed to write 'change' to '/sys/devices/virtual/net/br-15508aec074d/uevent': Permission denied docker0: Failed to write 'change' to '/sys/devices/virtual/net/docker0/uevent': Permission denied lo: Failed to write 'change' to '/sys/devices/virtual/net/lo/uevent': Permission denied veth04d7600: Failed to write 'change' to '/sys/devices/virtual/net/veth04d7600/uevent': Permission denied nvme-subsys0: Failed to write 'change' to '/sys/devices/virtual/nvme-subsystem/nvme-subsys0/uevent': Permission denied dtpm: Failed to write 'change' to '/sys/devices/virtual/powercap/dtpm/uevent': Permission denied intel-rapl: Failed to write 'change' to '/sys/devices/virtual/powercap/intel-rapl/uevent': Permission denied intel-rapl:0: Failed to write 'change' to '/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/uevent': Permission denied intel-rapl:0:0: Failed to write 'change' to '/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/uevent': Permission denied ppp: Failed to write 'change' to '/sys/devices/virtual/ppp/ppp/uevent': Permission denied pps0: Failed to write 'change' to '/sys/devices/virtual/pps/pps0/uevent': Permission denied pps1: Failed to write 'change' to '/sys/devices/virtual/pps/pps1/uevent': Permission denied pps2: Failed to write 'change' to '/sys/devices/virtual/pps/pps2/uevent': Permission denied pps3: Failed to write 'change' to '/sys/devices/virtual/pps/pps3/uevent': Permission denied timer: Failed to write 'change' to '/sys/devices/virtual/sound/timer/uevent': Permission denied cooling_device0: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device0/uevent': Permission denied cooling_device1: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device1/uevent': Permission denied cooling_device10: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device10/uevent': Permission denied cooling_device11: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device11/uevent': Permission denied cooling_device12: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device12/uevent': Permission denied cooling_device13: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device13/uevent': Permission denied cooling_device14: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device14/uevent': Permission denied cooling_device15: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device15/uevent': Permission denied cooling_device16: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device16/uevent': Permission denied cooling_device2: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device2/uevent': Permission denied cooling_device3: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device3/uevent': Permission denied cooling_device4: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device4/uevent': Permission denied cooling_device5: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device5/uevent': Permission denied cooling_device6: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device6/uevent': Permission denied cooling_device7: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device7/uevent': Permission denied cooling_device8: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device8/uevent': Permission denied cooling_device9: Failed to write 'change' to '/sys/devices/virtual/thermal/cooling_device9/uevent': Permission denied thermal_zone0: Failed to write 'change' to '/sys/devices/virtual/thermal/thermal_zone0/uevent': Permission denied hwmon2: Failed to write 'change' to '/sys/devices/virtual/thermal/thermal_zone0/hwmon2/uevent': Permission denied console: Failed to write 'change' to '/sys/devices/virtual/tty/console/uevent': Permission denied ptmx: Failed to write 'change' to '/sys/devices/virtual/tty/ptmx/uevent': Permission denied tty: Failed to write 'change' to '/sys/devices/virtual/tty/tty/uevent': Permission denied tty0: Failed to write 'change' to '/sys/devices/virtual/tty/tty0/uevent': Permission denied tty1: Failed to write 'change' to '/sys/devices/virtual/tty/tty1/uevent': Permission denied tty10: Failed to write 'change' to '/sys/devices/virtual/tty/tty10/uevent': Permission denied tty11: Failed to write 'change' to '/sys/devices/virtual/tty/tty11/uevent': Permission denied tty12: Failed to write 'change' to '/sys/devices/virtual/tty/tty12/uevent': Permission denied tty13: Failed to write 'change' to '/sys/devices/virtual/tty/tty13/uevent': Permission denied tty14: Failed to write 'change' to '/sys/devices/virtual/tty/tty14/uevent': Permission denied tty15: Failed to write 'change' to '/sys/devices/virtual/tty/tty15/uevent': Permission denied tty16: Failed to write 'change' to '/sys/devices/virtual/tty/tty16/uevent': Permission denied tty17: Failed to write 'change' to '/sys/devices/virtual/tty/tty17/uevent': Permission denied tty18: Failed to write 'change' to '/sys/devices/virtual/tty/tty18/uevent': Permission denied tty19: Failed to write 'change' to '/sys/devices/virtual/tty/tty19/uevent': Permission denied tty2: Failed to write 'change' to '/sys/devices/virtual/tty/tty2/uevent': Permission denied tty20: Failed to write 'change' to '/sys/devices/virtual/tty/tty20/uevent': Permission denied tty21: Failed to write 'change' to '/sys/devices/virtual/tty/tty21/uevent': Permission denied tty22: Failed to write 'change' to '/sys/devices/virtual/tty/tty22/uevent': Permission denied tty23: Failed to write 'change' to '/sys/devices/virtual/tty/tty23/uevent': Permission denied tty24: Failed to write 'change' to '/sys/devices/virtual/tty/tty24/uevent': Permission denied tty25: Failed to write 'change' to '/sys/devices/virtual/tty/tty25/uevent': Permission denied tty26: Failed to write 'change' to '/sys/devices/virtual/tty/tty26/uevent': Permission denied tty27: Failed to write 'change' to '/sys/devices/virtual/tty/tty27/uevent': Permission denied tty28: Failed to write 'change' to '/sys/devices/virtual/tty/tty28/uevent': Permission denied tty29: Failed to write 'change' to '/sys/devices/virtual/tty/tty29/uevent': Permission denied tty3: Failed to write 'change' to '/sys/devices/virtual/tty/tty3/uevent': Permission denied tty30: Failed to write 'change' to '/sys/devices/virtual/tty/tty30/uevent': Permission denied tty31: Failed to write 'change' to '/sys/devices/virtual/tty/tty31/uevent': Permission denied tty32: Failed to write 'change' to '/sys/devices/virtual/tty/tty32/uevent': Permission denied tty33: Failed to write 'change' to '/sys/devices/virtual/tty/tty33/uevent': Permission denied tty34: Failed to write 'change' to '/sys/devices/virtual/tty/tty34/uevent': Permission denied tty35: Failed to write 'change' to '/sys/devices/virtual/tty/tty35/uevent': Permission denied tty36: Failed to write 'change' to '/sys/devices/virtual/tty/tty36/uevent': Permission denied tty37: Failed to write 'change' to '/sys/devices/virtual/tty/tty37/uevent': Permission denied tty38: Failed to write 'change' to '/sys/devices/virtual/tty/tty38/uevent': Permission denied tty39: Failed to write 'change' to '/sys/devices/virtual/tty/tty39/uevent': Permission denied tty4: Failed to write 'change' to '/sys/devices/virtual/tty/tty4/uevent': Permission denied tty40: Failed to write 'change' to '/sys/devices/virtual/tty/tty40/uevent': Permission denied tty41: Failed to write 'change' to '/sys/devices/virtual/tty/tty41/uevent': Permission denied tty42: Failed to write 'change' to '/sys/devices/virtual/tty/tty42/uevent': Permission denied tty43: Failed to write 'change' to '/sys/devices/virtual/tty/tty43/uevent': Permission denied tty44: Failed to write 'change' to '/sys/devices/virtual/tty/tty44/uevent': Permission denied tty45: Failed to write 'change' to '/sys/devices/virtual/tty/tty45/uevent': Permission denied tty46: Failed to write 'change' to '/sys/devices/virtual/tty/tty46/uevent': Permission denied tty47: Failed to write 'change' to '/sys/devices/virtual/tty/tty47/uevent': Permission denied tty48: Failed to write 'change' to '/sys/devices/virtual/tty/tty48/uevent': Permission denied tty49: Failed to write 'change' to '/sys/devices/virtual/tty/tty49/uevent': Permission denied tty5: Failed to write 'change' to '/sys/devices/virtual/tty/tty5/uevent': Permission denied tty50: Failed to write 'change' to '/sys/devices/virtual/tty/tty50/uevent': Permission denied tty51: Failed to write 'change' to '/sys/devices/virtual/tty/tty51/uevent': Permission denied tty52: Failed to write 'change' to '/sys/devices/virtual/tty/tty52/uevent': Permission denied tty53: Failed to write 'change' to '/sys/devices/virtual/tty/tty53/uevent': Permission denied tty54: Failed to write 'change' to '/sys/devices/virtual/tty/tty54/uevent': Permission denied tty55: Failed to write 'change' to '/sys/devices/virtual/tty/tty55/uevent': Permission denied tty56: Failed to write 'change' to '/sys/devices/virtual/tty/tty56/uevent': Permission denied tty57: Failed to write 'change' to '/sys/devices/virtual/tty/tty57/uevent': Permission denied tty58: Failed to write 'change' to '/sys/devices/virtual/tty/tty58/uevent': Permission denied tty59: Failed to write 'change' to '/sys/devices/virtual/tty/tty59/uevent': Permission denied tty6: Failed to write 'change' to '/sys/devices/virtual/tty/tty6/uevent': Permission denied tty60: Failed to write 'change' to '/sys/devices/virtual/tty/tty60/uevent': Permission denied tty61: Failed to write 'change' to '/sys/devices/virtual/tty/tty61/uevent': Permission denied tty62: Failed to write 'change' to '/sys/devices/virtual/tty/tty62/uevent': Permission denied tty63: Failed to write 'change' to '/sys/devices/virtual/tty/tty63/uevent': Permission denied tty7: Failed to write 'change' to '/sys/devices/virtual/tty/tty7/uevent': Permission denied tty8: Failed to write 'change' to '/sys/devices/virtual/tty/tty8/uevent': Permission denied tty9: Failed to write 'change' to '/sys/devices/virtual/tty/tty9/uevent': Permission denied ttyprintk: Failed to write 'change' to '/sys/devices/virtual/tty/ttyprintk/uevent': Permission denied vcs: Failed to write 'change' to '/sys/devices/virtual/vc/vcs/uevent': Permission denied vcs1: Failed to write 'change' to '/sys/devices/virtual/vc/vcs1/uevent': Permission denied vcs2: Failed to write 'change' to '/sys/devices/virtual/vc/vcs2/uevent': Permission denied vcs3: Failed to write 'change' to '/sys/devices/virtual/vc/vcs3/uevent': Permission denied vcs4: Failed to write 'change' to '/sys/devices/virtual/vc/vcs4/uevent': Permission denied vcs5: Failed to write 'change' to '/sys/devices/virtual/vc/vcs5/uevent': Permission denied vcs6: Failed to write 'change' to '/sys/devices/virtual/vc/vcs6/uevent': Permission denied vcsa: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa/uevent': Permission denied vcsa1: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa1/uevent': Permission denied vcsa2: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa2/uevent': Permission denied vcsa3: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa3/uevent': Permission denied vcsa4: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa4/uevent': Permission denied vcsa5: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa5/uevent': Permission denied vcsa6: Failed to write 'change' to '/sys/devices/virtual/vc/vcsa6/uevent': Permission denied vcsu: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu/uevent': Permission denied vcsu1: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu1/uevent': Permission denied vcsu2: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu2/uevent': Permission denied vcsu3: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu3/uevent': Permission denied vcsu4: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu4/uevent': Permission denied vcsu5: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu5/uevent': Permission denied vcsu6: Failed to write 'change' to '/sys/devices/virtual/vc/vcsu6/uevent': Permission denied vtcon0: Failed to write 'change' to '/sys/devices/virtual/vtconsole/vtcon0/uevent': Permission denied blkcg_punt_bio: Failed to write 'change' to '/sys/devices/virtual/workqueue/blkcg_punt_bio/uevent': Permission denied nvme-delete-wq: Failed to write 'change' to '/sys/devices/virtual/workqueue/nvme-delete-wq/uevent': Permission denied nvme-reset-wq: Failed to write 'change' to '/sys/devices/virtual/workqueue/nvme-reset-wq/uevent': Permission denied nvme-wq: Failed to write 'change' to '/sys/devices/virtual/workqueue/nvme-wq/uevent': Permission denied raid5wq: Failed to write 'change' to '/sys/devices/virtual/workqueue/raid5wq/uevent': Permission denied writeback: Failed to write 'change' to '/sys/devices/virtual/workqueue/writeback/uevent': Permission denied bedrock@reachy2-pvt03:~/reachy2_pc_install$