From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9ef9a75f3e1682cb4d558217ff884952@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: ahoi.. well would you help me out? From: andrey mirtchovski In-Reply-To: <02bd01c3f12f$5f6cd230$67844051@SOMA> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 11 Feb 2004 22:34:47 -0700 Topicbox-Message-UUID: df94c802-eacc-11e9-9e20-41e7f4b1d025 > 1: would you correct the cd boot loader so that in case it recognizes the cd > az sdD1 it wouldn't try to boot sdD0!cdboot!9pcflop.gz you can do that from plan9.ini once you've fixed your other booting problems. > 3: I am working on the boot problem now, but I will also need info how to > setup an adsl connection with plan9. is it possible? In every installation > guide there's a section how to set up networking, but not a single line on > how to set up an adsl connection. > Thnx adsl is the same as other networking -- if you have a static IP address you tell it as arguments to ipconfig, if your adsl provider does dhcp you uncomment "ip/ipconfig" in termrc or cpurc (termrc if you've just installed, cpurc if you're building a "proper" plan9 network). as for the booting: you have more than one OS on that machine, right? if you're using LILO there are plenty of hints in the archives on how to set it up. If you're using a different boot loader you may have to give the list a bit more information about it before somebody shows up with a solution :) andrey