From: "Mark M. Hart" <markmhart@gmail.com>
To: <gentoo-ppc-user@lists.gentoo.org>
Subject: RE: [gentoo-ppc-user] Mac on Linux?
Date: Mon, 8 May 2006 09:20:06 -0700 [thread overview]
Message-ID: <054e01c672bb$45a28f10$6501a8c0@mark> (raw)
In-Reply-To: <445E5CD9.7010009@gentoo.org>
Thanks!
Mark M. Hart
-----Original Message-----
From: Joseph Jezak [mailto:josejx@gentoo.org]
Sent: Sunday, May 07, 2006 1:47 PM
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] Mac on Linux?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mark M. Hart wrote:
> Here's after re-emerging with USE="sheep"
> I actually got a window for a split-second with the mac-on-linux penguin
> symbol.
>
> Please let me know how to re-emerge with the network masquerading enabled;
> do I do a USE="nat" or USE="tun" or something like that?
>
> Anyway, here goes:
>
> startmol
> Mac-on-Linux 0.9.71-pre8 [May 7 2006 11:11]
> Copyright (C) 1997-2004 Samuel Rydh
> Starting MOL session 0
> The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/tun.o'
> appears to be missing.
> Running in PowerPC 750 mode, 96 MB RAM
> Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
> Using USB mouse on /dev/input/mice
> OHCI USB controller registered
> Could not open '/var/lib/mol/x11.kbd'
> Fullscreen video on VT 9.
> Could not open '/var/lib/mol/console.kbd'
> Cache enabled for console-video
> Video driver(s): [xvideo] [console_video]
>
> 640* 480, depth 8,15,32 { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
> 640* 480, depth 8 { 116.6 } Hz
> 800* 600, depth 8,15,32 { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
> 800* 600, depth 8 { 94.8 } Hz
> 800* 600, depth 8,15,32 { 99.9 } Hz
> 1024* 768, depth 8,15,32 { 60.0, 70.0 } Hz
> 1024* 768, depth 8 { 74.8 } Hz
> 1024* 768, depth 8,15,32 { 75.0 } Hz
> 1152* 768, depth 8,15,32 { 54.7 } Hz
> 1280* 854, depth 8,15,32 { 60.0 } Hz
> 1152* 864, depth 8,15,32 { 59.9 } Hz
> 1280*1024, depth 8,15,32 { 0.0, 60.0, 60.0 } Hz
> 1440* 960, depth 8,15 { 0.0 } Hz
> 1600*1024, depth 8,15 { 0.0 } Hz
> 1600*1200, depth 8,15 { 0.0 } Hz
> 1680*1050, depth 8,15 { 0.0 } Hz
>
> Ethernet Interface (port 1) 'sheep-<eth0>' @ FE:FD:DE:AD:BE:EF [nodhcp]
>
> FATAL: Module ip_tables not found.
> iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
> you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> Ethernet Interface (port 2) 'tun-<tun0>' @ 00:00:0D:EA:DB:EE
>
> ip/mask: 192.168.40.2/255.255.255.0 gw: 192.168.40.1
> broadcast: 192.168.40.255 nameserver: 192.168.40.1
>
> ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
> ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
> returned error: No such device
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat
> returned error: No such device
> ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
> ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer
returned
> error: No such device
> ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
> ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default
>
> CD /dev/cdrom CD/DVD <read-only> ------
> ------> /dev/hda6 is linux-mounted with write privileges.
> HFS+ /dev/hda6 os 9.0 system <read-only> 1024 MB
>
> SCSI devices:
>
> SCSI /dev/cdrom [CDROM/DVD driver]
>
>
>>> =============================================================
>>> Mac-on-Linux OpenFirmware 0.9.70
>
>>> --- No bootable disk was found! -----------------------------
>>> If this is an oldworld machine, try booting from the MacOS
>>> install CD and install MacOS from within MOL.
>>> -------------------------------------------------------------
> cleaning up...
> FATAL: Module ip_tables not found.
> iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
> you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> Terminating threads...
> DONE
> markmhart@mac2 ~ $
>
> Thanks!
>
> Mark M. Hart
OK, fine, in the kernel. I did a genconfig --menuconfig and couldn't find
these options in the menus. So, do I need to specify them on the genconfig
command line? And if so, what is the proper way? I did a genconfig --help
but got little support from that. There is no man entry for genconfig.
Thank you SO MUCH for all the help you are giving me, I REALLY appreciate
it.
---------- Your entry below ----------------
They're *kernel* options. You need to enable these options in your
*kernel* and recompile with support for the things below.
- From the ebuild:
If errors with networking occur, make sure you have the following
kernel functions enabled:
For connecting to Linux:
Universal TUN/TAP device driver support (CONFIG_TUN)
For the dhcp server:
Packet Socket (CONFIG_PACKET)
For NAT:
Network packet filtering (CONFIG_NETFILTER)
Connection tracking (CONFIG_IP_NF_CONNTRACK)
IP tables support (CONFIG_IP_NF_IPTABLES)
Packet filtering (CONFIG_IP_NF_FILTER)
Full NAT (CONFIG_IP_NF_NAT)
MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE)
- -Joe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEXlzZwGq7BLLARfoRAsaNAJ0TqxTB++KGQ04xK+jKXNU6fDXeBACg1KQD
MPAUcLCVhC8qapflFCdhTYI=
=eGzl
-----END PGP SIGNATURE-----
--
gentoo-ppc-user@gentoo.org mailing list
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
--
gentoo-ppc-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-05-08 16:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-06 16:14 [gentoo-ppc-user] Mac on Linux? Mark M. Hart
2006-05-06 16:27 ` Nicolas Mainil
2006-05-06 16:51 ` Joseph Jezak
2006-05-06 21:51 ` Mark M. Hart
2006-05-06 22:46 ` Joseph Jezak
2006-05-06 23:06 ` Mark M. Hart
2006-05-06 23:26 ` Joseph Jezak
2006-05-07 0:54 ` Mark M. Hart
2006-05-07 1:25 ` Joseph Jezak
2006-05-07 18:05 ` Mark M. Hart
2006-05-07 18:31 ` Joseph Jezak
2006-05-07 20:29 ` Mark M. Hart
2006-05-07 20:47 ` Joseph Jezak
2006-05-08 16:20 ` Mark M. Hart [this message]
2006-05-08 17:02 ` Joseph Jezak
2006-05-09 16:29 ` Mark M. Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='054e01c672bb$45a28f10$6501a8c0@mark' \
--to=markmhart@gmail.com \
--cc=gentoo-ppc-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox