public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OT - Win4Lin
@ 2006-11-05 19:25 Michael Sullivan
  2006-11-06 17:23 ` Jason Weisberger
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Sullivan @ 2006-11-05 19:25 UTC (permalink / raw
  To: gentoo-user

Does anybody know what happened to Win4Lin in portage?  The package
itself seems to be masked, and sys-kernel/win4lin-sources is completely
gone...

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] OT - Win4Lin
  2006-11-05 19:25 [gentoo-user] OT - Win4Lin Michael Sullivan
@ 2006-11-06 17:23 ` Jason Weisberger
  2006-11-06 18:08   ` OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin) Michael Sullivan
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Weisberger @ 2006-11-06 17:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

!!! One of the following masked packages is required to complete your
request:
- app-emulation/win4lin-5.1.1 (masked by: package.mask)
# J. Alberto Suárez López <bass@gentoo.org> (13 Oct 2006)
# Masked pending removal for 13 Nov 2006.
# netraverse don't support gentoo more, and users can
# use the w4l installer.


On 11/5/06, Michael Sullivan <michael@espersunited.com> wrote:
>
> Does anybody know what happened to Win4Lin in portage?  The package
> itself seems to be masked, and sys-kernel/win4lin-sources is completely
> gone...
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 1098 bytes --]

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

* OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin)
  2006-11-06 17:23 ` Jason Weisberger
@ 2006-11-06 18:08   ` Michael Sullivan
  2006-11-06 18:32     ` Bo Ørsted Andresen
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Sullivan @ 2006-11-06 18:08 UTC (permalink / raw
  To: gentoo-user

I went to www.netraverse.com and found out that the newest patch for
Win4Lin for SMP kernels is 2.6.11.  I have to tell you that no kernel
I've ever built myself (as in without genkernel) has booted.  I
downloaded 2.6.11 kernel source from www.kernel.org , and it seems to
have built correctly.  I followed the following steps:

cd /usr/src
tar xvfj /home/michael/linux-2.6.11.12.tar.bz2
rm linux; ln -s linux-2.6.11.12 linux
cd linux
make mrproper
make menuconfig
make bzImage
make modules

I didn't apply the patch because I wanted to see if I could get the
vanilla kernel to work before altering it.  Everything seemed to build
correctly.  As I've had many many problems with trying to boot kernels
without an initrd (on top of the fact that no manually-built kernel has
worked), I emerged mkinitrd.  WWhen I tried to use it, it gave me an
error saying that /lib/modules/linux-2.6.11.12 is not a directory.  An
ls showed me that it didn't exist in any form.  My question is where are
the modules that were built?  Can I just move the modules over (once I
find them), or do I need to create some type of subdirectory structure?

-- 
gentoo-user@gentoo.org mailing list



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

* Re: OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin)
  2006-11-06 18:08   ` OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin) Michael Sullivan
@ 2006-11-06 18:32     ` Bo Ørsted Andresen
  2006-11-06 18:40     ` Peter Ruskin
  2006-11-06 18:44     ` Matthias Langer
  2 siblings, 0 replies; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-11-06 18:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

On Monday 06 November 2006 19:08, Michael Sullivan wrote:
> cd /usr/src
> tar xvfj /home/michael/linux-2.6.11.12.tar.bz2
> rm linux; ln -s linux-2.6.11.12 linux
> cd linux
> make mrproper
> make menuconfig
> make bzImage
> make modules

The steps you're following look like *some* of the steps for compiling a 2.4 
kernel. Perhaps you should read these:

http://www.gentoo.org/doc/en/gentoo-kernel.xml
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin)
  2006-11-06 18:08   ` OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin) Michael Sullivan
  2006-11-06 18:32     ` Bo Ørsted Andresen
@ 2006-11-06 18:40     ` Peter Ruskin
  2006-11-06 18:44     ` Matthias Langer
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Ruskin @ 2006-11-06 18:40 UTC (permalink / raw
  To: gentoo-user

On Monday 06 November 2006 18:08, Michael Sullivan wrote:
> I went to www.netraverse.com and found out that the newest patch
> for Win4Lin for SMP kernels is 2.6.11.  I have to tell you that
> no kernel I've ever built myself (as in without genkernel) has
> booted.  I downloaded 2.6.11 kernel source from www.kernel.org ,
> and it seems to have built correctly.  I followed the following
> steps:
>
> cd /usr/src
> tar xvfj /home/michael/linux-2.6.11.12.tar.bz2
> rm linux; ln -s linux-2.6.11.12 linux
> cd linux
> make mrproper
> make menuconfig
> make bzImage
> make modules
make modules_install
>
> I didn't apply the patch because I wanted to see if I could get
> the vanilla kernel to work before altering it.  Everything seemed
> to build correctly.  As I've had many many problems with trying
> to boot kernels without an initrd (on top of the fact that no
> manually-built kernel has worked), I emerged mkinitrd.  WWhen I
> tried to use it, it gave me an error saying that
> /lib/modules/linux-2.6.11.12 is not a directory.  An ls showed me
> that it didn't exist in any form.  My question is where are the
> modules that were built?  Can I just move the modules over (once
> I find them), or do I need to create some type of subdirectory
> structure?

-- 
Peter
========================================================================
Gentoo Linux: Portage 2.1.2_rc1-r3		kernel-2.6.18-gentoo
AMD Athlon(tm) 64 X2 Dual Core Processor 4400+	gcc(GCC): 4.1.1
KDE: 3.5.5					Qt: 3.3.6
========================================================================
-- 
gentoo-user@gentoo.org mailing list



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

* Re: OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin)
  2006-11-06 18:08   ` OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin) Michael Sullivan
  2006-11-06 18:32     ` Bo Ørsted Andresen
  2006-11-06 18:40     ` Peter Ruskin
@ 2006-11-06 18:44     ` Matthias Langer
  2 siblings, 0 replies; 6+ messages in thread
From: Matthias Langer @ 2006-11-06 18:44 UTC (permalink / raw
  To: gentoo-user

On Mon, 2006-11-06 at 12:08 -0600, Michael Sullivan wrote:
> I went to www.netraverse.com and found out that the newest patch for
> Win4Lin for SMP kernels is 2.6.11.  I have to tell you that no kernel
> I've ever built myself (as in without genkernel) has booted.  I
> downloaded 2.6.11 kernel source from www.kernel.org , and it seems to
> have built correctly.  I followed the following steps:
> 
> cd /usr/src
> tar xvfj /home/michael/linux-2.6.11.12.tar.bz2
> rm linux; ln -s linux-2.6.11.12 linux
> cd linux
> make mrproper
> make menuconfig
> make bzImage
> make modules

# make modules_install
is what you need [1]

[1]: http://www.gentoo.org/doc/en/kernel-upgrade.xml

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-11-06 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-05 19:25 [gentoo-user] OT - Win4Lin Michael Sullivan
2006-11-06 17:23 ` Jason Weisberger
2006-11-06 18:08   ` OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin) Michael Sullivan
2006-11-06 18:32     ` Bo Ørsted Andresen
2006-11-06 18:40     ` Peter Ruskin
2006-11-06 18:44     ` Matthias Langer

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