Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation steps on fedora 27 #24

Closed
papapel opened this issue Apr 10, 2020 · 1 comment
Closed

Installation steps on fedora 27 #24

papapel opened this issue Apr 10, 2020 · 1 comment

Comments

@papapel
Copy link

papapel commented Apr 10, 2020

Thank you for this works. Please find below the steps I followed to install that on Fedora 27:

su -c 'dnf install kernel-devel'
sudo dnf install elfutils-libelf-devel
git clone https://github.com/freemed/tty0tty
cd tty0tty/module
make
(root) cp tty0tty.ko /lib/modules/$(uname -r)/kernel/drivers/misc/
(root) depmod
(root) modprobe tty0tty
(root) chmod 666 /dev/tnt*
ls -la /dev/tnt*

Fedora documentation to know more about requirements to build kernel modules: https://fedoraproject.org/wiki/Building_a_custom_kernel#Building_Only_Kernel_Modules_.28Out_Of_Tree_Modules.29

@stappersg
Copy link
Collaborator

I see no reason to keep this issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants