On Wed, 15 May 2019 11:37:35 -0700 samuel@xxxxxxxx wrote: > On 5/15/19 9:24 AM, D&R wrote: > > On Wed, 15 May 2019 08:27:09 -0700 > > samuel@xxxxxxxx wrote: > >> 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. > > > > Sorry, I did not mention that I had rebooted to the 5.0.13 kernel before I > > did the above. > > Can you paste the error message you are getting now? installed kernel packages: kernel-core-5.0.13-100.fc28.x86_64 kernel-devel-5.0.13-100.fc28.x86_64 kernel-modules-5.0.13-100.fc28.x86_64 kernel-5.0.13-100.fc28.x86_64 Results of make: make -C /home/G/packages/v4l-dvb/v4l make[1]: Entering directory '/home/G/packages/v4l-dvb/v4l' scripts/make_makefile.pl creating symbolic links... make -C /lib/modules/4.0.6-100.fc28.x86_64/build SUBDIRS=/home/G/packages/v4l-dvb/v4l CFLAGS="-I../linux/include -D__KERNEL__ -I/lib/modules/4.0.6-100.fc28.x86_64/build/include -DEXPORT_SYMTAB" modules make[2]: Entering directory '/home/G/packages/v4l-dvb/v4l' make[2]: *** /lib/modules/4.0.6-100.fc28.x86_64/build: No such file or directory. Stop. make[2]: Leaving directory '/home/G/packages/v4l-dvb/v4l' make[1]: *** [Makefile:9: default] Error 2 make[1]: Leaving directory '/home/G/packages/v4l-dvb/v4l' make: *** [Makefile:25: all] Error 2 The Makefile is: BUILD_DIR := $(shell pwd)/v4l REPO_PULL := http://linuxtv.org/hg/v4l-dvb ifeq ($(REPO_PUSH),) ifneq ($(CHANGE_LOG_LOGIN),) REPO_PUSH := ssh://$(CHANGE_LOG_LOGIN)@linuxtv.org/hg/v4l-dvb else REPO_PUSH := ssh://linuxtv.org/hg/v4l-dvb endif endif ifeq ($(EDITOR),) ifeq ($(VISUAL),) EDITOR := vi else EDITOR := $(VISUAL) endif endif all: install: $(MAKE) -C $(BUILD_DIR) install %:: $(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS) commit cvscommit hgcommit change changes changelog:: whitespace cd $(BUILD_DIR); scripts/cardlist; cd .. v4l/scripts/prep_commit_msg.pl >/tmp/v4l_hg_commit.msg $(EDITOR) /tmp/v4l_hg_commit.msg grep -v ^# /tmp/v4l_hg_commit.msg | hg commit -l - @echo "*** PLEASE CHECK IF LOG IS OK:" @hg log -v -r -1 @echo "*** If not ok, do hg undo and make commit again" pull update v4l-update:: @echo "Pulling changes from master repository $(REPO_PULL)" -hg pull -u $(REPO_PULL) push:: @echo "Pushing changes to master repository $(REPO_PUSH)" -hg push $(REPO_PUSH) whitespace: @echo "Cleaning bad whitespaces" @v4l/scripts/strip-trailing-whitespaces.sh | patch -p0 > _______________________________________________ > 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 _______________________________________________ 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