public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] compiling r1000 module
@ 2007-01-12 21:46 Mihamina Rakotomandimby (R12y)
  2007-01-12 22:04 ` Hans-Werner Hilse
  0 siblings, 1 reply; 5+ messages in thread
From: Mihamina Rakotomandimby (R12y) @ 2007-01-12 21:46 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] compiling r1000 module
  2007-01-12 21:46 [gentoo-user] compiling r1000 module Mihamina Rakotomandimby (R12y)
@ 2007-01-12 22:04 ` Hans-Werner Hilse
  2007-01-12 22:34   ` Mihamina Rakotomandimby (R12y)
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Werner Hilse @ 2007-01-12 22:04 UTC (permalink / raw
  To: gentoo-user

Hi,

On Fri, 12 Jan 2007 22:46:02 +0100
"Mihamina Rakotomandimby (R12y)" <mihamina.rakotomandimby@etu.univ-orleans.fr> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] compiling r1000 module
  2007-01-12 22:04 ` Hans-Werner Hilse
@ 2007-01-12 22:34   ` Mihamina Rakotomandimby (R12y)
  2007-01-13  2:26     ` Jakob
  0 siblings, 1 reply; 5+ messages in thread
From: Mihamina Rakotomandimby (R12y) @ 2007-01-12 22:34 UTC (permalink / raw
  To: gentoo-user

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)" <mihamina.rakotomandimby@etu.univ-orleans.fr> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] compiling r1000 module
  2007-01-12 22:34   ` Mihamina Rakotomandimby (R12y)
@ 2007-01-13  2:26     ` Jakob
  2007-01-13  2:28       ` Jakob
  0 siblings, 1 reply; 5+ messages in thread
From: Jakob @ 2007-01-13  2:26 UTC (permalink / raw
  To: gentoo-user

On 1/12/07, Mihamina Rakotomandimby (R12y)
<mihamina.rakotomandimby@etu.univ-orleans.fr> 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)" <mihamina.rakotomandimby@etu.univ-orleans.fr> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] compiling r1000 module
  2007-01-13  2:26     ` Jakob
@ 2007-01-13  2:28       ` Jakob
  0 siblings, 0 replies; 5+ messages in thread
From: Jakob @ 2007-01-13  2:28 UTC (permalink / raw
  To: gentoo-user

On 1/13/07, Jakob <jak.gentoo@googlemail.com> wrote:
> On 1/12/07, Mihamina Rakotomandimby (R12y)
> <mihamina.rakotomandimby@etu.univ-orleans.fr> 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)" <mihamina.rakotomandimby@etu.univ-orleans.fr> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-13  2:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 21:46 [gentoo-user] compiling r1000 module Mihamina Rakotomandimby (R12y)
2007-01-12 22:04 ` Hans-Werner Hilse
2007-01-12 22:34   ` Mihamina Rakotomandimby (R12y)
2007-01-13  2:26     ` Jakob
2007-01-13  2:28       ` Jakob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox