From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vk1-f195.google.com ([209.85.221.195]) by ewsd; Mon Jun 10 06:58:44 EDT 2019 Received: by mail-vk1-f195.google.com with SMTP id g124so1550766vkd.1 for <9front@9front.org>; Mon, 10 Jun 2019 03:58:42 -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:content-transfer-encoding; bh=DWvvIgb2S97sYCHN2xQrlr00jz3duP9L3Bb3pio0GRI=; b=TVo7aBj1ZPl8hkGg8NvYb29bmhwkUPbYvo6CT2HujLiYrKkZA20oLnEtU8dNFo9q3u Ffebw2GH2XuWNJeft33kua2EIv62W86EFQrQk5KxzMCUaQL5+VEmf4oneAVgIM4EFrvK 5LJ3QLqgdOnbgHET7/Mz1chfzEunpCtmdTIzFoidSBISPbjU0NPmb4zeLMtk4enBs0uv dao4w2y9Syf+K4bpPBVdQiXRu2mbG9kg7f+EtiT9msfyqMlF4IfCoIckoxDRY3GcW9y0 Zd+BCRkB/MeWvw0yMiaBWq26YmnhcOOpu/YDWjjywvjderyGgPpGkJ0TpYkOyZahvPZy N2Yg== 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:content-transfer-encoding; bh=DWvvIgb2S97sYCHN2xQrlr00jz3duP9L3Bb3pio0GRI=; b=lhVm+jJm1fOrDiSLXM3thoSrhfkYQx64SucZgPHEQBVjy4MPf0GEg8j7JBL35Np5OW M3KPbi58LN4Z7coQ66+rXEIPM4Hjmcw0TcIQSDvWeNk4aZKLn7ePm2M7Vmi0PcQqpcTj oMTittrYVNRvWhNqU92cMrGWO5KvDjGO+XAFNvQ5yLD0cv1JQ0yuNXfVLtVUZ99NJxTU u/Nrzzclc9ugrvi8oUXTwmGTrqwvFsldh8FdpWwj/MIWVUL3dFCpSYeSaCEm0bfA8H6B /s3ItmlzJv7M0jWAsqnulyDMIfTbEcCTEtSuRd1x2FEU62F8uN+U2tVOoJj7G8Nsejdw uekQ== X-Gm-Message-State: APjAAAVL+f3WTtRK2eu2zsLaNnAe2Vu8iq4IScZXB+cIhRLL0W7h9qjC q5lvq5xI+xEvHaQBs6xHvJ+6lnphiDlcof7rf26cCICS X-Google-Smtp-Source: APXvYqw1Z9/AAc+4W6vW55UAEwrPvxAQ9eTe8aHF5JrwkzJweACFmPDyEyUjK6nfl6a4egpFLGdGKUC9j5Q03e9Ddsc= X-Received: by 2002:a1f:b552:: with SMTP id e79mr720112vkf.90.1560164321814; Mon, 10 Jun 2019 03:58:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Mon, 10 Jun 2019 19:58:30 +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" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged overflow-preventing just-in-time reduce/map framework Looking at http://fqa.9front.org/fqa3.html#3.2.3.1 (list of known working hardware) I can't seem to find the Ethernet hardware with vid/did of 8086/15bc. The motherboard I'm using is relatively new (B360 D3H), so I'm guessing either the fqa is not updated yet or the appropriate driver isn't yet implemented. I'll try looking around for some more information... On Mon, Jun 10, 2019 at 5:44 PM =EC=97=BC=EC=A4=80=ED=98=81 wrote: > > This is what I have when I type in 'pci -v' : > > 0.31.6: net 02.00.00 8086/15bc 11 0:a1100000 131072 > Intel Corporation Ethernet Connection (7) I219-V > > So I'm assuming this is the case where the driver is there, > and I just need to add the PCI ID to the driver? > > On Mon, Jun 10, 2019 at 3:59 PM wrote: > > > > > Aside from all this, I managed to run confignet! > > > It was done simply by running "main" on /bin/inst. > > > The message I got was > > > > > > "Could not find ethernet card" > > > > > > This system used to run Linux and Internet worked then, so > > > I'm guessing it's lack of drivers or something similar. I'm going to > > > have to do a little more digging for this... (for one, I don't even k= now > > > which ethernet card I have on my system). > > > > Yes, you're probably right. it's likely to need a patch. Often, the > > change is just adding a new PCI ID to a driver that already exists. > > > > `pci -v` will tell you what card you have. You should see a line > > like: > > > > 0.25.0: net 02.00.00 8086/1502 5 0:f7c00000 131072 1:f7c3900= 0 4096 2:0000f081 32 > > Intel Corporation 82579LM Gigabit Network Connection (L= ewisville) > > > > From there, we can tell if it's a variation of something a driver > > already exists for or not. > >