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

 

 

 

PRIME H370-PLUS - Motherboard suggestion.

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

PRIME H370-PLUS - Motherboard suggestion.

#1 Post by 1885 »

We are setting up a lab of 25 computers running Debian Linux.
We tried GIGABYTLE H370 HD3 (Intel® GbE LAN chip (10/100/1000 Mbit) )- and the Intel nic did not get recognized by the Debian9.4 install.
This is an issue. I understand that I could purchase a nic that would work but I'd rather not.

The ASUS PRIME H370-PLUS comes with a Realtek® RTL8111H, 1 x Gigabit LAN Controller(s)
https://packages.debian.org/search?keyw ... re-realtek

How can I find out if the Realtek® RTL8111H is part of the current Debian Kernel?

Thanks

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: PRIME H370-PLUS - Motherboard suggestion.

#2 Post by pylkko »

NIC's can require both kernel modules or firmware that are not distributed by Debian because of license problems. Please specify exactly what Intel NIC (model and manufacturer number) so that we can google if it is supported and how. For the other NIC you probably need this: https://packages.debian.org/sid/kernel/r8168-dkms

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

Re: PRIME H370-PLUS - Motherboard suggestion.

#3 Post by 1885 »

pylkko wrote:NIC's can require both kernel modules or firmware that are not distributed by Debian because of license problems. Please specify exactly what Intel NIC (model and manufacturer number) so that we can google if it is supported and how. For the other NIC you probably need this: https://packages.debian.org/sid/kernel/r8168-dkms
thank you .
The nic in question is: INTEL (7) I219-V on a INTEL i5 8500 on the Gigabyte MB

It looks like the RTL8111H is available for the ASUS Motherboard.
I'm going to give the ASUS a try.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: PRIME H370-PLUS - Motherboard suggestion.

#4 Post by pylkko »

Ok, so that is a really new chipset/processor released just now basically. It is possible that the old driver code (e1000e) in the kernel of Debian from 2016-2017 does not have what it needs to run that. In that case you would need to use a backported kernel at least. (google "Debian backports"). You may also need to use the latest driver/firmware releases and manually download them from intel web page.

You can try to see if the kernel module is loaded with

Code: Select all

lsmod | grep e1000e
and see what

Code: Select all

ifconfig
shows

maybe even show us a dmesg but then don't post the entire thing here but use a pastebin type of service

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

Re: PRIME H370-PLUS - Motherboard suggestion.

#5 Post by 1885 »

I'll post back when I get to work on Monday. Thank you!

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: PRIME H370-PLUS - Motherboard suggestion.

#6 Post by shep »

Your choice may not be subject to NIC firmware. There are unofficial images that provide most firmware:
https://cdimage.debian.org/cdimage/unof ... -firmware/

I have a Asus mobo with an rtl8111G that runs debian fine. Without the firmware it is 10/100.

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

Re: PRIME H370-PLUS - Motherboard suggestion.

#7 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/

Post Reply