Solved How can I build this displaylink driver for fedora 29
-
I have a standard Dell USB dock but want to use it with a Fedora 29 user.
https://github.com/displaylink-rpm/displaylink-rpm
That repo has a pull request in for the Fedora 29 updates, but I figured I could build it early for testing. Also I want to get more familiar with doing this on Linux in general.
I have no
*devel
bits installed on my system. Obviously, I can clone it down and run make, but I wonder if I need any other resources? -
@JaredBusch said in How can I build this displaylink driver for fedora 29:
I have a standard Dell USB dock but want to use it with a Fedora 29 user.
https://github.com/displaylink-rpm/displaylink-rpm
That repo has a pull request in for the Fedora 29 updates, but I figured I could build it early for testing. Also I want to get more familiar with doing this on Linux in general.
I have no
*devel
bits installed on my system. Obviously, I can clone it down and run make, but I wonder if I need any other resources?Inside the "ci" folder there is a script to let fedora downlad everything and compile via makefile
-
@JaredBusch Almost always need at least kernel source and more compiler bits. Sorry I can't be more help with specifics this morning.
-
@JaredBusch said in How can I build this displaylink driver for fedora 29:
I have a standard Dell USB dock but want to use it with a Fedora 29 user.
https://github.com/displaylink-rpm/displaylink-rpm
That repo has a pull request in for the Fedora 29 updates, but I figured I could build it early for testing. Also I want to get more familiar with doing this on Linux in general.
I have no
*devel
bits installed on my system. Obviously, I can clone it down and run make, but I wonder if I need any other resources?Inside the "ci" folder there is a script to let fedora downlad everything and compile via makefile
-
@matteo-nunziati said in How can I build this displaylink driver for fedora 29:
@JaredBusch said in How can I build this displaylink driver for fedora 29:
I have a standard Dell USB dock but want to use it with a Fedora 29 user.
https://github.com/displaylink-rpm/displaylink-rpm
That repo has a pull request in for the Fedora 29 updates, but I figured I could build it early for testing. Also I want to get more familiar with doing this on Linux in general.
I have no
*devel
bits installed on my system. Obviously, I can clone it down and run make, but I wonder if I need any other resources?Inside the "ci" folder there is a script to let fedora downlad everything and compile via makefile
That did it.