View Single Post
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#23
Originally Posted by levone1 View Post
So if this is my output:

... then that's a 'no' for me, right?
I think so. The output of 'ls -lha /dev/pts/' should be like this (the important bit is the ptmx line):
Code:
drwxr-xr-x    2 root     root           0 Jan  1  1970 .
drwxr-xr-x   22 root     root        6.7K Aug  6 13:48 ..
crw--w----    1 nemo     tty       136,   0 Aug  7 00:24 0
crw--w----    1 root     tty       136,   1 Aug  6 20:49 1
c---------    1 root     root        5,   2 Jan  1  1970 ptmx
However, if you can compile the kernel (or ask somebody who can do it for you), you can add the missing bits and bobs (details are in the first post).
 

The Following 2 Users Say Thank You to edp17 For This Useful Post: