Hello,
I am not sure if I did everything right.
1. mount the "install parallels tools"
2. copy the whole contents in /media/cdrom0/ to (shomewhere where i can edit prl_mod.tar.gz) so i copied it to /Documents/Parallels Tools
3. extract the prl_mod.tar.gz and edit
prl_fs/SharedFolders/Guest/Linux/prl_fs/inode.c . I + go to the beggining of the file paste:
Code:
#if (LINUX_VERSION_CODE <= KERNEL_VERSION(5, 10, 0))[/INDENT]
#define segment_eq(a,b) ((a).seg == (b).seg)
#define USER_DS ((mm_segment_t) { -0x40000000000UL })
#define get_fs() (current_thread_info()->addr_limit)
#else
// kludge to make the segment_eq call work for non-root threads
#define USER_DS 1
#define segment_eq(a,b) (b)
#endif
without the # (then it would be all commented)
4. save with ESC, :wq, enter
5. go to /Documents/Parallels Tools/kmods/ and here select all files and right clicl and Create archive
6. Then name it prl_mod.tar.gz
7. go to terminal and sudo -i
8. cd to my /Documents/Parallels Tools/
9. in root terminal: sh ./install
I have tried replicate this 3 time and every time i run the install i will be asked about the 5.9 headers.
Side note: When running it in documents when i run install in the Parallels Tools folder there will appear new file 0.
Thanks for Your help