Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

Need help with peripherals or devices?
Post Reply
Message
Author
1885
Posts: 127
Joined: 2014-06-05 04:23

NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

#1 Post by 1885 »

We are doing a bid to set up a lab of computers (25) that will rub Debian 9+
We went to install Debian 9 and the Nic for the follow motherboard did not get recognized.
GIGABYTLE H370 HD3 - NIC DRIVER?

QUESTION
We know the Nic is an INTEL (7) I219-V
and an INTEL i5 8500

Please throw me a bone on driver options.

We are going to install a PCI 3com and see if I can use that nic to install.

Thanks
Last edited by 1885 on 2018-05-08 19:30, edited 2 times in total.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#2 Post by stevepusser »

The hardware is supposed to be supported by the kernel's e1000e driver.

https://cateee.net/lkddb/web-lkddb/E1000E.html
vendor: 8086 ("Intel Corporation"), device: 15b8 ("Ethernet Connection (2) I219-V")
Possibly it requires the firmware-misc-nonfree package to work: https://packages.debian.org/stretch/fir ... sc-nonfree

I found these firmware files in it:

Code: Select all

 * Intel 82559 D101M microcode (e100/d101m_ucode.bin)
 * Intel 82559 D101S microcode (e100/d101s_ucode.bin)
 * Intel 82551-F and 82551-10 microcode (e100/d102e_ucode.bin)
MX Linux packager and developer

1885
Posts: 127
Joined: 2014-06-05 04:23

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#3 Post by 1885 »

"The hardware is supposed to be supported by the kernel's e1000e driver."
This is what I thought and I select it on install.
Something else might be the problem.
Thanks for the line and I'll try tomorrow at work.
I'll post the results.
Thank you!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#4 Post by stevepusser »

Searching the output of dmesg for "firmware" should show if any is missing at boot, too.
MX Linux packager and developer

1885
Posts: 127
Joined: 2014-06-05 04:23

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#5 Post by 1885 »

stevepusser wrote:Searching the output of dmesg for "firmware" should show if any is missing at boot, too.
thanks for the lines.

$lspci
00:1f.6 Ethernet controller: Intel Corporation Device 15bc (rev 10)
02:00.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20)
I added an old PCI nic and got thing installed.

I installed #apt-get install firmware-misc-nonfree
after in enabled non-free

I really would like to install this from the package manager but I'm sure if I can.

I'm really not sure what to do now.

Code: Select all

01:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8892 (rev 71)
02:00.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20)
root@z:/home/cwc# dmesg | grep 00:1f.6
[    3.302556] pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000


Code: Select all

  /etc/apt/sources.list 
deb http://debian.osuosl.org/debian/ stretch main non-free
deb-src http://debian.osuosl.org/debian/ stretch main non-free

deb http://security.debian.org/debian-security stretch/updates main non-free
deb-src http://security.debian.org/debian-security stretch/updates main non-free

# stretch-updates, previously known as 'volatile'
deb http://debian.osuosl.org/debian/ stretch-updates main non-free
deb-src http://debian.osuosl.org/debian/ stretch-updates main non-free

1885
Posts: 127
Joined: 2014-06-05 04:23

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#6 Post by 1885 »

We ended up using Buster and the INTEL (7) I219-V were part of the install.
This will be very helpful!

firmware-buster-DI-alpha2-amd64-netinst.iso
https://cdimage.debian.org/cdimage/unof ... 64/iso-cd/

arturk
Posts: 1
Joined: 2018-12-12 10:14

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

#7 Post by arturk »

I faced the same issue when using mini.iso with board MSI B360-A PRO which has the same NIC. The ethernet card is not recognized by Debian in both - full iso and minimal iso

jinnicky
Posts: 3
Joined: 2010-08-19 20:07

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - NIC DRIVER?

#8 Post by jinnicky »

1885 wrote:We ended up using Buster and the INTEL (7) I219-V were part of the install.
This will be very helpful!

firmware-buster-DI-alpha2-amd64-netinst.iso
https://cdimage.debian.org/cdimage/unof ... 64/iso-cd/
The link returns a 404 not found

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

#9 Post by stevepusser »

The Buster ISOs are constantly being replaced with newer ones, so that link is dead. Just grab the latest.

The hardware in the original post was eight-generation Intel Coffee Lake (i5-8500), so we know now it would be supported by Buster or by packages in stretch-backports--vanilla Stretch seems too old.
MX Linux packager and developer

jinnicky
Posts: 3
Joined: 2010-08-19 20:07

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

#10 Post by jinnicky »

stevepusser wrote:The Buster ISOs are constantly being replaced with newer ones, so that link is dead. Just grab the latest.

The hardware in the original post was eight-generation Intel Coffee Lake (i5-8500), so we know now it would be supported by Buster or by packages in stretch-backports--vanilla Stretch seems too old.
I did get the latest Buster ISO. I'm running i7-9700K. Buster running the 4.19 kernel found the network but couldn't handle the on chip display.

OpenSUSE Tumbleweed uses the 4.20.6 kernel which works without problems.

What kernel will be in the released Buster ?

That will teach me to use new hardware before the kernel catches up.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: NETWORK DRIVER - GIGABYTLE H370 HD3 - [solved]

#11 Post by Head_on_a_Stick »

jinnicky wrote:What kernel will be in the released Buster ?
We already have a thread about that, search the boards.
deadbang

Post Reply