Gentoo Archives: gentoo-user

From: "Mihamina Rakotomandimby (R12y)" <mihamina.rakotomandimby@××××××××××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] compiling r1000 module
Date: Fri, 12 Jan 2007 22:45:13
Message-Id: 1168641261.6028.2.camel@asus.localdomain
In Reply to: Re: [gentoo-user] compiling r1000 module by Hans-Werner Hilse
1 On Fri, 2007-01-12 at 23:04 +0100, Hans-Werner Hilse wrote:
2 > Hi,
3 >
4 > On Fri, 12 Jan 2007 22:46:02 +0100
5 > "Mihamina Rakotomandimby (R12y)" <mihamina.rakotomandimby@××××××××××××××××.fr> wrote:
6 >
7 > > I try to compile the r1000 module for my laptop.
8 > > [...]
9 > > make[2]: *** No rule to make target `modules'. Stop.
10 >
11 > You don't compile 2.6 kernel modules with "make modules". Just use
12 > "make", then probably "sudo make install".
13
14 asus ~ # cd r1000_v1.05
15 asus r1000_v1.05 # make
16 make -C src/ clean
17 make[1]: Entering directory `/root/r1000_v1.05/src'
18 rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a
19 *.s .*.flags .tmp_versions
20 make[1]: Leaving directory `/root/r1000_v1.05/src'
21 make -C src/ modules
22 make[1]: Entering directory `/root/r1000_v1.05/src'
23 make -C /lib/modules/2.6.18-xen/build
24 SUBDIRS=/root/r1000_v1.05/src modules
25 make[2]: Entering directory `/lib64/modules/2.6.18-xen/build'
26 make[2]: *** No rule to make target `modules'. Stop.
27 make[2]: Leaving directory `/lib64/modules/2.6.18-xen/build'
28 make[1]: *** [modules] Error 2
29 make[1]: Leaving directory `/root/r1000_v1.05/src'
30 make: *** [modules] Error 2
31
32 Anyway, I am following this howto:
33 http://gentoo-wiki.com/HARDWARE_RTL8168
34 And this method worked on my normal kernel...
35
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] compiling r1000 module Jakob <jak.gentoo@××××××××××.com>