On 1/13/07, Jakob <[EMAIL PROTECTED]> wrote:
On 1/12/07, Mihamina Rakotomandimby (R12y) <[EMAIL PROTECTED]> wrote: > 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... > > > -- > [email protected] mailing list > > I use the driver shown in this link and it works for me. but I don“t know if its in the xen kernel.
oops sorry I forgot the link, I shall go to bed now http://gentoo-wiki.com/HARDWARE_Asus_F3JM#LAN -- [email protected] mailing list

