From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vs1-f48.google.com ([209.85.217.48]) by ewsd; Tue Jun 11 07:10:16 EDT 2019 Received: by mail-vs1-f48.google.com with SMTP id l20so7631147vsp.3 for <9front@9front.org>; Tue, 11 Jun 2019 04:10:11 -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=xfrJZxq2jc1whGVGZkiS/cUB/6W2NhD8V7B2KS2dOpw=; b=QIWrw1JtlTlFSaCZbdPcDWg/wL3PWtmIJcdu7XL2t2zbhzL2oOnPVIUFsj1TaNy6HJ XADIj6/FREKtM2KY8w1GuSGBnKqVu13Qrv4/MRrPOO1pM/8i77QRD2k3kjJtvawV4kxe auDuGL+n+jzYV9wWA1MWpkocpUIh3JOS87Ru1WFKcco5zYhfYUh/rhFrtjQqPKlm3qhj j9Ic2AJmW0whPTbBVWJvZZxOEJvTnsuirkpNBsT6EvB2rR+ArqnKI4XltRcW/EO5HviJ 1yjLY0W1oTmSUARSUuIeQJnKJH5RPZfccWVcxPldRXuQRt0rCN1b72KSR1GZy3SwUN+7 T2Iw== 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=xfrJZxq2jc1whGVGZkiS/cUB/6W2NhD8V7B2KS2dOpw=; b=PZH/TG87wt5se4binbgAeZOvvytxlDnExYrgB5Vwu7naG+9EUli+NJD1tTM7474yaC JRFG4mDBDusLOe00sOx5D/JdloM4aszmdZZcwcqj7YTle7qW2YB78vd9vdnbSl2hHCyk nRy6vl/a+5O9ZrGN6KoUGvRYh8wJv4ArBAMOq2UJlIeKfRfRPASrPKt0S6lOTm5gKgXT kWhd+hmLX9442uhMY0ONqt5KwxrnlNA2XqtxIwUaRupMOiNWWWZhDS5c0+bEFl32VmVe Bf3fg7EXdCbZE955Lm9rbfTTC6MxxJLCuwsCqpqklItaYBD6I+oJOwu/KkubXgs9Y8o7 KCdw== X-Gm-Message-State: APjAAAVEbig1HxXzuEDSJ75hBEvoWhzZz/pw/HOfoKQeTmXkO/ZloTrp 925PP4Db9VCKIxGJug3FHllOj05iw4hVULsaz7ebBQ== X-Google-Smtp-Source: APXvYqydpFPvqfyRy1I3f5E4lzQBdf6XXpkSgfv0QynIA9u2kHRO67j+npga/aHQRmQBo3HhVuRfDzKIUkH4Os+qbEM= X-Received: by 2002:a67:e419:: with SMTP id d25mr11384110vsf.196.1560251410744; Tue, 11 Jun 2019 04:10:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Tue, 11 Jun 2019 20:10:00 +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: immutable transactional configuration information layer Hmm... it's still not working, (same error message) although I'm not sure if I'm building the kernel source right. Anyways, thanks for the suggestions and all the help, I'll dig in more deep when I have time (I have to do some work for my company for the time being...). Thanks, Joonhyeok Yeom On Tue, Jun 11, 2019 at 12:51 AM wrote: > > > 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... > > If it was known to be working, you wouldn't have to add the PCI ID to > the driver. Still, it looks like a new ID for a known chip. > > Try this change: > > diff -r b703b47e2940 sys/src/9/pc/ether82563.c > --- a/sys/src/9/pc/ether82563.c Sat Jun 08 15:56:03 2019 +0930 > +++ b/sys/src/9/pc/ether82563.c Mon Jun 10 08:50:44 2019 -0700 > @@ -1987,6 +1987,7 @@ > case 0x1570: /* i219-v */ > case 0x15b8: /* i219-v */ > case 0x15b9: /* i219-lm */ > + case 0x15bc: /* i219-v */ > case 0x15d6: /* i219-v */ > case 0x15d7: /* i219-lm */ > case 0x15d8: /* i219-v */ >