Gentoo Archives: gentoo-ppc-user

From: Joseph Jezak <josejx@g.o>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Mac on Linux?
Date: Sun, 07 May 2006 20:48:25
Message-Id: 445E5CD9.7010009@gentoo.org
In Reply to: RE: [gentoo-ppc-user] Mac on Linux? by "Mark M. Hart"
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Mark M. Hart wrote:
5 > Here's after re-emerging with USE="sheep"
6 > I actually got a window for a split-second with the mac-on-linux penguin
7 > symbol.
8 >
9 > Please let me know how to re-emerge with the network masquerading enabled;
10 > do I do a USE="nat" or USE="tun" or something like that?
11 >
12 > Anyway, here goes:
13 >
14 > startmol
15 > Mac-on-Linux 0.9.71-pre8 [May 7 2006 11:11]
16 > Copyright (C) 1997-2004 Samuel Rydh
17 > Starting MOL session 0
18 > The kernel module '/usr/lib/mol/0.9.71/modules/2.6.15-gentoo-r1/tun.o'
19 > appears to be missing.
20 > Running in PowerPC 750 mode, 96 MB RAM
21 > Timebase: 16.70 MHz, Bus: 66.82 MHz, Clock: 233 MHz
22 > Using USB mouse on /dev/input/mice
23 > OHCI USB controller registered
24 > Could not open '/var/lib/mol/x11.kbd'
25 > Fullscreen video on VT 9.
26 > Could not open '/var/lib/mol/console.kbd'
27 > Cache enabled for console-video
28 > Video driver(s): [xvideo] [console_video]
29 >
30 > 640* 480, depth 8,15,32 { 59.9, 72.1, 74.9, 89.9, 99.7 } Hz
31 > 640* 480, depth 8 { 116.6 } Hz
32 > 800* 600, depth 8,15,32 { 56.2, 60.3, 70.0, 72.1, 89.9 } Hz
33 > 800* 600, depth 8 { 94.8 } Hz
34 > 800* 600, depth 8,15,32 { 99.9 } Hz
35 > 1024* 768, depth 8,15,32 { 60.0, 70.0 } Hz
36 > 1024* 768, depth 8 { 74.8 } Hz
37 > 1024* 768, depth 8,15,32 { 75.0 } Hz
38 > 1152* 768, depth 8,15,32 { 54.7 } Hz
39 > 1280* 854, depth 8,15,32 { 60.0 } Hz
40 > 1152* 864, depth 8,15,32 { 59.9 } Hz
41 > 1280*1024, depth 8,15,32 { 0.0, 60.0, 60.0 } Hz
42 > 1440* 960, depth 8,15 { 0.0 } Hz
43 > 1600*1024, depth 8,15 { 0.0 } Hz
44 > 1600*1200, depth 8,15 { 0.0 } Hz
45 > 1680*1050, depth 8,15 { 0.0 } Hz
46 >
47 > Ethernet Interface (port 1) 'sheep-<eth0>' @ FE:FD:DE:AD:BE:EF [nodhcp]
48 >
49 > FATAL: Module ip_tables not found.
50 > iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
51 > you need to insmod?)
52 > Perhaps iptables or your kernel needs to be upgraded.
53 > Ethernet Interface (port 2) 'tun-<tun0>' @ 00:00:0D:EA:DB:EE
54 >
55 > ip/mask: 192.168.40.2/255.255.255.0 gw: 192.168.40.1
56 > broadcast: 192.168.40.255 nameserver: 192.168.40.1
57 >
58 > ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
59 > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver
60 > returned error: No such device
61 > ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
62 > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat
63 > returned error: No such device
64 > ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
65 > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned
66 > error: No such device
67 > ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
68 > ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default
69 >
70 > CD /dev/cdrom CD/DVD <read-only> ------
71 > ------> /dev/hda6 is linux-mounted with write privileges.
72 > HFS+ /dev/hda6 os 9.0 system <read-only> 1024 MB
73 >
74 > SCSI devices:
75 >
76 > SCSI /dev/cdrom [CDROM/DVD driver]
77 >
78 >
79 >>> =============================================================
80 >>> Mac-on-Linux OpenFirmware 0.9.70
81 >
82 >>> --- No bootable disk was found! -----------------------------
83 >>> If this is an oldworld machine, try booting from the MacOS
84 >>> install CD and install MacOS from within MOL.
85 >>> -------------------------------------------------------------
86 > cleaning up...
87 > FATAL: Module ip_tables not found.
88 > iptables v1.3.4: can't initialize iptables table `nat': iptables who? (do
89 > you need to insmod?)
90 > Perhaps iptables or your kernel needs to be upgraded.
91 > Terminating threads...
92 > DONE
93 > markmhart@mac2 ~ $
94 >
95 > Thanks!
96 >
97 > Mark M. Hart
98
99 They're *kernel* options. You need to enable these options in your
100 *kernel* and recompile with support for the things below.
101
102 - From the ebuild:
103
104 If errors with networking occur, make sure you have the following
105 kernel functions enabled:
106 For connecting to Linux:
107 Universal TUN/TAP device driver support (CONFIG_TUN)
108 For the dhcp server:
109 Packet Socket (CONFIG_PACKET)
110 For NAT:
111 Network packet filtering (CONFIG_NETFILTER)
112 Connection tracking (CONFIG_IP_NF_CONNTRACK)
113 IP tables support (CONFIG_IP_NF_IPTABLES)
114 Packet filtering (CONFIG_IP_NF_FILTER)
115 Full NAT (CONFIG_IP_NF_NAT)
116 MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE)
117
118 - -Joe
119 -----BEGIN PGP SIGNATURE-----
120 Version: GnuPG v1.4.3 (GNU/Linux)
121 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
122
123 iD8DBQFEXlzZwGq7BLLARfoRAsaNAJ0TqxTB++KGQ04xK+jKXNU6fDXeBACg1KQD
124 MPAUcLCVhC8qapflFCdhTYI=
125 =eGzl
126 -----END PGP SIGNATURE-----
127 --
128 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-ppc-user] Mac on Linux? "Mark M. Hart" <markmhart@×××××.com>