These are the only .ko files:

[root@bk508 linux-stable]# make modules_install
  INSTALL arch/x86/kernel/test_nx.ko
  INSTALL drivers/hid/hid-logitech-dj.ko
  INSTALL drivers/scsi/scsi_wait_scan.ko
  INSTALL net/netfilter/xt_mark.ko
  DEPMOD  3.2.0-rc1
[root@bk508 linux-stable]# find . -name '*.ko' -print
./arch/x86/kernel/test_nx.ko
./drivers/hid/hid-logitech-dj.ko
./drivers/scsi/scsi_wait_scan.ko
./net/netfilter/xt_mark.ko




________________________________
 From: Mulyadi Santosa <[email protected]>
To: Martin Smith <[email protected]> 
Cc: "[email protected]" <[email protected]> 
Sent: Tuesday, 20 December 2011, 13:42
Subject: Re: 3.2.0-rc1 could not find module
 
Hi...

On Tue, Dec 20, 2011 at 20:06, Martin Smith <[email protected]> wrote:
> I used git to down load the source code.
>
> I did:
>
> make defconfig
> make
> make modules
> make modules_install

OK, first thing first, after the above "make modules_install" above,
do you see /lib/modules/3.2.0-rc1 directory or something similar? and
if yes, are there any .ko files there?

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to