From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ua1-f42.google.com ([209.85.222.42]) by ewsd; Thu Jun 13 20:52:24 EDT 2019 Received: by mail-ua1-f42.google.com with SMTP id a97so274922uaa.9 for <9front@9front.org>; Thu, 13 Jun 2019 17:52:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=djJNwXr7s+i8jMukiEc12C+h3nOwXIvgj9HEjTWBcY4=; b=u/Y9RXgcYllCdu1tgEeEc4TJP8gvAOn8+vBpz97d9aDDl7UDDMOkvnDT11YFn8svjf 5qmdEF6PwfcO1DmfU8YDRc+qV+nHpOgyhTcB7ceQfmjCMuvbqCqtr/4t2RKpJqI6yvxd uhMDBS5fj3ZloiCFuN71zlMS7JFtd9aTl1xTMq+QQ5WP60tUOGqLLx+YDm6fAa2fiRE5 k0Se7GXAW6EAnf9F1DgQdxeM+1K1QB/dqZpqj80FPqZSmr1dcCPZBCyhc7MXnUjnEJM1 fMDOBh3vyU9LDRXzxJgIpQGERScO8glxN+jXqA+4YJ6NBpeozOEuIT2zBKA1u6VOzlKI hOdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=djJNwXr7s+i8jMukiEc12C+h3nOwXIvgj9HEjTWBcY4=; b=QNktzaOexN5MvjK3uVdR6hbMIF7aMxSVAXoktBRks7b1Svsn9EDE+DaRSavXlNV9/K AZmpNfeEwCJTw3ZE4o2l3a7LWHqW4q1UpHv7wS69Lsaaip3bob0IwQtIZebKi/+ct51l FRRW7iJ4S8MXddb7JTHXGMNGAW+VLz9PFijVg8q/vEflXGenmcFz4+Dr/T3C3MZljqCM 7uhF8nue4gOReBuEMGSPCmH4V/hpAZnlsWF1stDY8kU63ZScdXEY87jMVIB2/y6aA25L EixpAagB2D9vr6VBhOBOaE58jCNkLvNLq4R6p+MtpVVzs63522KsDZ63uJZkkPCAr5yq TXMA== X-Gm-Message-State: APjAAAWW9dFNa30Mxy8pRht15QUz/0x5p185aN4wJiAPb+xucLljYYlL IIo6JSmEni1rxRSpvvF6tubNPmGUYL4Rm3bZGcE= X-Google-Smtp-Source: APXvYqweyZL7w0IrhcuamqEgpR49ogtyD13JSrgFZShOG/5qbtorjGD+/Jp0oqPt9NBoSEzJ+GbsR9qatGhS5vm3y7I= X-Received: by 2002:ab0:2b93:: with SMTP id q19mr539632uar.84.1560473541405; Thu, 13 Jun 2019 17:52:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Fri, 14 Jun 2019 09:52:11 +0900 Message-ID: Subject: Re: [9front] Need help with configuring the Internet To: ori@eigenstate.org Cc: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social HTTP realtime-java-oriented interface I actually wasn't expecting help at this moment. I still do need some, but by now since I was suspecting that I did something wrong from the beginning of the installation, I needed some time to trace back what I did and what I've done wrong. But at the same time, I didn't want to reply too late, so it was rather just to inform you quickly of my current situation. I felt like I was going to ask too much basic questions that are already in the FQA, so I wanted to take some time before posting more questions.. Anyways, here are the steps I did. I took these steps based on http://fqa.9front.org/fqa5.html#5.2.2.1 and also your input. 1. acme /sys/src/9/pc/ether82563.c, then add line case 0x15bc: /* i219-v */ 2. cd / . /sys/lib/rootstub cd /sys/src mk clean objtype=amd64 mk install 3. This is according to http://fqa.9front.org/fqa7.html#7.2. I overlooked these steps since I was only looking at section 5. bind -b '#S' /dev # bind the local hard drive kernel device over /dev 9fs 9fat /dev/sdE0/9fat # specify the full path to the corresponding 9fat These steps I did rather because I wasn't sure that what I was typing in was on console. Is an rc shell considered console or is there a separate terminal for consoles? This was one of the questions that I thought you guys might find too basic.... 4. (I'm not sure if i did 9fs 9fat again..) rm /n/9fat/9bootfat cp /386/9bootfat /n/9fat/ chmod +al /n/9fat/9bootfat # defrag magic cp /amd64/9pc64 /n/9fat/ acme plan9.ini, then change bootfile=9pc to bootfile=9pc64 5. ctrl + alt + delete, then select plan9 partition on booting (press F12, then select UEFI OS) One thing I didn't do, was mk install one more time on /sys/src/9/pc64. I assumed mk install on /sys/src will create every necessary binaries, including the ones for /sys/src/9/pc64. So is that a necessary step? Thanks, Joonhyeok Yeom On Thu, Jun 13, 2019 at 5:48 PM wrote: > > > echo $objtype DID return 386, so I looked back and > > I'm guessing I missed these steps : > > > > bind -b '#S' /dev # bind the local hard drive kernel device over /dev > > 9fs 9fat /dev/sdXX/9fat # specify the full path to the corresponding 9fat > > > > I might have missed more. Anyways, echo $objtype now > > returns amd64. Unfortunately, running confignet still returns > > "Could not find ethernet card." > > Yes, you might have missed more, but since you didn't tell us what > you actually did, step by step, we can't help you. > > Please post the exact steps you took to rebuild the kernel, > install it, and reboot into the new kernel. > > > Nevertheless, thanks for all your help. I think I might have missed more steps > > during install, so I'll take some time on it, and also just learning more > > about the system itself. I think I might be bothering you guys too > > much by now :) > > Good questions aren't a problem. Make sure you give all the detail > you can when you ask. I should be able to reproduce the state of the > system based on the information you give. > > Read https://www.mikeash.com/getting_answers.html >