On Fri, 2007-01-12 at 23:04 +0100, Hans-Werner Hilse wrote:
> Hi,
> 
> On Fri, 12 Jan 2007 22:46:02 +0100
> "Mihamina Rakotomandimby (R12y)" <[EMAIL PROTECTED]> wrote:
> 
> > I try to compile the r1000 module for my laptop.
> > [...]
> >     make[2]: *** No rule to make target `modules'.  Stop.
> 
> You don't compile 2.6 kernel modules with "make modules". Just use
> "make", then probably "sudo make install".

        asus ~ # cd r1000_v1.05
        asus r1000_v1.05 # make
        make -C src/ clean
        make[1]: Entering directory `/root/r1000_v1.05/src'
        rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a
         *.s .*.flags .tmp_versions
        make[1]: Leaving directory `/root/r1000_v1.05/src'
        make -C src/ modules
        make[1]: Entering directory `/root/r1000_v1.05/src'
        make -C /lib/modules/2.6.18-xen/build
         SUBDIRS=/root/r1000_v1.05/src modules
        make[2]: Entering directory `/lib64/modules/2.6.18-xen/build'
        make[2]: *** No rule to make target `modules'.  Stop.
        make[2]: Leaving directory `/lib64/modules/2.6.18-xen/build'
        make[1]: *** [modules] Error 2
        make[1]: Leaving directory `/root/r1000_v1.05/src'
        make: *** [modules] Error 2

Anyway, I am following this howto:
http://gentoo-wiki.com/HARDWARE_RTL8168
And this method worked on my normal kernel...


-- 
gentoo-user@gentoo.org mailing list

Reply via email to