Thank you, Chris.  I'll try these steps the next time I install Dapper.  (Currently I'm testing OpenDarwin.)  It's strange that it didn't recognize my Ethernet, however -- earlier version of Ubuntu found it just fine, and I just installed OS 9 to confirm the Ethernet is still working.  (It worked fine under OS 9.)
<br><br>Harold<br><br><div><span class="gmail_quote">On 6/7/06, <b class="gmail_sendername">Christofer C. Bell</b> <<a href="mailto:christofer.c.bell@gmail.com">christofer.c.bell@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 6/5/06, Harold Johnson <<a href="mailto:harold.johnson@gmail.com">harold.johnson@gmail.com</a>> wrote:<br>> I'm having the same problem after installing Ubuntu Server (Dapper) on my<br>> PowerBook G3; during installation, Dapper couldn't seem to find my Ethernet.
<br>>  As a result, it's not configured for the 'Net.<br>><br>> How can we configure for the 'Net?<br><br>Dapper does not prompt for networking information during the<br>installation, I've found, leaving the network unconfigured.  This is
<br>problematic for the target audience of the software who are probably<br>going to be left lost at this point.<br><br>My Ethernet was detected just fine, however no network was configured<br>as the machine does not sit on a DHCP enabled network.  You can
<br>configure your IP address and whatnot using the file<br>/etc/network/interfaces.  You'll want to change the entry that reads:<br><br>iface eth0 inet dhcp<br><br>To read something like this:<br><br>iface eth0 inet static
<br>        address <a href="http://10.22.154.14">10.22.154.14</a><br>        netmask <a href="http://255.255.255.0">255.255.255.0</a><br>        gateway <a href="http://10.22.154.1">10.22.154.1</a><br><br>That's from my machine and your configuration may differ.  Also,
<br>you'll need to add nameservers to /etc/resolv.conf.  This file does<br>not exist by default so it's safe to create it.  You'll want something<br>like this in there:<br><br>search <a href="http://domain1.com">domain1.com
</a> <a href="http://domain2.com">domain2.com</a><br>nameserver <a href="http://192.168.10.11">192.168.10.11</a><br>nameserver <a href="http://192.168.10.14">192.168.10.14</a><br>nameserver <a href="http://10.22.119.161">
10.22.119.161</a><br><br>Obviously, again, your configuration will differ, but you should have<br>the idea.  Note that the search directive is entirely optional.  The<br>nameserver directives (you must have at least one, and no more than
<br>three) are not.<br><br>Good luck!<br><br>--<br>Chris<br><br>"I trust the Democrats to take away my money, which I can afford.  I<br>trust the Republicans to take away my freedom, which I cannot."<br><br>--<br>
ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></blockquote></div><br>