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

 

 

 

[Hardware] Asus prime z790m-plus d4 onboard NIC problem

Need help with peripherals or devices?
Post Reply
Message
Author
dlacx
Posts: 24
Joined: 2020-01-24 03:48
Has thanked: 7 times
Been thanked: 1 time

[Hardware] Asus prime z790m-plus d4 onboard NIC problem

#1 Post by dlacx »

Hello,

Hoping this is the right topic...

I got a new Asus prime z790m-plus d4 MoBo (i5-13500 CPU). Trying install (latest 11.6 Live USB).
I ran into a problem with onboard Intel NIC (219-v). No driver (e1000e?) assigned, so no Inet.

# lspci -nnk
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:0dc8] (rev 11)
Subsystem: ASUSTeK Computer Inc. Device [1043:8672]
# lspci -vn
00:1f.6 0200: 8086:0dc8 (rev 11)
Subsystem: 1043:8672
Flags: fast devsel, IRQ 255, IOMMU group 12
Memory at 85e00000 (32-bit, non-prefetchable) [disabled] [size=128K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+

Any help to kick me to the right direction?
Thx in advance,
Leslie

Aki
Global Moderator
Global Moderator
Posts: 2816
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 68 times
Been thanked: 382 times

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#2 Post by Aki »

Hello,
If I recall correctly, the Linux kernel supports this nic since version 5.15 [1]. Therefore, you have to install a newer kernel from bullseye-backports.

—-
[1] https://elixir.bootlin.com/linux/v5.15. ... L_I219_V22
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

dlacx
Posts: 24
Joined: 2020-01-24 03:48
Has thanked: 7 times
Been thanked: 1 time

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#3 Post by dlacx »

Yeah... the official Live CD has 5.10 kernel. I'm going to install with a newer one.
Many thanks for quick reply.
L.

Aki
Global Moderator
Global Moderator
Posts: 2816
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 68 times
Been thanked: 382 times

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#4 Post by Aki »

Hi dlacx,
Have you solved it?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

ChristianMorris
Posts: 7
Joined: 2022-12-04 16:07
Been thanked: 2 times

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#5 Post by ChristianMorris »

dlacx wrote: 2023-01-17 09:40 Yeah... the official Live CD has 5.10 kernel. I'm going to install with a newer one.
Many thanks for quick reply.
L.
That's a good idea. The newer version of the kernel is likely to have more up-to-date drivers and better support for newer hardware. You can try installing a version of Linux with a newer kernel and see if that resolves the issue with the NIC.

You can check Linux Kernel website and search for the latest stable version of the kernel. Then you can check your Linux distro website and see if they have a release with the latest stable kernel.

Keep in mind that when you install a new kernel, you need to make sure that it is compatible with your system. Also, You will need to update your bootloader to point to the new kernel.

You can also check some popular Linux distros such as Ubuntu, Debian, Fedora, Arch Linux, and Gentoo Linux, they usually have updated version of kernel.

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#6 Post by sunrat »

@ChristianMorris more recent kernels are available in Backports, currently 5.19 and 6.0.
No need to stray outside Debian repos.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

dlacx
Posts: 24
Joined: 2020-01-24 03:48
Has thanked: 7 times
Been thanked: 1 time

Re: [Hardware] Asus prime z790m-plus d4 onboard NIC problem

#7 Post by dlacx »

Hi,
Yes! With a little help from my friends... I mean you and Debian community ;-)
https://liveng.readthedocs.io/en/latest/
I've made a Live stick with Kernel 6.0. and NIC problem solved.
Thx again.
Leslie
Aki wrote: 2023-01-22 09:55 Hi dlacx,
Have you solved it?

Post Reply