Built kernel and get ACCESSDENIED error #585
Replies: 2 comments
-
Good news. This problem was just mistyping the name of the new driver... With the new kernel running the USB devices appear $ lsusb but the permissions are 0 crw-rw-rw- 1 root root 4, 9 Apr 19 14:08 /dev/tty9 and I can't read or write to them |
Beta Was this translation helpful? Give feedback.
-
Just so it's all in one place: I got an Aeotec Z-Wave adapter connected to WSL and visible in docker containers under Win10. -> built the kernel following the directions and added .wslconfig file as a pointer to it TBD is automating the wsl attach. I know this is all obvious to those of you who live in system level world, but not so much for us visitors. Still happy it's all moving in the right direction |
Beta Was this translation helpful? Give feedback.
-
Followed the instructions to build a kernel for Win10. On loading the new kernel I get
Access is denied.
Error code: Wsl/Service/CreateInstance/CreateVm/E_ACCESSDENIED
Fortunately when I remove the .wslconfig file everything works again. Any suggestions on where to look for the privilege problems? I'm not a Windows ACL expert.
Beta Was this translation helpful? Give feedback.
All reactions