You are not logged in.

#1 2007-02-27 12:40:07

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

quick kernel module question

MODDESTDIR := /lib/modules/$(KVER)/r8180
install: modules
        mkdir -p $(MODDESTDIR)
        install -p -m 644 $(MODULES_LST) $(MODDESTDIR)
        /sbin/depmod -a

I have a feeling MODDESTDIR is wrong should be more like /usr/src/'kernel' ?

At the moment I have to rebuild module after reboot .....

TIA


Mr Green

Offline

#2 2007-02-27 12:42:27

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: quick kernel module question

it's correct. modules are installed in /lib/modules/, take a look.


James

Offline

#3 2007-02-27 13:37:41

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: quick kernel module question

odd that they went after reboot thanks James ;-)


Mr Green

Offline

Board footer

Powered by FluxBB