On 5/15/19 8:21 AM, D&R wrote:
On Tue, 14 May 2019 22:53:29 -0700
samuel@xxxxxxxx wrote:
On 5/14/19 9:33 PM, D&R wrote:
I tried to use both programs as above. I downloaded the tar file
(http://pchdtv.com/downloads/dvb-atsc-tools-1.0.7.tgz) from the pchdtv
website. Neither program would make. The error was:
#include <linux/videodev.h> No such file or directory
Doing a dnf provides */linux/videodev.h
Found nothing.
I've seen suggestions that it should be changed to <libv4l1-videodev.h>
instead which is provided by libv4l-devel.
I also downloaded the driver
(http://pchdtv.com/downloads/v4l-dvb-HD-5500-driver.tar.gz) and that did
not make either. The error was
make[2]: *** /lib/modules/4.0.6-100.fc28.x86_64/build: No such file or
directory. Stop.
but I was booted under 4.20.6-100.fc28.x86_64
I have booted F28, I have the following installed:
kernel-devel-5.0.13-100.fc28.x86_64
kernel-headers-5.0.9-100.fc28.x86_64 (this shows to be the latest one)
That is odd, they should match, although it might not matter since I
think you only need the -devel one.
When I make the driver as above I get the same error message.
make[2]: *** /lib/modules/4.0.6-100.fc28.x86_64/build: No such file or
directory
I have not done a make file in years and years. Am I missing a package or
something else?
You need to be running the kernel that matches the kernel-devel package
or else you need to pass a parameter to make to select the right kernel.
But you will need to boot that kernel anyway to use the module.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx