From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vk1-f196.google.com ([209.85.221.196]) by ewsd; Mon Jun 10 04:44:20 EDT 2019 Received: by mail-vk1-f196.google.com with SMTP id c200so807504vke.13 for <9front@9front.org>; Mon, 10 Jun 2019 01:44:17 -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=Je9wRLjqukH7o0YHamUJTeHm59z6Zupov6ujaiTtvW0=; b=NPZwhNCn0RjncbvPaIKaqGsACMvtkSE5V1wDCbvawgoMwl11oR9zqWcpl1RZYhtkoD Klelt5QUuCdNGFNUKkx1+ILOd0K2CTjJM0ndW6LLlDz2kgtaRrqi2alE3jqTukMF8FU+ LXCUhYpJC1Y8l5PD5YObtb74Ge8AKnZATmAX57yNdrE8jNKcpcBhB2Li38kQD7XwVDHU ic2V9SmddpUY3faTO4LF0XjFzRDXpCJb247DhuESaWKeeEVTFfDz6hBG6Fe1v9CNdgIj AvjYeRB0/CmTaDoIBEjZZVoZVaooBFVuDRe/cORkm+xGoWcDRJcSjxfelPLx5OVSAafB lGsw== 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=Je9wRLjqukH7o0YHamUJTeHm59z6Zupov6ujaiTtvW0=; b=JEUkjMReHwLT6eS0QhNzarufdZWF7lILZD1RpbwpGqNcnHrrF6VkeUfUXELxvL6tAH njY58EbXPFMtOvC3EI5ZUy9q5P78klt85RC5R6JKbiOMffW+LFWWR7+oopRshW5bJjhV nejdakfik99KcoLLfX20WwRGgbBVLZseFza4D+b0npkZpiZLqOiYMXWC3r0RRdB/MNdZ 3WtQhl/EAsigQPFUxlwYjXqln7VatU0bWwrXMWXvEr/S0Jjd0/YSPHtxr2McR/VahI27 3iAdtbGu1GBxx2crrfOHzCWh9/UgC9W3YRDqRZjwGsWIpDxMkDTppvCNrr0PQ55GMIrl 8oCg== X-Gm-Message-State: APjAAAX8MiuALh01MkVwSZv5rZqe0+xIp7w7ZLmqHaGLAkZPnh3sDRs0 9dfQQYTiy8bi9O0b6+NBjLk5LFdgkxFGEqSu8/xI+Q== X-Google-Smtp-Source: APXvYqy6RY57CZ+1zZ7TnQIMfPItvnEQTpuxwHB9H218ZafhiQ+X60CEk/vwmBrIOraEBLZUMPyNezJysVgmJ+g9BqQ= X-Received: by 2002:a1f:8bc4:: with SMTP id n187mr2377454vkd.32.1560156256810; Mon, 10 Jun 2019 01:44:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Mon, 10 Jun 2019 17:44:05 +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: extended lifecycle polling rich-client browser dependency-oriented solution 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 know > > 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:f7c39000 4096 2:0000f081 32 > Intel Corporation 82579LM Gigabit Network Connection (Lewisville) > > From there, we can tell if it's a variation of something a driver > already exists for or not. >