Re: [gentoo-user] compiling r1000 module
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... > > > -- > gentoo-user@gentoo.org 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 -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] compiling r1000 module
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... -- gentoo-user@gentoo.org 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. -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] compiling r1000 module
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
Re: [gentoo-user] compiling r1000 module
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". -hwh -- gentoo-user@gentoo.org mailing list
[gentoo-user] compiling r1000 module
I try to compile the r1000 module for my laptop. asus ~ # uname -r 2.6.18-xen asus ~ # tar xzf r1000_v1.05.tgz asus ~ # cd r1000_v1.05 asus r1000_v1.05 # make clean modules 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 asus r1000_v1.05 # On "normal" 2.6.18 (without Xen), it is OK. Would you help me to find the problem? -- gentoo-user@gentoo.org mailing list