Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HELP - not finding ethernet device
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2365
Location: Kentucky

PostPosted: Fri Jan 12, 2018 6:24 pm    Post subject: HELP - not finding ethernet device Reply with quote

I just booted a gentoo live usb that has a 4.9.6-gentoo-r1 kernel. It is x86_64, so 64-bit. lsmod shows the tg3 is loaded, but ifconfig -a only shows localhost.
lspci -k shows the ethernet device is a Dell NetLink, which is a Broadcom BCM7780. It uses PCIe.

What could be the matter that eth0 (or goofy named new equivalent) ethernet device is not showing up?

The ubuntu live usb finds eth0 just fine. :?
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Fri Jan 12, 2018 6:59 pm    Post subject: Re: HELP - not finding ethernet device Reply with quote

Moriah wrote:
I just booted a gentoo live usb that has a 4.9.6-gentoo-r1 kernel. It is x86_64, so 64-bit. lsmod shows the tg3 is loaded, but ifconfig -a only shows localhost.
lspci -k shows the ethernet device is a Dell NetLink, which is a Broadcom BCM7780. It uses PCIe.

What could be the matter that eth0 (or goofy named new equivalent) ethernet device is not showing up?

The ubuntu live usb finds eth0 just fine. :?
what driver does the ubuntu live usb use?
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2365
Location: Kentucky

PostPosted: Fri Jan 12, 2018 7:02 pm    Post subject: Reply with quote

Sorry, but I don't know. They load a bazillion modules "just to be sure". The lspci under gentoo says tg3 is the right driver.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
P.Kosunen
Guru
Guru


Joined: 21 Nov 2005
Posts: 309
Location: Finland

PostPosted: Sun Jan 14, 2018 2:38 pm    Post subject: Reply with quote

Try SystemRescueCd, it is Gentoo compatible.
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2365
Location: Kentucky

PostPosted: Fri Jan 19, 2018 11:38 pm    Post subject: Reply with quote

I have already verified that the live usb has tg3 loaded, so the problem is not that the ethernet driver is missing.

I think maybe it has to do with how to get to the ethernet hardware. This ethernet hardware is listed as PCIe by lspci, so I'm wondering if I also need some kind of PCIe multiplexer driver or something, and missing that is what is keeping my ethernet hardware from being found.

I really want to use this ethernet port, becaue it is gigabit ethernet and is on the motherboard. If all else fails, I have some 100baseT ethernet boards lieing around here. I could plug one of those in and get an ethernet connection, but that doesn't help me figure out what the problem is with this gigabit PCIe ethernet hardware on the motherboard.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Jan 19, 2018 11:56 pm    Post subject: Reply with quote

Told you i find it strange, because i had own a tg3 card and never get any trouble.
But as your tg3 card is dell, maybe you need something special for it.

Anyway, if you need it to install, just use the ubuntu livecd
And if you need it in your gentoo, then you have to seek what the tg3 might need to work with your card: which for me looks resume to "a switch to gave to the tg3 module" or "a firmware for the tg3 card"
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2365
Location: Kentucky

PostPosted: Sun Jan 21, 2018 2:15 am    Post subject: Reply with quote

Yes, I need it under the installed gentoo system, because this box is my gateway firewall between a cable modem and my dmz. the cable is 300mbps capable, so I don't want to throttle it with a slow ethernet port. I can install using a 100mbps card, but when its done, I need the gigabit ethernet working.

I'm wondering if the fact the the ethernet hardware is PCIe makes any difference. Do I need special drivers to use PCIe with any devices plugged into it, besides the device driver itself? Is PCIe like USB, needing support for teh channel as well as support for any attached devices. I will actually need 2 gigabit ethernet ports on this machine, one to the cable modem, and one to the dmz. I thought I could get most of the install up and running before I added the second port.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Sun Jan 21, 2018 3:05 am    Post subject: Reply with quote

Not sure if this will help, but this is what I get from one of my 4.9 machines in terms of PCIE.

Code:

CONFIG_PCIEPORTBUS=y      <- PCIE bus
CONFIG_PCIEAER=y          <- PCIE error reporting
CONFIG_PCIEASPM=y         <- PCIE ACPI
CONFIG_PCIEASPM_DEFAULT=y <- PCIE ACPI mode (BIOS default vs forcing powersave/performance)
CONFIG_PCIE_PME=y         <- PCIE ACPI again
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sun Jan 21, 2018 3:37 am    Post subject: Reply with quote

Moriah wrote:
I'm wondering if the fact the the ethernet hardware is PCIe makes any difference. Do I need special drivers to use PCIe with any devices plugged into it, besides the device driver itself? Is PCIe like USB, needing support for teh channel as well as support for any attached devices. I will actually need 2 gigabit ethernet ports on this machine, one to the cable modem, and one to the dmz.
I have two systems with Intel pcie cards and I only had to load the e1000e driver at boot. I have a 32 bit system with only old PCI. I only had to load the e1000 driver.
Are there any messages or warnings in dmesg? If this system is OpenRC, make sure the module is listed in /etc/conf.d/modules and/or that tmpfiles replacement that came in later versions of OpenRC.
Code:
X3 tony # lspci|grep Ether
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
The Intel controller is an add-in PCIe card. The Realtek is built onto the motherboard, but as you see it is connected by PCI also. I think your problem lies elsewhere.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum